/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #993333;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 15px 15px 5px 15px;
    padding: 0px 0px 0px 0px;
    color: #333333;
    font-size: 66%;
}

body.bodyB
{
	BACKGROUND-COLOR: #ffffff;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color: #0033ff;
	
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #0033ff;
	
	}	
		
A:active	{	
	text-decoration:	none;
	color: #0033ff;
	
	}	
		
A:hover	{	
	text-decoration:	none;
	color: #996666;
	
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
P {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
}

#header 
{
	background-color: #993333;
	color: #eeeeee;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 70px;
	border-bottom: solid 1px #999999;
	background-image: url(images/eblogo_red.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}

#toc 
{
	background-color: #000000;
	color: #333333;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #999999;
}

#main 
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}

.formsubheadertop
{
	PADDING-LEFT: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	BORDER-BOTTOM: #aaaaaf 1px solid;
	BACKGROUND-COLOR: #993333;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	
	font-size: 12px;
}
.formsubheadermid 
{
	BORDER-TOP: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
	PADDING-LEFT: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	BACKGROUND-COLOR: #999999;
	font-weight: bold;
	font-size: 12px;
	color: #993333;
	
	
}
.formsubheaderbottom
{
	PADDING-LEFT: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	BORDER-top: #aaaaaf 1px solid;
	BACKGROUND-COLOR: #dddddd;
	
}
.actbtn
{
	vertical-align: middle;
	border: 0px;
	text-decoration: none;
}

.formheader
{
	PADDING-LEFT: 8px;
	PADDING-right: 5px;
	BACKGROUND-COLOR: #993333;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-weight: normal;
	height: 16px;
	background-image: url(images/tip.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.fieldname 
{
	border: solid 1px #ffffff;
	padding-right: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial;
	background-color: #dddddd;
	color: #333333;
	width: 130px;
}
.fieldnamesmall
{	
	padding-right: 5px;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.fieldvalue
{
	padding: 0px 0px 0px 15px;
	text-align: left;
	
}
.fieldvaluesmall
{
	font-size: 10px;
}

/* Misc */
table, select, input, span, div, button
{
	font-size: 100%;
	
}
input, select
{
	color: #333333;
}

input.postcode
{
	text-transform: uppercase;
	
}

input.ToUpper
{
	text-transform: uppercase;
	
}
textarea
{
	font-family: Arial;	
	font-size: 12px;
}

.editcontrols
{
	padding: 5px 5px 5px 20px;
	border: solid 0px #f1f1f1;
	text-align: left;
}

/* Boxes */
.boxA
{
	border-top: solid 1px #999999;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #999999;
}
.statuspanel
{
	border: solid 1px #999999;
	background-color: #ffffcc;
	padding: 10px 10px 10px 10px;
	display: block;
	
}

.command
{
	color: #000000;	
}

#trail
{
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	font-size: 10px;
	padding: 4px 0px 4px 12px;
	margin: 0px 0px 0px 0px;
	background-color: #cccccc;
	font-family: Verdana, Arial;
}
#tblHeader
{
	width: 100%;
}	

#tdHeaderLeft
{
	width: 60px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	background-color: Transparent;
	
	
}
#tdHeaderMiddle
{
	vertical-align: middle;
	padding: 8px 15px 0px 30px;
	font-size: 12px;
	
}
#tdHeaderRight
{
	/*width: 120px;
	
	*/
	
	width: 60px;
	height: 60px;
	vertical-align: middle;
	text-align: right;
	background-color: Transparent;
	
}

#tblHeaderSmall
{
	width: 100%;
	margin-top: 10px;
	
}	
#tdHeaderLeftSmall
{
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
}
#tdHeaderMiddleSmall
{
	vertical-align: middle;
	padding: 4px 7px 0px 7px;
	font-size: 14px;
}
#tdHeaderRightSmall
{
	width: 50px;
	background-color: #ffffff;
}

.options
{
	width: 150px;
	padding-left: 5px;
}

h1.RegisterIndividual
{
	font-size: 28px;
	padding: 0px 0px 10px 0px;
	color: #993333;
}

.headerA
{
	font-size: 38px;
	padding: 0px 0px 10px 0px;
	color: #222222;
}
.headerB
{
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	color: #222222;
}
.dgList
{
	border-top: solid 1px #cccccc;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #cccccc;
		
}
.dgHeader
{
	border-bottom: solid 1px #dddddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #cccccc;
	color: #333333;
}

.dgItem
{
	background-color: #eeeeee;
	border: solid 1px #ffffff;
}

.dgAltItem
{
	background-color: #e5e5e5;
	border: solid 1px #ffffff;
}

.section
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	color: #993333;
	border-bottom: solid 2px #993333;
	padding: 6px 0px 3px 3px;
	margin: 10px 0px 1px 0px;
	text-align: left;
	font-weight: bold;
	background-image: url(images/sectionbg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.sectionsmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.3em;
	color: #993333;
	padding: 6px 0px 3px 0px;
	margin: 10px 0px 1px 0px;
	text-align: left;
	font-weight: bold;
}
.FAQGroup
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.3em;
	color: #993333;
	padding: 6px 0px 4px 0px;
	margin: 10px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #993333;
}
.sectionspaced
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.6em;
	color: #994444;
	border-bottom: solid 1px #cccccc;
	padding: 6px 0px 6px 0px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	
}
.subsection
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.1em;
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	color: #336699;
	border-bottom: solid 1px #cccccc;
	
	
	
}
.regappClubName
 {
	font-size: 16px;
	font-weight: bold;
	
 }
 .regappClubCode
 {
	font-size: 12px;
	font-weight: normal;	
	padding-top: 5px;
 }
 .regappAreaName
 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;		
 }
 .regappNumber
 {
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;	
 }
