

.NoteHeader
{
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
	vertical-align: middle;
	clip: rect(auto auto auto auto);
	letter-spacing: normal;
	text-align: left;
	font-weight:bold;
}

.NoteInstruction
{
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
	vertical-align: middle;
	clip: rect(auto auto auto auto);
	letter-spacing: normal;
	text-align: left;
	text-decoration:underline;
	font-weight:bold;
}

.NotePt
{
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
	vertical-align: middle;
	text-align: left;
	clip: rect(auto auto auto auto);
	letter-spacing: normal;
	list-style-type: disc;
	margin-left:6.0pt;
}

.DivAlignRight
{	
	text-align: right;
	float: right;
    clear: right;
    display: inline;
}

/* CSS Document: Screen */



/* Global Styles */

#Header
{
    background-image: url(../Images/MainBanner.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 74px;
}

#MainContent
{
	width: 770px;
	padding-left: 30px;
}

#Footer
{
	background: #fce5a0;
	border-top: 1px #CCCCCC solid;
	height: 35px;
}

#BodyMaster
{
	background-image: url(../images/GoldFade.gif); 
	background-repeat: repeat-x; 
	margin-top: 0px; 
	margin-left: 0px;
}

#DIVMaster
{
	position: absolute; 
	top: -4px; 
	left: -4px; 
	width:100%; 
	overflow: hidden;
}

	/* Text Styles */
	
	h1
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #CF7A02;
		font-size: 17px;
	}
	
	h2
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #CF7A02;
		font-size: 14px;
	}
	
	h3
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #3399cc;
		font-size: 11px;
	}
	
	h4
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		font-size: 11px;
	}
	
	.IntroType
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 11px;
		color: #666666;
		line-height: 18px;
	}
	
	.BodyType
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #666666;
		line-height: 18px;
		text-decoration: none;
	}
	
	.BodyTypeBold
	{
		font-family: Verdana;
		font-weight: bold;
		font-size: 11px;
		color: #666666;
		line-height: 18px;
		text-decoration: none
	}
	
	.BodyTypeItalics
	{
		font-family: Verdana;
		font-size: 11px;
		color: #666666;
		line-height: 18px;
		text-decoration: none; 
		font-style:italic
	}
	
	.BodyTypeOuter
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #666666;
		background-color: #FFFFCC;
		line-height: 18px;
		text-decoration: none;
		display: none;
		position: absolute;
		width: 400px;


		/*
		top: 40%;
		left: 40%;
		height: 100px;		
		padding: 16px;
		border: 1px solid #dddddd;
		background-color: white;
		*/
		z-index: 10001;
		overflow: auto;
	}
	
	.BodyTypeError
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #CF343F;
		line-height: 18px;
		text-decoration: none;
	}
	
	.StepType
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #3399cc;
		line-height: 18px;
	}
	
	.CompletedType
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-style: italic;
		font-size: 11px;
		color: #CF7A02;
		line-height: 18px;
		text-decoration: none;
	}
	
	.NoteType
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 9px;
		color: #363636;
		line-height: 16px;
	}
	
	.DataGridHeaderType
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #336699;
		background-color: #E0E9F2;
		text-decoration: none;
	}
	
	DataGridHeaderType:hover
	{
		text-decoration: underline;
		color: #CF7A02;
	}	
	
	.IdentifierTableHeadType
	{
        background-color: #F5F5F5; 
        padding: 0; 
        border: 1px solid #9C9A9C;
	}
	
	
	/* Nav Styles */
	
	a
	{
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #336699;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
		color: #CF7A02;
	}
    
   
    /* Table Styles */
    
    .tableCellDivider
    {
         background-image: url(../Images/divider_small.gif);
    }
    .informationTable
    {
        background-color: #F5F5F5; 
        padding: 0; 
        border: 1px solid #CCCCCC;
    }
	

	/* Form Styles */
	
	.FrmLabelType
	{
		font-weight: bold;
		font-size: 11px;
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.FrmInputShort {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		background: #ffffff;
		text-decoration: none;
		border-bottom: thin inset #CCC;
		border-right: thin inset #CCC;
		border-top: thin inset #999;
		border-left: thin inset #999;
		width: 75px;
		height: 12px;
	}
	
	.FrmInputMedium {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		background: #ffffff;
		text-decoration: none;
		border-bottom: thin inset #CCC;
		border-right: thin inset #CCC;
		border-top: thin inset #999;
		border-left: thin inset #999;
		width: 145px;
		height: 12px;
	}
	
	.FrmInputLong {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		background: #ffffff;
		text-decoration: none;
		border-bottom: thin inset #CCC;
		border-right: thin inset #CCC;
		border-top: thin inset #999;
		border-left: thin inset #999;
		width: 195px;
		height: 12px;
	}
	
	.FrmInputVar {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		background: #ffffff;
		text-decoration: none;
		height: 12px;
	}
	
	.FrmInputVarCalendar {
		background: #ffffe7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
		height: 12px;
	}
	
	.FrmInputVarPhone {
		background: #ffffe7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
		height: 12px;
	}
	
	.FrmInputVarSSN {
		background: #ffffe7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
		height: 12px;
	}
	
	.FrmSelectVar {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
		border-bottom: thin inset #CCCCCC;
		border-right: thin inset #CCCCCC;
		border-top: thin inset #999999;
		border-left: thin inset #999999;
		height: 20px;
	}
	
	.FrmTextAreaLg {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
		border-bottom: thin inset #CCCCCC;
		border-right: thin inset #CCCCCC;
		border-top: thin inset #999999;
		border-left: thin inset #999999;
		width: 345px;
		height: 134px;
	}
	
	.FormInput
    {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;
       color: #666666;
       text-decoration: none;
       border: 1px solid #cccccc;
       background-color: #ffffff;
       width: 230px;
    }
    

.menu {position:relative; margin-left:1em; margin-bottom:0.1em; display:none; text-decoration: none}
.menuitem {margin-bottom:0em;margin-top:0em; text-decoration: none}
.menuitemMain {margin-bottom:0em;margin-top:0em; text-decoration: none}
	
/* Toolbar */
#Toolbar 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dotted #999999;
}

