/*a
{
	text-decoration:	none;
	color:	#3333cc;
}

a:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
a:hover	
{	
	text-decoration:	none;
	color:	#3333cc;
}*/

Body
{
	margin: 0px;
	font-family: Verdana;
	font-size: 8.5pt;
}
.MyCalendar 
{
	border: 1px solid #646464;
	background-color: lemonchiffon;
	color: red;
}


.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.MasterTable
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}


.NetMenuTD
{
	background-color: #e4e9ed;
	border-right: silver 1px solid;
}


.NetMenu
{
	background-color:   #5687d3;
	color: black;
	
	font-size: 8pt;
	font-family: Verdana;
	border-right: #5687d3 1px solid;
	border-top: #5687d3 1px solid;
	border-left: #5687d3 1px solid;
	border-bottom: #5687d3 1px solid;
	
}



.MenuStyle
{
	background-color:  #5687d3;
	color: black;
	
	font-size: 8pt;
	font-family: Verdana;
		border-right: #5687d3 1px solid;
	border-top: #5687d3 1px solid;
	border-left: #5687d3 1px solid;
	border-bottom: #5687d3 1px solid;
	
}

.HoverStyle
{
	background-color:  #5687d3;
	color: black;
	
	font-size: 8pt;
	font-family: Verdana;
		border-right: #5687d3 1px solid;
	border-top: #5687d3 1px solid;
	border-left: #5687d3 1px solid;
	border-bottom: #5687d3 1px solid;
	
}


.DataGrid
{
	font-size: 7.5pt;
	font-family: Verdana;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: #e4e9ed;
}

.DataGridAlternatingItemStyle
{
	background-color: #f8f8ff;
}


.DGItemStyle
{
	background-color: white;
}

.DGHeader
{
	font-family: Verdana;
	font-size: xX-small;
}


.DGRowHover
{
	background-color: #fff2dc;
	color: black;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
}
	




.tableh1 {
  color:#606F79;
  font-size: 11px;
  height: 26px;
  background-image:  url(/ePmp/Site/images/tile_back1.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CED2D6;
}

.tableh2 {
	background-image: url(images/tile_sub.gif);
	background-color: #708088 ;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : white;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
}
.loginmaintable {
	border: 1px solid #99a0aa;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image :  url(/ePMP/Site/images/box_left_icon.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 13px;
	font-size: 11px;
	margin: 0px;
  color : #606F79;
}

.tableb {
	background-color: #E4E8E8 ;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	line-height: 16px;
}

.tablec {
	background-color: #d8e0e4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.TimeSheetDateRangeMessage
{
	font-size: 8pt;
	font-family: Verdana;
}


#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:WHITE;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table
{
	border-right: dimgray 1px solid;
	border-top: dimgray thin solid;
	font-size: 8pt;
	border-left: dimgray 1px solid;
	border-bottom: dimgray thin;
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: WHITE;
}




#CalendarControl td
{
	border-right: silver thin;
	border-top: silver thin;
	border-left: silver thin;
	border-bottom: silver thin;
	text-align: center;
}

#CalendarControl .header {
  background-color:WHITE;
}


#CalendarControl .weekend
{
	color: navy;
	background-color: white;
}

#CalendarControl .current
{
	border-right: #339 1px solid;
	border-top: #339 1px solid;
	border-left: #339 1px solid;
	color: white;
	border-bottom: #339 1px solid;
	background-color: navy;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}



#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous, #CalendarControl .next
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 1.4em;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #DAE1EB;
}

#CalendarControl .previous a, #CalendarControl .next a
{
	font-weight: bold;
	color: black;
	background-color: #DAE1EB;
	text-decoration: none;
}

#CalendarControl .title
{
	font-weight: normal;
	font-size: xx-small;
	color: black;
	font-family: Verdana;
	background-color: #DAE1EB;
	text-align: center;
}

#CalendarControl .empty {
  background-color: WHITE;
}


.TimesheetTableHeader
{
	background-color: #e4e9ed;
	border-bottom: silver 1px solid;
	font-size: 10pt;
	font-family: Verdana;
	vertical-align: middle;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: silver 1px solid;
}



.TimesheetTable
{
	font-size: 9pt;
	font-family: Verdana;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.TimesheetTableColumn
{
	font-size: xx-small;
	font-family: Verdana;
	border-right: silver 1px solid;
	border-bottom: silver 1px solid;
	vertical-align: middle;
	text-align: center;
}

.TimeSheetDropDown
{
	font-size: 8pt;
	font-family: Verdana;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.TimeSheetTextBox
{
	font-size: 8pt;
	font-family: Verdana;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.TimesheetButton
{
	font-size: 8pt;
	font-family: Verdana;
}

.LinkButton
{
	font-size: 8pt;
	font-family: Verdana;
	color: black;
	text-decoration: underline;
}

.Button
{
	font-size: 8pt;
	font-family: Verdana;

}

.ErrorLabel
{
	font-size: 8pt;
	color: red;
	font-family: Verdana;
}

.DynamicTableTD{
  color:#606F79;
  font-size: 11px;
  height: 26px;
  background-image:  url(/ePmp/Site/images/tile_back1.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CED2D6;
}

.ePMPDynamicLabel
{
	font-size: 8pt;
	font-family: Verdana;
}

.ePMPDynamicControl
{
	font-size: 8pt;
	font-family: Verdana;
}

.ePMPDynamicRequiredLabel
{
	font-size: 8pt;
	color: red;
	font-family: Verdana;
	font-style: italic;
}
.raised .boxcontent
{
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	background-image: none;
	background-color: #e6e6fa;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 11px;		
	font-weight:bold;
    padding: 1.7px;
    margin-top: 2px;       
    cursor:pointer;
   }
    

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	cursor:auto;
	text-decoration:  none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 1.5px;
    padding-top: 10px;
}

.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;
    vertical-align:middle;
}

.TextIndicator_TextBox1
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

