@CHARSET "ISO-8859-1";

#container {
	padding-top: 10px;
	width: 1000px;
	margin: 0 auto;
}	

#topbar {
	width: auto;
	display: block;
	height: 180px;
	background-image: url("/images/header.jpg");
}

#main {
	width: auto;
	display: block;
	background-color: #FFFFFF;
	min-height: 355px;
}

#column_left {
	width: 169px;
	float: left;
	padding-top : 10px;
	border-right: #D0D0D0 1px dotted;	
	border-bottom: #D0D0D0 1px dotted;	
}

#column_right {
	width : 810px;
	float :left;
	padding: 10px;
}

div.spacer {
	clear: both;
	height: 5px;
	display: block;	
}

#footer {
	width: auto;
	display: block;
	padding: 5px 0 0 0;
	font-size:11px;
	text-align: right;
}

body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 13px;
	background: #9A9A9A;
}

div.title {
	font-weight: bold;
	font-size: 25px;
	color: #537CAB;
	border-bottom: #E6D192 solid 2px;
	margin-bottom: 20px; 
	text-align: left;
}

.text{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#369;
	background:#fff;
	border-right: 0px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-top: 0px;
	border-color: #ccc;
	width: 100%;
	padding: 5px;
}

.text2 {
	border: solid 1px #C1DAD7; 
	font-size: 11px;
	background: #fff;
	padding: 5px 3px 5px 3px;
	color: #4f6b72;
}


.errorBack {
	background-color: #AB291C;
	border: 1px solid #E6D192;
	margin: 5px 10px 5px 10px;
}

tr.error {
    color: #FFFFFF;
	font-size:11px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

.infoBack {
	background-color: #086CA0;
	border: 1px solid #E6D192;
	margin: 5px 10px 5px 10px;
}

tr.info {
    color: #FFFFFF;
	font-size:11px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

table.list {
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border: solid 1px #C1DAD7;
	text-align: left;
}

table.list th{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	border-bottom: 2px solid #aaa;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 3px 6px 6px;
	background: #DCF9EA;
}

table.list th a {
	color: #4f6b72;
}

table.list td {
	font-size: 11px;
	border-right: solid 1px #C1DAD7; 
	padding: 5px 3px 5px 3px;
	color: #4f6b72;
}

table.list tr.odd {
	background-color:#FFFFFF;
}

table.list tr.even {
	background-color:#C0E7FF;
}


table.list tr.blacklist {
	background-color:#AAAAAA;
}


table.page_list {
	font-size: 12px;
}

table.page_list b {
	font-size: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th.sortable a {
    background: url('../images/arrow_off.png') right no-repeat;
	display: block;
}

th.orderAsc a {
    background: url('../images/arrow_down.png') right no-repeat;
	color: #8E1A10;
	display: block;
}

th.orderDesc a {
    background: url('../images/arrow_up.png') right no-repeat;
	color: #8E1A10;
	display: block;
}

input.textbox {
	border: 1px solid #E6D192;
}

div.box {
	width:90%;
	float: right;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #9999FF;
	border-left: 1px solid #9999FF;
	border-right: 1px solid #9999FF;
	font-size: 12px;
}

.highlight {
	background-color: #C1DAD7;
}

.color1 {
	color: #1111AA;
}

.color2 {
	color: #4f6b72;
}

div.pagelist a {
	color: #000090;
}

.migrate {
	font-weight: bold;
	cursor: pointer;
	color: #BB2222;
}

input.migrate {
	background-image: url(/images/migrate.gif);
	border: solid 0px #000000;
	width: 18px;
	height: 18px;
}

input.button {
	border: 1px solid #537CAB;
	background-color: #E5E5E5;
	color: #537CAB;
	font-weight:bold;
	font-size: 11px;
	margin:0px;
	padding:2px 5px 2px 5px;
}

#popupcontent {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	background-color:#F9F9F9;
	border:1px solid #333;
	padding:5px;
}

img.close_button {
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
}

hr {
	background-color: #CDCDCD;
	color: #CDCDCD;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 5px;
}
/* ROUNDED BACKGROUND */

.UIRoundedTransparentBox_Inner {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.UIRoundedTransparentBox_Border {
	border: 1px solid #cfcfcf;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

.UIRoundedTransparentBox_Corner { /* @noflip */
	background: transparent
		url(../images/round-transparent.gif)
		no-repeat;
	width: 8px;
	height: 8px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
}

.UIRoundedTransparentBox_TL { /* @noflip */
	left: 0px;
	top: 0px;
	background-position: 0px 0px;
}

.UIRoundedTransparentBox_TR { /* @noflip */
	right: 0px;
	top: 0px;
	background-position: -8px 0px;
}

.UIRoundedTransparentBox_BL { /* @noflip */
	left: 0px;
	bottom: 0px;
	background-position: 0px -8px;
}

.UIRoundedTransparentBox_BR { /* @noflip */
	right: 0px;
	bottom: 0px;
	background-position: -8px -8px;
}

.UIInterstitialBox_Container {
	margin: 25px 30px;
}

.backcolor {
	background-color: #C2DFF2;
}

input.search {
	width: 80%; 
	height: 100%; 
	border: dotted 1px #537CAB;
	text-transform: lowercase;
}