@import "message.css";

BODY {
	font-family: "????", "???", Verdana;
	font-size: 9pt;
	line-height: 120%;
	color: #000;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #B4B4B4;
	scrollbar-3dlight-color: white;
	scrollbar-shadow-color: #B4B4B4;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: #B4B4B4;
	scrollbar-track-color: #E3E3E3;
}

ul {
	margin: 0px 0px 0px 0px;
	list-style: none;
}

li {
	margin: 0px 0px 0px 0px;
	list-style: none;
}

hr {
	height: 1px;
	width: 100%;
	color: #8DACF5;
}

h1 {
	color: #505050;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	color: #505050;
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	color: #505050;
	font-size: 12pt;
	font-weight: bold;
}

/*Form Style*/
.login {
	background: url(../images/login.gif) no-repeat;
}

pre,p {
	margin: 4px;
}

input {
	font-family: "????", "???", Verdana;
	background-color: #EEF6F7;
	border-bottom: 1px solid #DCE7EB;
	border-left: 2px solid #819AA4;
	border-right: 1px solid #DCE7EB;
	border-top: 2px solid #819AA4;
	font-size: 9pt;
	color: #002B2D;
	margin: 0px 0px 5px 0px;
	height:18px;
}

.checkbox,.radio {
	border: 0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
}

select,textarea {
	background-color: #EEF6F7;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #F2FDFE;
	scrollbar-3dlight-color: white;
	scrollbar-shadow-color: #43899B;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: #43899B;
	scrollbar-track-color: #fff;
	padding: 1px;
	margin: 2px;
	font-size: 9pt;
	color: #002B2D;
	border-right: 1px solid #97B4C0;
	border-left: 2px solid #819AA4;
	border-top: 2px solid #819AA4;
	border-bottom: 1px solid #97B4C0;
	vertical-align: baseline;
}



fieldset {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
}

fieldset legend {
	color: #1E7ACE;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

fieldset label {
	float: left;
	width: 110px;
	text-align: left;
	padding: 5px;
	margin: 1px;
}

fieldset div {
	clear: left;
	margin-bottom: 2px;
}

/*Button*/
Button {
	background-color: #191970;
	border-right: #D35400 1px solid;
	padding-right: 2px;
	border-top: #FDB99E 1px solid;
	padding-left: 2px;
	border-left: #FDB99E 1px solid;
	color: #ffffff;
	padding-top: 4px;
	border-bottom: #D35400 1px solid;
}

/* ###################### LINKS ###################### */
a:link,a:visited {
	color: Maroon;
	text-decoration: none;
	font-family: "????", "???", Verdana;
	font-size: 9pt;
	font-style: normal;
}

a:hover {
	color: #FD3600;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
	background: url("../images/logo_bar_back.gif");
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableentry1 {
	background-color: #F0F0F0;
}

.sectiontableentry2 {
	background-color: #E0E0E0;
}

.btn5 {
	width: 50px;
	height: 20px;
	border: none;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 2px;
	background: url(../images/btn.gif) no-repeat;
}

.btn6{
   width:70px;
   height:20px;
   border:none;
   color:#fff;
   font-size:10pt;
   font-weight:bold;
   text-align:center;
   background: url(../images/btn2.gif) no-repeat;
}