body
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #255072;
	text-align: center;
	margin: 0px;
	padding: 3px;
	min-width: 780px;
}

#top, #leftbar, #rightbar, .topbar, .pages, caption{ background-color: #002f54;}

#navbar /*top nav bar*/
{
	border-top: 3px ridge #8699A5;
	font-weight: bold; 
	font-size: 14px;
	margin: 0 15px 0 15px; 
	padding: 0; 
	list-style: none;
}

/*navbar dropdowns*/
#navbar li {position: relative; display: inline; } 
#navbar a {color: lightblue; display: inline-block; padding: 5px; text-decoration: none;}
#navbar ul a {display: block; }
#navbar ul {position: absolute; margin: 0; padding: 0; display: none; text-align: left;}
#navbar ul li {display: block;}
#navbar li:hover  ul { background-color: red;  display: block; left: 0px; border: 1px solid #B4C0CE; width: 12em;}
#navbar li:hover  a{ background-color:#255072; }
#navbar li:hover  ul a{background-color: #002f54; border-bottom: 1px solid #B4C0CE; }
#navbar li:hover ul a:hover {background-color: #255072;}

/*search form and theme form on top and right bars*/
#navbar form, #navbar form div {display:inline;}
#navbar label, #rightbar label  { display: none; }	/*supress labels on navbar and rightbar form items*/
#navbar input,#rightbar input { font-size: 10px;}
#navbar input[type="text"] { width: 120px;}
#rightbar select,#rightbar input  { width: 100px; font-size: 12px; margin-bottom: 3px;}
#rightbar option { font-size: 12px;}

#main 
{	/*Main Section*/
	vertical-align: middle;
	margin: 15px 128px 0 128px;
	font-size: 15px;
}

#leftbar, #rightbar 
{ 				
	/* Side Nav Bars */
	width:103px;
	margin-top: 15px;
	padding: 3px;
	padding-top: 15px;
	font-size: 14px; 
}
#leftbar img, #rightbar img { margin-bottom: 15px;}
#leftbar, .floatl {float: left; }
#rightbar, .floatr {float: right; }

#leftbar ul,#rightbar ul
{
   	/* Side Bar section lists*/
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;
	text-align: left;
	font-size: 13px;
}
#leftbar li:before, #rightbar li:before{ content: "-"; padding-right: 5px;}

#counter { font-family: "Times New Roman",serif; font-size: 12px; margin: 0 auto 10px auto; text-align: center; color:white; background-color: black;  width: 90%; border:1px ridge #8699A5;}

#footer
{
    font-size: 12px;
    margin: 10px 0 0 0;
    background-color: #cceeff; 
    color: black;
    clear: both;
}

/*Borders*/
#top, #leftbar, #rightbar, #footer, .newsitem, table, caption, .pages, .entrymenu a { border:3px solid #8699A5; border-radius: 15px; } /*was  ridge before curve */
.topbar,.topbar2,.category,.rellink, #topforms {border-radius: 5px; margin: 5px; }
input,textarea,select, option{border-radius: 5px;}
table { border-radius: 15px; }
table th:first-child { border-top-left-radius: 10px;}
table th:last-child { border-top-right-radius: 10px;}
table tr:last-child td:first-child {  border-bottom-left-radius: 10px;}
table tr:last-child td:last-child{ border-bottom-right-radius: 10px;}

table.entryinfo th{ border-radius: 0px;}
table.entryinfo tr:first-child th:first-child{  border-top-left-radius: 10px; } /*Documents Info Table (no image)*/
table.entryinfo tr:first-child td:last-child{  border-top-right-radius: 10px; } /*Documents Info Table (no image)*/
table.entryinfo td:first-child {  border-top: none;  border-top-left-radius: 10px; border-top-right-radius: 10px;}
table.entryinfo tr:last-child th:first-child {   border-bottom-left-radius: 10px;}
table.entryinfo tr:last-child td:last-child {   border-bottom-right-radius: 10px;}

