/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
			BAM CMS Modules
			generics
			news
			module edit
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.module-edit {
	float: right;
	background-color: #ddd;
	border: solid 1px #aaa;
}
 .thumb {
 	float:right; 
 	border: 6px solid #e6e6e6;
	padding: 1px;
	margin: 7px;
	height: auto;
}
.thumb:hover {
 	border: 6px solid #A4D1EF;
}

.thumb a {
	display: block;
	position: relative;
	height: auto;
	}

a.headingbutton, a.headingbutton:visited {
	background: url(/art/buttonbg.gif) 0 0 no-repeat;
	padding: 0 6px 6px 20px;
	border: none;
	height: 18px;
	text-decoration: none;
	color: #fff;
	line-height: 24px;
	display: inline;
	font-size: 11px;
	float: left;
	margin: 10px 0;
	text-decoration:none !important;
}

span.border {
	background: url(/art/buttonbgend.gif) top right no-repeat;
	width: 5px;
	height: 24px;
	margin: 10px 0;
	padding: 0;
	display: block;
	float: left;
	}
	
a.headingbutton:hover {
	color: #CFE9FF;
}
a.headingbutton h1 {
	font-size: .7em;
}


/**************************************************************************
	 contains all styles for the news module
	#news - container div for the entire module
	.news-medium - close formatting for news listing page
**************************************************************************/
#news a:link, #news a:active, #news a:visited, #news a:hover {
	text-decoration: underline;
	border-bottom-width: 0px;
}
/* news-medium */
#news h2, #news h2 a { /* keep the quick view nice and tight */
	margin:0;
	padding:0;
	margin-top:20px;
}
.news-medium p, #newsarchives p {  /* keep the quick view nice and tight */
	margin:0;
	padding:0;
}
/* news earlier list */
#newsearlier, #newsarchives {
	margin-top: 30px;
}
.newslist {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
	color: #999;
}
.newslist a, .news-continue {
	padding-left: 14px;
	background: transparent url(/modules/common/art/news_icon.gif) scroll no-repeat 0 2px;
	background-color: transparent;
}
#news checkbox {
	margin:0;
	padding:0;
}
#news-back {
	margin-top: 30px;
}


/**************************************************************************
	 contains all styles for the advert module
**************************************************************************/
.advert p, .advert h2 {
	margin: 0px;	
	margin-bottom: 3px;
	padding:0;
	border: solid 0px #333;
}
.advert-table td  {
	padding: 5px;
}


/**************************************************************************
	 contains all styles for the photo module
**************************************************************************/
.photo {
	width: 600px;
}
ul#imagelibrary {
	list-style-type: none;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative;
}
ul#imagelibrary img {
	float: none;
}
.searchresults ul#imagelibrary {
	margin-top: 0.5em;
}
#imagelibrary li {
	display: block;
	float: left;
	width: 178px;
	height: 147px;
	margin: 0;
	padding: 0;
}
#imagelibrary li a {
	display: block;
	width: 150px;
	_width: 160px;
	height: 110px;
	_height: 130px;
	text-decoration: none;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 7px 7px 0;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	overflow: hidden;
}
#resultsfoot {
	clear: left;
}
#paging {
	text-align: right;
	padding: 0 0 10px 0;
	color: #888;
}
#paging div {
	display: inline;
}
.pgtab a {
	display: inline;
	padding: 0 5px;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: center;
}
#imagelibrary li a:hover {
	color: #000;
	background-color: #E7EFF3;
	border-color: #8398BD;
}


/**************************************************************************
RECORD_SETS - search on the name listed below to jump down to the code
	recordset
	resultsbar, paging, pgtab
	resultsfoot
	recordset
**************************************************************************/
table.table-filter {
	border-collapse:collapse;
	border: solid 1px #bbb;
	padding:0;
	margin:0;
	width:100%;
}
.table-filter tr, .table-filter td {
	padding:3px;
	margin:0;
}
/*	Table formatting for recordsets  */
.recordset td {
	padding: 4px 5px;
	border-spacing: 0;
	border-bottom: 1px solid #fff;
	color: #444;
}
.recordset th {
	background-color: #9CBD6B;
	color: #fff;
	padding: 4px 5px;
}
.recordset {
	width: 100%;
}
.tablecontainer {
	width: 100%;
}
/*	#resultsbar contains paging and match information above recordsets */
#resultsbar {
	width: auto;
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding: 3px 0 3px 3px;
	height: 17px;
}
#paging {
	float: right;
}
.pgtab {
	display: block;
	display: inline;
	margin: 0 3px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
}
.pgtab a:link, .pgtab a:visited {
	background-color: #999;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 4px;
	text-decoration: none;
	overflow: hidden;
}
.pgtab a:hover, .pgtab a:active {
	background-color: #FF9905;
}
/*	#mandatoryfield  for strip across the top of form fields  */
#mandatoryfield {
	padding: 5px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#errormsg {
	border: 1px solid #F06677;
	background: #FFD9D7 url("../art/urgentalert/urgentalert_icon_error.gif") scroll no-repeat 4px 3px;
	padding: 7px 10px 7px 48px;
	margin: 8px 0;
}
#errormsg h2 {
	margin: 0;
	color: #E6001D;
	font-size: 115%;
}
#errormsg2 {
	border: 1px solid #B2C8DE;
	background: #ECF2F7 url("../art/urgentalert/urgentalert_icon_success.gif") scroll no-repeat 4px 3px;
	padding: 7px 10px 7px 54px;
	margin: 8px 0;
}
#errormsg2 h2 {
	margin: 0;
	color: #ff7902;
	font-size: 115%;
}
#errormsg p, #errormsg2 p {
	margin:2px 0;
	padding:0;
}
.searchfilters {
	background-color:#fcfcfc; 
	padding:5px; 
	margin:3px 0px 13px 0px; 
	border:1px solid #CCC;
}
.h1follow p {
	margin-top:0;
	padding-top:0;
}


/**************************************************************************
FORM AND FIELDSET STYLING
**************************************************************************/
.formgroup {
	border: 1px solid #ededed;
	background-color: #f4f4f4;
}
.formgroup fieldset {
	border: none;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 3px 0;
}
.formgroup label {
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
	margin: 2px 0 0 2px;
	background-color: #f4f4f4;
}
/*	Standard form elements  */
.formgroup input, .formgroup select, .formgroup textarea {
	padding: 3px 4px 3px 4px;
	background-color: #fff;
	border: 1px solid #515151;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
input.ckbox {
	border: none;
	padding: 0;
}
fieldset.errorfield {
	background-color: #FFD9D7;
	color: #E6001D;
}
fieldset.errorfield .txtshort {
	border: 1px solid #E6001D;
	background-color: #fff;
}
/******************************************************************************
Save bar on update pages
******************************************************************************/
#pgoptions {
	color: #333;
	padding: 15px 12px;
	background-color: #ddd;
}
#pgoptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 3em;
}
#pgoptions ul li {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#pgoptions a {
	text-decoration: none;
	float: left;
	width: auto;
	padding-right: 4em;
	border:0;
	color: #000;
}
#pgoptions a strong {
	display: block;
	font-size: 130%;
}
#pgoptions a:hover strong {
	color: #ff7902;
}



