﻿body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif; /*font-size: 12px;*/
	font-size: 0.75em;
	color: #404040;
}

h1,h2 {
	font-weight:bold;
}

h1
{
	color: #27318b;
	font-size: 2em;
	margin-bottom:.5em;
	margin-top: 7px;
}
h2
{
	color: #27318b;
	font-size: 1.4em;
	margin-bottom:.2em;
}
h3
{
	color: #2b328a;
	font-weight:normal;
	font-size:1.2em;
	line-height:1;
	margin-bottom:.2em;
	margin-top: .2em;
}

.requiredFieldIndicator
{
	font-size: 2em;
}

.h3Red
{
	color: #9c3338;
	font-weight:normal;
	font-size:1.2em;
	line-height:1;
	margin-bottom:.2em;
	margin-top: .2em;
}

h4 {
	font-weight:normal;
	font-size:1em;
	line-height:1;
	margin-bottom:.2em;
	margin-top: .2em;
	color: #27318b;
}

p {
	margin-left: 0;
	margin-bottom: 1em;
	margin-right: 0;
	margin-top: 0em;
	font-size:100%;
	line-height: 1.2em;
}

.source
{
	font-weight: normal;
	font-size: 0.8em;
}

.whitetext
{
	color: White;
}

.Indent
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

blockquote {
	margin:1.5em;
	font-style:italic;
}

p, ul, ol, td, cite, code { 
	font-size: 100%; 
}

em,dfn {
	font-style:italic;
}

dfn {
	font-weight:bold;
}

sup,sub {
	line-height:0;
}

abbr,acronym {
	border-bottom:1px dotted #666;
}

address {
	margin:0 0 1.5em;
	font-style:italic;
}

del {
	color:#666;
}

pre,code {
	margin:1.5em 0;
	white-space:pre;
}

pre,code,tt {
	font:100% 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}

caption {
	padding:5px;
	font-size:.8em;
}

/**Lists*/

li ul,li ol {
	margin:1em 1.5em;
}

ul,ol {
	margin:1em 1.5em 1.5em;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type:decimal;
}

