@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #004A90;
	text-decoration: none;
}

a:hover {
	color: #004A90;
	text-decoration: underline;
}

p {
	font-size: 12px;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header {
	margin: 0px;
	font-size: 12px;
	float: left;
	width: 100%;
	height: 140px;
	background-color: #FFFFFF;
	white-space: nowrap;
}

#header-logo {
	margin-left: 20px;
	margin-top: 10px;
	width: 175px;
	height: 56px;
	float: left;
}

#header-info {
	width: 800px;
	height: 140px;
	background-image: url(../images/header_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	margin-right: 5px;
}

#header-info-left {
	width: 600px;
	height: 66px;
	padding-top: 10px;
	float: left;
}

#header-info-right {
	width: 190px;
	height: 66px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
	text-align: right;
}

#header-info-right a {
	color: #FFFFFF;
	text-decoration: none;
}

#header-info-right a.active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#title-header {
	float: left;
	width: 90%;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
}

#title {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

#title span {
	margin-left: 80px;
	font-size: 36px;
	font-weight: normal;
	color: #666666;
}


#title img {
	margin-left: 40px;
}

#main {
	float: left;
	min-height: 400px;
	width: 100%;
}

.main-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	white-space: nowrap;
	margin-right: 20px;
}

.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	border-style: none;
	margin-bottom: 2px;
	background-color: transparent;
}

.main-text:focus {
	background-color: #F3F3F3;
}

.main-textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	border-style: none;
	margin-bottom: 2px;
	background-color: transparent;
}

.main-textarea:focus {
	background-color: #F3F3F3;
}

.main-field {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-right: 5px;
}

.main-field-shaded {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../images/main_field_shadow.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 10px;
	padding-right: 5px;
}

.main-field-empty {
	padding-left: 10px;
	padding-right: 5px;
}

.main-field-empty-shaded {
	background-image: url(../images/main_field_shadow.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 10px;
	padding-right: 5px;
}

.main-left {
	float: left;
	width: 10px;
	height: 22px;
	background-color: #FFFFFF;
	margin-right: 10px;
}

.main-right {
	float: right;
	width: 10px;
	height: 22px;
	background-color: #FFFFFF;
	margin-left: 10px;
}

div.main-control {
	width: 100%;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 12px;
	text-align: right;
	color: #666666;
	margin-top: 10px;
	line-height: 15px;
}

div.main-control span {
	margin-right: 30px;
}

div.main-control-hide {
	width: 100%;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 12px;
	text-align: right;
	color: #666666;
	cursor: pointer;
	margin-top: 10px;
	line-height: 15px;
	background-image: url(../images/main_hide.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div.main-control-hide span {
	margin-right: 30px;
}

div.main-control-hide:hover {
	background-color: #FFFFE6;
	color: #000000;
}

div.main-control-show {
	width: 100%;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 12px;
	text-align: right;
	color: #666666;
	cursor: pointer;
	margin-top: 10px;
	line-height: 15px;
	background-image: url(../images/main_show.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div.main-control-show span {
	margin-right: 30px;
}

div.main-control-show:hover {
	background-color: #FFFFE6;
	color: #000000;
}

a.main-toolbar-icon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
	margin-left: 10px;
}

a.main-toolbar-icon:hover {
	color: #004A90;
}

.main-table {
	overflow-y: scroll;
	width: 100%;
	min-height: 80px;
}

#buttons {
	margin-top: 10px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

#buttons button {
	margin-right: 5px;
	margin-left: 5px;
}

.page {
	font-size: 12px;
	line-height: 16px;
}

.page img {
	vertical-align: middle;
}

#footer {
	background-color: #CCCCCC;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}

#footer span {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 20px;
}

#login-box {
	float: left;
	width: 500px;
	background-image: url(../images/login_box_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#login-box-table {
	float: left;
	width: 400px;
	margin-left: 80px;
	margin-top: 30px;
	line-height: 18px;
}

#login-box-table table {
	font-size: 12px;
	color: #666666;
}

#login-box-table-buttons {
	float: left;
	width: 280px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: left;
}

#login {
	background: red;
	border: none;
	color: #FFFFFF;
}

.login-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
}

#login-banner {
	width: 300px;
	height: 250px;
	float: left;
	margin-left: 80px;
	margin-top: 100px;
	background-color: #FFFFFF;
}

#login-remark {
	width: 100%;
	float: left;
}

#login-remark p {
	padding-left: 20px;
	color: #666666;
}


/* MESSAGES --------------------------------- */
.info, .errors, .success {clear:both; margin:18px 0; padding:20px 20px 20px 100px; font-size:10px; line-height:1.5;}
.info {border:1px dotted 008;    background:#eff url(../images/info.gif) no-repeat 20px 18px; color:#008;}
.errors {border:1px dotted #d21033; background:#fed url(../images/error.gif) no-repeat 20px 18px; color:#d21033; padding-bottom: 40px;}
.success {border:1px dotted #390; background:#dfa url(../images/confirm.gif) no-repeat 20px 18px; color:#390;}
    #content .errors h2, #content .success h2 {font-family:Georgia,"Times New Roman",Times,serif; font-size:18px; line-height:48px; font-weight:400; margin:0 18px 0 0; padding:0;}
    #content .success h2 {color: #008 !important;}
    #content .errors h2 {color:#b00 !important;}
    #content .success h2 {color:#060 !important;}
