/*
Defines rules for laying out modules and module titles.
*/
div.moduleContainer {
	position: relative;
}

div.moduleContainer h3{
	margin: 0;
	padding: 5px 0px 0px 8px;
	color: #0786A2;
	text-transform: lowercase;
	height: 20px;
}

div.News p, div.Profiles p {
	margin-top: 0;
	padding-top: 0;
}

div.News div, div.Profiles div {
	margin-bottom: 30px;
}

/* Module Edit Button */
div.moduleContainer a.moduleEdit {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../../images/Icons/edit.gif);
}

div.moduleContainer a.moduleEdit span {
	display: none;
}

div.Page_Content{
	border: none;
}

div.Page_Content h4, h4{
	color: #0786A2;
	font-weight: bold;
	font-size: 105%;
	padding: 0;
	margin: 0 0 5px 0;
}

div.Page_Content h5, h5{
	color: #0786A2;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 5px;
}

/* forum lists - added for IE5 */
* html .Normal{
	font-size: 80%;
	f\ont-size: 100%;
}

/* text input */
.NormalTextBox{
	width: 95%;
}

div.GalleryThumbnail {
 position:relative;
 float:left;
 padding: 8px;
}

div.GalleryThumbnail h5{
	margin-top: 0px;
}

div.TopPagers {
	margin-bottom: 5px;
	text-align:center;
}

div.BotPagers {
	margin-bottom: 5px;
	text-align:center;	
	clear:both;
	clear:left;
}

div.BotPagers a {
}

.GalleryItemLabel {
font-weight:bold;	
}

.FeedbackField {
	width: 300px;
}



/* Styles for Accommodation Module */


div.CatItem {
	position: relative;
	margin-bottom: 5px;
}

div.CatItem div.label {
	position: absolute;
	color: #5A84BD;
	width: 120px;
	padding-right: 6px;
	font-weight: bold;
}

div.CatItem div.value {
	position: relative;
	top: 0px;
	left: 120px;
	margin-right: 50px;
}

div.CatItem.wide div.label {
	width: 60%;
	position: relative;
	padding-right: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #C5D8EB;
	color: #5A84BD;
	margin-bottom: 5px;
}

div.CatItem.wide div.value {
	left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.ContactDetails {
	width: auto;
	border: 1px solid #CCCCCC;
	background-color: #f2f2f2;
	float: right;
	padding: 15px;
	margin: 10px;
}

span.CatItem.Contacts div.label {
	width: auto;
	padding-right: 0px;
	padding-bottom: 2px;
	color: #5A84BD;
	margin-bottom: 0px;
	font-weight:bold;
}

span.CatItem.Contacts div.value {
	left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;	
	border-bottom: 1px solid #C5D8EB;	
}

div.Page_Content img {
	margin: 0 5px 0 5px;
}

#ContentPane div.moduleContainer {
	font-size: 97%;
	margin: 10px 5px 0 5px;
}

#ContentPane div.moduleContainer h3 {
	color: #0786A2;
	padding: 0 0 0 12px;
	margin: 0 0 15px 0;
	background: Transparent url(../../images/white_bullet.gif) no-repeat 0% 70%;
}

div.Page_Content h3, div.ContentItem h3 {
	margin-bottom: 0 !important;
}

#RightPane div.moduleContainer, #LeftPane div.moduleContainer {
	border: solid 1px #FFF;
	background-color: #BBD5BF;
	margin: 12px 7px 0 5px;
	padding: 30px 5px 10px 5px;
	font-size: 80%;
	font-family: Arial, Helvetica, Sans-Serif;
}

#RightPane div.moduleContainer h3, #LeftPane div.moduleContainer h3 {
	color: #FFF;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 20px;
	font-size: 17px;
	background-image: url(../../images/module_head_bg.gif);
	position: absolute;
}

div.Profile_Snap_Shot p, div.News_Snap_Shot p {
	padding: 0;
	margin: 0;
}

* html div.Profile_Snap_Shot div, div.News_Snap_Shot div {
	padding-bottom: 3px !important;
}

#ContentPane a.findOutMore, #ContentPane div.ReadMore a {
	padding: 0 0 5px 15px;
	background: Transparent url(../../images/findoutmore_bullet.gif) no-repeat 0% 3px;
}

#RightPane a.findOutMore, #RightPane div.ReadMore a, #LeftPane a.findOutMore, #LeftPane div.ReadMore a {
	padding: 0 0 5px 15px;
	background: Transparent url(../../images/green_bullet.gif) no-repeat 0% 3px;
}

#RightPane div.moduleContainer, #LeftPane div.moduleContainer {
}