/* CSS Document */

body {
	background-image:url("/skins/default/images/background.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
table, table td {
	border: none;
}
h1, h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 0;
	font-size: 14px;
	color: #440F06;
}
h2 {
	margin:0;
	margin-bottom: 10px;
	font-size: 13px;
	color: #333333;
}
h3 {
	margin-bottom: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a {
	color: #002255;
}
.clear {
	clear: both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.alert {
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px solid #999999;
	color: #990000;
}
div.alert {
	margin-bottom: 8px;
}
#body {
	width: 814px;
	border:none;
	background-color:#440F06;
	margin: 0px auto 10px auto;
	background-image:url("/skins/default/images/pageBackground.jpg");
	color:#333333;
}
#identity {
	background-image:url("/skins/default/images/splash.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	width: 814px;
	height: 178px;
	position:relative;
}
#identity h1 {
	display: none;
}
#actions {
	position:absolute;
	left:12px;
	bottom:1px;
}
#userInfo {
	position:absolute;
	right: 20px;
	bottom: 5px;
	text-align: right;
}
.trunkLeft {
	float:left;
	background-image:url("/skins/default/images/pageBackgroundTop_left.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	height:421px;
	width:12px;
	margin:0;
	padding:0;
}
.trunkRight {
	float:right;
	background-image:url("/skins/default/images/pageBackgroundTop_right.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	height:421px;
	width:12px;
	margin:0;
	padding:0;
}
.trunk {
	margin:0px 13px 1px 13px;
	padding:2px;
	background-image:url("/skins/default/images/pageVirticalBackground.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	height:100%;
}
#column_left {
	position: relative;
	left: 0px;
	float: left;
	width: 172px;
	padding: 0 0 10px 0px;
	font-size:12px;
	margin-right: 0px;
}
#column_center {
	padding: 10px;
}
/*.contentArea #column_center div:first-child {

    max-width: 400px;

}

.contentAreaFull #column_center div:first-child {

    max-width: 576px;

}*/

#column_right {
	float: right;
	/*border-left: 1px solid #000000;

	border-bottom: 1px solid #000000;

	background-color: #EEEEEE;*/

	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
	top: -1px;
	right: -1px;
	width:175px;
	font-size: 10px;
}
#column_right h2 {
	/*border-bottom: 1px solid #000000;*/

	background-color:#440F06;
	margin: 0 0 2px 0;
	padding: 1px 4px 1px 4px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url("/skins/default/images/Sidebar_Header_BK.jpg");
	background-position:top;
	background-repeat:repeat-x;
}
#column_right h5 {
	margin: 0 0 2px 0;
	padding:0;
	font-weight: bold;
	font-size: 11px;
}
#column_right ul {
	margin:0px 0px 5px 15px;
	padding:0;
}
#column_right p {
	margin:0 0 10px 0;
	padding:0;
}
#column_right form {
	margin: 0 0 0 0;
}
#bottom {
	text-align: center;
	font-size: 90%;
}
#navBottom {
	margin-bottom: 6px;
}
#navBottom a {
	color: #552222;
	text-decoration: none;
}
.contentArea {
	float: left;
	border: 1px solid #6C3C39;
	width: 599px;
	background-color: #FAF9F9;
	margin-left:5px;
	padding:0;
}
.contentAreaFull {
	border: 1px solid #000000;
	width: 776px;
	margin: 0 auto 0 auto;
	background-color: #FAF9F9;
}
.contentArea .content, .contentAreaFull .content {
	padding: 10px 10px 10px 10px;
	height:100%;
}
#searchBar {
	width:100%;
	height:30px;
	background-color:#E4E4E4;
	border-bottom:1px solid #CCCCCC;
	position:relative;
}
#searchContainer {
	float:right;
	margin:5px;
}
#searchContainer form {
	margin:0;
}
#searchContainer input.text {
	background-color:#EFEFEF;

	border:1px solid #CCCCCC;
	font-size:14px;
	color:#333333;
}
#searchContainer input.submit {
	background-color:transparent;
	border:none;
	font-weight:bold;
	cursor:pointer;
	font-size:12px;
	color:#333333;
}
.navRight .content {
	padding: 5px;
}
.label {
	font-weight: bold;
}
td.label {
	text-align: right;
}
.label .note {
	font-weight: normal;
}
input, textarea, select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.text, input.password, textarea {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
input.checkbox, input.radio {
	margin: 0;
}
input.button, input.submit {
	border: 1px solid #000000;
	background-color: #5E7889;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 7px 0 7px;
}
.disabled, .disabled td {
	color: #999999;
}
.disabled input.text, .disabled input.password, .disabled textarea {
	border-color: #999999;
	background-color: #EEEEEE;
}
label {
	margin-right: 10px;
}
.interface table.containers {
	width: auto;
	margin-left: 0;
}
table.containers select {
	width: 200px;
}
.incomplete, .incomplete a {
	color: #990000;
	font-weight: bold;
}
.complete, .complete a {
	font-weight: bold;
	color: #000000;
}
.new, .new a {
	font-weight: bold;
	color: #006600;
}
.limbo {
	font-weight: bold;
	color: #FF6600;
}
.required {
	color: #990000;
}
div#navigation {
}
div.section {
	margin:5px 0px 10px 0px;
}
div.section a, div.section a:active {
	text-decoration:none;
	color:#CCCCCC;
	font-weight:bold;
	font-size:11px;
	padding:0px 0px 0px 10px;
	display:block;
}
div.section a.active {
	color:#FFFFFF;/*background-image:url("skins/default//skins/default/images/leftNav_active.gif");

	background-position:top left;

	background-repeat:no-repeat;*/

}
div.section a:hover {
}
div.section a.expanded {
}
div.section a.expandable {
/*background-image:url("skins/default//skins/default/images/leftNav_arrow.jpg");

	background-position:top left;

	background-repeat:no-repeat;*/

}
div.section div.section {
	margin:5px 0px 5px 13px;
	font-weight:bold;
	font-size:10px;
}
div.section div.section a, div.section div.section a:active {
	text-decoration:none;
	font-size:11px;
	padding:0px 0px 0px 10px;
	display:block;
}
div.section div.section a.expanded {
	color:#FFFFFF;
	background-image:url("/skins/default/images/leftNav_active.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
div.section div.section a:hover {
	color:#FFFFFF;
	background-image:url("/skins/default/images/leftNav_active.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
div.link {
	margin:5px 0px 5px 13px;
}
div.link a, div.link a:active {
	text-decoration:none;
	font-size:10px;
	padding:0px 0px 0px 10px;
}
div.link a.active {
	color:#FFFFFF;
	background-image:none;
}
div.link a:hover {
	color:#FFFFFF;
	background-image:none;
}
a.active {
	color:#FFFFFF;
}
/* DEFAULT PAGE STYLES */

div.page {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
}
div.pageCell {
	margin:0px;
}
div.container {
	margin:0px;
}
div.containerCell {
	margin:0px;
}
div.article {
	margin:0px;
}
div.articleCell {
	margin:0px;
}
div.asset {
	margin:0px;
}
/* PAGETYPE STYLES */

/*div#column_left {

	float:left;



}

div#column_right {

	float:left;

}*/









/*div.pageType_1 div.pageCell  {

	margin-bottom:10px;

}

div.pageType_1 div.right  {

	width:215px;

	margin-left:16px;

	margin-bottom:5px;

	display:block;

}

div.pageType_1 div.left  {

	border-left:10px solid #ffffff;

	display:block;

	width:562px;

	voice-family: "\"}\"";

	voice-family: inherit;

	width:558px;

}*/



/* PAGECELLTEMPLATE STYLES */

div.pageCellTemplate_1 {
}
div.pageCellTemplate_2 {
}
/* CONTAINERTYPE STYLES */

div.containerType_1 {
	font-size:11px;
}
div.containerType_2 {
	font-size:11px;
}
iframe {
	display:block;
}
div.iframeWrapper {
}
div.podHeader {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.podFooter {
	height:16px;
	font-size:9px;
	font-family:Verdana;
	font-weight:normal;
}
div.podFooter a {
	color:#333333;
}
div.podHeaderType_1 {
	background-image:url(/skins/default/images/greenPod_TBK.jpg);
}
div.podFooterType_1 {
}
div.podHeaderType_2, div.podHeaderType_4, div.podHeaderType_6, div.podHeaderType_8, div.podHeaderType_blueText, div.podHeaderType_grayText {
	background-color:#440F06;
	background-image:url("/skins/default/images/Sidebar_Header_BK.jpg");
	background-position:top;
	background-repeat:repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	color:#FFFFFF;
	padding: 1px 4px 1px 4px;
	height:18px;
}
div.podFooterType_2, div.podFooterType_4, div.podFooterType_6, div.podFooterType_8, div.podFooterType_blueText, div.podFooterType_grayText {
}
div.podHeaderType_3 {
	background-image:url(/skins/default/images/greenPod_TBK.jpg);
}
div.podFooterType_3 {
}
div.podHeaderType_5 {
	background-image:url(/skins/default/images/greenPod_TBK.jpg);
}
div.podFooterType_5 {
}
div.podHeaderType_greenText {
	background-image:url(/skins/default/images/Table_Header_BK.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-left:1px solid #AA9C7D;
	border-right:1px solid #AA9C7D;
	border-top:1px solid #AA9C7D;
	color:#333333;
	height:20px;
}
div.podHeaderType_greenText div {
	padding: 1px 4px 1px 4px;
}
div.podFooterType_greenText {
}
.podBottomButton {
	margin:0px 0px 0px 5px;
	vertical-align:text-bottom;
	border:0px
}
.podTopButton {
	margin:1px 0px 0px 4px;
	border:0px
}
/* CONTAINERCELLTEMPLATE STYLES */

div.containerCellTemplate_1 {
}
div.containerCellTemplate_2 {
}
/* ARTICLE STYLES */

div.articleType_1 {
	padding-bottom:10px;
}
div.articleType_4, div.articleType_6, div.articleType_10 {
	padding:10px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#EAE5E4;
}
.articleType_4 p, .articleType_6 p, .articleType_10 p {
	margin-top: 1px;
	margin-bottom: 15px;
}
div.articleType_4, .articleType_4 {
	padding-top:1px;
}
.articleType_4 ul {
	margin:0;
}
div.articleType_8 {
	background-color:#F5F5F5;
	border-left:1px solid #AA9C7D;
	border-right:1px solid #AA9C7D;
	border-bottom:1px solid #AA9C7D;
}
.articleType_8 .interface table {
	border-collapse:collapse;
}
.articleType_8 .interface th {
	background-color:#F7F3F0;
	font-size:10px;
	padding:1px 2px 1px 3px;
	line-height:12px;
	text-align:left;
}
.articleType_8 .interface tr {
	border-top:1px solid #DBD6C8;
}
.articleType_8 .interface tr.alternate {
	background-color:#F1ECE2;
}
.articleType_8 .interface td {
	vertical-align:top;
	font-size:11px;
	padding: 2px 3px 2px 3px;
}
/* ASSETTYPE STYLES */

div.assetType_1 {
}
div.assetType_2 {
}
div.assetType_3 {
}
.contentArea div.articleType_8, .contentArea .podHeaderType_greenText {
	width: 386px;
}
.contentAreaFull div.articleType_8, .contentAreaFull .podHeaderType_greenText {
	width: 563px;
}
/* News Article Styles */

div.newsArticle {
	margin-bottom: 20px;
}
div.newsArticle .newsArticleDate {
	margin-top:10px;
	font-size: 11px;
	font-style: italic;
}
/* Calendar Styles */

table.Calendar {
	margin:0;
	padding:0;
}
div.Calendar {
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#EAE5E4;
}
table.Calendar {
	width:100%;
	border-collapse:collapse;
}
.Calendar div {
	margin:1px;
	padding:0;
	font-size:10px;
	line-height:12px;
}
.Calendar .alternate {
	background:#EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.CalendarEvent {
	margin-bottom:5px;
}
div.CalendarEventDate {
	margin-bottom:0;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
}
div.CalendarEventTitle {
	font-weight:bold;
	font-style: italic;
}
div.CalendarEventOption {
	font-weight:bold;
	text-align: right;
	padding-right: 5px;
}
div.CalendarEventDescription {
	margin: 5px;
}