/********************************************************/
/* Standard Style Sheet for Richard Burns 2002			*/
/* Copyright 2002 by MSOnet				 				*/
/* By Andrew Dixon 										*/
/* 					 									*/
/* File Created on 14/01/2002							*/
/* Last Edited on 14/01/2002							*/
/********************************************************/

/* Tour page styles */

H1
{
	font-family		: arial, sans-serif; 
	font-size  		: 18px;
	color			: #134d63;
	font-weight		: bold;
}

H2
{
	font-family		: arial, sans-serif; 
	font-size  		: 16px;
	color			: #134d63;
	font-weight		: bold;
}

.tourtitle
{
	font-family		: arial, sans-serif; 
	font-size  		: 14px;
	color			: #134d63;
	font-weight		: bold;
}

a.tourtitle:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 14px;
	color			: #134d63;
	font-weight		: bold;
}

.tourtext, a.tourtext, a.tourtext:hover
{
	font-family		: verdana, sans-serif; 
	font-size  		: 12px;
	color			: #000000;
	font-weight		: normal;
	text-decoration	: none;
}

A.MembersLink
{
	font-family		: verdana, sans-serif; 
	font-size 		: 11px;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
}

A.MembersLink:hover
{
	font-family		: verdana, sans-serif; 
	font-size  		: 11px;
	color			: #ffffff;
	text-decoration	: underline;
	font-weight		: normal;
}

/* Tag Styles */

A
{
	font-family		: arial, sans-serif; 
	font-size 		: 12px;
	color			: #333366;
	text-decoration	: underline;
	font-weight		: bold;
}

A:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 12px;
	color			: #336699;
	text-decoration	: none;
	font-weight		: bold;
}

BODY
{
	scrollbar-3dlight-color		: #000000;
	scrollbar-arrow-color		: #000000;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrollbar-face-color		: #BDC3C6;
	scrollbar-highlight-color	: #FFFFFF;
	scrollbar-shadow-color		: #000000;
	scrollbar-track-color		: #EFEFEF;
}

TD, p, textarea, li
{
	font-family		: arial, sans-serif; 
	font-size  		: 12px;
	color			: #000000;
}


.footertext
{
	font-family		: arial, sans-serif; 
	font-size  		: 8pt;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
}
	
.footertext:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 8pt;
	color			: #000000;
	text-decoration	: underline;
	font-weight		: normal;
}

.SubmitButton
{
	cursor		: pointer;
	cursor		: hand;
}

.clickHeading
{
	color			: #FFFFFF;
	
}

.mainHeading
{
	background-color: #FFFFFF;
	color			: #63659C;
	font-size		: 10pt;
	font-weight		: 900;
	padding			: 2px;
	text-transform	: uppercase;
	border-top		: 1px solid #D72428;
	border-bottom	: 1px solid #D72428;
}

.ddMenuItem {
	cursor				: pointer;
	cursor				: hand;
	font-size  			: 11px;
	color				: 006600;
}

.textField
{
	width: 200 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}

.largetextarea
{
	width: 200 px;
	height: 75 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}

.smalltextField
{
	width: 100 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}
.selectField
{
	width: 300 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}

.textareaField
{
	width: 400 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}
.sImage
{
	border-top		: 1px solid #000000;
	border-right	: 1px solid #000000;
	border-left		: 1px solid #000000;
	border-bottom	: 1px solid #000000;
}
	
.sButton
{
	background-color	: #b3d8e5;
	border				: 1px solid #7997a2;
	color 				: #000000;
	cursor				: pointer;
	cursor				: hand;
	font-family			: verdana, sans-serif; 
	font-size  			: 10px;
}

/* Questionnaire styles */
.questionnaireError {
	color					: #FF0000;
}

.questionnaireTextfield {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #00458D;
	width					: 350px;
}

.questionnaireTextArea {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #00458D;
	width					: 350px;
	height					: 75px;
}

.questionnaireButton {
	background-color		: #99DAEA;
	color					: #0081A0;
	border					: 1px solid #0081A0;
	cursor					: pointer;
	cursor					: hand;
	font-size				: 8pt;
	font-family				: arial,sans-serif;
	height					: 23px;
}

.questionnaireSelectList {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #00458D;
}

/* SITE MAP STYLES */

.sitemapText, a.sitemapText, a.sitemapText:hover, a.sitemapText:visited
{
	font-family		: Arial, sans-serif;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	line-height		: 18px;
	font-weight		: normal;
}


.sitemapHeaderText, a.sitemapHeaderText,a.sitemapHeaderText:hover,a.sitemapHeaderText:visited
{
	font-family		: Arial, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: none;
	font-weight		: bold;
	line-height		: 18px;
	padding-top		: 5px;
}

/* select list styles */
.selectList
{
	font-family		: verdana, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
	width			: 150px;
	height			: 20px;
}

.selectButton
{
	font-family			: verdana, sans-serif; 
	font-size  			: 10px;
	color				: #000000;
	width				: 50px;
	height				: 20px;
	border				: 1px solid #7997a2;
	background-color	: #b3d8e5;
	cursor				: pointer;
	cursor				: hand;
}

.boldred
{
	color				: #cc0000;
}

/* Forum styles */

.F_mainHeading
{
	background-color: #b3d8e5;
	font-family		: arial, sans-serif; 
	font-size  		: 14px;
	color			: #134d63;
	font-weight		: 900;
	padding			: 2px;
	text-transform	: uppercase;
	border-bottom	: 1px solid #7997a2;
	
}

A.F_link
{
	font-family		: verdana, sans-serif; 
	font-size 		: 12px;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
}

A.F_link:hover
{
	font-family		: verdana, sans-serif; 
	font-size  		: 12px;
	color			: #000000;
	text-decoration	: underline;
	font-weight		: normal;
}

.new-member-text
{
	font-family		: arial, sans-serif; 
	font-size  		: 18pt;
	color			: 3371AE;
	font-weight		: bold;
}

.new-member-text-countdown
{
	font-family		: arial, sans-serif; 
	font-size  		: 25pt;
	color			: CB111F;
	font-weight		: bold;
}
