@CHARSET "UTF-8";


/* GENERAL */

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #C8E4F8;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input.login {
	width: 120px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.white {
	color: #FFF;
	font-weight: bold;
}


/* LAYOUT */

.main_container {
	background: #C8E4F8;
	width: 928px;
}

.top_container {
	padding: 4px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #006AAC;
	border-bottom: 1px #FFF solid;
	font-size: 14px;
	overflow: auto;
}

.top_container .left {
	float: left;
	width: 20%;
}

.top_container .right {
	float: right;
	width: 75%;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

.left_container {
	float: left;
	margin-left: 10px;
	width: 127px;
	border: 1px #FFF solid;
	font-size: 110%;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFF;
	background-color: #006AAC;
}

ul.menu li {
	padding: 5px;
	border-bottom: 1px solid #C8E4F8;
}

ul.menu li.title {
	font-size: 140%;
	font-weight: bold;
}

ul.menu li.normal:hover {
	background-color: #00B5D6;
}

ul.menu li.selected {
	background-color: #00B5D6;
}

ul.menu li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: -5px;
}

.inactive_info {
	float: right;
	margin: 0 0 10px 0;
	width: 770px;
	text-align: center;
	background-color: #DFD;
	border: 1px solid #FFF;
	overflow: auto;
}

.inactive_info .inner {
	padding: 10px;
}

.body_container {
	float: right;
	width: 770px;
	background-color: #FFF;
	border: 1px solid #FFF;
	overflow: auto;
}

.title_bar {
	padding: 7px;
	color: #FFF;
	background-color: #006AAC;
	font-size: 110%;
	overflow: auto;
}

.title_bar a {
	color: #FFF;
}

.title_bar .left {
	float: left;
	padding: 3px 0;
	width: 55%;
	vertical-align: middle;
}

.title_bar .right {
	float: right;
	padding: 3px 0;
	width: 40%;
	text-align: right;
}


/* BUTTONS */

.prim_button
{
	margin: 5px 0 5px 10px;
	padding: 5px;
	background-color: #D2E8F7;
	border: 1px solid #ADD8F7;
}

.prim_button:hover {
	background-color: #DFEDF7;
}

.prim_button a {
	color: #006AAC;
	font-weight: bold;
	text-decoration: none;
	padding: -5px;
}


/* VIEWS */

div.info {
	border: 1px solid #C1C1C1;
	padding: 5px;
	margin-top: 30px;	
	background: #EEE url(../images/info_eee.png) no-repeat;
	background-position: 5px 10px;
	padding-left: 50px;
	min-height: 42px;
	margin-bottom: 5px;
}

div.error {
	border: 1px solid #C00;
	font-weight: bold;
	padding: 5px;
	background: #FEE url(../images/warning_fee.png) no-repeat;
	background-position: 5px 10px;
	padding-left: 50px;
	min-height: 42px;
	margin-bottom: 5px;
}

div.error-item {
	font-weight: normal;
}

div.message {
	border: 1px solid #0A0;
	font-weight: bold;
	padding: 5px;
	background: #CFC url(../images/info_cfc.png) no-repeat;
	background-position: 5px 10px;
	padding-left: 50px;
	min-height: 42px;
	margin-bottom: 5px;
}

div.message-item {
	font-weight: normal;
}	

.actions-container {
	padding: 10px 0;
	background-color: #EDF5FA;
}

h2.title {
	color: #333;
	line-height: 20px;
	vertical-align: baseline;
}

h2.error_title {
	width: 745px;
	color: #FFF;
	background: #f7adad;
	padding: 5px;
	line-height: 20px;
	vertical-align: baseline;
}


/* CONTAINERS */

.container {
	border: 1px solid #D4D4D4;
	padding: 4px;
	background-color: #FFFFFF;
	min-height: 300px;
}

.sub-container {
	background-color: #F7F7FF;
	margin-bottom: 2px;
	padding: 4px;
	border: 1px solid #DDD;
}

.sub-container:last-child {
	background-color: #F7F7FF;
	margin-bottom: 0px;
	padding: 4px;
}

/* DATA TABLE */

.tablehdr img {
	margin-bottom: -3px;
	line-height: 20px;
}

.tablehdr th {
	background: #ADD8F7 none repeat scroll 0 0;
	padding: 3px 3px 0;
	line-height: 20px;
	vertical-align: baseline;
}

.tablehdr th a {
	color: #006AAC;
}

tr.list1 td {
	border-bottom: 1px solid #ADD8F7;
}

