html, body
{
	color: #333;
	background: #fff;
}

#maincontent, #maincontent a:link, #maincontent a:hover, #maincontent a:visited
{
	color: #333;
}

#defaultcontent
{
	min-height: 600px;
}

ul.contactform
{
	margin-left: 0;
	padding: left: 1em;
	list-style-type: none;
}
.fontExtraLarge
{
	font-size: 1.4em;
}
.fontLarge
{
	font-size: 1.2em;
}
.fontSmall
{
	font-size: 0.8em;
}

.backButton
{
	margin: 1em 0;
}

.pictureLink
{
	text-decoration: none;
}

.colLeft
{
	float: left;
	margin-right: 1em;
}
.colRight
{
	float: left;
}

.clear
{
	clear: both;
}

ul.listCRMCategory
{
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 2em;
	list-style: none;
}

.memberProfileButton
{
	display:block;
	background:#DCDDEF;
	border: 1px dashed #999999;
	margin: 5px;
	width: 170px;
	text-align: left;
	font-size: 0.9em;
	color: #4145A4;
	text-decoration: none;
	padding: 4px;
	cursor: pointer;
}

.memberProfileButton .title
{
	color: #4145A4 !important;
	font-weight: bold;
}


.listCRMCategory .col1
{
	display: block;
	float: left;
	margin-right: 0.5em;
}
.listCRMCategory .col2
{
	display: block;
	float: left;
	width: 75%;
}

.dateList
{
	font-size: 0.9em;
}

.clear
{
	clear: both;
}

.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}

.memberTable
{
	border: 1px solid #DCDDEF;
}

.pageAttachment
{
	list-style: none;
}

.pageAttachment a:link, .pageAttachment a:hover, .pageAttachment a:visited, .pageAttachment a:active
{
	color: #8487BF !important;
	text-decoration: none;
}

#partners
{
	clear: both;
	margin: 10px 0 10px 0;
	border: 1px dashed #8487BF;
}
ul.partners
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.partners	 li
{
	display: inline;
	float: left;
	margin: 15px 45px;
}

ul.partners	 li.break
{
	margin-top: 0;
}

#partners ul.partners li a img
{
	vertical-align: middle;
}

#home_imgOfMonth img
{
	float:left;
	margin-right:1em;
}

.center
{
	position:relative;
	width:100%;
	text-align:center;
}

/* Tourism Award form styles*/

form.awardForm label {
	float:left;
	width:12em;
	line-height:1.2em;
}
form.awardForm fieldset {
	margin-bottom:15px;
}
form.awardForm input {
	margin-bottom:10px;
}
form.awardForm textarea {
	margin-bottom:10px;
}
form.awardForm fieldset.long label {
	float:none;
	width:100%;
}
form.awardForm fieldset.long fieldset label.small {
	float:left;
	width:23em;
}
form.awardForm fieldset.long textarea {
	display:block;
}
/* End Tourism Award form style */
