/* CSS Document */

body {
	margin:0;
	padding:0px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	color: #666666;
	background-color: #F5EEF6;
	}

/* mambo core stuff */
a:link, a:visited {
	text-decoration: none;
	color: #B8994B;
}

a:hover {
	text-decoration: underline;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 20px;
	border:solid 1px #cccccc;
	background-color: #B984BD;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.inputbox {
	padding: 0px;
	border:solid 1px #cccccc;
	border-color: 913E98;
}
#sandbox_area_2 .componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 15px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 458px !important;
	width: 462px;
}

#sandbox_area_1 .componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 15px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 625px !important;
	width: 629px;
	background-color: #3399ff;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 18px;
	color: #B8994B;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.contentpagetitle {
	font-size: 13px;
	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;
}
/* subheadings of menus etc below line disabled*/
/* 	background: url(../images/subhead_bg.png) repeat-x; */
table.moduletable th {
	color: #913E98;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}


.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.smallwhite {
	color: #ffffff;
	font-size: 11px;
}
a.smallwhite:link {
	color: #ffffff;
	font-size: 11px;
}
.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}
.dateTextWhite {
	color: #FFFFFF;
}


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;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #913E98;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #B8994B;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #913E98;
	text-align: left;
}

a.sublevel:hover {
	color: #ffcc00;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.mainBodyBkgrd {
	background-image: url(../images/pagebkgrd.jpg);
	background-repeat: repeat-y;
	background-position: top;
	display: block;
}
.goldText {
	color: #b8994b;
}
.contactDetails {
	background-image: url(../images/contact_details_bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: table-cell;
	height: 49px;
	width: 525px;
}
.goldTextLeftSide {
	color: #b8994b;
	padding-top: 30px;
}
.mosimage_caption {
  margin-right: 6px;
  color: #B8994B;
  text-transform: normal;
  font-size: 10px;
}
.contactTeam {
	background-image: url(../images/contact_team1.gif);
	background-repeat: no-repeat;
}

