/*
StyleSheet 
Author: Tomex Ou <tomex@dabutek.com>
Update: 2006-08-27 05:24AM

DON'T type "chinese" in comments or contents.

*/

body
{
  width: 96%;
	background-color: #FFFFFF;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
}

/* HyperLink */
a
{
  color: Blue;
}

/* Panel */
fieldset
{
  padding: 3px;
}

/* GridView */
td, th, p, li
{
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}

/* TextBox */
textarea, input
{
	background-color: #ffffcc;
	border: 1px solid #4C77B6;
	vertical-align: middle;
}

/*******************************************************************************
 Page Class
 *******************************************************************************/

.DivPageSubject
{
  background: url(Image/BackColor/GradientBlue.gif) repeat-x left top;
  color: #FFFFFF;
  padding: 4px;
}

.DivSearchEntry
{
  padding: 3px;
}

.DivPaddingTop
{
  padding-top: 7px;	
}

.DivFloatLeft
{
  float: left;
}

.DivFloatRight
{
  float: right;
}

.SearchResultGridView
{
  margin-top: 20px;
}

/*


.RedText
{
  color: red;
}


.tcat
{
	background: url(image/admin/gradient_tcat.gif) repeat-x top left;
	background-color: blue;
	color: #FFFFFF; 
}

.tcat a:link
{
	color: #ffffff;
	text-decoration: none;
	
}
.tcat a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.tcat a:hover, .tcat a:active
{
	color: #FFFF66;
	text-decoration: underline;
}

.thead
{
	background: url(image/admin/gradient_thead.gif) repeat-x top left;
	color: #3A4F6C; 
	margin: 0px;
	padding: 5px;
}

.thead a:link
{
	color: #3A4F6C;
	text-decoration: none;
}
.thead a:visited
{
	color: #3A4F6C;
	text-decoration: none;

}

*/

/*
.alt1
{
	background-color: #EEEEEE;
	color: #000000;
}
.alt2
{
	
	background-color: #DDDDDD;	
	color: #000000;
}

.whitelink a:link
{
  font-size: 16pt;
	color: #333333;
	text-decoration: none;
}

.CommentText
{
  font-size: 12px;
  color: Gray;
}

.whitelink a:link
{
  font-size: 10pt;
	color: #333333;
	text-decoration: none;
}

.whitelink a:hover
{
  font-size: 10pt;
	color: #333333;
	text-decoration: none;
}

.whitelink a:visited
{
  font-size: 10pt;
	color: #333333;
	text-decoration: none;
}

.DataGrid_Header
{
	background-color: #C0C0FF;
	color: #3A4F6C; 
	margin: 0px;
	padding: 5px;
}

.DataGrid_Pager
{
	background-color: #99CCCC;
	color: #003399;
}

.menuClassNameList 
{
	margin: 0;
	padding: 0;
}

.menuClassNameList a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	margin: 5px;
	color: #fff;
	border-left: 1px solid #CCC;
	white-space: pre;
}

.menuClassNameList a:hover {
	background: red;
	color: #FFF;
}


#divDataEntry
{
	background-color: #FFFFFF;
}

*/




/*

#divStatusMessage
{
	background-color: #FFFFFF;
}

*/