﻿html, body
{
	margin: 0px;
	padding: 0px;
}
a img
{
	border: 0px;
}
body
{
	background: #E2E1E1 repeat-x top left url(/graphics/backgrounds/page_background.gif);
	padding: 15px 0px 15px 0px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
#content a
{
	color: #3A63CC;
	text-decoration: none;
}
ul.navigation, ul.actions, ul.tags
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
	clear: both;
	width: 100%;
}
ul.navigation, ul.tags
{
	overflow: hidden;
}
ul.navigation li, ul.actions li, ul.tags li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
li.current
{
	font-weight: bold;
}
ul.pagination
{
	/*padding-left: 20px;*/
	margin: auto;
	padding-top: 15px;
}
ul.pagination li
{
	/*padding: 3px 6px;*/
	
	/*margin-right: 2px;*/
	margin: 0px 2px 2px 0;
	border: 1px solid #333;
	background-color: #C7C9D0;
}
ul.pagination li a
{
	color: #333;
	display: block;
	padding: 3px 6px;
}
ul.pagination li.current a
{
	color: #3A63CC;
}

#wrapper
{
	margin: 0px auto;
	/*width: 782px;*/
	width: 975px;
	background: #fff;
}
#top_right
{
	position: absolute;
	top: 13px;
	right: 13px;
}
#top_right a
{
	padding: 0 3px;
	color: #222222;
	text-decoration: none;
}
#top_right a:hover
{
	text-decoration: underline;
}
#header_wrapper
{
	margin: 0;
	padding: 0;
	position: relative;
	height: 105px;
}
#header_wrapper h1
{
	margin: 0px;
}
#header_wrapper h1 img
{
	margin: 20px;
}

#navigation
{
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main_navigation 
{
	/*
    background: no-repeat url(/graphics/backgrounds/main_navigation.jpg);
    border-top: 1px solid #777D8D;
    border-bottom: 1px solid #777D8D;
    margin: 0px;
    padding: 9px 0px;
    min-height: 22px;*/
	background-color: #777D8D;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 3px 0;
	padding: 0 10px;
	height: 30px;
	width: auto;
}
#main_navigation form
{
	margin: 0px;
	padding: 0px;
}
#main_navigation li
{
	/*padding-left: 30px;
	display: block;
	background: url(/images/widgets/navigation_bullet.gif) no-repeat 10px center;
	*/
}
#main_navigation .selected a
{
	/*
	background: url(/images/widgets/navigationon_bullet.gif) no-repeat 10px center;
	*/
	background-color: #12192C;
	color: #FFFFFF;
}
#main_navigation a
{
	/*
	font-size: small;
	color: #333;
	text-decoration: none;
	*/
	color: #FFFFFF;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#main_navigation a:hover
{
	/*
	text-decoration: underline;
	*/
	background-color: #CCCCCC;
	color: #12192C;
}
#main_navigation #search_exchange
{
	float: right;
	/*margin-right: 15px;*/
	margin: 3px 5px 0 0;
	list-style: none;
	background-image: none;
}
#search_exchange input
{
	vertical-align: middle;
/*	color: #808080;*/
}

#user_navigation
{
	/*background: #777D8D repeat-x top left url(/graphics/backgrounds/user_navigation.gif);
	color: #fff;*/
	background: transparent url(/graphics/backgrounds/bg-head.png) repeat-x left bottom;
	
	color: #6F0102;
	height: 26px;
}
#user_navigation li
{
	padding: 0px 4px 0px 4px;
	margin: 6px 0px 6px 0px;
	border-right: 1px solid #C2C4CC;
}
#user_navigation li.label
{
	padding: 0px 0px 0px 5px;
}
#user_navigation li.account, #user_navigation li.label, #user_navigation li.last
{
	border-right: none;
}
#user_navigation a
{
	color: #C2C4CC;
}
#user_navigation a:hover
{
	color: #eee;
}
#user_navigation li.current a
{
	text-decoration: none;
	color: #fff;
}
#user_navigation li.account
{
	float: right;
}
#user_navigation li.account img 
{
    vertical-align: middle;
}
#user_navigation li.account a
{
	/*color: #fff;
	text-decoration: underline;*/
	color: #6F0102 !important;
	text-decoration: none;
}
#function_navigation li
{
	margin: 0px 4px 0px 4px;
}
#function_navigation li.current
{
	background: #777D8D no-repeat bottom left url(/graphics/backgrounds/function_tab_left.gif);
}
#function_navigation li a
{
	display: block;
	padding: 5px;
	color: #666;
	text-decoration: none;
}
#function_navigation li a:hover
{
text-decoration: underline;
}
#function_navigation li.current a
{
	background: no-repeat bottom right url(/graphics/backgrounds/function_tab_right.gif);
	color: #fff;
}
#ctl00__cnt
{
	/* ie doesn't recognize min-height */
	height: auto !important;
	height: 550px;
	min-height: 450px;
}
#content
{
	/*
	width: 100%;
	*/
	float: none !important;
	float: left;
	overflow: hidden;
	margin: 15px auto 0;
	position: relative;
	width: auto;
	height: auto;
	padding: 0 0 0 10px;
}
#footer
{
	clear: both;
	background: #12192B repeat-x url(/graphics/backgrounds/footer.gif);
	color: #fff;
	font-size: 90%;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

#footer a
{
	color: #666699;
}
#footer ul.navigation
{
	float: right;
	width: auto;
}
#footer_navigation
{
	padding: 15px;
}
#footer_navigation li
{
	padding: 0px 15px 0px 30px;
	background: transparent url(/graphics/footer_bullet.gif) no-repeat 10px center;
}
#footer_navigation a
{
	font-size: 110%;
	color: #fff;
	text-decoration: none;
}
#footer p
{
	clear: both;
	padding-left: 4px;
	margin: 0px;
}

#legal {
    margin-bottom: 10px;
    padding: 0 15px;
}

#legal li {
    padding: 0 0 0 5px;
}

#page_actions {
    float:right;
    clear:none;
    width: auto;
    margin-right: 15px;
    font-size: 125%;
}
#page_actions li.primary a {
    font-weight:bold;
    text-decoration:none;
}
.notice
{
	color: #CC0000;
	font-weight: bold;
}
li.abuse
{
	color: #C00;
}
a.demo
{
	font-size: small;
	margin-left: 8px;
}
a.demo img
{
	vertical-align: -3px;
	padding-right: 3px;
}

