﻿/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/


/*	Remove default margin and padding from all browsers 
	We will set them as required.
*/

*
{
	padding: 0;
	margin: 0;
}


/* Defaults for Common Elements */
A
{
	cursor: hand;
	text-decoration: none;
}

INPUT
{
	border: solid 1px #868686;
	border-right: #868686 1px solid;
	border-top: #868686 1px solid;
	border-left: #868686 1px solid;
	border-bottom: #868686 1px solid;
}

IMG
{
	border: none;
}

DIV
{
	overflow: hidden;
}

P
{
	padding: 5px 0px 5px 0px;
}
.summarypanel
{
	display: block;
	clear: both;
	padding-bottom: 5px;
}

.pageimagecontainer
{
	display: inline;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	overflow: hidden;
}

.pagemainimage
{
	float: left;
	width: 326px;
	height: 150px;
	overflow: hidden;
}

.pagesummary
{
	width: 667px;
	height: 150px;
	overflow: hidden;
}

.pagesummary .pagesummarybackground
{
	width: 670px;
	height: 150px;
	overflow: hidden;
}

.pagemain
{
	display: inline-block;
	width: 996px;
	overflow: visible;
}

.pagetitle
{
	display: block;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: large;
	font-weight: bold;
	color: #002D62;
}

.pagesubtext
{
	display: block;
	color: #5A6E8F;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	font-size: medium;
}



.container
{
	height: 100%;
	width: 996px;
	border-right: solid 1px #868686;
	border-bottom: solid 1px #868686;
}

.logoandglobaltools
{
	display: block;
	clear: both;
	overflow: hidden;
}


/* Global Tools */
.globaltools
{
	position: relative;
	height: 47px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	color: #868686;
	font-size: medium;
	font-weight: bold;
}

.globaltools A
{
	color: #868686;
}




/* Global Navigation */
.globalnavigation
{
	display: block;
	clear: both;
	left: 0px;
	width: 100%;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	background: url( '/Images/headerBg.png' ) repeat-x #002D62;
	border-bottom: solid 1px #000000;
	margin-bottom: 3px;
	width: 996px;
	overflow: visible;
}

.globalnavigation DIV
{
	overflow: visible;
}

.staticmenuitemstyle
{
	border-left: solid 1px #868686;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.statichoverstyle
{
	background-color: #c2d3d1;
}

.staticselectedstyle
{
	background-color: #5f9ea0;
	cursor: default;
}

.dynamicmenustyle
{
	color: #ffffff;
	background-color: #002D62;
	display: block;
	overflow: visible;
}

.dynamicmenuitemstyle
{
	color: #FFFFFF;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	text-align: left;
	font-size: small;
	background-color: #002D62;
	display: block;
	overflow: visible;
}

.dynamichoverstyle
{
	background-color: #488b82;
}

.dynamicselectedstyle
{
	background-color: #5f9ea0;
}

.nonselectable
{
	cursor: default;
}


/* Header */
.header
{
	margin-left: 144px;
	margin-right: 254px;
	height: 77px;
}

.companylogo
{
	float: left;
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom: 4px;
	width: 160px;
	height: 85px;
}

body
{
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	background-color: #ffffff;
}

.box
{
	display: inline-block;
	padding: 2px 0px 2px 0px;
}

.summarylistdiv
{
	display: block;
	float: left;
	clear: left;
}

.summarydiv
{
	display: block;
	float: left;
}

.summarytextdiv
{
	display: block;
}


.verticallycentered
{
	vertical-align: middle;
}


/* Footer */
.footer
{
	/*display: block;*/
	clear: both;
	width: 996px; /*border-top : solid 1px #868686;*/
	padding-top: 10px;
	padding-bottom: 10px;
	color: #868686;
	font-size: 7.55pt;
	text-align: center;
}

.footer A
{
	color: #868686;
}

.clientsidefooter
{
	/*display: block;*/
	clear: both;
	width: 996px;
	border-top: solid 1px #868686;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #868686;
	font-size: xx-small;
	text-align: center;
}

.clientsidefooter A
{
	color: #868686;
}

/* Used when Text Resizing might cause overflow */
.customscrollbar
{
	scrollbar-face-color: #7084a3;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

.bulletrow
{
	padding-top: 5px;
}

.bullettop
{
	display: block;
	clear: both;
}

.bullet
{
	float: left;
	padding-left: 10px;
	margin-top: 5px;
}

.bullettitle
{
	text-align: left;
	padding-left: 25px;
	margin-top: 0px;
	font-size: small;
	font-weight: bold;
    display:block;
}

.bulletcontent
{
	float: left;
	display: block;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
	font-size: smaller;
	clear: both;
}

.defaultbutton
{
	border: solid 2px #000000;
}

.gridviewpager
{
	color: Black;
	font-weight: bold;
	font-size: medium;
}

.gridviewpager A
{
	font-weight: normal;
	font-size: small;
}

.gridviewpager A:link
{
	font-weight: normal;
	font-size: small;
}

.gridviewpager A:visited
{
	font-weight: normal;
	font-size: small;
}

.printfooter
{
	display: none;
}

.Disclaimer, td.Disclaimer
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7.55pt;
	color: #333333;
}

.xrayerror
{
	padding: 10px 10px 10px 10px;
	width: 760px;
	border: solid 1px #91a7b4;
	color: Red;
	top: 15px;
	position: relative;
}

.wzdboxhdr
{	
	background-Image:url("/Images/ToolbarBG.png");
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	color:#ffffff;
	font-size:9pt;
	font-weight:700;
	font-family:Arial,Verdana;
	padding:2px 10px 2px 10px;
	vertical-align:top;		
	text-align: left;
	border-bottom: 1px solid #868686;
}	