#Toolbar a 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
	
#Toolbar a:hover 
{
	text-decoration: underline;
	color: #CF7A02;
}
	
#Toolbar .PageNumber 
{
	font-weight: normal;
}

/* Plan Tab Ajax CSS */	
.blue
{
    margin: 10px;
}
    .blue .ajax__tab_header {
        color: #FFFFFF;
        font-size: 12px;
        margin-left: 20px;
        display: block;
    }

    .blue .ajax__tab_body {
        border: 1px solid #00639E;
    }

.blue .ajax__tab_outer
{
	margin-right: 2px;
    background: url('/images/blue_left.gif') no-repeat 0px 0px;
}
.blue .ajax__tab_inner
{
	margin-left: 1px;
    background: url('/images/blue_right.gif') no-repeat 100% 0px;
   
}
    .blue .ajax__tab_hover .ajax__tab_outer {
        background: url('/images/blue_left.gif') no-repeat 0px -150px;
       
    }
.blue .ajax__tab_hover .ajax__tab_inner
{
    background: url('/images/blue_right.gif') no-repeat 100% -150px; 
}
    .blue .ajax__tab_active .ajax__tab_outer {
        background: url('/images/blue_left.gif') no-repeat 0px -300px;
      
    }
    .blue .ajax__tab_active .ajax__tab_inner {
        background: url('/images/blue_right.gif') no-repeat 100% -300px;
       
    }

.tabPanel
{
	border: 5px solid #00639E;
}
.tabPanelInnerTable {
    margin: 0px 10px 10px 10px;
    width: 100%;
}
.tabPanelCellLeft
{
	margin: 5px;
	width: 35%;
}
.tabPanelCellRight
{
	margin: 5px;
	width: 65%;
}

.error
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Modal Popup Windows */
/* ------------------------------------------------------------------------------------------------------------------------------ */
.ModalBackgroundGray 
{
	display: none;
	position: absolute;
	background-color: Gray;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 120%;
	z-index: 10000;	
	opacity: 0.8;
	-moz-opacity: 0.8;
	FILTER: alpha(opacity=40);
}
	
.ModalBackgroundWhite
{
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 120%;
	z-index: 10000;	
	opacity: 0.8;
	-moz-opacity: 0.8;
	FILTER: alpha(opacity=40);
}

.modalBackground 
{
	FILTER: alpha(opacity=40);
	BACKGROUND-COLOR: Gray;
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.modal 
{	
	background-image: url(../../images/GoldFade.gif);
	border: 1px solid #000000;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	padding:30px;
	margin: 0px;
	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	width: 400px;
	/*height: 300px;*/
	/*position: absolute;*/
	/*overflow: auto;*/
}

.modal800px
{	
	background-image: url(../../images/GoldFade.gif);
	border: 1px solid #000000;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	padding:30px;
	margin: 0px;
	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	width: 800px;
	/*height: 300px;*/
	/*position: absolute;*/
	/*overflow: auto;*/
}

.dividerSmall
{
	margin: 5px 0px;
}

.modalBox 
{
	/*width: 400px;*/
	margin: 0;	
	padding-bottom: 30px;
}

.modalBody 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-decoration: none;
	/*margin: 10px;*/
    min-height: 120px;
}

.modalDropdowns 
{
	text-align: right;
	width: 80px;	
}

.modalButtons 
{
	text-align: center;
    vertical-align: text-bottom;
    margin-bottom: 10px;    
}

span.modalError
{
	display: block;
	font-size: 10px;
	font-weight: bold;	
	/*background: url(../../images/error.gif) 0 0 no-repeat;*/	
	color: Red;
	vertical-align: text-bottom;	
}

.smallDivider
{
	margin: 10px 2px;
	height: 1px;
	background: url('../../images/divider_small.gif') repeat-x;
}

/* Progress Modal */
.modalProgress
{	
	/*background-image: url(../../images/GoldFade.gif);*/	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	width: 400px;
	/*height: 300px;*/
	/*position: absolute;*/
	/*overflow: auto;*/
}

.disabledImageButton {
    filter: alpha(opacity=30);
    opacity: .30;
    background-color: #111;
}