/* CSS Document for Creative Fife.  Coding by SH for Internet Creation Ltd April 2007 */

/* MISC */



fieldset{
	margin:0;
	padding:0;
	border:none;
}
legend{
	display:none;
}

.no_display{
	position:absolute;
	top:-10000px;
	left:0;
}

.no_bullets{
	margin:0;
	padding:0;
}
.no_bullets li{
	list-style-type:none;
	border-bottom:1px dotted #EEEEEE;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}

.no_bullets_home_news{
	margin:0;
	padding:0;
}
.no_bullets_home_news li{
	list-style-type:none;
	margin:0 0 2px 0;
	padding:0 0 2px 0;
}

.news_no_bullets{
	margin:30px 0 0 0;
	padding:0;
}
.news_no_bullets li{
	list-style-type:none;
	border-bottom:1px dotted #EEEEEE;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}



.sponsors_logos{
	border:none;
}
.sponsors_logos:hover{
	border:none;
}
a:hover img{
	border:none;
}

.page_content_custom_css{
	font-size:110%;
}

/* MISC TABLES STYLES */

.results_table_td{
	background-color:#222222;
	vertical-align:top;
}
.page_content_custom_css td{
	vertical-align:top;
}
.forum_cat{
	width:80%;
}
.forum_no_of_posts{
	width:20%;
	text-align:right;
}
.forum_posts{
	width:70%;
}
.forum_replies{
	width:10%;
	text-align:center;
}
.forum_last_active{
	width:20%;
	text-align:right;
	white-space:nowrap;
}

.forum_new{
	width:10%;
	text-align:center;
}

/* HEADER */

#skip_nav{
	position:absolute;
	top:-10000px;
	left:0;
}



/* CRUMB NAV */
#crumb_nav{
	margin-top: 10px;
	text-align:left;
	border-bottom: 1px #999999 dashed;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

/* MAIN STRUCTURE */

#content{

	text-align:left;
}
#left_col{
	float:left;
	margin-top:10px;
	margin-left:0px;
}

#full_col{
	position:absolute;
	top:0;
	left:10px;
}
.section_container{
	margin:0 0 40px 0;
}


/* QUICKFORM STYLES */
.quickform_header{
	margin:15px 0 15px 0;
}
.quickform_error{
	color:#F1BC2E;
}
.quickform_required{
	color:#F1BC2E;
}

.quickform_left_col{
	width:40%;
	vertical-align:middle;
}
.quickform_right_col{
	width:60%;
}


/* FCKEDITOR STYLES */
.normal_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

/* footer */
#footer{
	margin:0 auto 30px auto;
	border-top:2px dotted #2F2F2F;
	padding-top:6px;
}
.footer_left{
	float:left;
	width:60%;
	text-align:left;
}
.footer_right{
	float:right;
	width:40%;
	text-align:right;
}