/* BASIC STYLES */

body, tbody {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 1.45em;
	color: #262626;
}

body {
	text-align: center;
}

a {
	outline: none;
	color: #282560;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.no-margin {
	margin: 0px;
}

.relativeFill {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.content-fill {
	position: absolute;
	left: -27px;
	
	width: 586px;
	
	margin: 6px 0px 0px 0px;
	padding: 6px 12px 0px 27px;
}

/* FONTS */

.title {
	font-size: 118%;
}

.subheading {
	font-size: 110%;
}

.note {
	font-size: 82%;
	line-height: 1.35em;
}

p {
	margin: 0px 0px 0.6em 0px;
}

/* COLORS */

.white {
	color: #FFFFFF;
}
.purple {
	color: #282560
}
.blue {
	color: #00ACE7;
}
.lightblue {
	color: #E2F4FD;
}
.orange {
	color: #F7931E;
}
.grey {
	color: #58595B;
}
.yellow {
	color: #F3E536;
}
.brown {
	color: #8B8577;
}

.white-bg {
	background-color: #FFFFFF;
}
.purple-bg {
	background-color: #282560
}
.blue-bg {
	background-color: #00ACE7;
}
.lightblue-bg {
	background-color: #E2F4FD;
}
.orange-bg {
	background-color: #F7931E;
}
.grey-bg {
	background-color: #58595B;
}
.yellow-bg {
	background-color: #F3E536;
}
.brown-bg {
	background-color: #8B8577;
}

.greyline {
	border-top: 2px solid #C7CBCE;
}

/* DEFAULT LAYOUT */

#main {
	position: relative;
	width: 1000px;
	height: 587px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header, #middle, #footer {
	position: absolute;
	width: 100%;
}

#header {
	top: 0px;
	height: 26px;
}

#middle {
	top: 26px;
	height: 535px;
	z-index: 3;
}

#footer {
	top: 561px;
	height: 26px;
}

#left, #right, #content {
	position: absolute;
	height: 100%;
}

#left {
	left: 0px;
	width: 188px;
	background: transparent url(../../../idc/fragments/wbc_styles_fragment/images/left_gradient_panel.jpg) no-repeat;
	z-index: 2;
}

#right {
	right: 0px;
	width: 812px;
}

#content {
	float: left;
	width: 625px;
	
	background: transparent url(../../../idc/fragments/wbc_styles_fragment/images/gradient_text_background.jpg) repeat-y top right;
}

/* PARTS WITHIN CONTENT */

#content-top {
	position: absolute;
	top: 0px;
	height: 145px;
}

#content-bottom {
	position: absolute;
	top: 145px;
	height: 374px;
	margin: 16px 12px 0px 27px;
}

#touts {
	width: 187px;
	float: right;
	height: 100%;
	background-color: #8b8577;
}

#pagination a {
	outline: none;
	text-decoration: none;
	color: #00ADEE;
}

#pagination a:hover {
	color: #282860;
}

#pageNavigation a.selected, #pageNavigation a.selected:hover {
	color: #58595B;
}


/* FOOTER FILL */

#footer .top {
	height: 12px;
	width: 100%;
}

#footer .bottom {
	height: 7px;
	width: 100%;
}

#copyright {
	right: 0px;
	text-align: right;
	font-size: 9px;
}

#copyright a {
	text-decoration: none;
	color: #282560;
}

#copyright a:hover {
	text-decoration: underline;
}


/* LEFT NAV */
#leftNav {
	position: absolute;
	top: 220px;
	left: 15px;
	width: 173px;
	
}

/* *********
		#leftNav div {
			background-image url(../../../idc/fragments/wbc_styles_fragment/images/arrows/light_blue_boxed_arrow.gif) background-repeat: no-repeat;
			background-position: 0px 2px;
		}
		#leftNav div.open {
			background-image url(../../../idc/fragments/wbc_styles_fragment/images/arrows/purple_boxed_DOWN_arrow.gif) border-bottom: 1px solid #90C6E8;
			margin-bottom: 5px;
		}
		#leftNav div div, #leftNav div div.open {
			background-image: none;
			border-bottom-width: 0px;
			margin-bottom: 0px;
		}
****** */

#leftNav div.label {
	line-height: 16px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #E2F4FD;
	text-transform: uppercase;
	font-weight: bold;
}

#leftNav div.label a {
	color: #E2F4FD;
	text-decoration: none;
}

#leftNav div div.label img {
	margin-right: 6px;
}

#leftNav .open div.label, #leftNav .open div.label a {
	color: #2F2063;
}

#leftNav div.labelhover{
	color: white;
	background: transparent url(../../../idc/fragments/wbc_styles_fragment/images/transparent_to_purple_highlight_bar.jpg) repeat-y;
}

#leftNav .open div.labelhover {
	color: white;
}

#leftNav div.label a:hover {
	color: white;
}


#leftNav div.sub div.label {
	padding-left: 15px;
}

#leftNav div.sub div.sub {
	position: absolute;
	top: -76px;
	left: 173px;
	width: 188px;
	z-index: 100;
	
	background-color: #0092CD;
	padding-top: 15px;
	padding-bottom: 15px;
	
	background: transparent url(../../../idc/fragments/wbc_styles_fragment/images/panel_gradient.jpg) repeat-x top left;
	
}

#leftNav div.sub div.sub div.label {
	padding-left: 15px;
}

#leftNav div.sub div.sub div.sub {
	display: none;
}


#HomeLink {
	position: absolute;
	top: 30px;
	left: 43px;
}

#HomeLink a {
	text-decoration: none;
	display: block;
	height: 100px;
	width: 100px;
}