/* Page properties */

body{
	margin: 0;
	background: #FFFFFF;
	font-family: arial,verdana;
	font-size: 65%;
	line-height: 150%;
	color: #330066;
}

td{
	padding: 3px;
	font-family: arial,verdana;
	font-size: 65%;
	line-height: 150%;	
}

select, input, textarea {
	font-family: arial,verdana;
	font-size: 90%;
}

a{
	color: #330066;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#000000;
}



h2{
	font-family: arial,verdana; 
	font-size: 13pt;
	text-align: left;
	margin:0;
	padding:0;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom:5px;
	color: #000;
	font-weight: bold;
}

h4{
	font-size: 10pt;
}

ul{
	list-style: square outside none;
	margin: 10px;
	margin-left: 20px;
}

/* Layouts */

#chart { text-align:center; width:100%}
#main {background: #E3D9EC;}
#main table{ border: 1px solid #663399; 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}

#introtext{
	font-size:9pt;
	color: black;
}

#container
{
	height: 100%; 
	width: 100%;
/*	background: url(../_images/pagegrad.gif) repeat-y;*/
	padding-left:10px;
	padding-right:10px;
}

#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 */

.boxed{
	border: 1px solid #273B52;
	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: 1px solid #663399;	
}

.tblTabs a{
	text-align: center;
	text-decoration: none;
	color: #663399;
	border-bottom: 0px;
	background:#E3D9EC;
	width: 120px;
	height: 23px;
	margin-bottom: -3px;
	padding-top:5px;
}

