/* CSS Document */
body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(skin/body_back.gif);
}
form
{
	margin: 0px;
}
.HeaderTitle
{
	font-size: 26px;
	padding-left: 80px;
	color: #214D02;
}
.Footer
{
	text-align: center;
	font-size: 10px;
	color: #448706;
	padding-bottom: 25px;
	/*margin: 10px;
	background-color: #7B8B6F;*/
}
.NavSideBack
{
	background-image: url(skin/head_nav_gr-line.gif);
	background-repeat: repeat-x;
}
.TopNavRight
{
	float: right;
	font-size: 10px;
	color: #448706;
	padding-right: 23px;
	padding-top: 5px;
	/*margin: 10px;
	background-color: #7B8B6F;*/
}
.TopNavRightLinkOff
{
	border: 1px solid white;
	background-color: #D0D3B9;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	font-size: 10px;
}
.TopNavRightLinkOn
{
	border: 1px solid white;
	background-color: #A8B2A0;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	font-size: 10px;
	cursor: hand;
}
.TopNavRightPlain
{
	FLOAT: right;
	margin: 10px;
	background-color: #7B8B6F;
}
.TopNavRightLinkOffPlain
{
	border: 1px solid white;
	background-color: #D0D3B9;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	font-size: 10px;
}
.TopNavRightLinkOnPlain
{
	border: 1px solid white;
	background-color: #D0D3B9;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	font-size: 11px;
}
.TopNavMain
{
	padding-left: 10px;
	
	background-color: #7B8B6F;
	vertical-align: bottom;
}
.TopNavMainLinkOff
{
	border: 1px solid #A8B2A0;
	background-color: #92A088;
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}
.TopNavMainLinkOn
{
	border: 1px solid #A8B2A0;
	background-color: #ABB2A6; /* A8B2A0 */
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	height: 20px;
}
.TopNavMainLinkSelected
{
	border: 1px solid #A8B2A0;
	border-bottom: 1px solid  #E0E2D1;
	background-color: #E0E2D1;
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 13;
	font-weight: bold;
	height: 20px;
}

A.TopNavLinks:link
{
	text-decoration: underline;
	color: #214D02;
}
A.TopNavLinks:active 
{
	text-decoration: underline;
	color: #448706;
}
A.TopNavLinks:visited 
{
	text-decoration: underline;
	color: #214D02;
}
A.TopNavLinks:hover
{
	color: black;
	text-decoration:underline
}

A.NavLinks:link
{
	color: black;
	text-decoration: none;
}
A.NavLinks:visited
{
	color: black;
	text-decoration: none;
}
A.NavLinks:hover
{
	color: black;
	text-decoration: none;
}
A.NavLinks:active 
{
	color: black;
	text-decoration: none;
}

.SearchViewAll
{
	padding-left: 364px; 
	font-size: 12px; 
	padding-bottom: 3px;
	padding-top: 10px;
}
.ManageSystem
{
	font-size: 12px;
	font-weight: bold;
	color: #295204;
}
A.SystemLinks:link
{
	text-decoration: underline;
	font-size: 12px;
	color: #448706;
}
A.SystemLinks:active 
{
	text-decoration: underline;
	font-size: 12px;
	color: #448706;
}
A.SystemLinks:visited 
{
	text-decoration: underline;
	font-size: 12px;
	color: #448706;
}
A.SystemLinks:hover
{
	color: black;
	font-size: 12px;
	text-decoration:underline
}

.SearchOptions
{
	font-size: 11px;
	color: #CBCBCB;
	padding-bottom: 5px;
	
}
a#ShowAll  
{
    font-size: 11px;
	color: #CBCBCB;
	padding-bottom: 5px;font-weight: bold;
}
.MessageBar
{
	font-size: 12px;
	padding: 3px;
	color: black;
	background-image: url(skin/body_back.gif);
}
.PrintPreview
{
	font-size: 10px;
	text-align: right;
	padding: 3px;
	color: black;
	background-image: url(skin/body_back.gif);
}

.HeaderRow
{
	background-image: url(skin/content_header_background.gif);
}


