﻿html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #EDF7FF;
	color: #000000;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
}

body
{
	margin: 0px .0%;
	font-size: 100.1%;
	min-width: 750px;
	height: 100%;
}

label, fieldset, legend
{
	font-size: 100%;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	z-index: 1;
}


input, select, textarea
{

	font-size: 85%;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	z-index: 1;
}

fieldset
{
	margin: 0 0 10px 0;
}

legend
{
	padding: 0 5px 0 5px;
}

img
{
	border: none;
	z-index: 1;
}

label
{
	font-weight: bold;
	
}

h1
{
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	font-size: 150%;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 100%;	
}

h2
{
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	font-size: 120%;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h5
{
	font-size: 120%;
	width: 100%;
}

table
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

table tr
{
}

thead
{
}

table tr th
{
	border-style: solid;
	border-width: 1px;
	padding: 5px;	
}

table tr.altRow
{
}

table tr td
{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
}

tfoot
{
}

tfoot a:active, tfoot a:link, tfoot a:visited; tfoot a:hover
{
	border-right-style: solid;
	border-right-width: 1px;
}

a:active, a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#resultTable
{
	margin: 10px 0 10px 0;
}

/****** Header ******/
#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
	height: 67px;
}

#header .strapline
{
	font-family: Tahoma;
	font-weight: 900;
	font-size: 15px;
	margin-top: 40px;
	margin-left: 40px;
	display: block;
}

#header .column1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 552px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-repeat: no-repeat;
	z-index: 2;
}

#header .column2
{
	position: absolute;
	top: 0px;
	left: 552px;
	width: 10px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-repeat: repeat-x;
	z-index: 2;
}

#header .column3
{
	position: absolute;
	top: 0px;
	left: 562px;
	width: 63px;
	height: 67px;
	margin: 0px;	
	padding: 0px;
	border: 0px;
	background-repeat: no-repeat;
	z-index: 2;
}

#header .column4
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 67px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	z-index: 1;
}

#header .search
{
	float: right;
	padding: 5px;
}

#header .crossSiteAdContent
{
	float: right;
	width: 150px;
	font-size: 13px;
	text-align: center;	
	margin-right: 15px;
	z-index: 10;
	vertical-align: top;
	margin-top: 2px;
}

/****** User Navigation Top ******/
#userNavigationTop
{
	position: absolute;
	width: 100%;
	top: 67px;
	left: 0px;
}

#userNavigationTop .column1
{
	position: absolute;	
	left: 0px;
	height: 30px;
	width: 510px;
	background-repeat: repeat-x;
	background-image: url('../Images/UserNavigation/userNavigationSlice.gif');
	z-index: 2;
}

#userNavigationTop .column2
{
	position: absolute;
	left: 510px;
	height: 30px;
	width: 113px;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url('../Images/UserNavigation/userNavigationCurve.gif');		
}

#userNavigationTop .column3
{
	position: absolute;
	left: 0px;	
	height: 30px;
	width: 100%;	
	background-color: #FFFFFF;
	z-index: 1;
}

