/* $Id: inside.css 194 2011-06-19 18:40:48Z bob $ */

body {
	margin: 0px;
	color: #000000;
	background-color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#leftside {
	width: 189px;
	background-image: url(../_images/inside/navrep.jpg);
	padding: 0 14px 0 14px;
}

#nav {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

#nav li {
    border-bottom: 1px solid #888;
    padding: 8px 8px 8px 20px;
}                                                                                                                                   

#nav li a {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
    font-family: Arial, sans-serif;
   	font-size: 1.2em;
}

#nav li a:hover {
    color: #d2955c;
    background-color: inherit;
}

a:link, a:active, a:visited {
	color: #850E14;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	text-decoration: underline;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #4C6129;
	border-bottom: 1px solid #4C6129;
}

h3 {
	color: #4C6129;
}

.headerFont {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #4C6129;
}

/* Table Styles */

table.list {
	/* background-color: #0F1805; */
}

table.list tr.caption {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #850E14;
	vertical-align: top;
}

table.list tr.header {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3B4C22;
}

table.list tr.odd {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}

table.list tr.even {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}


/* float box */

table.floatBox {
	/* background-color: #0F1805; */
}

table.floatBox tr.caption td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4C6129;
	vertical-align: top;
	border-top: 1px solid #28410E;
	border-bottom: 2px solid #DBB882;	
}

table.floatBox tr.captionWarning td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #f00;
	vertical-align: top;
	border-top: 1px solid #a33;
	border-bottom: 2px solid #DBB882;	
}

table.floatBox tr td {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

table.floatBox tr td.label {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: right;
	width: 1%;
	font-weight: bold;
}

table.floatBox tr.content td {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	cursor: pointer;
	border-top: 1px solid #DBB882;
	border-bottom: 1px solid #DBB882;
}

table.floatBox tr.contentHighlighted td {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #D58429;
	cursor: pointer;
	border-top: 1px solid #28410E;
	border-bottom: 1px solid #28410E;
}

/* BLOG */

table.blog {
	/* background-color: #0F1805; */
}

table.blog tr.caption td {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4C6129;
	vertical-align: top;
	border-top: 1px solid #28410E;
	border-bottom: 2px solid #DBB882;
}

table.blog tr.content td {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	vertical-align: top;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}

/* New BLOG */

table.newblog {
	/* background-color: #0F1805; */
}

table.newblog td.caption {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4C6129;
	vertical-align: top;
	padding: 3px;
	border-top: 1px solid #28410E;
	width: 100%;
}

table.newblog td.content {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	vertical-align: top;
	border-bottom: 1px solid #A0A0A0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

table.newblog td.icon {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	vertical-align: top;
	border-bottom: 1px solid #A0A0A0;
	padding-bottom: 5px;
	padding-right: 4px;
	margin-bottom: 10px;
	width: 64px;
}

td {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

/* Important Message */
.ImportantMessage {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #28410E;
	background-color: #D58429;
	cursor: pointer;
	padding: 5px;
}

/* Scrollable TBODY */

div.scroll {
	overflow-x: hidden;
	overflow-y: auto;
}

tbody.scroll {
	overflow-x: hidden;
	overflow-y: auto;
}

tbody.scroll tr {
	position: relative;
	height: auto;
}


/* Structure View */
table.StructureView {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
}

table.StructureView TR TH {
	background-color: #3B4C22;
	color: white;
}

table.StructureView TR.even TD {
	background-color: #D58429;
}

table.StructureView TR.odd TD {
	background-color: #D59348;
}

table.StructureView TR.break TD {
	background-color: #3B4C22;
	color: white;
}

/* Statistics */
table.Statistics tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: black;
	border-bottom: 1pt solid black;
	white-space: nowrap;
}

table.Statistics tr td.stat {
	font-weight: normal;
}

table.Statistics tr td.value {
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
}

table.Statistics tr td.header {
	font-weight: bold;
	font-size: 11pt;
}

