@charset "utf-8";
body{
	width:100%;
	height:100%;
	font-family: Tahoma;
	margin:0px;
	padding:0px;
	font-size:12px;
}
.wh_txt {
	color:#FFFFFF;
	font:11px "Tahoma";
}
.red_txt {
	color:#FF3300;
	font:12px "Tahoma";
}
.brlink, .brlink:link, .brlink:visited, .brlink:active
{
  color:#472600;
  font:11px "Tahoma";
  text-decoration: none;
}
.brlink:hover
{
	color:#FFFFFF;
	font:11px "Tahoma";
}
.blacklink, .blacklink:link, .blacklink:visited, .blacklink:active
{
  color:#000000;
  font:10px "Tahoma";
  text-decoration: none;
}
.black_txt
{
  color:#000000;
  font:12px "Tahoma";
}
.sm_black_txt
{
  color:#000000;
  font:11px "Tahoma";
}
.blacklink:hover
{
	color:#FFFFFF;
	font:10px "Tahoma";
}
.brtxt
{
  color:#472600;
  font:13px "Tahoma";
  text-decoration: none;
}
.ortxt
{
  color:#f69601;
  font:13px "Tahoma";
  text-decoration: none;
}
.whlink, .whlink:link, .whlink:visited
{
  color:#FFFFFF;
  font:11px "Tahoma";
  text-decoration: none;
 }
.whlink:hover{
  color:#FFCC00;
 }
.yw_txt{
  color:#FFCC00;
  font-weight:bold;
}
.brown_txt{
  color:#3c2900;
  font:12px "Tahoma";  
}

.orange_txt{
  color:#f69601;
  font:12px "Tahoma";  
}

.brown_bold_txt{
  color:#3c2900;
  font:12px "Tahoma";
  font-weight:bold;
}
.lg_brown_bold_txt{
  color:#3c2900;
  font:13px "Tahoma";
  font-weight:bold;
}

.headcontent{
  color:#FFB915;
  font:12px "Tahoma";
  text-decoration:underline;
  list-style:square;
  font-weight:bold;
}
.txtboxLogin{
	width:80px;
	height:12px;
	font-size:11px;
	color:#000;
	border-color:#FF9900;
	border-style:solid;
	border-width:1px;
	background-color:#fff;
}
.txtboxReg{
	font:12px "MS Sans Serif";
	color:#000;
	border-color:#FFCC00;
	border-style:solid;
	border-width:1px;
	background-color:#fff;
}

.txtboxWaterMark{
	font:12px "MS Sans Serif";
	color:#aaa;
	border-color:#FFCC00;
	border-style:solid;
	border-width:1px;
	background-color:#fff;
}

.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.DropDownCheck{
	width:50px;
	font-size:12px;
	border-color:#663300;
	border-style:solid;
	background-color:#eddeb5;
}

.GridViewHeader
{
  color:#660000;
  font:12px "MS Sans Serif";
  font-weight:bold;
  background-image: url(../images/head02.jpg);	
  background-repeat:repeat;
}
.GridViewRowData
{
	font:12px "MS Sans Serif";
	color:#472600;		
	text-decoration: none;
}
.GridViewRowSelected
{
	font:12px "MS Sans Serif";
	color:#472600;		
	background-color:#fdcd79;		
}

.MenuItem
{
	background-color:#FFFFFF;
	color:#FFA000;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	width:130px;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	padding:2px;
	height:40px;
}

.DynamicMenuItem
{
	font: bold 12px Tahoma;
	width: 160px; /*width of sub menus*/
	padding: 5px;	
	background-color: #5b0685;		
	color: #ffffff;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #ffe383;
	filter:alpha(Opacity=85); 
	-moz-opacity: 0.85;
	opacity: .85;
}


.DynamicMenuItem:Hover
{
	filter:alpha(Opacity=85); 
	-moz-opacity: 0.85;
	opacity: .85;
	background: #fccb7e; /*background of menu items during onmouseover (hover state)*/
	color: black;
}

.MenuItemSelected
{
	background-color:#FFFFA0;
	text-align:center;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	padding:2px;
	height:40px;
}

.MenuItemHover
{
	background-color:#FFA000;
	color:White;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	width:130px;
	text-align:center;
	border:solid;
	border-color:#FFFFFF;
	border-width:1px;
	padding:2px;
	height:40px;
}

.modalBackground2 {
	background-color:Black;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.menu1 {padding:0 0 0 10px; margin:0; list-style:none; height:30px; background:#fff url(../images/menu02.jpg); position:relative;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:30px; line-height:30px; color:#660000; text-decoration:none; font-size:12px; font-family:Tahoma; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(../images/menu02.jpg);}
.menu1 li.current a b {background:url(../images/menu02.jpg) no-repeat right top;}
.menu1 li a:hover {color:#660000; background:#000 url(../images/bg_menu.jpg);}
.menu1 li a:hover b {background:url(../images/bg_menu.jpg) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:url(../images/menu02.jpg); cursor:default;}
.menu1 li.current a:hover b {background:url(../images/menu02.jpg) no-repeat right top;}