/* sidebar */

div.tree div {
	padding-left:16px;
	font-weight: normal;
}
div.tree div.parent div {
	display:none;
	cursor:default;
}
div.tree div.parent {
	cursor:pointer !important;
	/*background:transparent url(/graphics/buttons/plus.gif) no-repeat top left;*/
}
div.tree div.expanded {
	/*background:transparent url(/graphics/buttons/minus.gif) no-repeat top left;*/
}

div.tree div div{
	cursor: default; 
	/*background:transparent url(/graphics/buttons/bullet.gif) no-repeat top left;*/
}

.sideContent img
{
	padding:0 0 0 0;
	margin:0 0 -4px -16px;
}
.sideContent .expand
{
	padding: 0 1px 0 2px;
}
.toggleSidebar
{
	display: inline;
	padding: 0 4px;
	position: relative;
	top: 5px;
	cursor: pointer;
}
.toggleSidebar img
{
	margin: 0 0 -4px;
	padding: 0 1px 0 2px;
}
#sc-collapsable
{
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	border: none;
	cursor: pointer;
	background-color: #E8E8E8;
	height: 450px;
}
#sc-collapsable.hover
{
	width: 5px;
	border-style: solid;
	border-color: #C6C6C6;
	border-width: 0 1px;
}
#mainDash
{
	color: #555555;
	float: left;
	width: 187px;
	margin: 12px 0 0;
	padding: 0 5px 5px 0;
}

.sideContent
{
	background: #E8E8E8 url(/graphics/backgrounds/nav_sidebar_filled_bottom.gif) no-repeat left bottom;
	left: 3px;
	position: relative;
	width: 182px;
	margin: 0 0 5px;
	padding: 0 0 8px;
}

.sideContent .first, .sideContent .last
{
	margin: 0;
	padding: 0;	
}
.sideContent .first
{
	background: transparent url(/graphics/backgrounds/nav_sidebar_filled_top.gif) no-repeat left top;
	height: 27px;
	position: relative;
	top: 0;
	padding: 5px 0 0 10px;
	font-weight: bold;
}
.sideContent p, .sideContent ul
{
	margin: 0;
	padding: 0 10px 0 12px;
}
.sideContent a
{
	color: #6F0102;
	text-decoration: none;
}

.sideContent a:hover
{
	text-decoration: underline;
}
.sideContent .open
{
	display: block !important;
}
.sideContent .current
{
	background-color: #F9F9F9;
}
.sideContent .currentNode, .sideContent .currentLeaf
{
	font-weight: bold;	
}
#search
{
	border: none; 
	height: 21px; 
	width: 21px; 
	background: transparent url(/graphics/buttons/search.gif) no-repeat scroll;
	vertical-align: top;
	cursor: pointer;
}