form, select, input { margin: 0px; }
html body{margin:0px; padding:0px; border-width:0px; text-align:center; height:100%;}

body, p,input,option,textarea,select,div
{
	color:#333333; font:11px "Tahoma"
}

a {color:#008000;text-decoration: none;background-image: none;}
a:hover
{
	color:red; text-decoration:underline;
}
p {line-height:1.3;}

.errorMsg {
	color: #FF0000;
	margin: 8px;
	padding: 8px;
	border: 1px dashed #CC0000;
	background-color: #FFFFCC;
}

hr
{
	color:#86B9EA;
	background:#86B9EA;
	border:0;
	height:1px;
}

/** tab under line **/
.tab_line
{
	background-image:url(../images/topbg.gif);
}

/** main menu **/
.menu
{
	border-color:#C0C0C4;
	border-width:1px;
	border-style:solid;
	padding:2px;
	margin-right:25px;
	width:200px;
}
.menu .title
{
	background-color:#ecf4f3;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}


.tableBorder
{
	border-collapse: collapse;
	border:#85bad8 solid;
	border-width:1px 0 0 1px;
}
.tableBorder th
{
	border:#85bad8 solid;
	border-width:0 1px 1px 0;
	background-color:#f1f8f9;
	color:#3372A2;
	font-size:9pt;
	font-family: Tahoma,MS Sans Serif,宋体;
	font-weight: bold;
}
.tableBorder td
{
	border:#85bad8 solid;
	border-width:0 1px 1px 0;
	font-size:9pt;
	font-family: Tahoma,MS Sans Serif,宋体;
}
table
{
	border-collapse: collapse;
	border-width:0px 0px 0px 0px;
}
table td
{
	border-width:0px 0px 0px 0px;
	font-size:9pt;
	font-family: Tahoma,MS Sans Serif,宋体;
}
table th
{
	border-width:0px 0px 0px 0px;
	color:#3372A2;
	font-size:9pt;
	font-family: Tahoma,MS Sans Serif,宋体;
	font-weight: bold;
	text-align:left;
}

table caption
{
	color:#ff7200;
	font-size:18pt;
	font-family: Tahoma,MS Sans Serif,黑体;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-position: 50px;
	text-align:left;
}

.companyTitleSmall
{
	color:#ff7200;
	font-size:12pt;
	font-family: Tahoma,MS Sans Serif,黑体;
	font-weight:bold;
}

ul
{
	list-style:none;
	margin:5px;
	height:0px;
}

iframe
{
	border:none;
}

h2
{
	color:#000000;
	font-size:12pt;
	font-family: Tahoma,MS Sans Serif,黑体;
	font-weight:bold;
	padding:4px;
	display:inline;
}
.blue_small_title{
	color:#3366cc;
	font-size:14pt;
	font-family: 宋体,Tahoma,MS Sans Serif,黑体;
	font-weight:bold;
}

.gn_text a
{
	font-size:13px;
	color:#0278c2;
	text-decoration:none;
	display:block;
	height:24px;
	line-height:24px;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	background:url(../images/tabbg1.gif);
	border-top:#bcd5ee 1px solid;	
	border-left:#bcd5ee 1px solid;	
	border-right:#bcd5ee 1px solid;
}

.gn_text .disable
{
	font-size:13px;
	color:#aaaaaa;
	text-decoration:none;
	display:block;
	height:24px;
	line-height:24px;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	background:url(../images/tabbg1.gif);
	border-top:#bcd5ee 1px solid;
	border-left:#bcd5ee 1px solid;
}

.gn_text .a_text .hmenu
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	border-top:#4188cf 1px solid;
	border-left:#4188cf 1px solid;
	border-right:#4188cf 1px solid;
	background-image:url(../images/tabbg.gif);
}
.gn_text a:hover
{
	text-decoration:underline;
	color:#0278c2;
}

.cal_gn_text a{
	font-size:12px;
	color:#0278c2;
	text-decoration:none;
	display:block;
	height:21px;
	line-height:21px;
	width:62px;
	background:url(../images/tabbg1.gif);
	border-top:#bcd5ee 1px solid;
	border-left:#bcd5ee 1px solid;
}
.cal_gn_text .a_text .hmenu{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	border-top:#4188cf 1px solid;
	border-left:#4188cf 1px solid;
	border-right:#4188cf 1px solid;	
}


.cal_gn_text a:hover{
	text-decoration:underline;
	color:#0278c2;
}


/* Modal Styles */

#popupMask
{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer
{
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#popupInner
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

#popupFrame
{
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar
{
	font-family: Tahoma, Tahoma, Helvetica;
	height: 1.3em;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-color: #888888;
	border-bottom-width: 1px;
	position: relative;
	z-index: 203;
	border-color: #cccccc;
	background-color: #e2eecd;
	color: #698d73;
	font-weight: bold;
	margin: 0px;
}

#popupTitle
{
	float:left;
	font-size: 1.1em;
	color: #698d73;
}

#popupControls
{
	float: right;
	cursor: pointer;
}

.menuPopup{font-size:12px;position:relative;z-index:1000; margin:0; padding:0; }   
.menuPopup ul{list-style:none; margin:0; padding:0; }   
.menuPopup li {float:left;position:relative;}   
.menuPopup ul ul {visibility:hidden;position:absolute;left:3px;top:23px;}   
.menuPopup table {position:absolute; top:0; left:0;}   
.menuPopup ul li:hover ul,   
.menuPopup ul a:hover ul{visibility:visible;}   
.menuPopup a{display:block;padding:2px 10px;margin:3px;text-decoration:none;border:1px solid #f0f0f0;}  
.menuPopup a:hover{background:#fafafa;color:#000;border:1px solid #e0e0e0;}
.menuPopup ul ul{}   
.menuPopup ul ul li {clear:both;text-align:left;font-size:12px;}   
.menuPopup ul ul li a{display:block;width:80px;height:15px;margin:0;border:0;border:1px solid #ecf4f3; background:#ecf4f3;}   
.menuPopup ul ul li a:hover{border:0;background:#fafafa;border:1px solid #000;} 

.control_area
{
	background-color:#FFFFF9;
	border:1px solid #10101F;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80,finishOpacity=100);
}

.posinfo_area td, div
{
	font-size:11px;
}

.buttonSkinA
{
	color:#5E2708;
	background:#FEEEB1 url(../images/buttonSkinAL.gif) bottom repeat-x;
	border-top:1px solid #F39D24;
	border-left:1px solid #F39D24;
	border-right:1px solid #CF6F18;
	border-bottom:1px solid #CF6F18;
	margin:0px;
	padding:1px;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
}

.buttonSkinB
{
	color:#212121;
	background:#F3F3F3 url(../images/buttonSkinBL.gif) bottom repeat-x;
	border-top:1px solid #C4C4C4;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #848484;
	border-bottom:1px solid #848484;
	margin:0px;
	padding:1px;
	padding-left:3px;
	padding-right:3px;
}