.ContentTitle
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	color: #214D02;
	background-image: url(skin/content_title_background.gif);
}
.ContentHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #295204;
	padding: 3px;
	text-decoration: none;
	vertical-align: middle;
	
}
.ContentHeaderMouseover
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 3px;
	text-decoration: none;
	cursor: pointer;
	
}
.ContentHeaderLinkMouseover
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	cursor: pointer;
	
}
.ContentRowSeparator
{
	background-color: #DCDECB;
}
A.ContentHeaderLinks:link
{
	text-decoration: none;
	color: #295204;
}
A.ContentHeaderLinks:active 
{
	text-decoration: none;
	color: #295204;
}
A.ContentHeaderLinks:visited 
{
	text-decoration: none;
	color: #295204;
}
A.ContentHeaderLinks:hover
{
	color: black;
	text-decoration: none;
}
.Content
{
	font-size: 12px;
	padding: 3px;
	color: black;
	vertical-align: top;
	background-color: white;
}
.ContentShaded /* alternate row shading */
{
	font-size: 12px;
	padding: 3px;
	color: black;
	vertical-align: top;
	background-color: #F6F7F1;
}
.RowCounter
{
	background-color:#E0E2D1;
	text-align: right;
	vertical-align:top;
	color: #666666;
	font-size: 9px;
	padding-top: 4px;
	padding-right: 3px;
}
.RowCounterHeader
{
	background-image: url(skin/content_header_rowcounter_background.gif);
	text-align: right; 
	vertical-align:top;
	color: #666666;
	font-size: 9px;
	padding-top: 4px;
	padding-right: 3px;
}
.ToTop
{
	background-color:#E0E2D1;
	text-align: left; 
	vertical-align:top;
	color: #666666;
	font-size: 9px;
	padding-top: 4px;
	padding-left: 3px;
}
.ToTopHeader
{
	background-image: url(skin/content_header_rowcounter_background.gif);
	text-align: left; 
	vertical-align:top;
	color: #666666;
	font-size: 9px;
	padding-top: 4px;
	padding-right: 3px;
}
A.ContentLinks:link
{
	text-decoration: none;
	color: #448706;
}
A.ContentLinks:active 
{
	text-decoration: none;
	color: #448706;
}
A.ContentLinks:visited 
{
	text-decoration: none;
	color: #448706;
}
A.ContentLinks:hover
{
	text-decoration: none;
	color: black;
}

A.ContentLinksUnderline:link
{
	text-decoration: underline;
	color: #448706;
}
A.ContentLinksUnderline:active 
{
	text-decoration: underline;
	color: #448706;
}
A.ContentLinksUnderline:visited 
{
	text-decoration: underline;
	color: #448706;
}
A.ContentLinksUnderline:hover
{
	text-decoration: underline;
	color: black;
}


.SourceTab
{
	/*margin: 10px;
	padding: 10px;*/
	background-color: #E0E2D1;
	
}
.SourceTabLinkOff
{
	/**/
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #D0D3B9;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	font-size: 10px;
}
.SourceTabLinkOn
{
	/*border: 1px solid white;*/
	border-top: 1px solid #7B8B6F;
	border-left: 1px solid #7B8B6F;
	border-right: 1px solid #7B8B6F;
	background-color: #7B8B6F;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
}

.SourceDetailCaption
{
	font-size: 12px;
	font-weight: normal;
	color: #295204;
	padding: 3px;
	vertical-align: top;
}
.SourceDetailContent
{
	font-size: 12px;
	font-weight: normal;
	color: #295204;
	padding: 3px;
	background-color: white;
	vertical-align: top;
}
.SourceDetailSidebar
{
	font-size: 12px;
	font-weight: normal;
	color: #295204;
	background-color: #E0E2D1;
	padding: 3px;
}
.SourceContentHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #295204;
	padding: 3px;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(skin/content_header_background.gif);
}



.Manage
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	color: white;
	text-align: left;
	vertical-align: top;
}
.ManageNav
{
	font-size: 11px;
	padding: 3px;
	color: white;
	text-align: left;
	vertical-align: top;
	text-decoration: underline;
}



