﻿body
{
	font-size: 8pt;
	font-family: Verdana, 'Book Antiqua';
	background-color: #dcdcdc;
	padding: 3px;
	margin: 3px;
	border: 3px;
	color: #000000;
}

h3,h5
{
	margin: 3px 3px 3px 3px;
}

/* HTML links */

a
{
	color: White;
	text-decoration: none;
}

a:link
{
	color:White;
	text-decoration: none;
} /* unvisited link */

a:visited
{
	
	text-decoration: none;
} /* visited link */

a:hover {
	text-decoration: underline
} /* mouse over link */

a:active
{
	color:White;
	text-decoration: none;
	font-weight:bold;
} /* selected link */

.siteNavigation
{
    list-style-type:none;
    margin-left: 0px;
    padding-left: 0px;
     color: #ffffff;
}

.siteNavigation a:link
{
    color: #ffffff;
    text-decoration: underline;
}

.siteNavigation a:visited
{
    color: #ffffff;
    text-decoration: underline;
}

.siteNavigation a:active
{
    color: #ffffff;
    text-decoration: underline;
    font-weight:bold;
}

.siteNavigation a:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

/* MasterPage.master */ 
table.masterpage_table_Blank
{
	background-color: #FFFFFF;
	width: 1000px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	font-size : 8pt;
}
table.sub_masterpage_table_Blank
{
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	font-size : 8pt;
}
table.Measure_Masterpage_table_Blank
{
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	font-size : 8pt;
}

table.fortmatTable
{
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	font-size : 8pt;
}

