﻿.ss_head_bg
{
	background-image: url(Images/Master/introduction.jpg);
	width: 244px;
	background-repeat: no-repeat;
	height: 27px;
}
.ss_blankRow
{
	height: 20px;
	background-color: #ffffff;
}
.ss_RuleRow
{
	font-size: 11px;
	color: #167eb1;
	background-color: #fafbfd;
}
.ss_RuleAlternativeRow
{
	border-right: #167eb1 1px solid;
	font-size: 11px;
	border-left: #167eb1 1px solid;
	color: #167eb1;
	background-color: #e1f1ff;
}
.ss_SubSectionMenu
{
	background-color: #c5e8fe;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.ss_SubSectionMenu_Separator
{
	text-align:center;
	width: 11px; 
	color:#167EB1;
}

.ss_SubSectionMenu_bg
{
	background-color: #c5e8fe;
}
.ss_SubSectionTitle
{
	font-size: 14px;
	background-image: url(Images/Common/top_bg.gif);
	width: 1000px;
	color: #ea6e31;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 30px;
	text-align: left;
	padding-left: 5px;
	text-transform:uppercase;
}
.ss_SubSectionMenuSeparator
{
	color: #167eb1;
}
A.ss_SubSectionText:link
{
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	font-family: Verdana;
	text-decoration: none;
}
A.ss_SubSectionText:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	font-family: Verdana;
	text-decoration: none;
}
A.ss_SubSectionText:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ffa200;
	font-family: Verdana;
	text-decoration: none;
}
A.ss_SubSectionText:active
{
	font-weight: bold;
	font-size: 10px;
	color: #ffa200;
	font-family: Verdana;
	text-decoration: none;
}
A.ss_CurrentSubSectionText:link
{
	font-weight: bold;
	font-size: 10px;
	color: #ffa200;
	font-family: Verdana;
	text-decoration: none;
}
A.ss_CurrentSubSectionText:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #ffa200;
	font-family: Verdana;
	text-decoration: none;
}
A.ss_CurrentSubSectionText:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ffa200;
	font-family: Verdana;
	text-decoration: none;
}
A.ss_CurrentSubSectionText:active
{
	font-weight: bold;
	font-size: 10px;
	color: #ffa200;
	font-family: Verdana;
	text-decoration: none;
}

.ss_sign_grid
{
	width: 100%;
	border: none 0px #c5e8fe;
	text-align: center;
}

.ss_sign_grid_row
{
	padding: 5px;
	text-align: center;
}

.ss_sign_grid_cell
{
	border: solid 3px #c5e8fe;
	padding: 5px;
	text-align: center;
	background-color: #f3fbfd;
}

.ss_sign_grid_image
{
	border:none;
}


/*LightBox styles */

#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	border-left:solid 3px #666666;
	border-right:solid 3px #666666;
	border-top:solid 3px #666666;
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 34px 10px 10px 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav
{
	left: 0;
}
#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(Images/Signs/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
	background: url(Images/Signs/prevlabel.gif) left 0% no-repeat;
}
#nextLink
{
	right: 0;
	float: right;
	background: url(Images/Signs/nextlabel.gif) right 0% no-repeat;
}
#prevLink:hover, #prevLink:visited:hover
{
	background: url(Images/Signs/prevlabel.gif) left 0% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
	background: url(Images/Signs/nextlabel.gif) right 0% no-repeat;
}


#imageDataContainer
{
	border-left:solid 3px #666666;
	border-right:solid 3px #666666;
	border-bottom:solid 3px #666666;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails
{
	width: 80%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
	width: 40px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* End of LightBox styles */