/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	color:#666666;
	font-family:verdana, arial;
	font-size:10px;
	background-image:url(../images/hg.jpg);
	
}
.main1{

background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

td, p {
	text-align:left;
	font-size:11px;
}
h1 {
	font-size:12px;
	color:#F6A800;
	font-weight:bold;
}

a:link, a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:visited:hover {
    font-weight:bold;
	color:#F6A800;
	text-decoration:none;
}

a img {
	border:none;
}
.clr {
	clear: both;
}

#header_outer {

}
#header {
	width:800px;
	margin:auto;
}
#logo {
	float:left;
	width:318px;
	text-align:left;	
}
#banner {
	float:left;
	text-align:left;
	width:250px;

}
#header_right {
	float:right;
	width:200px;
	text-align:right;

}
#topmenu_outer {
	clear:both;
	background-image:url(../images/button-bar-bg.jpg);
	background-repeat:repeat-x;
	height:30px;
}
#topmenu {
	width:800px;
	margin:auto;
	padding:6px 0 0 0;
	
}
#mainheader_outer {
	background-image:url(../images/mainheader_bg.jpg);
	background-repeat:repeat-x;
	height:131px;
}
#mainheader {
	width:800px;
	margin:auto;
	background-image:url(../images/mainheader-img.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#slogan {
	background-image:url(../images/header_text.jpg);
	background-repeat:no-repeat;
	height:131px;
}
#body_inner {
	width:790px !important;
	width:800px;
	margin:auto;
	padding:10px 5px 0px 5px;
	background-color:#FFFFFF;
	font-size:11px;
	height:500px;
}
#left_outer {
	float:left;
	width:186px;
}
#content_outer {
	float:left;
	width:375px;
	margin:0 0 0 25px;
}
#content_outer_noright {

	float:left;
	width:570px;
	margin:0 0 0 25px;

}

#right_outer {
	float:right;
	width:186px;
}
#footer_outer {
	clear:both;
	background-color:#666666;
}
#footer {
	color:#FFFFFF;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	width:auto;
	
}

ul#mainlevel-nav li
{
	background-image: none;
	float: left;
	margin: 0;
	line-height: 14px;
	white-space: nowrap;
	border-right: 2px solid #666666;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #F6A800;
}

#topmenu table td {
	text-align:center;
}

span.mainlevel_extmenu {
	color:#666666;
	font-weight:bold;
}
a.mainlevel_extmenu:link, a.mainlevel_extmenu:visited {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	background: transparent;
}
a.mainlevel_extmenu:hover, a.mainlevel_extmenu:visited:hover {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #F6A800;
	font-weight:bold;
	background: transparent;
}


.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
  float: left;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 0px double #cccccc;
  width: auto;
/*  background: url(../images/button_bg.png) repeat-x;*/
  background-color:#FFFFFF;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	
	padding: 3px;
}

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

td.componentheading {
	height: 30px;
	color: #076394;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
}
div.componentheading {
	height: 30px;
	color: #076394;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
}


table.contentpane {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}


table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #666666;
  font-family: verdana, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px double #CCCCCC;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  background-color:#FFFFFF;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}


.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}


.contentcolumn {
	padding-right: 5px;
}

td.contentheading {
	height: 30px;
	color: #076394;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
}

div.contentheading {
	height: 30px;
	color: #076394;
	font-weight: bold;
	font-size: 14px;
}

.contentpagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	
	
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
	text-align:left;
	
}

table.moduletable th {
	background: url(../images/heading_bg.jpg);
	
	width:186px;
	color: #666666;
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
	vertical-align:middle;
	text-transform: uppercase;
}
div.moduletable h3 {
	background: url(../images/heading_bg.jpg);
	width:186px;
	color: #666666;
	text-align: center;
	padding:3px 0 0 0;
	margin:0;
	height: 27px !important;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	
}


.small {
	color: #999999;
	font-size: 10px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 10px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 10px;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/arrow.jpg) no-repeat;
	background-position:1px;

	font-size: 11px;
	font-family:Swis721 BlkCn BT, verdana, arial;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-top: 3px;
	padding-left: 15px;
	height: 17px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #F6A800;
}

a.mainlevel#active_menu {
	color:#F6A800;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #F6A800;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}


div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

#footer a{
color:#FFFFFF;
}
#footer a:hover{
color: #F6A800;
}
.sectiontableheader 
{
  font-weight: bold;
  background: #E5E5E5;
  line-height      : 20px
}
.sectiontablefooter 
{
}

.sectiontableentry1 

{
	background-color : #E5E5E5;
	line-height      : 20px
}

.sectiontableentry2
 {
	background-color : none;
	line-height      : 20px
}