
  .policy{font-family:Tahoma; font-size:10px;  color:#B2B2B2; text-decoration:none}
  .div{font-family:Tahoma; font-size:10px;  color:#8A8A8A; line-height:13px }
  .bold{font-family:Tahoma; font-size:10px;  color:#747474; }
  a{font-family:Tahoma; font-size:10px;  color:#000000; }
  .SmallLink{font-family:Arial; font-weight:bold; font-size:8pt;  color:#000000;}
  a:hover{color:#E61422; }
  .a_blue{font-family:Tahoma; font-size:10px;  color:#2E8CAE; }
  .a_orange{font-family:Tahoma; font-size:10px;  color:#FDB534; }
  .a_blue_l{font-family:Tahoma; font-size:10px;  color:#72BBD1; }
  .a_orange2{font-family:Tahoma; font-size:10px;  color:#E6AC33; }

.form{font-family:Tahoma; font-size:10px;  color:#000000; text-decoration:none; }

 input, select, textarea {
    border: solid 1px #000000;
    COLOR:#232121;
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
}

.submit {border:none;}		 
		
	  #textarea{
  		width:102px; height:48px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		overflow:auto
		}
body{
	font-family: verdana, geneva, arial, helvetica;
}

p {
	color: #000000;
	font-size: 12px;
	font-family: tahoma, geneva, arial, helvetica;
}

td {
color: #000000;
font-size: 8pt;
font-family: tahoma, geneva, arial, helvetica;
}

.text2 {
color: #407AC2;
font-size: 11;
}

.form {
	color: #000000;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.button{
	font-size: 9px;
	color: #555555;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1 solid #999999;
}
table.list{
	width: 95%;
	background-color: #999999;
}
td.list{
	background-color: #FFFFFF;
	font-size:10px;
}
td.listh{
	background-color: lightgray;
	text-align: center;
	font-weight: bold;
    font-size:10px;	
}
td.listhighlight{
	background-color: #FFFF99;
	text-align: center;
    font-size:10px;	
}
textarea.border{
	width: 350px;
	height: 200px;
}

.GridViewStyle
{    
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #E0E0E0;
    font-weight: bold;
    color: Black;
}
.GridViewHeaderStyle a
{
    font-weight: 10px;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: Black;
    font-weight: 10px;
}

.GridViewAlternatingRowStyle 
{
    background-color: Gainsboro;
    color: #284775;
    font-weight: 10px;    
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: White;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.LinkButtonStyle
{
    font-weight:bold;
    font-size:11px;
    color:Red;
}

.TextBoxNoOutline
{
    border: solid 0px #000000; 
    background-color: White;
    text-align:right;
}

.TextBoxNoOutlineCalculated
{
    border: solid 0px #000000; 
    background-color: WhiteSmoke;
    text-align:right;
}




/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #ffffff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #ffffff;
	font-weight: bold;
	}