.tabBase TD{background-color:#296DC1;font-size:1pt;}

.tblTabs a:hover{
	background:#663399;	
	font-weight: bold;
	color: #ffffff;
	width: 120px;
	height: 23px;
}

.tblTabs .tabActive{
	background:#663399;	
	font-weight: bold;
	color: #ffffff;
	width: 120px;
	height: 23px;
}

.fundGrid
{
	overflow: auto;
}


.fundgrid table{
	border: 0;
}

.fundgrid td{
	border-right:0;
	border-left:0;
}

.tblHead{
	background-color:#E6EFFA;
	color: #330066;
}

.tblHead TD{
	color:#330066;
	font-weight:bold;
}

.tblSubHead {
	background-color:#330066; 
}

.tblSubHead TD{
	color: white;
	text-align:center;
}

.tblSubHead a {
	color: #ffffff;
}
.tblSubHead a:hover {
	color:#C9E6F9;
}

TD.tblFirstColHeader {text-align:left;}

.tblData{
}

.tblData a{
	color: #0000CC;
}

.tblGrey a{
	
}

.tblData a:hover{
	color: #330066;
}

.tblData td{
	border-bottom: 1px solid #C5D4E8;
	padding: 3px;
}


.tblLastData td{
	border-bottom: 1px solid #E8E8E8;
}


.tblFirstCol{
	border:0;
	border-bottom: 1px solid #C5D4E8;
	text-align:left;
	background: #FFFFFF;
}

.tblFirstCol A{
}

.tblFirstCol A:hover{

}
	

.tblCol Img{border:0;}
.tblAltCol Img{border:0;}


.tblCol{
	border:0;
	text-align:center;
	background: #FFFFFF;
	border-bottom: 1px solid #C5D4E8;
	
}
.tblAltCol{
	border:0;
	text-align:center;
	background: #FFFFFF;
	border-bottom: 1px solid #C5D4E8;
}


.tblGrey{
	background: #D7E4F8;
}

.tblMidGrey{
	background: #C5D4E8;
}

.tblHighlite td{
	background: #C5D4E8;
}

.tblHighlite a{
	border: 1px solid #ECE3D5;
}

.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, .auxButton{
	cursor:hand;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #330066;
	text-decoration:none;
	padding: 2px;
	width: 130px;
}

.button a:hover, .auxButton:hover{
	border: 1px solid #0000CC;
	color: #0000CC;
	background:#ffffff;
}

.button2 a{
	cursor:hand;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #330066;
	text-decoration:none;
	padding: 2px;
	width: 30px;
}

.button2 a:hover{
	border: 1px solid #0000CC;
	color: #0000CC;
	background:#ffffff;
}


.tblHead .button a{
}

.selectionBox { WIDTH: 100% }
.lblHead { font-weight: bold; }

.chartButton, .nextPrevButton { 
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #330066;
	margin-right: 3px;
}


.iconclear{
	text-decoration: none;
	text-align: center;
}

/*Illustrations*/


	.illResultsData {
		background-repeat: repeat-x;
		background-image: url('../../_images/illDataShadeUp.gif');
	}
	.illResultsHead {}
	.illData {
		border-bottom: solid 1px #dedede; 
		border-left: solid 1px #dedede; 
		border-right: solid 1px #dedede;
		border-top: solid 0px #dedede; 
		background-position: bottom;
		background-image: url(../../_images/illDataShadeUp.gif); 
		background-repeat: repeat-x;
	}
	
	.illResultsTable {border: solid 1px #E6E6E6}
	.illResultsTable td {border-left: solid 1px #E6E6E6; border-bottom: solid 1px #E6E6E6}
	.illResultsTableHead {background:#b17bac; color: #FFFFFF}
	.illResultsTable {border-bottom: solid 0px #E6E6E6}
	.illResultsTable {border-left: solid 0px #E6E6E6}
	.illResultsTableSubHead {background: #F0F0F0;}
	.illFooter {background-color:#C5D4E8; padding:3px;}
	.illDataFund {
		color: #000;
	}
	.illSubHead TD {}
	.illButton{
		border: 1px solid #ffffff;
		color: #ffffff;
		background: #9016B2;
		padding: 2px;
		width: 130px;
		font-weight: bold;
	}
	.illTitle {font-weight:bold;}
	.illFormTextBox {border:#8F9A9E 1px solid; width: 200px;}
	.illDataTextBox {border:#8F9A9E 1px solid; width: 100px;}
	.illFormDropdown {border:#8F9A9E 1px solid; width: 200px}
	.illHeadHighlight {font-size:10pt;padding:5px;font-weight:bold;}
	.illHead, .illHead td
	{
		font-size: 75%;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		background:#781e78;
		padding: 0px; 
		color: #FFF;
	}
	.illPreviewHeader {color:#3878DB;font-size:14pt;font-weight:bold;}
	.illPreviewDataTitle {background-color: #F0F0F0}
	.illPreviewData {background-color: #F0F0F0}
	
	

	.uitabs	{
		margin-top: 0px;
		margin-right: -5px;
		vertical-align:bottom;
		margin-bottom:-6px;
		margin-left: -5px;
				font-weight:bold;
		padding: 0px;
		border: 0px;
	}
	.uiTab {
		font-size: 160%;
		color: #fff;
				font-weight:bold;
		background:#b17bac;
	}
	.uiTabHover	{
		font-size: 160%;
		color: #fff;
				font-weight:bold;
		cursor:hand;
		background-image: url('../../_images/illTabSelected.gif');
	}
	.uiSelectedTab {
		font-size: 160%;
		color: #fff;
		font-weight:bold;
		background:#601B63;
		background-image: url('../../_images/illTabSelected.gif');
	}	
	.uiSelectedTabHover	{
		font-size: 160%;
		color: #fff;
		cursor:hand;
		font-weight:bold;
		background:#601B63;
		background-image: url('../../_images/illTabSelected.gif');
}

/*


	.ill_uiTab {
		background-color: #b17bac;
		text-decoration: none;
		color: #b17bac;
		width: 90px;
		height: 10px;
	}
	.ill_uiTabHover {background-color: #b17bac;}
	.ill_uiSelectedTabLook {background-color: #b17bac;}
	
	
	.ill_uiTab td{
		text-align: center;
		text-decoration: none;
		color: #330066;
		background-color:#b17bac;
		width: 90px;
		height: 20px;
	}	

	.ill_uiTabs {BACKGROUND-COLOR: #fff;}
	.ill_uiTabLook {BACKGROUND-COLOR: #b17bac;} 
	.ill_uiSelectedTabLook {BACKGROUND-COLOR: #b17bac;}
	
	.ill_uiTabHover {BACKGROUND-COLOR: #b17bac;}

	.ill_uiSelectedTab {BACKGROUND-COLOR: #b17bac;}

	.ill_uiTabs table{
		border: 0;
		padding: 0;
	}



.uitabs{
}

.uitabs table{
	border: 0;
	padding: 0;
}

.uiTab{
	text-align: center;
	text-decoration: none;
	color: #330066;
	background:#E3D9EC;
	width: 90px;
	height: 20px;
}

.uiTab td{
	text-align: center;
	text-decoration: none;
	color: #330066;
	background:#E3D9EC;
	width: 90px;
	height: 20px;
}

.uiTabHover TD{
	background:#330066;	
	font-weight: normal;
	color: #ffffff;
	width: 90px;
	height: 20px;
	cursor:hand;
	text-align: center;
}

.uiTabHover{
	background:#330066;	
	font-weight: normal;
	color: #ffffff;
	width: 90px;
	height: 20px;
	cursor:hand;
	text-align: center;
}

.uiSelectedTab TD{
	background:#330066;	
	font-weight: bold;
	color: #ffffff;
	width: 90px;
	height: 20px;
	text-align: center;	
}

.uiSelectedTabHover TD{
	background:#330066;	
	font-weight: bold;
	color: #ffffff;
	width: 90px;
	height: 20px;
	text-align: center;	
}

.uiSelectedTab{
	background-image:url(../../_images/button_on.jpg);	
	font-weight: bold;
	color: #330066;
	width: 90px;
	height: 20px;
	text-align: center;	
}

.uiSelectedTabHover{
	background-image:url(../../_images/button_on.jpg);	
	font-weight: bold;
	color: #330066;
	width: 90px;
	height: 20px;
	text-align: center;	
}

*/
.compliance{font-size: 10px;}

.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;
}

.uiMultiPage {
	margin:0;
	padding: 0px;
	width: 100%;
}

.uiMultiPage table{
	padding: 0px;
	border: 0;
	width: 100%;
}

.fundChecked TD
{
	background-color:#C5D4E8;
	border-bottom: 1px solid white;
}

.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: #E5DCED;
}

#FundInfoTable td{
	padding:2px;
}

.FundInfoTableHead
{
	padding: 2px;
	background:#330066;
	font-weight:bold;
	color:#ffffff;
	font-size:7pt;
}

.tblHeader 
{
	color:orange;
	font-weight:bold;
}

.tblContent
{
	color:gray;
}

.FtHeader
{
	 padding-left: 10px;
	 color:330066;
	 font-weight:bold;
}

#FtHeaderText{
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 18pt;
}

.FtTable
{
	width:100%;
	height:100%;
}

.FtTable td{
	border-bottom: 1px solid #C5D4E8;
}

.FtSubHead
{
	 font-weight: bold;
	 color:#330066;
	 border-bottom: 3px solid #330066;
	 text-align:left;
	 font-size:8pt;
}

.FtFirstTR{
	background: #E3D9EC;
}

.FtTableSub td{
	font-weight: bold;
	border:0;
	border-bottom: 3px solid #330066;
}

.FtPageSub{
	font-weight:normal;
	color: #330066;
	font-size: 13pt;
	padding-top: 15px;
	padding-bottom: 3px;
}



.GridAlt td
{
	border-bottom:1px solid #C5D4E8;
}

.GridItem td
{
	background-color:#ffffff;
	border-bottom:1px solid #C5D4E8;
}

.GridHeader
{
	color:Black;
}

.keys
{
	font-size:8;
}	