.IdpEdaLarge
{
	font-size: 11px;
	color: #CBCBCB;
	padding-left: 6px
}
.IdpEdaSmall
{
	font-size: 9px;
	color: #CBCBCB;
	padding-left: 6px
}
A.IdpEdaLink:link
{
	text-decoration: underline;
	color: #CBCBCB;
}
A.IdpEdaLink:visited 
{
	text-decoration: underline;
	color: #CBCBCB;
}
.IdpIssueHeading
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	color: white;
	background-image: url(skin/content_header_background_idp.gif);
}
.IdpIssueStatus
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 25px;
	color: white;
	vertical-align: top;
	background-image: url(skin/content_header_background_idp.gif);
}
.IdpComHeading
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: white;
	background-color: #789A70; /* #6A874F */
}
.IdpComStatus
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 25px;
	color: white;
	vertical-align: top;
	background-color: #789A70; /* #6A874F */
}
.IdpRecHeading
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: white;
	background-color: #A0B89A; /*#8FB66A*/
}
.IdpRecStatus
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 25px;
	color: white;
	vertical-align: top;
	background-color: #A0B89A; /*#8FB66A*/
}
.IdpTable{
	padding: 7px; 
	width: 100%;
}
.IdpSidebar
{
	background-color: #E0E2D1; 
	vertical-align: top;
	font-size: 11px;
}
.IdpContentCell
{
	background-color: white;  
	vertical-align: top;
}
.IdpContentRegular
{
	font-size: 12px;
	padding-left: 58px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.IdpContentLight
{
	font-size: 12px;
	font-weight: normal;
	color: #80877A;
	padding-left: 58px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.IdpContentBold
{
	font-size: 12px;
	font-weight: bold;
}
.IdpContentBoldLarge
{
	font-size: 14px;
	font-weight: bold;
}
.IdpRecContentRegular
{
	font-size: 12px;
	/*padding-left: 50px;*/
	padding-top: 1px;
	padding-bottom: 1px;
}

A.IdpTitleLinks:link
{
	text-decoration: none;
	color:  #448706;
	font-weight: bold;
}
A.IdpTitleLinks:active 
{
	text-decoration: none;
	color:  #448706;
	font-weight: bold;
}
A.IdpTitleLinks:visited 
{
	text-decoration: none;
	color:  #448706;
	font-weight: bold;
}
A.IdpTitleLinks:hover
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}


.toolbar
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
	height: 30px;
}
.btn {
	border-left: buttonface solid 1px;
	border-top: buttonface solid 1px;
	border-right: buttonface solid 1px;
	border-bottom: buttonface solid 1px;
	background-color: buttonface;
	cursor:default;
}

.btndown
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonhighlight solid 1px;
	border-bottom: buttonhighlight solid 1px;
}

.btnMouseOver
{
	background-color: buttonface;
	border-left: buttonhighlight solid 1px;
	border-top: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
}

.toolbar
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
	height: 30px;
	width: 500px;
}

.divider
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonhighlight solid 1px;
	border-bottom: buttonhighlight solid 1px;
	/*width: 1px;*/
	height: 24px;
	margin: 0px 2px 0px 2px;
}
.editableContent
{
	font-size: 12px;
	padding: 3px;
	color: black;
	vertical-align: top;
	border: 1px solid black; 
	width: 500px; 
	height: 50px;
}

.NewAlert
{
	color: black; 
	font-size: 9px;
	height: 9px;
	border: 1px solid black; 
	padding-right: 2px; 
	padding-left: 2px; 
	margin-right: 2px;
	margin-left: 2px;
}

.WhatsNew
{
	font-size: 12px;
	/*padding-left: 58px;*/
	padding-top: 1px;
	padding-bottom: 5px;
}
.WhatsNewBloc
{
	margin-top: 1px; 
	margin-left: 20px;
	margin-right: 34px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	background-color: #FFFFFF;
}
.WhatsNewBlocShaded
{
	margin-top: 1px; 
	margin-left: 20px; 
	padding-left: 5px; 
	margin-right: 34px; 
	padding-bottom: 5px; 
	background-color: #F6F7F1;
}
.WhatsNewHeading
{
	font-size:13px; 
	font-weight:bold;
}
#radioPlans { position:absolute;margin:-25px 0 0 430px;width:300px;height:40px;}
.rplans {height:12px;margin:0;padding:0;vertical-align:text-bottom;}