﻿
/*------------ General ------------*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #333;
	padding-bottom: 40px;
	z-index: -1000;
}

.fontSizeNormal { font-size: 62.5%; }
.fontSizeLarge { font-size: 80%; }

.webSiteMasterForm
{
	background: url(../Images/body_top.gif) repeat-x;
	z-index: -900;
}

.clearDiv
{
	clear: both;
	/* "Small DIV height" fix for IE6 */
	overflow: hidden;
	height: 0px;
}

.alpha95
{
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}

/*------------ Master Page ------------*/

#Wrapper
{
	position: relative;
	padding: 0px 4px;
	width: 952px;
	background: url(../Images/semi_transparent_bg_middle.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

.bigSemiTransparentBgTop, .bigSemiTransparentBgBottom
{
	position: relative;
	width: 960px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	/* "Small DIV height" fix for IE6 */
	overflow: hidden;
	clear: both;
}
.bigSemiTransparentBgTop 
{
	background: url(../Images/semi_transparent_bg_top.png) no-repeat;
	margin-top: 4px;
}
.bigSemiTransparentBgBottom 
{
	background: url(../Images/semi_transparent_bg_bottom.png) no-repeat; 
}

#DateContainer, #ArchiveLinkContainer
{
	height: 21px;
	text-transform: uppercase;
	font-size: 1.2em;
}

#ArchiveLinkContainer
{
	padding-top: 15px;
}

#DateContainer a, #ArchiveLinkContainer a
{
	font-size: 1em;
}

#FooterContainer
{
	position: relative;
	clear: both;
	padding: 0px 4px;
	width: 952px;
	background: url(../Images/semi_transparent_bg_middle.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#FooterBox
{
	position: relative;
	padding: 4px;
	width: 940px;
	border: solid 1px #a2a2a2;
	background: #fff;
}

#FooterLogo1, #FooterLogo2
{
	position: absolute;
	top: 0;
}
#FooterLogo1 { left: 20px; }
#FooterLogo2 { right: 20px; }


#FooterLogo1 h3, #FooterLogo2 h3
{
	padding: 0;
	margin: 0;
	text-indent: -9000px; /* Hide text for non-screen readers */
}

#FooterLogo1 h3
{
	width: 100px;
	height: 34px;
	background: url(../Images/footer_logo_1.gif) no-repeat;
}

#FooterLogo2 h3
{
	width: 132px;
	height: 36px;
	background: url(../Images/footer_logo_2.gif) no-repeat;
}

#FooterLogo1 h3 a
{
	display: block;
	height: 34px;
	background: url(../Images/footer_logo_1.gif) no-repeat; /* FIX for IE flickering: Background is repeated here */
}

#FooterLogo2 h3 a
{
	display: block;
	height: 36px;
	background: url(../Images/footer_logo_2.gif) no-repeat; /* FIX for IE flickering: Background is repeated here */
}

#FooterLogo1 h3 a:focus, #FooterLogo2 h3 a:focus
{
	outline: none;
}

#FooterInnerBox
{
	background: url(../Images/footer_inner_box.gif) repeat-x;
	margin-bottom: 15px;
	padding: 15px 25px 40px 25px;
}

#TopContainer
{
	position: relative;
	width: 960px;
	height: 71px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}

#HeaderContainer
{
	position: absolute;
	right: 0;
	top: 0;
	width: 765px;
	height: 70px;
	z-index: 100;
}

#HeaderContainer h1
{
	padding: 0;
	margin: 0;
	position: absolute;
	/*left: 15px;
	top: 10px;*/
	width: 420px;
	height: 70px;
	background: url(../Images/header.gif) no-repeat left top;
	text-indent: -9000px; /* Hide text for non-screen readers */
}

#HeaderContainer h1 a 
{
	display: block;
	height: 70px;
	background: url(../Images/header.gif) no-repeat left top; /* FIX for IE flickering: Background is repeated here */
}

#HeaderContainer h1 a:focus
{
	outline: none;
}

.adminPanel
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 150;
	text-align: center;
	border: solid 1px #B8B8B8;
	padding: 2px 5px;
	font-size: 11px;
	background: #FFF688;
}
.adminPanel a
{
	font-size: 11px !important;
	color: #D12F2F !important;
}

/*------------ Service alert box and service info page ------------*/

/* Alert box */
.ServiceAlert
{
	position: absolute;
	top: 53px;
	right: 0px;
	z-index: 250;
	border: solid 1px #80A7C5;
	color: #000;
	padding: 4px;
	font-size: 12px;
	background: #fffed3 url(../Images/info.png) no-repeat 4px center;
	padding-left: 23px;
}

/* Service info page */
.serviceInfoGroupTitle
{
	display: block;
	font-size: 20px;
	margin-bottom: 12px;
}

.serviceInfoLabel
{
	display: block;
	width: 100px;
	float: left;
	font-size: 12px;
}

.serviceInfoInput
{
	margin-bottom: 1px;
	width: 100px;
}

.serviceInfoInputMultiline
{
	margin-bottom: 1px;
	width: 400px;
	height: 35px;
}

.serviceInfoGridHeader
{
	font-size: 12px;
}

/* -- Small login info box -- */
#LoginInfoBoxWrapper
{
	position: absolute;
	right: 0;
	z-index: 100;
	font-size: 1.2em;
}
#LoginInfoBoxWrapper a { font-size: 1em; }
#LoginInfoBoxContent
{
	float: left;
	height: 41px;
	margin-top: 10px;	
	background: url(../Images/login_info_box_left.png) no-repeat;
	padding: 7px 10px 5px 10px;
	white-space: nowrap;
}
#LoginInfoBoxRightEnd
{
	float: left;
	height: 41px;
	width: 10px;
	margin-top: 10px;	
	background: url(../Images/login_info_box_right.png) no-repeat;
}

/* -- Login page -- */
.loginInputTitle
{
	position: absolute;
	margin-top: 0px;
	font-size: 1.2em;
}
.loginInputText
{
	margin-left: 100px;
	margin-bottom: 2px;
	width: 150px;
}
.loginButton
{
	margin-left: 100px;
}

.registerInputText
{
    width: 230px;
}

/* -- Content areas -- */
#LeftContent, .rightContent, .middleContent 
{
	float: left;
	z-index: 1;
}

#LeftContent, .rightContent 
{
	width: 185px;
	overflow: hidden;
	/* FIX: Firefox won't render the div if it's empty. */
	min-height: 1px;
}
#LeftContent { margin-right: 4px; }
.rightContent { margin-left: 4px; }

.middleContent, .middleContentExpanded
{
	position: relative;
	padding: 25px 30px;
	width: 512px;
	border: solid 1px #a2a2a2;
	background: #fff;
	z-index: 0;
}

.middleContentExpanded
{
	/* The expanded width is redused from 701px to 695px */
	/* because it would be too wide for IE6. */
	width: 695px;
	overflow: hidden; /* Note: this might cause problems in printing. Remove if needed. */
}

.bgContentBox
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.textSizeLink_normal, .textSizeLink_large
{
	position: absolute;
	right: 8px;
	padding-right: 20px;
	background: transparent url(../Images/zoom_in.gif) no-repeat right 1px;
	
	/* Special styling to make a button look like a link. */
	border: none;
	cursor: pointer;
}

.textSizeLink_large
{
	background: url(../Images/zoom_out.gif) no-repeat right 1px;
}

/*------------ Content Areas ------------*/

.contentSeparator
{
	clear: both;
	height: 2px;
	background: #931414;
	margin: 0px 0px 15px 0px;
	/* "Small DIV height" fix for IE6 */
	overflow: hidden;
}
/*
.contentBox_smallArticle
{
	width: 167px;
	margin-bottom: 5px;
}
*/
.contentBox_side
{
	width: 183px;
	border: solid 1px #a2a2a2;
	margin-bottom: 5px;
	overflow: hidden;
	background: #fff;
}

/*------------ Refined search ------------*/

.RefinedSearch .searchHeader
{
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
}
.RefinedSearch h3
{
	color: #931414;	
}
.RefinedSearch hr
{
	border: none 0; 
	border-top: 1px dashed #BCC0C3;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.RefinedSearch hr.bottom
{
	border: none 0; 
	border-top: 2px solid #931414;/*the border*/
	width: 100%;
	height: 2px;/*whatever the total width of the border-top and border-bottom tequal*/
}
.RefinedSearch input.numeric
{
	text-align: right;
	width: 50px;
	padding: 1px;
}
.RefinedSearch .typeBox
{
	border: solid 1px #D4D4D2;
	padding: 5px;
	background-color: #F5F5F5; 
}
.RefinedSearch .radioTabs
{
	margin-left: 10px;
	padding: 0px;
}
.RefinedSearch .radioTabs div
{
	margin-right: 2px;
	float: left;
	width: 100px;
	background-image: url(../Images/Tab100.gif);
}
.RefinedSearch .radioTabs div.checked
{
	float: left;
	width: 100px;
	background-image: url(../Images/Tab100_selected.gif);
}
.RefinedSearch .radioTabs div input
{
	margin-left: 5px;
}


.loginboxnotloggedin
{
	width:275px;
	height:70px;
	background-image:url(../pics/login-bg.jpg);
}

td.textinput input
{
	margin-right:5px;
	width:160px;
	border:solid 1px #465876;
}

.loginboxnotloggedin table, .loginboxnotloggedin tr, .loginboxnotloggedin td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

table.loginbox
{
	font-size:1em;
	color:#214d76;
	float:right;
	margin-right:10px;
}