.Currency
 {
	text-align: right;
 }

.RegistrationForm
{
	border-top: dashed 1px #333333;
	border-right: dashed 1px #333333;
	border-bottom: dashed 1px #333333;
	border-left: dashed 1px #333333;
	padding: 5px 25px 20px 25px;
	width: 750px;
	background-color: #fafafa;
		
}
.RegistrationFormSection
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	color: #993333;
	border-bottom: solid 2px #cccccc;
	padding: 6px 0px 3px 3px;
	margin: 10px 0px 1px 0px;
	text-align: left;
	font-weight: bold;
	
}

	
table.tblListSmall td
{
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	
}

div.list
{
	OVERFLOW: scroll; 
	HEIGHT: 220px;
	width: 98%;
}

.alert
{
	color: Red;
	font-weight: bold;
}	

/* For action buttons */
a.act:link		{ text-align: center; text-decoration: none; font-weight: normal; color: #000000; display: block; margin: 2px 2px 2px 2px; height: 20px; padding: 4px 3px 0px 3px; background-color: #666666; background: #ffffff url(images/btnbgOn.gif) repeat-x; border-top: solid 1px #999999; border-right: solid 1px #333333; border-bottom: solid 1px #333333; border-left: solid 1px #cccccc; width: 125px; font-size: 11px;}
a.act:visited	{ text-align: center; text-decoration: none; font-weight: normal; color: #000000; display: block; margin: 2px 2px 2px 2px; height: 20px; padding: 4px 3px 0px 3px; background-color: #666666; background: #ffffff url(images/btnbgOn.gif) repeat-x;border-top: solid 1px #999999; border-right: solid 1px #333333; border-bottom: solid 1px #333333; border-left: solid 1px #cccccc; width: 125px; font-size: 11px;}
a.act:active	{ text-align: center; text-decoration: none; font-weight: normal; color: #000000; display: block; margin: 2px 2px 2px 2px; height: 20px; padding: 4px 3px 0px 3px; background-color: #666666; background: #ffffff url(images/btnbgOn.gif) repeat-x;border-top: solid 1px #999999; border-right: solid 1px #333333; border-bottom: solid 1px #333333; border-left: solid 1px #cccccc; width: 125px; font-size: 11px;}
a.act:hover		{ text-align: center; text-decoration: none; font-weight: normal; color: #000000; display: block; margin: 2px 2px 2px 2px; height: 20px; padding: 4px 3px 0px 3px; background-color: #999999; background: #ffffff url(images/btnbgOver.gif) repeat-x;border-top: solid 1px #999999; border-right: solid 1px #333333; border-bottom: solid 1px #333333; border-left: solid 1px #cccccc; width: 125px; font-size: 11px;}