@charset "utf-8";
/* CSS Document */

a {
	color: #044CB0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFE50B;
}

body {
	margin:10px;
	background-color: #FFFFFF;
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
}

#content {
	width: 100%;
	border: 1px solid #CCCCCC;
}

#form th {
	font-weight: bold;
	text-align: right;
}

#function_bar {
	width: 100%;
	border: 1px solid #CCCCCC;
}

#function_bar th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

#function_bar td {
	text-align: right;
	vertical-align: middle;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #044CB0;
	background-image: url(../images/imgHeader.png);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

#icon_menu {
	width: 100%;
}

#icon_menu td {
	text-align: center;
	vertical-align: top;
	width: 25%;
}

#icon_menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#login th {
	font-weight: bold;
	text-align: right;	
}

#login td {
	text-align: left;	
}

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 100%;
	border: 1px solid #666666;
}

#main td {
	vertical-align: top;
}

#menu {
	width: 200px;
	text-align: left;
	vertical-align: top;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#SuccessBox {
	background-color: #87FF87;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #4EB24E;
}

#WarningBox {
	background-color: #FF7373;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #AF2B2B;
}

.tdVersion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-right: 5px;
}

.thContent {
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;	
}