/* CSS Document */
form {
	display:inline;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;

}


.title {
	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;
}

.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 0px solid #cccccc;
  width: 40px;
  padding: 4px;
}

.pagenav {
	align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	font-size: 12px;
	color: Black;
}



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: Black;
	background: #ffffff;
}

/* mambo core stuff */
a:link, a:visited {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
        text-align: left
}

table.contentpane td {
	margin: 0px;
	padding: 10px;
        text-align: left
}

table.contentpane td.componentheading {
	padding-left: 4px;
        text-align: left
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
  text-align: left
  text-align: left
}

.button {
	padding: 1px 5px 1px 5px;
	color: #333333;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border:solid 1px #C0C0C0;
	background-image: url(../images/button.gif);
	background-repeat: repeat-z;
	height: 21px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.searchbox {
	border: 0px solid #4B4B4B;
	background-color: transparent;
	color: #3E3E3E;
}


.contentcolumn {
	padding-right: 5px;
}

.contentheading {
background: #FEF6CE;
height: px;
	color: #F48100;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	border-bottom: px solid #ebebeb;
	padding: 3px;
        text-transform: uppercase;
}

.blogsection {
background: #ebebeb;
height: px;
	color: #F48100;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	border-bottom: px solid #ebebeb;
	padding: 3px;
        text-transform: uppercase;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

.componentheading{
background: #FEF6CE;
font-weight: bold;
color: #F48100;
font-size: 14px;
}


table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #FF9A2B;
	border: 0px solid #CCCCCC;
	}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable-header {
width: 100%;
border: 1px solid #999999;
 }

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #FEF6CE;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: left;
	line-height: 20px;
   width: 98%;
	text-decoration: none;
	text-indent: 3px;
	height: 20px;

		}

a.mainlevel:hover {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 0px;
	width: 98%;
	text-decoration: none;
	height: 20px;
	text-indent: 3px;
	line-height: 20px;
	background-color: #C0C0C0;

}

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: #ffcc00;
	text-decoration: none;
}

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: #ffcc00;
	text-decoration: none;
}

.header {
   color: #DEDEDE;
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	height: 30px;
	background-color: #FF9A2B;
}
.logo {
	font face= VERDANA, ARIAL, HELVETICA;
	font-weight: bold;
	font-size: 16px;
	color: #4B4B4B;
}

.contentpaneopenstart {
	padding: 10 10 10 10;
	margin: 10 10 10 10;
}

.title {
	font-size: 12px;
}

hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}