﻿a:link {
	color: #3D3D78;
	text-decoration: none;
}
a:visited {
	color: #5959AC;
	text-decoration: none;
}
a:active {
	color: #000066;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text_small12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #F5F5F5;
	margin: 8px;
}
.tdover
{
	background-color: #EFEFEF;
	border: 1px solid #DDDDDD;
	font-size: 12px;
}
.tdtitle {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 2px;
	margin: auto;
}

.tdout
{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}
.tbout {
	background-color: #F5F5F5;
	border: 1px solid #E4E4E4;
}
.tbover {
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.menuover
{
	border-right: buttonface 1px solid;
	border-top: buttonface 1px solid;
	border-left: buttonface 10px solid;
	color: #660099;
	border-bottom: buttonface 1px solid;
	letter-spacing: 2px;
	background-color: transparent;
	text-align: left;
}
.menuout
{
	border-right: #e0e9ed 1px;
	border-top: #e0e9ed 1px;
	border-left: inactiveborder 10px solid;
	color: #660099;
	border-bottom: #e0e9ed 1px;
	letter-spacing: 2px;
	background-color: transparent;
	text-align: left;
}
.tbmenu
{
	border-top-style: none;
	border-right-style: none;
	background-color: transparent;
	text-align: left;
	border-bottom-style: none;
	letter-spacing: 2px;
	border-left: thick;
}
.menutxt
{
	background-color: transparent;
}
.menuselected
{
	border-left: mediumvioletred 10px solid;
	background-color: transparent;
}
.bdtitle
{
	font-weight: bold;
	font-size: 18px;
}

.bdcontent
{
	font-size: 14px;
	line-height: 20px;
}
.bdothers
{
	font-size: 14px;
	letter-spacing: normal;
}
.button
{
	font-size: 13px;
	background-color: buttonface;
	text-align: center;
	vertical-align: baseline;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	color: black;
	border-right: silver 1px outset;
	border-top: silver 1px outset;
	border-left: silver 1px outset;
	border-bottom: silver 1px outset;
}
LEGEND
{
	font-size: 12px;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 5px;
}
.divtop
{
	margin: 3px 3px 3px 10px;
}
.divmid
{
	margin: 5px 5px 3px 14px;
}
.font12
{
	font-size: 12px;
	line-height: 22px;
}
.upload
{
	font-size: 12px;
	background-color: buttonhighlight;
	border-left-color: silver;
	border-bottom-color: silver;
	border-top-color: silver;
	border-right-color: silver;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 1px;
}

.panel
{
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	line-height: 25px;
	margin: 5px;
	background-color: infobackground;
}

.panel_div
{
	font-size: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	line-height: 18px;
	margin: 10px;
	background-color: infobackground;
}

a.toplink:link
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.toplink:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.toplink:active {
	color: #000066;
}

a.toplink:hover
{
	color: #ffff66;
	text-decoration: underline;
	font-weight: bold;
}

/*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;
}

