﻿/******************
HEADER CONTAINER STYLES
******************/

#header-container {
	background: #BDBEC3;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	height:100%;
	width:100%;
	margin: 0px;
	table-layout:fixed;
	}

#header-left {
	color:#525463;
	width:35%;
	height:100%;
	padding:6px 10px 6px 34px;
	text-align:left;
	font-weight:bold;
	font-size:1.4em;
	}

#header-left a {
	color:#525463;
	text-decoration:none;
	}

#header-left a:hover {
	color:#525463;
	text-decoration:none;
	}

#header-right {
	width:65%;
	height:100%;
	padding:4px 10px 4px 10px;
	text-align:right;
	font-size:11px;
	}

#header-right a {
    color: #000;
    text-decoration: none;
	}

#header-right a:hover {
    color: #fff;
    text-decoration: none;
	}

#posterphoto {
	padding:15px;
	background: url(images/userheader.jpg) no-repeat;
	height:100px;
	vertical-align:top;
	}

/******************
NAVIGATION CONTAINER STYLES
******************/
#mainnav-container {
	background:#525463;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:100px;
	width:100%;
	margin:0px;
	table-layout:fixed;
	}

#mainnav-left {
	width:16%;
	padding:15px;
	height:100px;
	background: url(images/bg-mainnav-left.gif) repeat-y;
	}

#mainnav-right {
	width:170px;
	padding:15px;
	border-left:1px solid #FFFFFF;
	height:100px;
	background: #71727F url(images/bg-mainnav-right.gif) repeat-y right;
	}	
	
/******************
BREADCRUMB CONTAINER STYLES
******************/	
	
#breadcrumb-container {
	background-color: #71727f;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	margin: 0px;
	table-layout: fixed;
	padding: 4px 10px 4px 10px;
	}

#breadcrumb-container a:link, #breadcrumb-container a:visited {
	color: #fff;
    text-decoration: none;
	}

#breadcrumb-container a:hover {
	color: #000;
    text-decoration: none;
	}
		
/******************
CONTENT CONTAINER STYLES
******************/

#content-container {
	margin-top:5px;
	width:85%;
	table-layout:fixed;
	}

#content-container p, #content-container table {
	margin:0px 0px 5px 0px;
	}

#content-container fieldset {
	margin:5px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}
	
#content-container legend {
	margin-bottom:0px;
	padding:0px 5px 5px 5px;
	color:#666666;
	font-weight:bold;
	font-size: 0.9em;
	}

#content-container label {
	display: inline;
	padding-top:8px;
	}

#content {
	padding:0px 20px;
	width:100%;
	vertical-align:top;
	}
	
#content-side-left {
	margin-top:5px;
	width:250px;
	vertical-align:top;
	padding-left:10px;
	}

#content-side-left h1 {
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

#content-side-left h2 {
	color: #3366CC;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

#content-side-left ul {
	margin:0px 0px 2px 10px;
	padding:0px;
	}

#content-side-left ul li {
	list-style:none;
	margin:0px;
	padding:1px;
	}

