html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 76%;
}

a:link, a:visited {
	color: #1B57B1; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #00c;	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #333;
}


div.componentheading {
  padding-left: 0px;
}

h3, .componentheading, table.moduletable th {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica ,Arial,sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

a.readon_r {
	margin-top: 0px;
	display: block;
	float: right;
	padding-right: 5px;
	margin-bottom: 5px;
	line-height: 14px;
	height: 16px;
}

a.mainlevel:link, a.mainlevel:visited {
	padding-left: 17px;
	font-weight: bold;
	background: url(../images/bullet.png) no-repeat
}

a.mainlevel:hover {
	font-weight: bold;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #1B57B1;
	text-align: left;
	width: 100%;
}

table.blog td.contentheading {
  padding-top: 15px;
}

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

table.moduletable {
  width: 100%;
  margin-bottom: 15px;
}

table.moduletable td {
	padding: 8px 0;
}

div.moduletable {
  margin-bottom: 15px;
}

.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.small_b {
	font-size: .90em;
	color: #000;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	background: #3477cf;
	padding: 10px 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}

div.center {
  text-align: center;
  align: center;
}

div#wrapper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		min-width: 750px;
		max-width: 1050px;
		width: expression(document.body.clientWidth > 1050? "1050px": "auto" );
		background: #F7F7F7 url(images/shadow_l.png) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(images/shadow_r.png) 100% 0 repeat-y;
	padding-bottom: 8px;
}

div#header {
	background: url(images/header_t.png) 0 0 repeat-x;
}

div#header_l {
	background: url(images/header_tl.png) 0 0 no-repeat;
}

div#header_r {
	height: 110px;
	background: url(images/header_tr.png) 100% 0 no-repeat;
}

div#tabarea {
	background: url(images/tabarea_t.png) 0 0 repeat-x;
}

div#tabarea_l {
	background: url(images/tabarea_tl.png) 0 0 no-repeat;
}

div#tabarea_r {
	height: 20px;
	background: url(images/tabarea_tr.png) 100% 0 no-repeat;
}

div#footer {
	background: url(images/shadow_b.png) 0 0 repeat-x;
}

div#footer_l {
	background: url(images/shadow_bl.png) 0 0 no-repeat;
}

div#footer_r {
	height: 52px;
	background: url(images/shadow_br.png) 100% 0 no-repeat;
}

div#footer_r div {
	text-align: center;
	padding-top: 8px;
	font-size: .90em;
	color: #aaa;
}


table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
	
}


/** tab menu stuff **/
#center_tabs {
	margin: 0 auto !important;
	margin: 0;
	display: table !important;
	display: block;
	align: center;
}

#tabmenu {
	padding: 0 18px;
	white-space: nowrap;
	display: table-cell !important;
	display: inline-block;
}

#tabmenu ul {
	float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabmenu li {
	float: left;
	
	margin: 0;
	margin-right: 2px;
	padding: 0;
}

#tabmenu a {
	
  font-size: 12px;
  font-weight: normal;
	float:left;
  display:block;
  padding: 4px 30px 11px 30px;
  color: #333;
  text-decoration: none;
}

#tabmenu a:hover {
  color: #555;
}

#topmodule {
	margin: 0 11px;
	padding: 0px 10px 0px 10px;
	width: auto !important;
	width: 100%;
}

#whitebox {
	margin: 0 18px 0px 18px;
	background: #fff;
	width: auto !important;
	width: 100%;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: url(images/greyline.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(images/box_white_tl.png) 0 0 no-repeat
}

#whitebox_tr {
	height: 8px;
	overflow: hidden;
	background: url(images/box_white_tr.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: auto !important;
	width: 100%;
	padding: 1px 8px;
}

#whitebox_b {
	background: url(images/greyline.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(images/box_white_bl.png) 0 0 no-repeat;
}

#whitebox_br {
	height: 8px;
	overflow: hidden;
	background: url(images/box_white_br.png) 100% 0 no-repeat;
}

#area {
	padding-top: 10px;
}

div.module-grey h3, div.moduletable-grey h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: -2px -8px 0 -8px;
	border-bottom: 1px solid #cdcdcd;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module-grey, div.moduletable-grey {
	background: url(images/box_grey_tl.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

div.module-grey div, div.moduletable-grey div {
	background: url(images/box_grey_tr.png) 100% 0 no-repeat;
}

div.module-grey div div, div.moduletable-grey div div {
	background: url(images/box_grey_bl.png) 0 100% no-repeat;
}

div.module-grey div div div, div.moduletable-grey div div div {
	background: url(images/box_grey_br.png) 100% 100% no-repeat;
	padding: 8px;
	width: auto !important;
	width: 100%;
}

div.module-grey ul, div.moduletable-grey ul {
margin: 10px 0;
padding-left: 20px;
}

div.module-grey ul li a:link, div.module-grey ul li a:visited {
	font-weight: bold;
}

div.moduletable-grey ul li a:link, div.module-greytable ul li a:visited {
	font-weight: bold;
}

div.module-grey a.mainlevel:link, div.module-grey a.mainlevel:visited  {
	background: none;
	padding-left: 0;
}

div.module-grey ul li a:hover {
	font-weight: bold;
}

div.moduletable-grey ul li a:hover {
	font-weight: bold;
}

#linker ul li a:link, #linker ul li a:visited {
	font-weight: bold;
}

