/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background: #fff;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: verdana, tahoma;
	font-size: 12px;
	line-height: 1.4em;
}

.CIAddrBoldSM 
{
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}

.CIAddrBoldMD 
{
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}

.CIAddrSM 
{
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}


/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Background style */
.MasterColumn01 {
	background: url(slash_bg_left.gif) top right repeat-x #e2e2e2;
}


/* Background style */
.MasterColumn02 {
	width: 10px; border-right: 1px solid #ccc;
}


/* Background style */
.MasterColumn02Top {
	background: url(slash_shadow_left.gif) top left no-repeat #dcdcdc;
	height: 382px;
}


/* Background style */
.MasterColumn02Bottom {
	background: url(shadow_left.gif) top left repeat-y #dcdcdc;
}


/* Controls site width */
.MasterColumn03 {
	width: 75%;
	background: #fff;
}


/* Controls site width */
.MasterColumn03Admin {
	width: 75%;
	background: #fff;
}


/* Background style */
.MasterColumn04 {
	width: 10px;
	border-left: 1px solid #ccc;
}


/* Background style */
.MasterColumn04Top {
	background: url(slash_shadow_right.gif) top left no-repeat #dcdcdc;
	height: 382px;
}


/* Background style */
.MasterColumn04Bottom {
	background: url(shadow_right.gif) top left repeat-y #dcdcdc;
}


/* Background style */
.MasterColumn05 {
	background: url(slash_bg_right.gif) top left repeat-x #e2e2e2;
}


/* Header height */
.HeaderMaster {
	height: 25px;
}



/* Header background */
.HeaderLeft {
	background: url(header_left_y.gif) repeat-x;
	height: 27px;
	text-align: right;
}


/* Login/Register/Search div */
.HeaderDiv {
	width: auto;
	display: block;
	float: right;
	height: 27px;
	background: url(header_div_bg_y.gif) top left no-repeat;
	color: #828282;
	padding: 4px 32px 1px 22px;
}


.GoButton {
	margin-bottom: -8px;
	position: absolute;
}


/* Separator image in header */
.HeaderSep {
	width: 2px;
	margin: 0 4px 0 4px;
	background: url(header_sep_y.gif) center top no-repeat;
}


/* Holds logo object */
.LogoMaster {
	padding: 4px 16px 16px 16px;
}


/* Date container */
.DateMaster {
	vertical-align: bottom;
	text-align: right;
	padding: 12px 12px 8px 0;
}


/* Menu container */
.MenuMaster {
	background: url(menu_bg_y.gif) repeat-x;
	height: 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* Breadcrumb container */
.BreadcrumbMaster {
	height: 36px;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	padding: 0 16px 0 16px;
}


/* Page title underline */
.ShadowMaster {
	height: 13px;
}


/* Page title underline - left */
.ShadowLeft {
	width: 185px;
	background: url(breadcrumb_bg_left.gif) no-repeat;
}


/* Page title underline - center */
.ShadowCenter {
	background: url(breadcrumb_bg_center.gif) repeat-x;
}


/* Page title underline - right */
.ShadowRight {
	width: 185px;
	background: url(breadcrumb_bg_right.gif) no-repeat;
}


/* Content container */
.ContentMaster {
	padding: 2px 20px 20px 20px;
}


/* Top content row */
.ContentTop {
	padding: 0 0 5px 0;
}


/* Left content column */
.ContentLeft {
	width: 175px;
	padding: 0 20px 10px 0;
}


/* Center content column */
.ContentCenter {
	width: 100%;
	padding: 0 0 10px 0;
}


/* Right content column */
.ContentRight {
	width: 175px;
	padding: 0 0 10px 20px;
}


/* Bottom content row */
.ContentBottom {
	padding: 0;
}


/* Footer height */
.FooterMaster {
	height: 25px;
}


/* Footer background */
.FooterRight {
	background: url(footer_right_y.gif) repeat-x #E0E0E0;
	height: 25px;
	padding: 0;
}


/* Terms/Privacy/Copyright container */
.FooterDiv {
	width: auto;
	display: block;
	float: left;
	height: 25px;
	background: url(footer_div_bg_y.gif) top right no-repeat #E0E0E0;
	color: #999;
	padding: 6px 22px 0 12px;
}




/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #5171AF;
	font-family: verdana, tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #5171AF;
	font-family: verdana, tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #5171AF;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #5171AF;
	font-weight: normal;
}


/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #5171AF;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #5171AF;
	font-weight: normal;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #5171AF;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #5171AF;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #5171AF;
	font-family: verdana, tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #5171AF;
	font-family: verdana, tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #5171AF;
	font-family: verdana, tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #5171AF;
	font-family: verdana, tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #999;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #999;
}


/* Used in admin sections */
.SubHead    {
    font-family: verdana, tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #555;
}


