/* Page properties */

body{
	color: #000000;
	margin: 0;
	background: #FFFFFF;
	font-family: verdana;
	font-size: 7pt;
	line-height: 150%;
}

td, select{
	color:#000000;
	padding: 3px;
	font-family: verdana;
	font-size: 7pt;
	line-height: 150%;	
}

input, textarea {
	font-family: verdana;
	font-size: 7pt;
}

a{
	color: #064B98;
	text-decoration: underline;
}

a:hover
{
	text-decoration:none;
}

h1{
	font-size: 8pt;
	text-align: left;
	color: #ffffff;
	background:#064B98;
	padding: 3px;
}
h2{
	font-size: 10pt;
	color: #E71077 ;
}

h4{
	font-size: 10pt;
}

ul{
	list-style: square outside none;
	margin: 10px;
	margin-left: 20px;
}

/* Layouts */

#chart { text-align:center; width:100%}
#main {background: #BED9F8; color:#000000}
#main table{ margin-top: 1px;}
#providers { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px }
#selected { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px }
#available { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px }
#buttons { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px }
#options { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px }
#button { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px }
#addBenchmark{ PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px}

#container
{
	height: 100%; 
	width: 100%;
/*	background: url(../_images/pagegrad.gif) repeat-y;*/
}

#sitebox{
	float: left;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #FFFFFF;
	/*border: 1px solid #CCCCCC;*/
}

#siteinfo{
	display: none;
	z-index: 100;
	position: absolute;
	background: yellow;
	width: 362px;
	height: 200px;
	left: 520px;
	top: 3px;
}

#toppanel{
	background: #FFFFFF;
	height: 1px;
}

#mainpanel, #navpanel{
	background: #FFFFFF;
	height: 1%;
}

#logobox{
	width: 280px;
	height: 29px;
	background: url(../../_images/fwi_logo.gif) no-repeat;
	margin: 12px,10px,0,10px;
	float: left;
}

#centrebox{
	float: right;
	background: url(../../_images/banner_top.gif) no-repeat top right;
	width: 369px;
	height: 60px; 
}


#navpanel{
	padding-left: 15px;
	background: #273B52;
	background: url(../../_images/nav_grad.jpg);
}

#navpanel a{
	color: #FFFFFF;
	height: 100%;
	text-decoration: none;
	padding: 4px;
	padding-top: 6px;
	height: 15px;
}

#navpanel a:hover{
	background: url(../../_images/nav_grad_over.jpg);
	color: #273B52;
}

#navpanel ul{
	list-style: none outside none;
	margin: 0;
	height: 10px;
}

#navpanel li{
	float: left;
	padding-right: 10px;
}


#mainpanel{
	margin:0;
	height: 1%;
}

#sidenavpanel{
	position: relative;
	float: right;
	width: 200px;
	padding: 10px;
	height: 100%;
	background: #EEF2F7;
	color: #A62417;
	font-weight: bold;
}

#sidenavpanel li{
	margin-bottom: 2px;
	width: 100%;	
}

#sidenavpanel a{
	padding: 1px;
	font-weight: normal;
	width: 100%;
	text-decoration: none;
	border: 1px solid #EEF2F7;
}

#sidenavpanel a:hover{
	color: #A62417;
	border: 1px solid #A62417;
}

#contentpanel{
	margin:0;
	padding: 10px;
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
}

#bottompanel{
	margin: 10px;
	border-top: 3px solid #9AAFC3;
	height: 20px;
	width: 100%;
	padding: 5px;
}

#bottompanel td{
	color: #9AAFC3;
	font-size: 7pt;
}

 #helpbox
 {
	display: none;
}
/* Classes */

.button a, .auxButton{
	cursor:hand;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #064B98;
	text-decoration:none;
	padding: 2px;
	width: 130px;
}

.button a:hover, .auxButton:hover{
	border: 1px solid #064B98;
	color: #064B98;
	background:#ffffff;
}

.button2 a{
	cursor:hand;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #064B98;
	text-decoration:none;
	padding: 2px;
	width: 30px;
}

.button2 a:hover{
	border: 1px solid #064B98;
	color: #064B98;
	background:#ffffff;
}


.boxed{
	margin-bottom: 10px;
}

.boxed p{
	margin: 0;
}

