/*
Defines rules for laying out modules and module titles.
*/
div.moduleContainer {
	position: relative;
	background-color: White;
	margin: 0px;
	padding: 0px;
}

#LeftPane .moduleContainer {
	width: 161px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px 10px 10px 10px;
	border-top: none;
	font-size: 0.9em;
	color: #CC6600;
}

#RightPane .moduleContainer {
	padding: 0px 10px 10px 10px;
	border: none;	
}

#ContentPane .moduleContainer {
	padding: 0px 8px 0 7px;
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#LeftPane .moduleContainer.Left_hand_sub_navigation {
	border: none;
}

* html #LeftPane .moduleContainer {
	margin-top: 30px;
}

div.moduleContainer p {
	margin-top: 0px;
	padding-top: 0px;
}

div.moduleContainer h3{
	padding: 0px;
	margin: 0px;
	/*height: 1.4em;*/
	height: 20px;
	background-color: #1A4848;
	color: #FFF;
	width: 100%;
	text-transform: lowercase;
	text-indent: 33px;
	font-weight: normal;
	font-size: 14px !important;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}

#LeftPane .moduleContainer h3 {
	background: Transparent url(../../images/module_head_bg_light.gif) no-repeat top left;
	width: 181px;
	position: absolute;
	left: 0px;
	top: -20px;
}

#LeftPane .moduleContainer.Left_hand_sub_navigation h3 {
	background: Transparent url(../../images/module_head_bg.gif) no-repeat top left;
}

#LeftPane div.Content_Item h3, #LeftPane div.Polls h3, #LeftPane div.Sign_In h3 {
	left: -1px;
	
}

#ContentPane .moduleContainer h3 {
	color: #1A4848;
	text-indent: 0;
	font-weight: bold;
	background-color: #FFF;
}

.moduleContainer.Image_Content h3 {
	display: none;
}

.moduleContainer.Image_Content {
	margin-top: 0px !important;
	padding: 0 !important;
	background-color: Transparent !important;
	width: 179px !important;
}

.moduleContainer.Image_Content p {
	margin: 0;
	padding: 0;
}

.moduleContainer.Documents {
	list-style-image: url(../../images/yellow_bullet.gif);
}

/* Module Edit Button */
div.moduleContainer a.moduleEdit {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	width: 12px;
	height: 12px;
	background: transparent url(../../images/Icons/edit.gif) no-repeat;
}

div.moduleContainer a.moduleEdit span {
	display: none;
}

div.Page_Content{
	border: none;
}

div.Page_Content h4, h4{
	font-weight: bold;
	font-size: 1.05em;
	margin-bottom: 5px;
}

div.Page_Content h5, h5{
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}

div.Content_Item, div.Polls, div.Sign_In{
	background-color: #BBD5BF;
	border-left: solid 1px #FFF !important;
	border-bottom: solid 1px #FFF !important;
	border-right: solid 1px #FFF !important;
	color: Black !important;
}

/* forum lists - added for IE5 */
* html .Normal{
	font-size: 0.8em;
	f\ont-size: 1em;
}

/* text input */
.NormalTextBox{
	width: 95%;
}

div.GalleryThumbnail {
 position: relative;
 float: left;
 padding: 8px;
}

div.GalleryThumbnail h5{
	margin-top: 0;
}

div.TopPagers {
	margin-bottom: 5px;
	text-align: center;
}

div.BotPagers {
	margin-bottom: 5px;
	text-align: center;	
	clear: both;
}

.GalleryItemLabel {
	font-weight:bold;	
}

.FeedbackField {
	width: 300px;
}



/* --------------------------------------------------------
			Styles for the JobForm Module 
-------------------------------------------------------- */


.moduleContainer.JobForm h4 {
	color: #4E4A49;
	font-size: .95em;
}

.ContactDetails {
	margin-left: 20px;
	font-family: Arial .9em;
	color: #4E4A49;
}

.moduleContainer.JobForm .CommandButton, .moduleContainer.JobSeeker_Form .CommandButton {
	padding: 5px;
	margin: 5px;
	font-size: 1.1em;
	background-color: #E0FFFF;
	border: 1px solid #CCCCCC;
	float: right;
	font-weight: bold;
}

.moduleContainer.Documents div.UpdatedDate, .moduleContainer.Documents_Alt div.UpdatedDate {
	display: none;	
}

/********************************************************/

.moduleContainer.Job_Listings_nocats h4.SingleJob {
	margin: 10px 5px 0 5px !important;
	padding: 0;
	height: 25px;
	line-height: 25px;
	background-image: url(../../images/job_heading.gif);
	color: #EFEFEF;
	padding-left: 20px;
}

.moduleContainer.Job_Listings_nocats div.SingleJob {
	border: solid 1px Black;
	border-bottom: solid 10px Black;
	margin: 0px 5px 5px 5px !important;
	padding: 0px 10px 10px 10px !important;	
	background: #FFF url(../../images/job_bg.gif) no-repeat top right;
}

#LeftPane .moduleContainer.Documents_Alt, #LeftPane .moduleContainer.WebItems_Alt {
	color: Black !important;
	border: 1px solid #FFF;
	background-color: #BBD5BF !important;
	width: 159px;
	list-style-image: url(../../images/yellow_bullet_alt.gif) !important;
}

#LeftPane .moduleContainer.WebItems_Alt ul.WebItems {
	list-style-image: url(../../images/yellow_bullet_alt.gif) !important;
}

#LeftPane .moduleContainer.Documents_Alt h3, #LeftPane .moduleContainer.WebItems_Alt h3 {
	left: -1px;
}