a, a:link, a:visited
{
	color: Blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.footer a
{
	color: White;
}

ul li
{
	list-style-image: url('../images/ThreeColumn/bullet.gif');
	/*color: #2b328a;*/
	color: Black;
}

ul li a
{
	color: Black;
}

/************************************************************************/

/**********other*********************************************************/
.hidden
{
	display: none;
}
/************************************************************************/

/***Edit Table***********************************************************/
.tblEdit
{
	color: Black;
	width: 100%;
}
.tblEdit .two
{
	background-color: #9691C0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.tblEdit .lft
{
	background-color: #9691C0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
.tblEdit .rgt
{
	background-color: #9691C0;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 50px;
	text-align: center;
}
.tblEdit .scr
{
}
.tblEdit a
{
	color: White;
	text-decoration: underline;
}
.smallPopup
{
	position: absolute;
	border: 1px solid black;
	width: 200px;
	background-color: #9691C0;
}

#center_orange table
{
	width: 94%;
	margin-left: 15px;
	margin-bottom: 10px;
}

#center_orange table p
{
	padding: 20px;
}

#center_orange .cor
{
	background: #f7e6d4;
	border: 1px solid #505050;
}

.table_tit
{
	background: #e35f19;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #505050;
}
/************************************************************************/
/****chartTable**********************************************************/
.chartTable
{
}
.chartTable thead td
{
	background-color: #341e5f;
	border: none;
	color: White;
}
.chartTable tbody td
{
	background-color: #f4f3fe;
	border: 2px solid white;
	vertical-align: top;
}

.chartTable tbody .alt
{
	background-color: white;
}
.chartTable .button
{
	text-align: center;
	background-color: #f4f3fe; /*#959537;*/
	color: White;
}
/************************************************************************/

.tblPlanner
{
	width: 100%;
}
.tblPlanner thead td
{
	background-color: #bdd7e6;
	font-weight: bold;
}

.SaveYourProgress
{
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}

.HeaderRow
{
	background-color: #69a6d7;
	color: White;
}

.alt
{
	height: 50px;
	text-align: center;
	padding: 0 5px 0 5px;
	background-color: #bdd7e6;
}

.tblPlanner td
{
	background-color: #d3e4ee;
	border-bottom: 2px solid white;
	border-right: 1px solid white;
	height: 50px;
	text-align: center;
	padding: 0 5px 0 5px;
}
.tblPlanner .alt td
{
	background-color: #bdd7e6;
}
.smallPopup
{
	position: absolute;
	border: 1px solid black;
	width: 200px;
	background-color: #9691C0;
}
.tbl
{
	background-color: #9691C0;
	color: Black;
	width: 100%;
}
.tbl .two
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.tbl .lft
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
.tbl .rgt
{
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 50px;
	text-align: center;
}
.tbl .scr
{
	background-color: White;
}
.tbl a
{
	color: White;
	text-decoration: underline;
}

.HeaderRow
{
	background-color: #69a6d7;
	font-weight: bold;
}
.Fund_Number_Odd
{
	background-color: #d3e4ee;
	border-bottom: 2px solid white;
	border-right: 1px solid white;
	height: 50px;
	text-align: center;
	padding: 0 5px 0 5px;
}
/*.tblPlanner*/
.Textbox
{
	width: 130px;
}


/***<InputFrame>***/
.inputFrame
{
	width: 600px;
	background-color: #bed7e5;
	border: 1px solid white;
	margin-bottom: 7px;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
/***</InputFrame>***/
/***<ThreeColumnInput>***/
.ThreeColumnInput
{
	width: 98%;
	border: 1px solid #bed7e5;
}
.ThreeColumnInput table
{
	width: 100%;
}
.ThreeColumnInput .row
{
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ThreeColumnInput .helpText
{
	font-size: 12px;
	line-height: 12px;
}

.ThreeColumnInput .rowAlt
{
	clear: both;
	width: 100%;
	border-bottom: 1px solid #d3e4ee;
}
.ThreeColumnInput .loginC1
{
	float: left;
	width: 150px;
}
.ThreeColumnInput .loginC2
{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.ThreeColumnInput .loginC3
{
	float: right;
	width: 50px;
}

.ThreeColumnInput .RegistrationC1
{
	float: left;
	width: 150px;
}
.ThreeColumnInput .RegistrationC2
{
	margin-left: auto;
	margin-right: auto;
	width: 220px;
}
.ThreeColumnInput .RegistrationC3
{
	float: right;
	width: 180px;
}

.ThreeColumnInput .medicalC1
{
	float: left;
	width: 350px;
}
.ThreeColumnInput .medicalC2
{
	float: right;
	text-align: right;
	width: 200px;
}
.ThreeColumnInput .medicalC3
{
	float: right;
	width: 20px;
}


.ThreeColumnInput .med1
{
	float: left;
	width: 380px;
}
.ThreeColumnInput .med2
{
	float: right;
	text-align: left;
	width: 185px;
}
.ThreeColumnInput .med3
{
	float: right;
	width: 20px;
}

.Password1
{
	margin-left: 20px;
	color: Red;
}

.Password2
{
		margin-left: 15px;
	color: Red;
}
.Password3
{
		margin-left: 15px;
	color: Red;
}
.Password4
{
		margin-left: 15px;
	color: Black;
}
.Password5
{
		margin-left: 15px;
	color: Blue;
}
.Password6
{
		margin-left: 15px;
	color: Green;
}
.Password7
{
		margin-left: 15px;
	color: Green;
}


/***</ThreeColumnInput>***/
.btnStyleOne
{
	background-color: #0068BF;
	color: White;
	height: 2em;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
	border-bottom: black;
	border-right: black;
	text-align: center;
	vertical-align: middle;
}
.btnYesNo_Off
{
	background-color: #0068BF;
	color: White;
	height: 2em;
	width: 70px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid white;
	border-left: 1px solid white;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.btnYesNo_On
{
	background-color: #F58220;
	color: White;
	height: 2em;
	width: 70px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.btnYesNo_Disabled
{
	background-color: #CCCCCC;
	color: White;
	height: 2em;
	width: 70px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
/**********************************/
.infoPopup
{
	height: 156px;
	width: 350px;
	position: absolute;
	z-index: 50; /*background-image: url('/images/planner/info_popup.png');background-repeat: no-repeat;  	*/
}
.infoPopup .popupLeft
{
	background-image: url('../images/planner/info_popup_left.png');
	background-repeat: no-repeat;
	height: 37px;
	width: 117px;
	float: left;
	margin-top: 55px;
}
.infoPopup .top
{
	width: 230px;
	height: 25px;
	float: right;
	clear: right;
	background-image: url('../images/planner/info_popup_top.png');
	background-repeat: no-repeat;
}
.infoPopup .inside
{
	width: 230px;
	float: right;
	clear: right; /*margin-left: 130px;margin-top: 10px;margin-right: 20px;margin-bottom: 10px; */
	background-image: url('../images/planner/info_popup_repeat.png');
	background-repeat: repeat-y;
}
.infoPopup .inside .popupMinHeight
{
	width: 1px;
	height: 100px;
	float: left;
}

.infoPopup .inside .popupText
{
	margin-right: 15px;
	margin-left: 15px;
	color: white;
}
.infoPopup .bottom
{
	width: 230px;
	height: 26px;
	float: right;
	clear: right;
	background-image: url('../images/planner/info_popup_bottom.png');
	background-repeat: no-repeat;
}
/**********************************/
.unit
{
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
}
.infoTextBox
{
	background-color: transparent;
	border: none;
	cursor: default;
	font-size: inherit;
}
/**********************************/
/***tablestyle1********************/
/**********************************/
.tablestyle1
{
	width: 100%;
}
.tablestyle1 td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tablestyle1 thead tr td
{
	background-color: #0069BD;
	color: White;
}
.tablestyle1 .tblHeader
{
	font-size: large;
}
.tablestyle1 .bold
{
	font-weight: bold;
}
.tablestyle1 .color1
{
	background-color: #D6E7EF;
}
.tablestyle1 .color2
{
	background-color: #BDD7E7;
}
/**********************************/
/***tablestyle1********************/
/**********************************/
/***tablestyle2********************/
/**********************************/
.tablestyle2
{
	width: 100%;
}
.tablestyle2 td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tablestyle2 thead tr td
{
	background-color: #0068BF;
	color: White;
	font-weight: bold;
	font-size: large;
	padding: 10px;
}
.tablestyle2 tbody td
{
	background-color: White;
	color: #0068BF;
	padding: 5px;
	border: 2px solid #d8e7ef;
}
/**********************************/
/***tablestyle2********************/
/**********************************/
/***tablestyle3********************/
/**********************************/
.tablestyle3
{
	width: 100%;
	margin-top: 10px;
}
.tablestyle3 td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tablestyle3 thead tr td
{
	background-color: #69A6D7;
	color: White;
	font-size: large;
}
.tablestyle3 tbody tr.color1 td
{
	background-color: #D3E4EF;
	color: Black;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.tablestyle3 tbody tr.color2 td
{
	background-color: #BED7E5;
	color: Black;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.tablestyle3 tfoot tr td
{
	background-color: #69A6D7;
	color: White;
	font-size: large;
}
.tablestyle3 .TextboxThreeD
{
	border: 1px outset #69A6D7;
}
/**********************************/
/***tablestyle3********************/
/****************************************/
/***************createMargins************/
.createMargins
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px; /*fixes issue with background-color*/
	padding-bottom: 1px; /*fixes issue with background-color*/
}
/***************createMargins************/
/****************************************/
/***************footer*******************/
.footer
{
	width: 960px; /* 980px inc padding */
	float: left;
	height: 20px;
	background-color: #27318a;
	padding: 10px;
	font-size: 12px;
	color: White;
}

/***************footer*******************/
/****************************************/
/***************BottomNav****************/
.BottomNav
{
	margin-top: 10px;
	border-top: 2px dotted #0068bf;
	float: left;
}
/***************BottomNav****************/
/****************************************/

/**Search Results*/
.searchResult
{
	width: 500px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom: solid;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	border-bottom-width: 1px;
}

.odd {
	background-color: #e2e1ef;
}