/* @group General Styles */

body {
	background: #ccc;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	font-size: 0.75em;
	padding: 0;
}

a:link, a:visited {
	color: #a55200;
	text-decoration: none;
}

a:hover, a:active {
	color: #dc6e00;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

.saccContainer {
	margin: 0px 20px 0px 20px;
	display: none;
}

#container { 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	position: relative;
	border-top: 1px solid #444444;
	width: 950px;
	background: url(../images/sidebar_right.png) repeat-y #2f2f2f right;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	height: 125px;
	background: no-repeat url(../images/header_bg.png);
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#pageHeader h1 {
	padding-top: 40px;
	margin: 0;
	color: #ffffff;
	font-size: 1.6em;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
	text-align: right;
}

#pageHeader h2 {
	margin: 0;
	color: #ffffff;
	font-size: 1.3em;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
	padding-right: 40px;
	text-align: right;
}

#contentContainer {
	margin-right: 190px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 2em;
	position: relative;
	z-index: 10;
	margin-right: 200px;
	margin-left: 0px;
}

#contentContainer #content {
	padding-right: 40px;
	padding-left: 40px;
}

#sidebarContainer {
	width: 188px;
	float: right;
	line-height: 1.4em;
	position: relative;
	z-index: 5;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#sidebarContainer .sideHeader {
	color: #ffffff;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	margin: 0 -10px 5px;
	font-size: 1em;
	font-weight: normal;
}

#footer {
	height: 32px;
	background: repeat-x url(../images/footer_bg.png);
	display: block;
	clear: both;
	font-size: 0.75em;
	text-align: center;
	color: #b3b3b3;
}

#footer p {
	font-size: 1.2em;
	margin: 0;
	padding-top: 8px;
	text-shadow: 0px 1px 1px #001f2f;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 10px;
	line-height: 2.7em;
	color: #333;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
}

#navcontainer li {
	color: #333;
}

#navcontainer a {
	height: 32px;
	display: block;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	background: repeat-x url(../images/button_normal.png) left top;
	opacity: 0.85;
}

#navcontainer a:hover {
	opacity: 0.75;
	color: #333;
}

#navcontainer a:active {
	color: #333;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #808080;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	height: 32px;
	display: block;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
	background: repeat-x url(../images/button_sub1.png) left top;
	opacity: 0.85;
}

#navcontainer ul ul a:hover{
	opacity: 0.75;
	color: #333;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	height: 32px;
	display: block;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	opacity: 0.85;
	background: #808080;
}

#navcontainer ul ul ul a:hover{
	opacity: 0.75;
}

/* @end */

table {
border: 1px #000 solid;
width: auto;
}

td {
vertical-align: top;
}

.noB {
border: none;
}

.al-right {
font-weight: bold;
text-align: right;
width: 125px;
}

.indent {
text-indent: 15pt;
}

#title {
	right: 0px;
	margin: 0;
	color: #ffffff;
	font-size: 1.3em;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
	padding-right: 40px;
	text-align: right;
	top: 30px;
	position: absolute;
}

#sslNotify {
	font-size: small;
	right: 0px;
	bottom: 0px;
	position: absolute;
}