.boxed a{
	margin: 2px;
	padding: 5px;
	text-decoration: none;
	width: 100%;
}

.boxed a:hover{
	background: #D5E1EF;
}

.boxtitle{
	color: #FFFFFF;
	font-weight: bold;
	background: url(../../_images/nav_grad.jpg);
	width: 100%;
	padding: 3px;
}

.active{
	height: 100%;
	text-decoration: none;
	padding: 5px;
	padding-top: 6px;
	height: 15px;
	background: #FFFFFF;
	color: #A62417;
	font-weight: bold;	
	border-left: 1px solid #849CB3
}

.tabWrapper{
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #296DC1;	
}

.tblTabs a
{
	text-decoration:none;
	width:111px;
	text-align: center;
	color: #064B98;
	background-color: #BED9F8;
	background-image: url(../../_images/tb_off.gif);
	padding:0px;
	border-right: 1px solid #ffffff;
	height: 25px;
	margin-bottom: -3px;
	padding-top:5px;
}
.tabBase TD{background-color:#064B98;font-size:1pt;}

.tblTabs a:hover
{
	color:white;
	background-color: #064B98;
	background-image: url(../../_images/tb_on.gif);
}

.tblTabs .tabActive{
	color:white;
	background-color: #064B98;
	background-image: url(../../_images/tb_on.gif);
}

.fundGrid
{
	border:none;
}


.fundgrid table{
	border: 0;
}

.fundgrid td{
	border-right:0;
	border-left:0;
}

.tblHead {
	background-color:#064B98;
	
}

.tblHead TD{
	color:white;
	font-weight:bold;
}

.tblSubHead {background-color:#064B98; }
.tblSubHead TD
{
	border:none;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
}

.tblSubHead a {color: #FFFFFF; text-decoration: underline;}
.tblSubHead a:hover {text-decoration: none; background: none}

TD.tblFirstColHeader {text-align:left;}

.tblData a{
	text-decoration: underline;
	width: 100%;
	height: 100%;
}

.tblGrey a{
	
}

.tblData a:hover{
	background: #D5E1EF;
}

.tblData td{
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
}


.tblLastData td{
	}


.tblFirstCol
{
	background:#DDE6F1;
	border:1px solid white;
}

.tblFirstCol A{
	width:100%;
	text-align:left;
}
.tblFirstCol A:hover{
	background: none;
}
	

.tblCol Img{border:0;}
.tblAltCol Img{border:0;}


.tblCol{
	text-align:center;
	background: #DDE6F1;
	border:1px solid white;
}
.tblAltCol{
	text-align:center;
	background: #EAF0F8;
	border:1px solid white;
}

.tblGrey{
	
}

.tblMidGrey{
	background: #D9E4EA;
}

.tblHighlite td{
	background: #4B85CB;
	color: white;
}

.tblHighlite a{
}

.fundtools{
	text-align: center;
	margin-top: 10px;
	border-top: 2px solid #273B52;
	width: 100%;
	padding: 10px;
}

.chartOptionWraper{
	border-top: 1px solid #273B52;
	padding: 2px;
	margin: 5px;
}

.fullForm{
	width: 100%;
}

.legend{
	margin:2px;
	padding: 0;
	width: 10px;
	height: 10px;
	background: #CCCCCC;
}

.detail{
	color: #999999;
	font-size: 7pt;
}

.pos{
	color: #669900;
}

.neg{
	color: #A62417;
}

td.button{}

.button a{
	font-family: verdana;
	font-size: 7pt;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration:none;
	padding: 2px;
	background: #064B98;
}

.button a:hover{
	border: 1px solid #064B98;
	color: #064B98;
	background-color: white;
}

.tblHead .button a{
}

.selectionBox { WIDTH: 100% }
.lblHead { font-weight: bold; }

.chartButton, .nextPrevButton { 
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #064B98;
	margin-right: 3px;
}


.iconclear{
	text-decoration: none;
	text-align: center;
}

/*Illustrations*/
	.illFooter {background-color:#DE0068; padding="3px"}
	.illSubHead{background:#4B85CB;}
	.illSubHead TD{color:#ffffff; font-weight:bold;}
	.illButton{padding: 3px; font-size:8pt;font-weight:bold;background:#BED9F8;color:#000000 ;border: 1px solid #000000;}
	.illTitle {color: #000000}
	.illFormTextBox {border:#000000 1px solid; width: 100%;}
	.iHighlight {font-size:8pt;padding:5px;color:#FFFFFF;font-weight:bold;}
	.illHead, .illHead td{font-weight:bold; font-size:8pt; background:#064B98; color:#FFFFFF; padding: 5px;}
	
	.illPreviewHeader {color:black;font-size:14pt;font-weight:bold;}
	.illPreviewDataTitle {color:black;font-weight:bold;}
	.illPreviewData {color:black;}

.compliance{font-size: 10px; color:#336699}

.calDay 
{
	background-color: white;
	color:Black;
}
.calWeekend
{
	background-color: white;
	color:rgb(128,128,128);
}
.calDayHeader
{
	font-weight: bold;
	color: rgb(0, 56, 156);
	background-color:#FFFFFF;
}
.calOffMonth
{
	background-color:  rgb(239,239,239);
	color:Black;
}
.calMonth
{
	background-color: #FFFFFF;
	color:rgb(0, 56, 156);
	font-weight:bold;
}
.calSelectedDay
{
	background-color: #999999;
	color:#FFFFFF;
	font-weight:bold;
}

.uitabs
{
	height:25px;
	background: white;		
	vertical-align:bottom;
	border-bottom: 2px solid #4B85CB;
}

.uiTabs td{
	padding: 0;
}

.uiTab, .uiTab td
{
	height:25px;
	width:111px;
	text-align: center;
	color: #064B98;
	background-color: #BED9F8;
	background-image: url(../../_images/tb_off.gif);
	padding:0px;
	border-right: 1px solid #ffffff;
}

.uiTabHover, .uiTabHover td{
	height:25px;
	cursor:hand;
	width:112px;
	text-align: center;
	background-color: #4B85CB;
	background-image: url(../../_images/tb_on.gif);
	color: white;
	border-right: 1px solid #ffffff;
}

.uiSelectedTab, .uiSelectedTab td
{
	height:25px;
	width:112px;
	text-align: center;
	color:#FFFFFF;
	background-color: #4B85CB;
	background-image: url(../../_images/tb_on.gif);
	border-right: 1px solid #ffffff;
}


.uiSelectedTabHover, .uiSelectedTabHover td
{
	height:25px;
	width:112px;
	text-align: center;
	color:#FFFFFF;
	background-color: #4B85CB;
	background-image: url(../../_images/tb_on.gif);
	border-right: 1px solid #ffffff;
}

.errorText 
{ color:red;
}

.fundChecked TD
{
	background:#BED9F8;
}

.fundChecked A
{
}

#FundInfoContent{
	position: absolute;
	top: 45px;
	width: 73%;
	padding: 2px;
}

#FundInfoRight{
	position: absolute;
	left: 73%;
	top: 45px;
	width: 27%;
	padding: 2px;
}

#FundInfoTable
{
	width: 130px;
	background: #BED9F8;
}

#FundInfoTable td{
	padding:2px;
}

.FundInfoTableHead
{
	padding: 2px;
	background:#064B98;
	font-weight:bold;
	color:#ffffff;
	font-size:7pt;
}

.tblHeader 
{
	color:#064B98;
	font-weight:bold;
}

.tblContent
{
}

.FtHeader
{
	 padding-left: 10px;
	 background: #003876;
	 color:#ffffff;
	 font-weight:bold;
}

#FtHeaderText{
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 18pt;
}

.FtTable
{
	width:100%;
	height:100%;
}

.FtTable td{
	border-bottom: 1px solid #064B98;
}

.FtSubHead
{
	 font-weight: bold;
	 color:#003399;
	 border-bottom: 3px solid #064B98;
	 text-align:left;
	 font-size:8pt;
}

.FtFirstTR{
	background: #BED9F8;
}

.FtTableSub td{
	font-weight: bold;
	border:0;
	border-bottom: 3px solid #064B98;
}

.FtPageSub{
	font-weight:normal;
	color: #064B98;
	font-size: 13pt;
	padding-top: 15px;
	padding-bottom: 3px;
}



.GridAlt td
{
	border-bottom:1px solid #BED9F8;
}

.GridItem td
{
	background-color:#ffffff;
	border-bottom:1px solid #BED9F8;
}

.GridHeader
{
	color:Black;
}

.keys
{
	font-size:8;
}