/* Global Styles */
html, body, form, input, textarea, select {
	color:#000;
	margin:0px; 
	padding:0px;
}
html, body {
	border:none; 
	height:100%;
}
body {
	background:#88AAD3;
}
body, input, textarea, select, table, button {
	font:12px arial, sans-serif;
}
input, textarea, select {
	vertical-align:middle;
	margin:0px;
}
div {
	position:relative;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#00F;
}
img {
	vertical-align:top;
	border:none;
}
label {
	margin-right:3px;
}
p {
	margin:0em 0em 0.7em 0em;
}
h1, h2, h3 {
	font-weight:bold;
}
h1 {
	color:#009; 
	font-size:18px; 
	margin:12px 0px 12px 0px; 
	border-bottom:1px solid #009;
}
h2 {
	color:#00C;
	font-size:14px; 
	margin:12px 0px 9px 0px; 
	border-bottom:1px solid #9194FF;
}
h3 {
	color:#00F;
	font-size:12px; 
	margin:12px 0px 6px 0px; 
}
table {
	border:none;
	border-collapse:collapse;
}
table th {
	font-weight:bold;
	white-space:nowrap;
}
table td, th {
	text-align:left;
	vertical-align:top;
}
ins {
	background:#AFA;
	text-decoration:none;
}
ins.normal {
	background:none; 
}
del {
	background:#FAA;
	text-decoration:none;
}
del.normal {
	background:none;
	display:none
}
/* User Interface Styles */
#cms_outline {
	width:840px;
	margin:auto;
	background:#88AAD3 url(middle.gif) repeat-y center;
}
#cms_header {
	height:100px;
	padding:0px 26px;
	margin:auto;
	background:url(top.jpg) no-repeat center bottom;
}
#cms_logo {
	float:right;
	width:164px;
	margin-left:10px;
}
#cms_title {
	font-weight:bold;
	font-size:16pt;
	margin:0px;
	padding:13px 0px 12px 0px;
}
#cms_login {
	float:right;
	margin-top:13px;
}
#cms_body {
	padding:0px 25px;
	background:no-repeat bottom right;
}
#cms_footer {
	text-align:center;
	padding:24px 0px;
	background:url(bottom.gif) no-repeat center bottom;
}
.topmenu {
	clear:left;
	margin-right:10px;
}
.topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.topmenu ul li {
	float:left;
	margin-right:3px;
}
.topmenu ul li a {
	display:block;
	padding:4px;
	border:1px solid #888;
	width:46px;
	height:30px;
	background:no-repeat center center;
}
.topmenu ul li a:hover {
	background-color:#DDF;
}
.topmenu ul li ul {
	background:#C3DBE8;
	display:none;
	height:auto;
	position:absolute;
	width:220px;
	z-index:200;
	border-top:1px solid #000;
}
.topmenu ul li:hover ul {
	display:block;
}
.topmenu ul li ul li {
	display:block;
	float:none;
	width:218px;
	border:1px solid #000;
	border-top:none;
}
.topmenu ul li ul li a {
	display:block;
	padding:3px 3px 3px 22px;
	border:none;
	width:auto;
	height:auto;
	background:no-repeat 3px center;
}
.topmenu ul li ul li a:hover {
	background-color:#3E9DFE;
	color:#FFF;
	font-weight:bold;
}
.topmenu ul li ul li a.add {
	padding:3px;
	width:12px;
	height:14px;
	float:right;
	background:url(../images/icon_plus.gif) no-repeat center center;
}
.topmenu #current {
	background-color:#3E9DFE;
}
.button {
	vertical-align:middle;
	margin-right:10px;
}
.icon {
	vertical-align:middle;
	margin-right:3px;
}
.bigicon {
	border:none;
	padding:8px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	width:64px;
	height:80px;
}
.bigicon:hover {
	border:1px solid #000;
	padding:7px;
	background-color:#DDF;
}
.bigicon div {
	margin-top:3px;
}
.note {
	margin:5px 0px;
	padding:6px; 
	border:1px solid #000;
	background-color:#AFF; 
}
.info {
	background-image:url(../images/icon_info.gif);
	background-repeat:no-repeat;
	background-position:6px 6px;
	padding-left:28px;
}
.warning {
	background-image:url(../images/icon_warning.gif);
	background-repeat:no-repeat;
	background-position:6px 6px;
	padding-left:28px;
}
.note table td {
	background-color:#AFF;
}
.toolbar {
	margin:8px 0px;
	padding:4px 8px; 
	border:1px solid #000;
	background-color:#C3DBE8;
	vertical-align:middle;
}
.toolbar label {
	font-weight:bold;
	color:#000; 
}
.highlight {
	cursor:pointer;
}
.pointer {
	cursor:pointer;
}
.highlight:hover {
	background-color:#DDF;
}
.selected {
	background-color:#DDF;
}
.sortheader {
	color:#FFF;
}
.sortheader:hover {
	color:#FF0;
}
.footnote {
	margin-top:5px; 
	font-size:10px;
}
.small {
	font-size:7pt;
}
.navigation {
	margin:5px 0px 5px 0px;
	text-align:center;
}
table.form td {
	padding:2px 5px 2px 0px;
	white-space:nowrap;
}
table.table, table.list, table.note {
	border:1px solid #000;
}
table.table tr, table.list tr {
	background-color:#FFF;
}
table.table tr.selected, table.list tr.selected {
	background-color:#DDF;
}
table.table th, table.table td, table.list td, table.list th, table.note th, table.note td {
	padding:2px 5px 2px 5px;
}
table.table th, table.table td, table.list th {
	border-bottom:1px solid #000;
}
table.table th, table.table td {
	border-right:1px solid #000;
}
table.table th, table.list th {
	color:#FFF;
	background-color:#3E9DFE;
}
table.table th.sub, table.list th.sub {
  background-color:#6DB9FF;
}
table.note th, table.note td {
	color:#000;
	background-color:#AFF;
	border:none;
}
.language {
	color:#35C;
	font:bold 9px arial;
	border:1px solid #35C;
	background-color:#FFF;
}
.dialog {
	background-color:#FFF;
	border:1px solid #000;
	padding:10px;
}
.thumbnail {
	background:#DFD;
}
.box {
	border:1px solid #99F;
	padding:2px 4px;
	margin-bottom:4px;
	background-color:#EEF;
	display:block;
}
.separator {
	width:20px;
	background:url(separator.gif) repeat-y center;
}
p.rss img {
	margin:0px 5px 5px 0px;
}
.rss_label {
	color:#006;
	font-weight:bold;
	font-size:7pt;
}
.rss_title {
	font-size:11pt;
	padding-top:12px;
	border-top:1px solid #AAF;
}
.rss_starred {
	color:#F00;
}

.mlang {
	display:inline-table;
}
/* Generic styles */
.middle {
	text-align:center;
	vertical-align:middle;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.nowrap {
	white-space:nowrap;
}
.inline {
	margin-top:0px;
}
.tooltip {
	cursor:help;
}
.nomargin {
	margin:0px;
}
.bold {
	font-weight:bold;
}
/*
 * Statistical style classes
 */
.stat_mn {
	background-color:#c6e4ff;
}
.stat_mx {
	background-color:#c6e4ff;
}
.stat_md {
	background-color:#e4ffe4;
}
.stat_q1 {
	background-color:#ffffc6;
}
.stat_q3 {
	background-color:#ffffc6;
}
.stat_om {
	background-color:#ffe4ff;
}
.stat_ox {
	background-color:#e4e4ff;
}
.stat_iq {
	background-color:#ffffe4;
}
/*
 * Wiki styles
 */
.wImage {
	/* border:1px solid #444; */
}
.wLeft {
	float:left;
	margin-right:10px;
}
.wRight {
	float:right;
	margin-left:10px;
}