/* USD-specific CSS customizations */

#lofslidecontent-home .options {
	top: 10%; 
	left: 62%; 
}
div.homeRenderManLink { 
	width: auto; 
}
#footerLeftEntriesForSection, #footerRightEntriesForSection {
	border-top: solid 1px #333;
}
.roundedBottom { 
	border-radius: 5px;
} 
#footerLeftEntriesForSection,#footerRightEntriesForSection {
	border-top: none;
}
#footerRightEntriesForSection {
	width: 592px;
}
#footerRightEntriesForSection ul li{
	line-height: 1.2em;
}
#footerRightEntriesForSection a {
	color: #FFCC03;
}
.footerHeader {
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.footerBody{
	margin-top: 10px;
}
#footerRightOrganizer {
	width: 570px;
}
#footerRightOrganizer td {
	vertical-align: top;
}
#mainContentContainer p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.copyrightFooter {
	font-size: 11px;
	margin-top: 25px;
	text-align: center;
	float: none;
}

a.copyrightFooter{
	color: #666;
}

.cfIndex {
	margin-top: 50px;
}

/* for USD download pages which have white bg */
a.signup {
	color: #0101DF;
}
a.signup:visited {
	color: #FE2E2E;
}
a.signup:hover {
	color: #A4A4A4;
}
a.signup:active {
	color: #0101DF;
}

.blueButtonPreview {
	-moz-border-radius: 15px;
	-webkit-border-radius: 5px;
	border: 1px solid black;
	background: #F8C600;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#204D79', endColorstr='#003260');
	background: -webkit-gradient(linear, left top, left bottom, from(#204D79), to(#003260));
	background: -moz-linear-gradient(bottom, #003260, #204D79);
	box-shadow: 0 1px 0px #3471aa inset;
	-webkit-box-shadow: 0 1px 0px #3471aa inset;
	-moz-box-shadow: 0 1px 0 #3471aa inset;
	color: #ccc!important;
	font-size: 11.5px;
	font-weight: bold;
	text-shadow: 0 1px 0 black;
	text-transform: uppercase;
	padding: 9px 0;
    display: block;
	width: auto;
	text-align: center;
}

/* Popup code */
.popupDialog {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
  
.popupDialogText {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	color: #333;
}

.closeIcon {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
  
.closeIcon:hover,
.closeIcon:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.okBtn {
	width: 50%; /* Full width */
	height: 30px; /* Full height */
	margin-left: 25%;
}

/*Assets Section*/
/*Downloads Page*/

.thumbnail {
    width: 255px;
    height: 143px;
}

div.galleryBorder {
    margin: 4px;
    border: 1px solid #ccc;
    float: left;

}

div.gallery {
    margin-left: 2px;
    /*border: 1px solid #ccc;*/
    float: left;

}

div.galleryBorder:hover {
    border: 1px solid #777;
}

div.desc {
    padding: 5px;
    text-align: center;