* {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html, body {margin:0px;padding:0px;height:100%;}

div.layout {
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #8CACBB;
	min-width:600px;
	background-color:#FCFCFC;
}

table.header {
	border-bottom:1px solid #8CACBB;
	width:100%;
	background-color:#6892BF;
}
table.header tr td {
	white-space:nowrap;
	width:100%;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	padding:0px 10px 0px 256px;
	height:110px;
	background-image:url(../img/header_logo.jpg);
	background-repeat:no-repeat;
}

table.center tr td#right {
	width:100%;
	padding:0px;
}
table.center tr td#left {
	background-image:url(../img/pixel.gif);
	background-repeat:repeat-y;
	background-position:right;
}

div.footer {
	font-size:smaller;
	color:#999;
	padding:4px;
	clear:both;
	background-color:#DEE7EC;
	border-top:1px solid #8CACBB;
}
div.footer a {
	text-decoration:none;font-size:10px;color:#7777AA;
}
table.center tr td#left ul {
	background-color:#FCFCFC;
	list-style:none;
	margin:0;
	padding:0px 0px 0px 20px;
}
table.center tr td#left li {
	color:#444;
	font-weight:bold;
	font-size:11px;
	padding:3px 10px 3px 4px;
	white-space:nowrap;
	line-height:16px;
}
table.center tr td#left li.spacer, 
table.center tr td#left li.before,
table.center tr td#left li.after {
	padding:1px;
	border-right:1px solid #8CACBB;
	margin:0px;
}
table.center tr td#left li.spacer {height:10px;}
table.center tr td#left li.before {height:20px;}
table.center tr td#left li.after {height:50px;}

table.center tr td#left li.selected {
	border-left:1px solid #8CACBB;
	border-top:1px solid #8CACBB;
	border-bottom:1px solid #8CACBB;
	border-right:1px solid #FCFCFC;
}
table.center tr td#left li.normal, table.center tr td#left li.hover {
	border:1px solid #8CACBB;
	cursor:pointer;
}
table.center tr td#left li.normal {background-color:#DEE7EC;color:#777;}
table.center tr td#left li.hover {background-color:#CDE1EC;color:#666;}
table.center tr td#left a {
	display:block;
	color:#777;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
}
table.center tr td#left a:hover {
	color:#666;
}


div.hidden {
	width:0px; height:0px;
	display:none;
	margin:0px; padding:0px;
	overflow:hidden;
}
div.loading_progress {
	width:100%;
	vertical-align:middle;
	color:#990033;
}