/*Headings*/
h1,h2,h3,h4
{ 
	margin: 0em;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
}
h2 { font-size: 17px; }
h3 {font-size: 15px; font-weight: bold; border-bottom: 2px solid #8699A5;}

/*General News Classes*/
.newsitem				/*News*/
{
    font-size: 15px;
    margin: 15px auto auto 0;
	text-align: left;
    background-color: #cceeff;
    color: black;
}

.topbar, .topbar2
{    
    font-size: 17px;
    color: lightblue; /*ffff99*/
    padding: 3px;
	text-align: center;
}
.topbar2{background-color: #002f74;}
.date{ color: white; font-size: 12px; text-decoration: none;}
.category {color: navy; font-weight: bold; border: 1px solid #8699A5;}
.newsitem h3.category, .newsitem h3.rellink{background-color: #A8CBE2; padding: 0 5px 0 5px;}
.newsbody{padding: 4px;}
.rellink  {border: 1px solid #8699A5;}

/*BBCode Formatting clases*/
.bold {font-weight: bold;}
.italic { font-style: italic; }
.quote { font-style: italic; margin-left: 1.0cm; margin-right: 1.0cm; }
.warning {color: red;}
.center {margin-left: auto; margin-right: auto; text-align: center;} 

.newsitem a:link, #footer a:link, table a:link{color: navy;	text-decoration: none;}
.newsitem a:hover, #footer a:hover, table a:hover { color: navy; text-decoration: underline;}
.newsitem a:visited, #footer a:visited, table a:visited{color: navy; text-decoration: none;}
.newsitem a:visited:hover, #footer a:visited:hover, table a:visited:hover{color: navy; text-decoration: underline;}

/*Links*/
a:link, .tablecol a:link, .topbar a:link{	color: lightblue;	text-decoration: none;}
a:hover, .tablecol a:hover, .topbar a:hover {text-decoration: underline;}
a:visited, .tablecol a:visited, .topbar a:visited{color: lightblue; text-decoration: none;}
a:visited:hover, .tablecol a:visited:hover, .topbar a:visited:hover{color: lightblue; text-decoration: underline;}

/*Horizontal List Menu at top of section search pages.*/
#topforms{	background-color:  #001d33; }
#topforms li{display: inline;}
#topforms li:before{ content: "\00BB"; padding-right: 5px;} 

/*Entrys*/
.transbody{padding: 10px; display: inline-block; width: 98%; }
.entryinfosmall {width: 230px; }
.entryinfolarge {width: 280px; }
.entryinfo tr td{ border-top: 1px solid navy; background: #A8CBE2;}
.entryinfo th { border-right: 1px solid #001d33;  border-top: 1px solid navy; font-weight: bold; color: lightgray; background: #002f54;}
.entryinfo { margin: 0;}
.entrybodylarge { margin-left: 290px; padding: 10px;}
.entrybodysmall { margin-left: 240px; padding: 10px;}

/*entry action buttons*/
.entrymenu { margin-top: 10px; padding: 5px; text-align: center;}
.entrymenu a:link , .entrymenu a:visited   { border:2px solid #8699A5; padding: 5px; background-color: #AFC6DB; color: black; }
.entrymenu a:hover,input:hover  { text-decoration: none; background-color: #6D9AB6;}
.entrymenu li{ margin-bottom: 5px; }
.entrymenu ul { list-style: none outside none; margin: -10px 0px -5px 0px; padding: 0; }
.entrymenu li a { display: inline-block; width: 95%; }

/*General CSS */	
select,input[type="text"] { width: 20em; background-color: #A8CBE2; border:1px solid #8699A5;}
select,option,input { font-size: 12px;	 background-color: #A8CBE2;}
textarea {font-size: 12px; background-color: #A8CBE2;}
img{ border-style: none;}
p{
   text-indent: 0.5cm;
   text-align:left;
   color: #000000;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 width: 99%;
}



/*TABLE CSS*/
table{ text-align: left; width: 100%; }

table, th, td {
	
	/*border-collapse: collapse;*/
	border-spacing: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333;
	font-size: 12px;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	color: white;
}

td,th { padding: 4px; border-top: 1px solid #B4C0CE;}

th {
	border-top: none;
	background: #002f54;
	color: white;
	font-weight: bold;
}

tbody tr td{  background: #cceeff; }
tbody tr.odd  td, .entryinfo td{ background: #A8CBE2;}

.pages {
	text-align: center;
	color: white;
	text-decoration: none;
	margin: 5px;
}


/*RHDN 3.0 Forms*/
form.general_submission fieldset
{
	margin: 0.25em 0 0 0;        
	padding: 0.25em;        
	border-style: none;        
	border-top: 1px solid #8699A5;        
}
form.general_submission legend {font-weight: bold;}
form.general_submission fieldset ol
{
	list-style: none;
	margin: 0 0 0 1.5em;
	padding: 0;   
}
form.general_submission fieldset li {margin: 0; padding-top: 2px; padding-bottom:2px; line-height: 20px;}
form.general_submission label {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	width: 20%;
	margin-top: auto; margin-bottom: auto;
}
form.general_submission .submit { padding-left: 20%; }
form.general_submission .submit input { width: 20%; }
form.general_submission .submit li { display: inline; }
form.general_submission .submit legend, .hidden { visibility:hidden; display:none; } 
form.general_submission fieldset fieldset
 {        
	margin-bottom: -2.5em;        
	border-style: none;        
	background-color: transparent;        
	background-image: none;
	font-size: 12px;        
}        
form.general_submission fieldset fieldset legend
 {        
	margin-left: -0.4em;        
	font-weight: normal; 
	width: 20%;
}        
form.general_submission fieldset fieldset ol 
{        
	position: relative;        
	top: -2em;        
	margin: 0 0 0 20%;        
	padding: 0;        
}        
form.general_submission fieldset fieldset label { width: auto; }
form.general_submission fieldset fieldset li  { padding-top: 0; }
form.general_submission fieldset fieldset.horizontal li  { display: inline; }

.note {font-size: 12px; font-style: italic;  }
.formhelp {width: 21px; display: inline-block; vertical-align: middle;}


input[type="text"], input[type="password"]{ width: 20em; }
select { width: 20.5em; }

 input[type=checkbox], input[type=radio] 
 {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
 }
  
form.filter .topbar { font-weight: bold;}
form.filter legend { display: none;}
form.filter fieldset { border: none; margin: 0; padding: 0; }
form.filter fieldset ol{list-style: none; margin: 0; padding: 0;}
form.filter fieldset li  { width: 50%; float: left; text-align: center; line-height: 20px;}
form.filter fieldset.submit li {width: 100%; padding-top: 5px; }
form.filter .submit input {width: 20em;}
form.filter label, form.filter fieldset fieldset legend
{
	display: block;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}

form.filter fieldset fieldset {  }
form.filter fieldset fieldset label { display: inline; margin-top: 0.5em; }
form.filter fieldset fieldset li { width: auto; float: none;  display: inline;}
form.filter fieldset fieldset legend {  width: 100%;  }
form.filter .formhelp {display: none;}