table.masterpage_table
{
	background-color: #FFFFFF;
	width: 1000px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

td.masterpage_SubWindow
{
    text-align: left;
	background-color: #FFFFFF;
	color: #555555;
	azimuth:right;
	position:inherit;
    
}

td.masterpage_contentRight
{
    text-align: left;
	background-color: #B22222;
	color: #FFFFFF;
	azimuth:right;
	position:inherit;
    
}

td.masterpage_contentRightBottom
{
	text-align: center;
	background-color: #FFFFFF;
	color: #FFFFFF;
	azimuth:right;
	position:inherit;
	font-size:8pt;
	
}

td.masterpage_footercell
{
	background-color:  #B22222; /* #F8A022 #D64A0C #666699 */
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;    
}
td.masterpage_contentcell
{
	font-size:10px;
	text-align: left;
	background-color: #ffffff;
	color:Black;
}

td.masterpage_headercell 
{
    text-align: center;
}


td.DotBorder{

	border: solid 1px #eee; 
	width: 100%

}
td.masterpage_footercell a {
    color: #FFFFFF;
}

span.masterpage_titletext 
{
    text-align: center;
	font-size: 100%;
}

/* Misc */

div.buttons
{
	width: 100%;
	text-align: right;
}

td.buttons
{
    text-align: right;
}

td.button1
{
	background-color: #B22222;
	color: #ffffff;
}

span.help_text
{
    color: #55555;
    font-style: italic;
}

/* -------------- */

ul
{
    margin-top: 0px;
}

ul li
{
	margin-bottom: 0.5em;
}

ol
{
    margin-top: 0px;
}

ol li
{
	margin-bottom: 0.5em;
}

/* -------------- */

table.radiobutton_list
{
    border-style: dotted;
    border-width: 1px;
    border-color: Gray;
}

/* -------------- */

h1
{
	color: #555555;
	font-size: 125%;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2
{
	color: #555555;
    font-size: 100%;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

/* -------------- */

.milestones 
{
    border: 1px outset;
}
.milestones td, .milestones th
{
    border: 1px inset;
}

.milestones .complete
{
    background: #D2FFD2;
}

.milestones .incomplete
{
    background: #FFD2D2;
}

/* -------------- */

table.flowchart
{
    padding: 0px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
}

table.flowchart td
{
    padding: 0px;
    margin: 0px;
}

table.flowchart td.box
{
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: large;
    text-align: center;
}

table.flowchart td.stage1
{
    text-align: center;
    border-style: solid;
    border-color: #55555;
    border-width: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    color: #55555;
}


table.flowchart td.stage2
{
    text-align: center;
    border-style: solid;
    border-color: Green;
    border-width: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;   
    color: Green;
}

table.minimal 
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

table.minimal 
{
	vertical-align: top;
}

table.minimal th
{
	vertical-align: top;
}

table.minimal td
{
	vertical-align: top;
}

table.form th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.form td {
	vertical-align: top;
}

/* fieldset */

fieldset
{
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #000000;
}

fieldset legend
{
	font-weight: bold;
	margin-bottom: 0.5em;
	color: white;
}

fieldset table
{
    margin: 0px;
    padding: 0px;
}

table
{
    border-width: 0px;
    padding: 0px;
    font-size:8pt;
}

table th
{
    font-weight: normal;
}

fieldset table th
{
    padding-right: 0.5em;
    /* vertical-align: text-top; */
}

fieldset.standard table th
{
    text-align: right;   
}

fieldset.login table th
{
    text-align: right;   
}

fieldset.link_list table th,table.link_list th
{
    text-align: center;   
}

/*** ASP.NET web control style stuff ***/
.ViewHeader
{
    font-size:10pt;
    text-align:center;
}

.header
{
	color: White;
	background-color: #B22222;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	padding-top:2px;
    
}
.header a {
	color: White;
}

.row1 {
	background-color: #f7f6f3;
	color: Black;
}

.row2 {
	background-color: White;
	color: Black;
}

.selectedrow {
	background-color: #D2CBD8;
	font-weight: bold;
	color: Black;
}

.fieldheader {
	background-color: #e9ecf1;
	font-weight: normal;
}

.editrow {
	background-color: #999999;
	color: Black;
}

.menuItems {
	color: #FFFFFF;
}
.lbl_style
{
    text-align: Left;
    height: 15px;
    font-weight:bold;
    color:#B22222;
    vertical-align:middle;   
}
.kWhFieldset
{
    width:500;
}
.rblStyle
{
    background-color:#ffffff;
    color:#55555;
}
.lbl_value
{ 
    text-align: left;
    vertical-align:text-bottom;
    background-color:#ffffff;
    color:black;
    font-size:small;
}

.dynamicMenu
{
	background-color: #99cccc;
}

.dynamicMenu img
{
	width: 100%;
}
.StaticSelected
{
	
  text-decoration::underline;	
  font-weight:bold;
}
.dynamicMenuItem
{
	background-color:#B22222;
	padding: 0px 0px 0px 4px;
}

.dynamicMenuItem a
{
	background-color: #B22222;
	display: block;
	width: 100%;
	padding: 4px 0px 4px 4px;
}

.dynamicMenuItem a:link
{
	background-color: #B22222;
	color: White;
	text-decoration: none;
}

.dynamicMenuItem a:visited
{
	background-color: #B22222;
	color: White;
	text-decoration: none;
}

.dynamicMenuItem a:active
{
	background-color: #B22222;
	color: White;
	text-decoration: none;
}

.dynamicMenuItem a:hover
{
	
	color: Black;
	background-color: #99cccc;
}
.statictopMenuItem
{
	background-color:ButtonFace;
		color: Black;
	padding: 0px 5px 0px 0px;
	height: 20px;
}
.statictopMenuItem a:link
{
	background-color:ButtonFace;
		color: Black;
	text-decoration: none;
	}
.statictopMenuItem a:hover
{
	color: Black;
	text-decoration: none;
	font-weight:bold;
}
.statictopMenuItem a:active
{
	background-color:ButtonFace;
		color: Black;
	text-decoration: none;
	font-weight:bold;
}

.staticMenuItem
{
	background-color: #B22222;
	padding: 0px 5px 0px 0px;
	height:20px;
}

.staticMenuItem a:link
{
	background-color: #B22222;
	color: White;
	text-decoration: none;
}

.staticMenuItem a:visited
{
	background-color: #B22222;
	color: White;
	text-decoration: none;
}

.staticMenuItem a:active
{
	background-color: #B22222;
	color: White;
	text-decoration: none;
}

.staticMenuItem a:hover
{
	
	color: Black;
	background-color: #99cccc;
	text-decoration: none;

}
	

.formButton
{
	font-weight: bold;
	color: #222222;
	background-color: #EEEEEE;
}
.formButton1
{
	color: #B22222;
}
.formLabel
{
	font-weight:bold;
}

.modalPopup
{
	background-color: #ffffff;
	filter: alpha(opacity=40);
	opacity: 50%;
}

.popupPanel
{
	background-color: #dcdcdc;
	padding: 8px 8px 8px 8px;
	border: solid 2px #B22222;
}
.accordionLink
{
	color:White;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #B22222;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}


#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #B22222;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.collapsePanel
{
    width:500;
    height:0px;
    background-color:White;
    overflow:hidden;
}
.collapsePanel2
{
    height:0px;
    background-color:White;
    overflow:hidden;
}
.collapsePanelHeader
{
    width: 500;
    height: 14px;
    color: #00008b;
    background-color: #99cccc;
    padding: 5px;
    cursor: pointer;
    vertical-align: top;
    text-align: left;
    font-size: 11px;
}

    .collapsePanelHeader2
{
	height: 14px;
	color: #00008b;
	background-color: #FFFFFF;
	padding: 5px;
	cursor: pointer;
	vertical-align:top;
	text-align:left;
	font-size: 11px;
	overflow:auto;
	
}
  .collapsePanelHeaderEmail
{
	height: 14px;
	color: #006666;
	background-color: #f5f5dc;
	cursor: pointer;
	vertical-align: top;
	text-align: Right;
	font-weight: bold;
	font-size: 11px;
}
.collapsePanel_Measure
{
    width:500;
    height:auto;
    background-color:White;
    overflow:hidden;
}
.lbl_approve
{
    background-color:ButtonFace;
    color:Black;
    text-align:center;
    overflow:hidden;
    height:14px;
}
.txt_notes
{
    text-align:left;
    width:600px;
}
.revw_label
{
    background-color: #B22222;
    color: White;
    height: 8px;
}
.tbl_revw_title
{
   width:100%;
   background-color:#B22222;
    height:13px;
    font-size:11px;
    font-weight:bold; 
   
   }
.lbl_chkList
{
    text-align:left;
    azimuth:center-left;
    }
.td_fund
{
    color: #B22222;
    background-color: #ffffff;
    font-weight: normal;
}
.tr_rewItem
{
    height:12px;
}
.lbl_estimate
{
 background-color: #B22222;
    color: White;
    height: 18px;
    border-width:thin;	
    border-color:#B22222;
    text-align:center;
    azimuth:center;
    vertical-align:baseline;
}

.FormLink
{
	color: Lime;
	text-decoration: underline;
}

.SmallerFont
{
	font-size:6pt;
}

.NormalFont
{
	font-size:8pt;
}

.BiggerFront
{
	font-size:10pt;
}

/*Tab control*/
/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:table-row;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab 
{
margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block;
background-color:Green;

}


.div_window_style
{
	color:white;
	border-width:thick;
	background-color:#33cc33;
	height:20px;
	border-bottom-style:solid
}       


.UserMainLink
{
	color: white;
	background-color:#B22222;
	width:150px;
	height:15px;
}

.dgSelected
{
	 font-weight:bold;
	 color:Lime;
}	
.ResizeImage
{
	background-image: url(Images/hlp_minus.gif);
}

.lblItemSummary
{
	vertical-align:top;
	    text-align:left;
    azimuth:center-left;
    
}

tvLink, a.tvLink 
{
	color:Black;
	text-align:left;
	white-space:pre-wrap;
}
	
tvLink1, a.tvLink1
{
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	white-space: pre-wrap;
	
}

.requiredField
{
	font-weight: bold;
	color: Red;
	font-size: 10px;
}

tvLinkImplement, a.tvLinkImplement
{
	color:Black;
	text-align:left;
	white-space:pre-wrap;
}
	
tvLink1, a.tvLink1
{
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	white-space: pre-wrap;
	
}

input[type="text"]
{
	font-size:8pt;
	font-family: Verdana, 'Book Antiqua';
}

select
{
	font-size:8pt;
	font-family: Verdana, 'Book Antiqua';
}