@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;
}

p {
	font-size: 12px;
}

table {
	font-size: 12px;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#control {
	margin: 0px;
	font-size: 12px;
	float: left;
	width: 100%;
	height: 30px;
	background-image:url(../images/control_bg.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
}

#control-profile {
	margin-right:20px;
}

#control-profile a {
	float:right;
	line-height:30px;
	margin-left:20px;
	margin-right:0px;
	color: #CCCCCC;
	font-weight: bold;
}

#control img.splitter {
	float:left;
	margin-top:5px;
	margin-left:20px;
	margin-right:0px;
}

#control-toggle {
	line-height:30px;
	margin-left:20px;
	color: #CCCCCC;
	font-weight: bold;
}

#control-goto {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 12px;
}

#control-goto {
	float: right;
	margin-left: 20px;
	padding: 0px;
	position: relative;
}

#control-goto a {
	height: 30px;
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
}

#control-goto a:hover{
	color: #FFFFFF;
}

ul.control-topnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 12px;
}

ul.control-topnav li {
	float: left;
	margin-left: 20px;
	padding: 0px;
	position: relative;
}

ul.control-topnav li a {
	height: 30px;
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
}

ul.control-topnav li a:hover{
	color: #FFFFFF;
}

ul.control-subnav {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 26px;
	margin: 0px;
	padding: 0px;
	display: none;
	float: left;
	min-width: 100px;
	z-index: 100;
	background-color: #E6E6E6;
	-moz-box-shadow: 3px 3px 4px #999999;
	-webkit-box-shadow: 3px 3px 4px #999999;
	box-shadow: 3px 3px 4px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

ul.control-subnav li{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	padding-right: 10px;
}

ul.control-subnav li a {
	float: left;
	width: 100%;
	font-size: 12px;
	border: 0px;
	line-height: 26px;
	height: 26px;
	color: #999999;
	background-color:#CCCCCC;
	background-image:url(../images/control_subnav_bg.gif);
	background-repeat:repeat-y;
}

ul.control-subnav li a:hover {
	color: #000000;
	line-height: 26px;
	height: 26px;
}

#header {
	margin: 0px;
	font-size: 12px;
	float: left;
	width: 100%;
	height: 100px;
	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: 66px;
	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;
}

#breadcrumb {
	width: 100%;
	height: 44px;
	float: left;
	margin-top: -5px;
	z-index: 99;
	position: relative;
}

#breadcrumb-left {
	margin: 0px;
	width: 5px;
	height: 44px;
	float: left;
}

#breadcrumb-items {
	background-image: url(../images/breadcrumb_bg.png);
	background-repeat: repeat-x;
	height: 44px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
}

#breadcrumb-items a {
	margin-left: 20px;
	color: #999999;
}

#breadcrumb-items a.active {
	color: #004A90;
}

#breadcrumb-items img {
	margin-left: 5px;
}

#breadcrumb-items-right {
	margin-right: -5px;
	width: 5px;
	height: 44px;
	float: right;
}

#title {
	float: left;
	width: 100%;
	font-size: 36px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

#title span {
	margin-left: 80px;
}


#title img {
	margin-left: 40px;
}

#main {
	float: left;
	min-height: 400px;
	width: 100%;
	white-space: nowrap;
	margin-top: 10px;
}

.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;
}

.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: 220px;
	background-color: #FFFFFF;
	margin-left: 40px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-y;
	background-position: right;
}

#main-right {
	background-color: #FFFFFF;
	margin-left: 300px;
	margin-top: 20px;
	margin-right: 20px;
}

#main-col-1 {
	float: left;
	width: 33%;
}

#main-col-2 {
	float: left;
	width: 33%;
}

#main-col-3 {
	float: left;
	width: 33%;
}

#main-activation {
	width: 100%;
}

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;
}

.nav-title {
	display: block;
	width: 200px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #D6E5F0;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	background-image: url(../images/nav_bg.png);
	background-position: right;
	background-repeat: repeat-y;
}

.nav-title:hover {
	color: #000000;
	text-decoration: none;
}

.nav-title img {
	margin-right: 10px;
}

.nav-item {
	display: block;
	width: 200px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/nav_bg.png);
	background-position: right;
	background-repeat: repeat-y;
}

.nav-item:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/nav_item_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFCC00;
}

.nav-item-active {
	display: block;
	width: 200px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/nav_item_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-weight: bold;
}

.nav-item-active:hover {
	color: #000000;
	text-decoration: none;
}

.nav-item img, .nav-item-active img {
	margin-right: 10px;
}

#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: 470px;
	background-image: url(../images/login_box_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#login-box-table {
	float: left;
	width: 280px;
	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: right;
}

.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: 40px;
}

#login-remark {
	width: 100%;
	float: left;
}

#login-remark p {
	padding-left: 20px;
	color: #666666;
}

#welcome-banner {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.welcome-accordion-module {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.welcome-accordion-module-task {
	width: 100%;
}

.datagrid {
	font-size: 12px;
}

.datagrid tr.header {
	background-color: #D6E5F0;
	color: #666666;
}

.datagrid tr.row {
	color: #000000;
	background-image: url(../images/main_table_row_bg.gif);
	background-repeat: repeat-x;
}

.datagrid td {
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}


#header-info{
	height:140px !important;
}

#main .container{
	padding-left: 60px; 
	padding-bottom: 20px; 
	font-size: 12px
}

.text-blue{
	color: blue; 
	text-align: left;
}

.text-red{
	color: red; 
	text-align: left;
}