/********************************************************/
/* 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			: #762d90;
	font-weight		: bold;
}

H2
{
	font-family		: arial, sans-serif; 
	font-size  		: 16px;
	color			: #762d90;
	font-weight		: bold;
}

.tourtitle
{
	font-family		: arial, sans-serif; 
	font-size  		: 14px;
	color			: #681386;
	font-weight		: bold;
}

a.tourtitle:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 14px;
	color			: #681386;
	font-weight		: bold;
}

.tourtext, a.tourtext, a.tourtext:hover
{
	font-family		: verdana, sans-serif; 
	font-size  		: 12px;
	color			: #681386;
	font-weight		: normal;
	text-decoration	: none;
}

A.MembersLink
{
	font-family		: verdana, sans-serif; 
	font-size 		: 11px;
	color			: #ecbdff;
	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			: #632779;
	text-decoration	: underline;
	font-weight		: bold;
}

A:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 12px;
	color			: #a440c7;
	text-decoration	: none;
	font-weight		: bold;
}

BODY
{
	scrollbar-3dlight-color		: #000000;
	scrollbar-arrow-color		: #000000;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrollbar-face-color		: #dcb1ef;
	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			: #926ca0;
	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	: #daabed;
	border				: 1px solid #762d90;
	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 #762d90;
	width					: 350px;
}

.questionnaireTextArea {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #762d90;
	width					: 350px;
	height					: 75px;
}

.questionnaireButton {
	background-color		: #99DAEA;
	color					: #0081A0;
	border					: 1px solid #9e02d6;
	cursor					: pointer;
	cursor					: hand;
	font-size				: 8pt;
	font-family				: arial,sans-serif;
	height					: 23px;
}

.questionnaireSelectList {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #762d90;
}

/* 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 #762d90;
	background-color	: #dbabe9;
	cursor				: pointer;
	cursor				: hand;
}

.boldred
{
	color				: #cc0000;
}

/* Forum styles */

.F_mainHeading
{
	background-color: #daabed;
	font-family		: arial, sans-serif; 
	font-size  		: 14px;
	color			: #762d90;
	font-weight		: 900;
	padding			: 2px;
	text-transform	: uppercase;
	border-bottom	: 1px solid #762d90;
	
}

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			: #aa57c8;
	font-weight		: bold;
}

.new-member-text-countdown
{
	font-family		: arial, sans-serif; 
	font-size  		: 25pt;
	color			: CB111F;
	font-weight		: bold;
}

.carlascorner-box-1
{
	border-top		: 1px solid #762d90;
	border-bottom	: 1px solid #762d90;
	border-left		: 1px solid #762d90;
	border-right	: 1px solid #762d90;
	padding			: 2;
	background-color:	dcb1ef;
}