body
{
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana,Sans-Serif,Tahoma,Arial, Arial Narrow, Comic Sans MS, Times New Roman, Calibri, bellerose, Trebuchet MS; /* 	background-image: url(/Images/gradient_darkgreen.jpg);	 	background-repeat: repeat-x; 	*/
}


/*HYPERLINKS*/
A:link
{
	font-weight: bold;
	color: #0033cc;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 13px;
}
A:visited, A:active
{
	font-weight: bold;
	color: #0033cc;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 13px;
}
A:hover
{
	font-weight: bold;
	color: #FF8C00;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 13px;
}

.menubackcolor
{
	background-color: #8a202a;
}

.menutext
{
	color: #a0a0a0;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:link.menutext
{
	color: #a0a0a0;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menutext
{
	color: #a0a0a0;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menutext
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

.menutextselected
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:link.menutextselected
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menutextselected
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menutext
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

.menutextpopup
{
	color: #8a202a;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:link.menutextpopup
{
	color: #8a202a;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menutextpopup
{
	color: #8a202a;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menutextpopup
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

#dropmenudiv
{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover
{
	background-color: #8a202a;
}

.headercaption
{
	color: #ffffff;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-indent: 10px;
}

.heading
{
	background-color: #8a202a;
	color: #ffffff;
	font-size: small;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-indent: 10px;
}

.subheading
{
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.smallheading
{
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial;
}

.tinytext
{
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial;
}

.reportcaption
{
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.bold
{
	font-weight:bold;
}

/*
Default value: medium

xx-small
x-small
small
medium
large
x-large
xx-large	
 
smaller	Sets the font-size to a smaller size than the parent element 
larger	Sets the font-size to a larger size than the parent element 
length	Sets the font-size to a fixed size 
%		Sets the font-size to a % of  the parent element 

*/

.contentWrapper
{
 font-family: Trebuchet MS;
 font-size: 14px;
 text-align: left;
 width: 800px; border: none 1px yellow;
}

.classicAsp
{
	width:600px;
}

/* The following is style defined Textainer. The above was creatd by the Magenics. */

.section
{
	font-family: Trebuchet MS;
	padding-right: 10px;
	/*height: 100%;*/
	border-top: none 1px #FFFFFF;
	margin: 0px 0px 15px 0px;
	border-top: none 1px #FFFFFF;
	border-bottom: none 1px #FFFFFF;
	border-collapse: collapse;
	float: none;
	clear: left;
}

.sectionRight
{
	font-family: Trebuchet MS;
	float: right;
	position: relative;
	padding-left: 10px;
	border-left: solid 1px #FFFFFF;
	border-top: none 1px #FFFFFF;
	/*height: 100%;*/
}

.section_header
{
	margin-bottom: 5px;
	color: #808080;
	font-weight: bold;
	font-size: 10.5px;
	font-family: Verdana;
	/*text-decoration: underline;*/
}


.section_content
{
	border: none 1px #778899;
	padding: 0px 0px 0px 5px; /*width: 765px;*/
}

.error
{
	font-size: 13px;
	color: #FF0000;
	background-color: #FFFFFF;
}

.statusOK
{
	font-size: 13px;
	color: #006400;
	background-color: #FFFFFF;
}

.error_sm
{
	font-size: 10.5px;
	font-family: Arial Narrow;
	color: red;
}

.warning
{
	background-color: white;
	color: Red;
	font-family: Sans-Serif;
	font-size: 11.5px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

.attention
{
	background: #FFFFE0;
	color: #1E90FF;
	font-size: 13px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	
}

.textBox
{
	border: solid 1px #707070;
	height: 16px;
	font-family: Trebuchet MS;
	font-size: 11.5px;
	background-color: #FFFAFA;
}


  
.listbox
{
	
}

.button
{
	height: 20px;
	font-family: Comic Sans MS;
	font-size: 11.5px;
	width: auto;
	/*border: none;*/
}

.divTable
{
	font-family: Trebuchet MS;
}

.divRow
{
	display: table-row;
	clear:both;
}

.divCell
{
	 display: table-cell;
	 float:left;
	 margin: 0px 3px 0px 3px;
}


option
{
	background-color: #FFFAFA;
}

option.hover
{ 
    background-color: #FFF8DC;
    color:#000000;
}


.instrution
{
	 font-family: Comic Sans MS;
	 font-size: 13px;
	 background-color: #FFFFF0;
	 padding: 2px;
}

.instrution_sm
{
	 font-family: Comic Sans MS;
	 font-size: 10.5px;
	 background-color: #FFFFF0;
	 padding: 2px;
}

.padder
{
	padding: 5px;
}

.gv
{
	margin:  5px 0px 0px 0px;
	font-size: 11.5px;
	font-weight: normal;
	font-family:Trebuchet MS;
	width: 100%; /*width: 760px;*/
	
}

.gvHeader
{
	background-color: #778899;
	font-weight: bold;
	color: #FFFFFF;
}

.gvHeader A:link
{
	color: #FFFFFF;
}

.gvHeader A:visited
{
	color: #FFFFFF;
}

.gvItem
{
	background-color: #FFFFFF;
	color: #383838;
	vertical-align: top;
	white-space: nowrap;
	
}


.gvItemAlt
{
	background-color: #F8F8FF;
	color: #383838;
	vertical-align: top;
}

.gvPager
{
	background-color: #F8F8FF;
	/*
	border-top:solid 1px #E8E8E8;
	border-bottom: solid 1px #E8E8E8;
	color:Black;
	*/
}

.gvPager A:link
{
	font-size: 11.5px;
	font-weight: bold;
}

.gvPager A:visited
{
	font-size: 11.5px;
	font-weight: bold;
}

.gvPager A:hover
{
	font-size: 11.5px;
	font-weight: bold;
}

.gvPager span /* this is the trick for selected page style. Selected page is rendered as span */
{
	color: #FF8C00;
	font-weight: bold;
}

.gvEmptyRow
{
	font-family: Trebuchet MS;
	color: red;
	font-size: 13px;
	margin-top: 35px;
}


.roundedPanel
{
	background-color: #F8F8F8;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.roundedPanelLeftContent
{
	background-color: #F8F8F8;
	display: inline-block;
	min-height: 150px;
}

.sortDirection
{
	font-family: Impact;
	font-weight: bold;
	font-style: normal;
	/*font-size: 11pt;*/
	color:orange;
}


.texnetLink
{
	padding-right:5px;
	text-align: left;
	margin-bottom: 48px;
	padding-left:82px;
	font-weight: bold;
}

.texnetLink A:link, .texnetLink A:visited
{
	color: #a0a0a0;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.texnetLink A:hover
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

