html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	height: auto;
	min-height: 100%;
}

#bodyDiv #olinkFooter {
	height: 44px;	
}
#bodyDiv #olinkFooter:hover {
	z-index: 1;
}

#olinkFooter #oLinkAdminLogin {
	color: transparent;
	position: absolute;
	left: 0;
}

#olinkFooter #oLinkLogo {
	position: absolute;
	right: 2px;
	top: 20px;
	margin: 6px 4px;
}

#olinkFooter .siteName {							
	display: block;
	text-align: right;
}

#olinkFooter .siteName img {
	height: 46px;
	display: inline-block;						
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	position:relative;
	z-index: 1;
	margin: 12px 0;
}

#olinkFooter .siteName div div {
	float: left;
	display: inline-block;
	line-height: 64px;
	position:relative;
	z-index: 0;
	text-shadow: 0px 0px 2px white;
	color: #061093;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#olinkFooter .siteName div {

	height: 100%;	
	margin-left: -4px;
	display: inline-block;
}


#uploads {
	height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

#uploads ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#uploads ul li{ 
	padding: 2px 10px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 8px 12px;	
	position: relative;
	background-color: white;
	text-align: center;
	display: inline-block;
	float: left;
    cursor: drag;
}

#uploads ul li, 
#uploads ul li .wraptocenter,
#loading_64 .wraptocenter { 
	height: 80px;
	width: 80px;
}

#loading_32 .wraptocenter { 
	height: 40px;
	width: 40px;
}

#loading_16 .wraptocenter { 
	height: 20px;
	width: 20px;
}

#loading_128 .wraptocenter { 
	height: 140px;
	width: 140px;
}

#loading_256 .wraptocenter { 
	height: 280px;
	width: 280px;
}

#uploads ul li:hover {
	box-shadow: 6px 6px 6px 2px #1E2D4D;
  	-moz-box-shadow: 6px 6px 6px 2px #1E2D4D;
  	-webkit-box-shadow: 6px 6px 6px 2px #1E2D4D;
}

#fileupload-buttonbar.ui-widget-header {
	background: transparent;
    border-bottom:none;
    border-top:none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.button {
	padding: 2px 4px;
    margin: 0 2px;
}

.ui-button.ui-state-default {
	background: url() #2C4170;
    border: 2px outset #93B5FF;
    color: #93B5FF;
}

.ui-button.ui-state-default.ui-state-hover {
	background: url("") #698AD1;
    border: 2px outset #93B5FF;
    color: #2C4170;
}

.ui-button.ui-state-active, .ui-button.ui-state-hover:active, .ui-button.ui-state-default:active, .ui-button.ui-state-active.ui-state-hover  {
	background: url("") #698AD1;
    border: 2px inset #2C4170;
}

.ui-button.ui-state-active.ui-state-hover:active, .ui-button.ui-state-active:active {
	border: 3px inset #2C4170;
}

.ui-dialog{
	color: #2C4170;
    width: auto;
    box-shadow: 10px 10px 10px 6px #2C4170;
    -moz-box-shadow: 10px 10px 10px 6px #2C4170;
  	-webkit-box-shadow: 10px 10px 10px 6px #2C4170;
}

.ui-widget-header{
	color: #93B5FF;
    background: url("") #2C4170;
}

.ui-widget-content {
	color: #2C4170;
    border: 1px solid #2C4170;
}

#bodyDiv .oLinkAdminToolbar,
#bodyDiv #main, 
#bodyDiv #header, 
#bodyDiv #footer, 
#olinkFooter {
	text-align: center;
	position: relative;
	height: auto;
	margin: 0 auto;
	display: block;	
}

#bodyDiv #main,
#bodyDiv #footer, 
#olinkFooter {
	margin-top: -14px;	
	padding-top: 14px;
}

#bodyDiv #main #mainContent {
	margin: 10px;
	min-height: 600px;
	height: auto;
}

#bodyDiv .oLinkAdminToolbar {
	height: 6px;
	width: 900px;
	background-color: #3B5998;
	color: white;
	font-size: 14px;
	text-align: left;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	box-shadow: 0 4px 8px 0 darkgrey;
	-moz-box-shadow: 0 4px 8px 0 darkgrey;
	-webkit-box-shadow: 0 4px 8px 0 darkgrey;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

#bodyDiv .oLinkAdminToolbar * {
	visibility: hidden;
}

#bodyDiv .oLinkAdminToolbar:hover {
	height: 40px;
	padding: 6px 12px;
	cursor: default;
	overflow: visible;
}



#bodyDiv .oLinkAdminToolbar:hover * {
	visibility: visible;
}

#bodyDiv .oLinkAdminToolbar .form {
	display: inline;
	padding: 0 0 0 40px;
	color: #9BA3FB;
}


#bodyDiv {
	height: auto;
    min-height: 100%;
	width: 100%;
	min-width: 100%;
	background-color:transparent;
}

#bodyDiv #header {
	z-index: 3;
}

#bodyDiv #header #navbar #siteName {
	padding: 20px;	
}

#navbar {
	right: 0;
	left: 0;
	height: 100%;
}

.clientContent, #clientContent {
	background-color: white;	
}


.client_logo {
	height: 100%;
}

.client_logo img {
	height: 100%;
}

.client_logo_left {
	left: 0;
}

.client_logo_right {
	right: 0;
}

/* NAVBAR */

#tabs {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background:transparent;
	font-size:93%;
	line-height:normal;
	padding: 0 10px;
	display: block;
}
#tabs ul {
	list-style:none;
	left: 0;
	list-style: none outside none;
	right: 0;
	padding: 0;
	display: inline-block;
	margin-top: -4px;
}
#tabs ul li {
	color: white;
	background-color: #3B5998; 
	border: 1px solid white;
	border-radius: 0 0 11px 11px;
	-moz-border-radius: 0 0 11px 11px;
	-webkit-border-radius: 0 0 11px 11px;
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
	border-top: none;
	margin-bottom: -2px;
}

#tabs ul li:hover,
#tabs ul li.selected,
#tabs ul li.selected:hover {
	background-color: white;
	color: #3B5998;
	border-color: #3B5998;
}

#tabs ul li.selected {
	cursor: default;
	margin-bottom: -4px;
}

#tabs ul li a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 14px;
	font-family: Charcoal, Chicago, sans-serif;
	color: inherit;
	cursor: inherit;
}
#tabs ul li a span {
	float:left;
	display:block;
	padding:5px 10px 4px 10px;
	color: inherit;
	cursor: inherit;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs ul li a span {
	float:none;
}
/* End IE5-Mac hack */


#tabs.oLinkAdmin {
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
	text-align: left;
}

#tabs.oLinkAdmin ul {
	margin-left: 260px;	
}

#tabs.oLinkAdmin ul li {
	border-radius: 0 0 11px 11px;
	-moz-border-radius: 0 0 11px 11px;
	-webkit-border-radius: 0 0 11px 11px;
	border: 1px solid white;
}

/* END NAVBAR */


#header #social_networks {
  bottom: 8px; 
  position: absolute;
  right: 54px;
}

.overlayButton{
		
}

.bwOverlay {
	position: absolute;
	top: 0;
	left: 0;	
}

.bwOverlay:hover {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ;	
	filter: alpha(opacity=0);	 
}

.bwOverlay {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ;	
	filter: alpha(opacity=100);	 
}