/* Module titles */
.Head {
    font-family: verdana, tahoma;	
	font-size: 12px;
	font-weight: bold;
	color: #555;
}



/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: verdana, tahoma;
	font-weight: bold;
	font-size: 12px;
}


/* Normal bold text */
.NormalBold {
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}


/* Normal bold text */
.Normal {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #555;
}






/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #555;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #555;
	padding-left: 1px;
	font-family: verdana, tahoma;
	font-weight: normal;
	font-size: 12px;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


.StandardButton {
	background: #697FB0;
	border-right: 1px solid #405581;
	border-left: 1px solid #889BC4;
	border-top: 1px solid #889BC4;
	border-bottom: 1px solid #405581;
	color: #fff;
	font-weight: normal;
}



/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
}


/* Applies to idle state of submenu items 
.MainMenu_MenuItem {
	font-family: verdana, tahoma; 
	color: #888;
	font-size: 12px; 
	font-weight: normal;
	background: #f8f3a6;
	border-top: #f8f3a6 1px solid;
	border-left: #f8f3a6 1px solid;
	border-bottom: #f8f3a6 1px solid;
	border-right: #f8f3a6 1px solid;
	padding: 1px 4px 2px 2px;
}
*/

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: verdana, tahoma; 
	color: #000;
	font-size: 12px; 
	font-weight: normal;
	border-top: #f7f2a1 1px solid;
	border-left: #f7f2a1 1px solid;
	border-bottom: #f7f2a1 1px solid;
	border-right: #f7f2a1 1px solid;
	padding: 1px 4px 2px 2px;
	background: url(menu_bg_y) repeat-x;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #EEEAA4;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3) ;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: verdana, tahoma; 
	font-size: 12px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #000;
	border-left: #f7f2a1 1px solid;
	border-right: #f7f2a1 1px solid;
	padding: 1px 4px 2px 2px;
	background-color: #F8F3C8;
}

/* Hover state for submenu items 
.MainMenu_MenuItemSel {
	font-family: verdana, tahoma; 
	font-size: 12px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #000;
	background: #f7f2a1;
	border-left: #f7f2a1 1px solid;
	border-right: #f7f2a1 1px solid;
	padding: 1px 4px 2px 2px;
}
*/

.MainMenu_Active td, .MainMenu_BreadcrumbActive td, .MainMenu_Selected td  {
	background: url(menu_on_y.gif) repeat-x;
}

.MainMenu_Idle td {
	background: url(menu_off_y.gif) repeat-x;
}

/* Idle state for main menu items */
.MainMenu_Idle {	
	color: #D4DCEB;
	font-weight: bold;
	height: 24px;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	color: #000;
	font-weight: normal;
	height: 24px;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #000;
	font-weight: bold;
	height: 24px;
}
	

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


.MainMenu_LeftOff {
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_off.gif) bottom left no-repeat;
}


.MainMenu_LeftOn {
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_on.gif) bottom left no-repeat;
}


.MainMenu_RightOff {
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_off.gif) bottom right no-repeat;
}


.MainMenu_RightOn {
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_on.gif) bottom right no-repeat;
}



/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: verdana, tahoma; 
	color: #888;
	font-size: 12px; 
	font-weight: normal;
	background: #F3F3F3;
	border-top: #F3F3F3 1px solid;
	border-left: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
	border-right: #F3F3F3 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #f8f3a6;
	border: 1px solid #f7f2a1;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: verdana, tahoma; 
	font-size: 12px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #5171af;
	background: #f7f2a1;
	border-left: #f8f3a6 1px solid;
	border-right: #f8f3a6 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

.img-shadow {
float:right;
background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}



/*========================================================*/
/*  8. Image shadows                                                                                */
/*========================================================*/

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}



/*========================================================*/
/*  9. Gallery layout                                                                                  */
/*========================================================*/

.gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
.gallery li{
		float:left;
		display:inline; /* For IE so it doesn't double the 1% left margin */
		width:75px;
		margin:0 0 10px 8%; 
		padding:10px 0;
		height:83px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
		position:relative; /* This is the key */
		background:url(45degree.png);
	  }
.gallery a,.gallery img{
	  display:block;
	  width:100%;
	}

a img{ border:none; } /* A small fix */

.gallery a:link,.gallery a:visited,.gallery a:focus,.gallery a:hover,.gallery a:active{
		  padding:3px;
		  background:#eeefef;
		  width:75px; height:75px;
		  border:1px solid #eeefef; /* We blend the border with the bg, as if it isn't there */
		  position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
		  margin:-41px 0 0 -41px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
		}
.gallery a:hover{
		  border-color:#dfdfdf;
		}



/*========================================================*/
/*  10. Lightbox layout                                                                             */
/*========================================================*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 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(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	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: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/










