/* sets page defaults */
body
{
	background-color: #FFFFFF;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	color: #000000;
	margin: 15px 15px 15px 15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Sets default font size and color, not realy used */
table
{
	color: #000000;
 	font-size: 1em;
	font-weight: normal;
}

/* Make sure that the table widths for the 'main' 'navigation 'menu' and 'plain' classes match */
/* Main table settings, provides border colour and a 1px border of colour around table rows/columns*/
table.main
{
	border: 1px solid #000066;
	background-color: #D1D1E1;
	background-image: url();
	background-position: ;
	background-repeat: ;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 750px;
} 

/* Defines the properties of the breadcrumb */
table.navigation
{
	width: 750px;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}

/* Defines the navigation table properties */
table.menu
{
	border: 0px;
	background-color: ;
	background-image: url();
	background-position: ;
	background-repeat: ;
	width: 750px;
} 

/* Defines font size/color tables with no background colour */
table.button
{
	width: 750px;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	padding: 4px 0px;
}
table.button2
{
	
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	padding: 4px 0px;
}
table.plain
{
	width: 750px;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}



/* Sets the background colour and font size for the title rows */
tr.title
{
	background-color: #244F82;
	/*background-image: url(../Images/Common/Title-Background.gif);*/
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
}

/* Sets the background colour and font size for the sub-title rows */
tr.sub-title
{
	background-color: #CDE0F3;
	/*background-image: url(../Images/Common/Subtitle-Background.gif);*/
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 20px;
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
}

/* Sets the background colour and font size for the post body */
tr.body
{
	background-color: #FFFFFF;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 20px;
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
}
/* Sets the background colour and font size for the post body witnin a table*/
tr.bodywitnin
{
	background-color: #FFFFFF;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 20px;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}


/* Sets the background colour and font size for the post body (post authorization only)*/
tr.authorise
{
	background-color: #CC0000;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
}

/* Sets the background colour for the header statistics */
tr.statistics
{
	background-color: #244F82;
	/*background-image: url(../Images/Common/Stats-Background.gif);*/
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

/* Sets the background colour and font size for the header statistics */
tr.menu
{
	background-color: ;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: ;
}

/* Sets the font colour and size for the statistics, do not include background colours/images */
td.statistics
{
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
}

/* Sets the style for the rule around quote tags */
hr
{
	height: 1px;
	color: #cccccc;	
}

/* Sets the style for the rule for the signatures */
hr.post
{
	border: none 0; 
	border-top: 1px solid #244F82;
	width: 50%;
	height: 1px;
	margin: 3px auto 3px 0;	
}

/* Removes margins from forms */
form
{
	margin: 0;
	padding: 0;
}

/* Navigation link styles - this covers both the forums breadcrumb */
.navigation a:link
{
	color: #CC0000;
	text-decoration: underline;
}

.navigation a:visited
{
	color: #CC0000;
	text-decoration: underline;
}

.navigation a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

.navigation a:active
{
	color: #0000FF;
	text-decoration: underline;
}

/* Plain link styles */
.plain a:link
{
	color: #CC0000;
	text-decoration: underline;
}

.plain a:visited
{
	color: #CC0000;
	text-decoration: underline;
}

.plain a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

.plain a:active
{
	color: #0000FF;
	text-decoration: underline;
}

/* Title link styles */
.title a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

.title a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.title a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.title a:active
{
	color: #CC0000;
	text-decoration: underline;
}

/* Sub-title link styles */
.sub-title a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

.sub-title a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.sub-title a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.sub-title a:active
{
	color: #CC0000;
	text-decoration: underline;
}

/* Post link styles */
.body a:link
{
	color: #CC0000;
	text-decoration: underline;
}

.body a:visited
{
	color: #CC0000;
	text-decoration: underline;
}

.body a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

.body a:active
{
	color: #0000FF;
	text-decoration: underline;
}

/* Authorisation link styles */
.authorise a:link
{
	color: #CCCCCC;
	text-decoration: underline;
}

.authorise a:visited
{
	color: #CCCCCC;
	text-decoration: underline;
}

.authorise a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.authorise a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* button link styles */
.button a:link
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}

.button a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}

.button a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}

.button a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}
/* button2 link styles */
.button2 a:link
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #333399;
	border-right: 1px solid #333399;
	border-left: 1px solid #333399;
	border-top: 1px solid #333399;
}

.button2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}

.button2 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}

.button2 a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #244F82;
	padding: 3px 20px 3px 20px;/*padding: 20px;*/
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}
h5 
{
	margin: 0px 0px 0px 0px;
}