#userNavigationTop ul
{
	top: 67px;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#userNavigationTop ul li
{
	display: inline;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #999999;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

#userNavigationTop a:active, #userNavigationTop a:link, #userNavigationTop a:visited
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	margin-right: -3px; /* closes the gap in the menu item's right side. */	
}

#userNavigationTop a:hover
{
	background-repeat: repeat-x;
}

#userNavigationTop .firstLink
{
	border-left: none;
}

#userNavigationTop .lastLink
{
	border-right: none;
}

#userNavigationTop .crossSiteAdImage
{
	float: right;
	z-index: 10;
	margin-right: 3px;	/* eliminates the bottom scroll bar due to right float on firefox */
}

/****** Administrator Navigation Top ******/
#administratorNavigationTop
{
	position: absolute;
	top: 97px;
	left: 0px;
	width: 100%;
}

#administratorNavigationTop .column1
{
	position: absolute;	
	border-top: double 4px silver;
	border-bottom: double 4px silver;
	left: 0px;
	height: 25px;
	width: 185px;
	z-index: 2;
}

#administratorNavigationTop .column2
{
	position: absolute;
	left: 185px;
	width: 210px;
	height: 25px;
	border-top: double 4px silver;
	border-bottom: double 4px silver;
	z-index: 2;
	
}

#administratorNavigationTop .column3
{
	position: absolute;
	left: 375px;
	width: 100px;
	height: 25px;
	border-top: double 4px silver;
	border-bottom: double 4px silver;
	z-index: 2;
}

#administratorNavigationTop .column4
{
	position: absolute;
	left: 0px;	
	height: 25px;
	width: 100%;	
	border-top: double 4px silver;
	border-bottom: double 4px silver;
	z-index: 1;
}

#administratorNavigationTop img
{
	vertical-align: bottom;
}

#administratorNavigationTop ul
{
	top: 97px;
	margin: 0px;
	padding: 0px;
	
}

#administratorNavigationTop ul li
{	
	display: inline;
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #999999;
	list-style-type: none;
	list-style-position: outside;
}

#administratorNavigationTop a:active, #administratorNavigationTop a:link, #administratorNavigationTop a:visited
{
	margin: 0px;
	padding: 5px 5px 5px 5px;	
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#administratorNavigationTop a:hover
{
	text-decoration: underline;
}
	
#administratorNavigationTop .firstLink
{
	border-left: none;
}
	
#administratorNavigationTop .lastLink
{
	border-right: none;
}

#administratorNavigationTop .none
{
	border-left: none;
	border-right: none;
}

.adminNavigationText
{
	font-family: Arial Narrow;
	font-weight: bold;
	vertical-align: bottom;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	color: White;
}


/****** Feature Block ******/
.backgroundH3Right
{
	display: inline;
	float: right;
	width: 34px;
	height: 23px;
	background-repeat: no-repeat;	
}

.backgroundH3RightBody
{
	display: inline;
	float: right;
	width: 34px;
	height: 23px;
	background-repeat: no-repeat;	
}

.featureBlock
{
	width: 200px;
	background-color: White;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
}

.featureBlock h3
{
	float: left;
	width: 156px;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	line-height: 23px;
	background-repeat: repeat-x;
}

.featureBlock ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.featureBlock ul li
{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.featureBlock p
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.featureBlock a:hover
{
	text-decoration: none;
	display: block;
}


/****** Advertisement Block ******/
.adBlock
{
	border-style: solid;
	border-width: 1px;
	margin: 0px;	
}

#adBlock1
{
	width: 200px;
}

#adBlock2
{
	width: 270px;
	float: right;
}

.adBlock h4
{
	width: 100%;
	text-align: center;
	height: 23px;
	margin: 0px 0px 5px 0px;
}

.adBlock a:active, .adBlock a:link, .adBlock a:visited
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.adBlock p
{
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 5px 0;
	margin: 0px;
}

#adBlock a:hover
{
		
}

/****** Dropshadow Classes ******/
.dropshadow
{
	float:left;
	background: url('../Images/Common/Dropshadows/shadowAlpha.png') no-repeat bottom right !important;
	background: url('../Images/Common/Dropshadows/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 5px 0 10px;  
}

.dropshadow img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
}



#outerColumnContainer
{
	/*
	border-right-color: #EDF7FF;		/ left column background color /*/
	border-left-color: #EDF7FF;			/* right column background color */
	background-color: #EDF7FF;			/* middle column background color */
}

#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	/*font-size: 90%;*/
}
#rightColumn .inside .vnav
{
	/*font-size: 110%;*/
}

/****** Footer ******/
#footer
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	background-color: #EBEBDF;
	color: #A5A57B;
	width: 100%;	
	height: 100px;
	visibility: hidden;
}

#footer ul
{
	margin: 10px 0 0 10px;
}

#footer ul li
{
	display: inline;
	list-style: none;
	padding: 0 5px 0 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

#footer img
{
	float: left;
	display: inline;
	padding: 10px 10px 10px 10px;
}

#footer a:link, #footer a:active, #footer a:visited
{
	text-decoration: none;
	font-size: 1em;
	color: #000000;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer .lastLink
{
	border-right: none;
}



/****** common class elements ******/
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide
{
	display: none !important;
}

.shim
{
	height: 5px;
	font-size: 5px;
}

/*
.shimlarge
{
	height: 10px;
}
*/



.verticalFormLabel
{
	display: block;
	float: left;
	
}

.verticalFormControl
{
	clear: both;
	display: block;
	margin-right: 10px;
	font-size: 100%;
}

.horizontalFormLabel
{
	float: left;
	display: block;
	vertical-align: middle;	
}

.horizontalFormControl
{
	clear: both;
	display: block;
	margin-right: 10px;
	font-size: 100%;
}

/****** Techo Ads ******/

.technoAdBanner
{
	width: 203px;
	border-style: none;
	text-align: center;
	display: block;
}

#technoAdBlock
{
	width: 920px; 
	margin: auto; 
	margin-top: 10px;
}

#technoAdImageContainer
{
	float: left; 
	width: 600px; 
	margin-right: 10px;
}

#technoAdContentContainer
{
	float: right; 
	width: 300px; 
	margin-left: 10px;
}

#technoAdContent p
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

#technoAdButtonContainer a:active, #technoAdButtonContainer a:link, #technoAdButtonContainer a:visited
{
	display: block;
	text-align: center;
	border: double 4px black;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #00639C;
	color: #FFFFFF;
	font-weight: bold;
}

#technoAdButtonContainer a:hover
{
	text-decoration: none;
	background-color: #9BCBDC;
	color: #000000;
}

#siteList ul
{
	padding: 0px;
	margin: 0px;
}


/******************************************************************************/


#translationWindow
{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}



