@charset "utf-8";
@import url("home.css");
@import url("blocks.css");
@import url("elements.css");
@import url('../wiki.css');
/* CSS Document */

div#container 
{ 
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

div#header
{
	background: #3388BB url('../../../images/renderers/default/header.png') no-repeat;
	height: 40px;
	overflow: hidden;
	padding: 0px 10px;
	margin-bottom: 1px;
}

body.homepage div#header 
{ 
	background-position: bottom; 
	height: 100px;
	background-image: url('../../../images/renderers/default/header_home.png');	
}

div#headerinfo
{
	padding-top: 10px;
	font-size: 85%;
	float: right;
	text-align: right;
	color: #EEEEEE;
}

div#headerinfo a
{
	font-size: 145%;
	color: white;
	padding: 4px 6px 4px;
}

div#headerinfo a:hover { background: url('../../../images/backgrounds/lighten.png'); text-decoration: none; }
body.homepage div#headerinfo { line-height: 20px; }

div#header h1 { background: url('../../../images/renderers/default/logo.png') no-repeat; height: 40px; margin: 0; padding: 0; }
div#header h1 span { display: none; }
body.homepage div#header h1 { background-image: url('../../../images/renderers/default/logo_home.png'); height: 140px; }

div#subheader
{
	display: block;
	float: left;
	background: #ddd; border-bottom: 2px solid #bbb;
	overflow: hidden;
	height: 22px;
	width: 946px;
	margin: -1px 7px 0; 
	border-radius: 0 0 3px 3px; 
}

div#subheader a#headerprofile
{
	float: left; width: 137px; margin-right: 26px;
	padding: 4px 10px; 
}
div#subheader a#headerprofile span.usertags { float: right; }
div#subheader a#headerprofile:hover
{
	color: white;
	text-decoration: none;
	background: #bbb;
}

div#subheader ul#headerbreadcrumbs { display: block; float: left; margin: 0; padding: 0; }
div#subheader ul#headerbreadcrumbs li { display: block; float: left; margin: 0; padding: 4px 0px 8px; color: #bbb; font-size: 90%; }
div#subheader ul#headerbreadcrumbs li a,
div#subheader ul#headerbreadcrumbs li span { padding: 8px 8px; }
div#subheader ul#headerbreadcrumbs li span { cursor: default; }
div#subheader ul#headerbreadcrumbs li a:hover { text-decoration: none; color: white; background: #bbb; }
div#subheader ul#headerbreadcrumbs li:first-child a { 
	background: url('../../../images/renderers/default/breadcrumb_home.png') no-repeat 6px 10px; 
	padding-left: 20px; }
div#subheader ul#headerbreadcrumbs li:first-child:hover a {
	background-image: url('../../../images/renderers/default/breadcrumb_home_white.png');
}
div#subheader ul#headerbreadcrumbs li:after { content: " >  "; }
div#subheader ul#headerbreadcrumbs li:last-child:after { content: ""; }

div#menu
{
	clear: both;
	float: left;
	width: 150px;
	overflow: hidden;
	padding: 10px;
}

ul#mainmenu { margin: 0; position: relative; padding: 0; }

ul#mainmenu li
{
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
	white-space: nowrap;
}

ul#mainmenu li a 
{ 
	border: 1px dotted #EEEEEE; 
	background: #FFFFFF; 
	display: block; 
	padding: 4px 10px 4px 7px; 
	border-left: 4px solid; 
	color: #888888;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
}

ul#mainmenu li a:hover
{
	background: #F4F4F4;
	border: 1px solid #BBBBBB;
	border-left: 4px solid;
	text-decoration: none;
	color: black;
}

ul#mainmenu li a.selected
{
	border: none;
	padding: 5px 11px 5px 7px;
	border-left: 4px solid;
	font-weight: bold;
	color: white;
	background: #779988;
}

ul#mainmenu ul { display: none; margin: 0; padding: 1px 4px 4px 2px; }
ul#mainmenu ul li a { border-left-width: 2px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
ul#mainmenu ul li a:hover { border-left-width: 2px; }

ul.taskmenu { margin: 0 0 0; padding: 0 0; }
ul.taskmenu li { display: block; padding: 0; margin: 0; white-space:nowrap; }
ul.taskmenu a { display: block; padding: 3px 10px; border-bottom: 1px solid #EEEEEE; text-decoration: none; }
ul.taskmenu a.selected { background: #DDDDDD; color: white; }
ul.taskmenu a:hover { background: #336699; color: white; }

div#banner { /*margin-left: 192px; */ margin-left: 0px; margin-top: -10px; width: 760px; }

div#body
{
	display: block;
	float: left;
	position: relative;
	margin-left: 10px;
	width: 760px;
	padding: 10px;
}

div#footer
{
	clear: both;
	margin: 8px 0 0;
	height: 22px;
	border-top: 1px solid #BBBBBB;
	padding: 10px 10px 0;
	color: #888888;
	
/*	padding: 20px 10px 40px;
	color: white;
	margin-top: 30px;
	margin-bottom: 30px; */
}

div#footer p, div#footer a.RTIcon img { vertical-align: bottom; }
div#footer p { margin: 0; }
div#footer a.RTIcon { padding-right: 10px; }
div#footer a { color: white; }
