﻿.TextBox
{
	width:97%;
}

.DropDownList
{
	width:98%;	
}

.LabHead
{
	font-size: 15px;
	font-weight: bold;
	color: #0088BB;
}
.LinkButton
{
	color: #0088BB;
	text-decoration: none;
}
.HeadSplit
{
	height: 1px;
}

.FieldHead
{
	color: #6699CC;
	font-weight: bold;
}

TR.GridHead
{
	background-image: url(images/line_hui_picture.gif);
	font-family: Verdana;
	font-size: 12px;
	color: #0088BB;
	height: 25px;
}
TR.RowStyle
{
	color: #385785;
	background-color: #f7f6f3;
}

TR.RowStyle:Hover
{
	background-color: #eeffff;
}
TR.AlternatingRowStyle
{
	color: #284775;
	background-color: #FFFFFF;
} 

TR.AlternatingRowStyle:Hover
{
	background-color: #eeffff;
}

/*Hover Menu*/
DIV.popupMenu {
	position:absolute;
	visibility:hidden;
	background-image: url(Images/img2_2.gif);
	opacity:.9;
	filter: alpha(opacity=90);
}

DIV.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

DIV.popMenuLine
{
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}
DIV.popMenuLine:Hover
{
	background-image: url(Images/menu_hui_picture1.gif);
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.imgFlag
{
	margin-right: 10px;
}

/*DIV*/
DIV.MsgDiv
{
	width:90%;
	padding:2px;
	border:1px solid #aaa;
	border-top:0;
}
DIV.ClickDiv
{
	cursor: pointer;
}