#linker ul li a:hover {
	font-weight: bold;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn {
	margin-left: 20%;
	float: none;
	padding-left: 25px;
	width: auto !important;
	width: 100%;
}

span.article_seperator {
	display: block;
	height: 30px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}


/* tab color variations */

/* red */
#tabmenu li.red {
	background: url(images/tab_off_red_r.png) 100% 100% no-repeat;
}

#tabmenu li.red a {
	background: url(images/tab_off_red_l.png) 0 100% no-repeat;
}

#tabmenu li.red_active_menu {
	background: url(images/tab_on_red_r.png) 100% 100% no-repeat;
}

#tabmenu li.red_active_menu a {
	background: url(images/tab_on_red_l.png) 0 100% no-repeat;
}

/* blue */

#tabmenu li.blue {
	background: url(images/tab_off_blue_r.png) 100% 100% no-repeat;
}

#tabmenu li.blue a {
	background: url(images/tab_off_blue_l.png) 0 100% no-repeat;
}

#tabmenu li.blue_active_menu {
	background: url(images/tab_on_blue_r.png) 100% 100% no-repeat;
}

#tabmenu li.blue_active_menu a {
	background: url(images/tab_on_blue_l.png) 0 100% no-repeat;
}

/* green */

#tabmenu li.green {
	background: url(images/tab_off_green_r.png) 100% 100% no-repeat;
}

#tabmenu li.green a {
	background: url(images/tab_off_green_l.png) 0 100% no-repeat;
}

#tabmenu li.green_active_menu {
	background: url(images/tab_on_green_r.png) 100% 100% no-repeat;
}

#tabmenu li.green_active_menu a {
	background: url(images/tab_on_green_l.png) 0 100% no-repeat;
}

/* purple */

#tabmenu li.purple {
	background: url(images/tab_off_purple_r.png) 100% 100% no-repeat;
}

#tabmenu li.purple a {
	background: url(images/tab_off_purple_l.png) 0 100% no-repeat;
}

#tabmenu li.purple_active_menu {
	background: url(images/tab_on_purple_r.png) 100% 100% no-repeat;
}

#tabmenu li.purple_active_menu a {
	background: url(images/tab_on_purple_l.png) 0 100% no-repeat;
}

/* grey */

#tabmenu li.grey {
	background: url(images/tab_off_grey_r.png) 100% 100% no-repeat;
}

#tabmenu li.grey a {
	background: url(images/tab_off_grey_l.png) 0 100% no-repeat;
}

#tabmenu li.grey_active_menu {
	background: url(images/tab_on_grey_r.png) 100% 100% no-repeat;
}

#tabmenu li.grey_active_menu a {
	background: url(images/tab_on_grey_l.png) 0 100% no-repeat;
}

#tabmenu li.red_active_menu a, #tabmenu li.blue_active_menu a, #tabmenu li.purple_active_menu a, #tabmenu li.green_active_menu a, #tabmenu li.grey_active_menu a {
	color: #fff;
}

#tabmenu li.red_active_menu a:hover, #tabmenu li.blue_active_menu a:hover, #tabmenu li.purple_active_menu a:hover, #tabmenu li.green_active_menu a:hover, #tabmenu li.grey_active_menu a:hover {
	color: #ccc;
}

/* content styles */

table.summary td {
	padding: 0 10px;
	color: #1B57B1
}

table.summary li {
	margin-bottom: 5px;
}

table.summary td h2 {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
}

table.summary td.bullets {
	padding-left: 30px;
	text-align: left;
}

table.roadmap {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.roadmap td, table.roadmap th {
	border: 1px solid #ccc;
}

table.roadmap th {
	background: #ddd;
	padding: 5px;
}

table.roadmap td {
	background: #f7f7f7;
	padding: 5px;
}

div.sponsorlogo {
	float: left;
	width: 200px;
	text-align: right;
}

div.sponsorblurb {
	margin-left: 200px;
	margin-bottom: 20px;
}

div.sponsorblurb h3{
	font-size: 14px;
}

img.left { float: left; border: 0px none; margin-left:0; margin-right:10px; margin-top:2px; margin-bottom:5px}
img.right { float: right; border: 0px none; margin-left:10px; margin-right:0; margin-top:2px; margin-bottom:5px}
img.across { border: 0px none; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px}