/* CSS Document */


img.thumbs {
	border: 2px #000000 solid;
}
.contentpane {
	background: White;
}

.sitename {
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: Black;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}



a.pathway {
}





table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}





table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}



#active_menu {
	color: #5C5C5C;
	font-weight: bold;
}

a#active_menu:hover {
	color: #EBEBEB;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.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;
    width: auto;
  background-color: #000000;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
	border-bottom: 2px solid Black;
	color: #FFFFFF;
}
div.back_button a:link, div.back_button a:visited, div.back_button a:hover {

	color: White;
}
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;z
  width: auto;
  background-color: #000000;
  padding: 2px 10px 2px 10px;
  line-height: 22px;
  margin: 1px;
  height: 22px;
  color: #FFFFFF;
}
a.pagenav:hover, a.pagenav:link, a.pagenav:visited {
	color: #FFFFFF;
}
.pagenavbar {
	margin-right: 10px;
	float: right;
	height: 20px;
}

td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/background.png);
    
}

/* mambo core stuff */
a:link, a:visited {
	color: Black; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Gray;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
   width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
  color: White;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 0px solid;
  width: auto;
  background: Black url(../images/button.png) repeat-x;
  padding: 0px 5px;
  line-height: 17px !important;
  line-height: 16px;
  height: 20px !important;
  height: 20px;
  margin: 1px;
  }

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.searchbox {
	padding: 2px;
	border: 0px;
	background-color: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}
.componentheading {
	color: #333333;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 1px;
	border-bottom: 2px solid Black;
	}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.png) no-repeat top left;
	color: Black;
	text-indent: 0px;
	font-weight: bold;
	font-size: 17px;
	white-space: nowrap;
	padding-top: 1px;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: Black;
	text-align: left;
	padding-top: 5px;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
	}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: Black;
  padding: 4px;
  color: White;
  background-image: url(../images/bar.png);
  height: 22px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #F3F3F3;
}

.small {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.createdate {
	height: 9px;
	padding-bottom: 5px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
   color: White;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 18px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background: Black;
	 background-image: url(../images/bar.png);
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: left;
	padding-top: 0px;
	height: 25px;
	width: 100%;
	text-decoration: none;
	line-height: 26px;
	text-indent: 34px;
	margin-top: 1px;
	background-position: 0px -25px;
}

a.mainlevel:hover {
	background-position: 0px 0px;
	text-decoration: none;
	color: White;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #3E3E3E;
	text-align: left;
}

a.sublevel:hover {
	color: Black;
	text-decoration: none;
}
.highlight {
	background-color: Black;
	color: White;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: Black;
  padding: 1px 2px;
  color: White;
   font-size: 10px;
  border-top: 1px solid #cccccc;
  background-image: url(../images/bar.png);
}
a.readon:link, a.readon:visited {
	color: #3E3E3E; text-decoration: none;
	font-size: 11px;
	white-space: normal;
	font-weight: bold;
	text-align: center;
	}

a.readon:hover {
	color: Black;	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	white-space: normal;
	text-align: center;
	}