/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	color:#333333;
	font-family:verdana, arial;
	font-size:11px;
	background-image:url(../images/body_bg.jpg);
	background-color: #ffffff;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

td, p {
	text-align:left;
	font-size:11px;
}
h1 {
	font-size:12px;
	color:#B2BC00;
	font-weight:bold;
}

a:link, a:visited {
	color:#666666;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

a:hover, a:visited:hover {
	color:#1F244C;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;

}

a img {
	border:none;
}
.clr {
	clear: both;
}

#logo {
	float:left;
	width:418px;
	text-align:left;	
}
#header_right {
	float:right;
	width:300px;
	text-align:right;
	margin: 0 10px 0 0;
}
#header {
	width:803px;
	margin:auto;
	height:78px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}
#topmenu_outer {
	clear:both !important;
	background-color:#1F244C;
	background-repeat:repeat-x;
	height:30px;
}
#topmenu {
	width:803px;
	margin:auto;
	padding:0 0 0 0;
	
}
#mainheader {
	margin:auto;
	background-image:url(../images/mainheader-img.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:246px;
	text-align: right;
}
#body_outer {
	clear:both;
	width:803px;
	margin:auto;
	background-color:#FFFFFF;
	font-size:11px;
}
#body_inner {
	background-color:#f8f8f8;

}
#left_outer {
	float:left;
	width:215px;
	background-color:#E8E8E8;
}
#content_outer {
	float:left;
	width:359px !important;
	width:364px;
	margin:0 2px 0 2px;
	padding: 0 5px 0px 5px;
	background-color:#F8F8F8;
}

#content_outer_noright {

	float:left;
	width:572px !important;
	width:580px;
	margin:0 0 0 2px;
	padding: 0 5px 10px 5px;
	background-color:#E1E1E1;

}

#right_outer {
	float:left;
	width:215px;
}
#footer {
	clear:both;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	text-align:centre;
	height:26px;
	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: 29px;
	white-space: nowrap;
	border-right: 2px solid #e4e4e4;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #e4e4e4;
	font-size:11px;
	font-weight:bold;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #FFFFFF;
	background-color:#333333;
	
}

#topmenu table td {
	text-align:center;
}

.moduletable_extmenu{
	padding:6px 0 0 0;
}

span.mainlevel_extmenu {
	color:#e4e4e4;
	font-weight:bold;
}
a.mainlevel_extmenu:link,  a.mainlevel_extmenu:visited {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #e4e4e4;
	font-size:11px;
	font-weight:bold;
	background: transparent;
}
 a.mainlevel_extmenu:hover,  a.mainlevel_extmenu:visited:hover {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #CCCCCC;
	font-size:11px;
	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: 11px;
  font-weight: bold;
  border: 1px double #1F244C;
  width: auto;
  background: url(../images/button_bg.jpg) repeat-x;*/
  background-color:#1F244C;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  
  
}

.back_button a:link, .back_button a:visited {
	color:#000000;
}
.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: 10px 0 0 0;
}

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: #666666;
	font-weight: bold;
	font-size: 20px;
	text-align:left;
}
div.componentheading {
	height: 30px;
	color: #666666;
	font-weight: bold;
	font-size: 20px;
	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: #000000;
  font-family: verdana, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px double #1F244C;
  width: auto;
  background: url(../images/button_bg.jpg) repeat-x;
  background-color:#1F244C;
  padding: 0px 5px;
  height: 24px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}


.contentcolumn {
	padding-right: 5px;
}

td.contentheading {
	height: 30px;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
}

div.contentheading {
	height: 30px;
	color: #666666;
	font-weight: bold;
	font-size: 20px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	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;
}

#body_inner table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border:1px solid #666666;
}

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
	text-align:left;
}
#body_inner div.moduletable {
	padding: 0;
	margin-bottom: 0px;
	text-align:left;
	background-color:#E1E1E1;
	border:1px solid #CCCCCC;
}

div.moduletable table{
	margin: 0 0 0 0px;
	width:90%;
}

table.moduletable th {
	background: url(../images/heading_bg.jpg);
	color: #666666;
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	vertical-align:middle;
	text-transform: uppercase;
}
div.moduletable h3 {
	background: #1D2345;
	color: #fff;
	text-align: center;
	padding:10px 0 0 0px;
	margin:0;
	height: 25px !important;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}


.small {
	color: #666666;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #666666;
	font-size: 11px;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/arrow.png) 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: 0px;
	padding-left: 15px;
	height: 13px !important;
	height: 13px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #1F244C;
}

a.mainlevel#active_menu {
	color:#1F244C;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #1F244C;
}

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;
}

