/*
Wigton Motor Club
Created: 14/02/07
Last Updated: 19/11/07
Author: Project 15
*/

/*
=====================================
Body
 =====================================
*/

body {
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #264362 url(../images/template/bg_colour.jpg) repeat center;
}

h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 20px;
	color: #264362;
	margin-bottom: 10px;
	text-align :left;
}

h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	color: #94AE62;
	clear: both;
	display: block;
}

h3 {
	margin: 1.5em 30px 0.6em;
	font-size: 1.8em;
	color: #7D9F73;
	line-height: 1em;
	font-size: 120%;	
}

h3,h4 {
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-style: oblique;
	background: url(../images/template/x.gif) no-repeat 0px 0px;
	color: #0055A5;
}

p {
	font-size: 72%;
}

li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul li ul li {
	font-size: 100%;
}

ol li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

input, select, textarea {
	font-size: 100%;
	border: 1px solid #396C9F;
	background-color: #EFEFEF;
}

.RedText {
	color: #FF0000;
}

/*
=====================================
Layout
 =====================================
*/

#container {
	width: 720px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Header */

#header {
	display: block;
	height: 85px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background: #FFFFFF url(../images/template/header.jpg) no-repeat center;
	clear: both;
}

#headerLinks {
	float: right;
	height: 17px;
	padding-right: 20px;
	padding-top: 3px;
	font-size: 68%;
	text-align: right;
	background-color: #FFFFFF;
	color: #000000;
}

#headerLinks a {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#headerLinks a:hover {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #EFEFEF;
}

/* Content */

#contentContainer {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	clear: both;	
}

#content {
	background: #FFFFFF url(../images/template/bg_content.jpg) repeat-x;
	width: 700px;
	padding: 10px;
}

#content a {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content a:hover {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #EFEFEF;
}


#breadcrumb {
	padding-left: 65px;
	padding-bottom: 8px;
	font-size: 72%;
}

#breadcrumb a {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#breadcrumb a:hover {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #EFEFEF;
}

/* Footer */

#topOfPage {
	background: #FFFFFF;
	float: right;
	width: 90%;
	font-size: 72%;
	padding-right: 35px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 3px;
}

#topOfPage a {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#topOfPage a:hover {
	color: #264362;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #EFEFEF;
}

#footer {
	background: #4c597f;
	background-repeat: repeat;
	color: #FFFFFF;
	display: block;
	height: 50px;
	width: 100%;
	clear: both;
	margin: 5px auto 0px auto;
	font-size: 68%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#copyright {
	font-size: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 18px;
}

#developedBy {
	font-size: 100%;
	float: right;
	padding-right: 20px;
	padding-top: 18px;
}

#developedBy a {
	color: #FFFFFF;
	text-decoration: none;
}

#developedBy a:hover {
	color: #EFEFEF;
	background-color: #264362;
	text-decoration: none;
}

/*
=====================================
Content Boxes
 =====================================
*/

.boxContentContainer150,.boxContentContainer250,.boxContentContainer250Right,.boxContentContainer350,.boxContentContainer250Centre {
	background-color: #F0ECEC;
	padding: 3px;
	border: 1px solid #B9B7B7;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.boxContentContainer150 {
	width: 150px;
}

.boxContentContainer250 {
	width: 250px;
}

.boxContentContainer250Right {
	width: 250px;
	float: right;
}

.boxContentContainer250Centre {
	width: 250px;
	text-align: left;
	margin: 0px auto 0px auto;
}

.boxContentContainer350 {
	width: 350px;
}

.boxContent p {
	font-size: 83%;
}

.boxContent h3 {
	background: url(../images/template/x.gif) no-repeat 0px 0px;
	font-style: oblique;
	padding-left: 20px;
	color: #000000;
}

.boxContentHeader:first-letter {
	color: #0055A5;
}

/*
=====================================
Columns
 =====================================
*/

/* 2 columns*/

#TwoColumns {
	display: block;
	clear: both;
}

#TwoColumnsColumn1 {
	float: left;
	width: 50%;
	text-align: top;
	margin: 0px;
}

#TwoColumnsColumn2 {
	float: left;
	width: 50%;
	text-align: top;
	margin: 0px;
}

/* 3 columns*/

#ThreeColumns {
	display: block;
	clear: both;
}

#ThreeColumnsColumn1 {
	float: left;
	width: 33%;
	text-align: top;
	margin: 0px;
}

#ThreeColumnsColumn2 {
	float: left;
	width: 33%;
	text-align: top;
	margin: 0px;
}ThreeColumnsColumn3 {
	float: left;
	width: 33%;
	text-align: top;
	margin: 0px;
}

/* 4 columns*/

#FourColumns {
	display: block;
	clear: both;
}

#FourColumnsColumn1 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

#FourColumnsColumn2 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

#FourColumnsColumn3 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

#FourColumnsColumn3 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

/*
=====================================
Form
 =====================================
*/

fieldset {
	border: 1px solid #666666;
	font-size: 83%;
}

legend {
	font-size: bigger;
	font-weight: bold;
}
	  
label {
	display: block;
	margin: 3px;
	font-size: 83%;
}

input {
	color: #666666;
	font-size: 83%;
}

input:focus {
	background-color: #FFFFCC;
	color: #000000;
}

input.inputBox {
	color: #000000;
	display: block;
	margin-top: 5px;
}

input.required_Field {
	border-left: 3px solid #FF0000;
}

textarea {
	color: #666666;
	font-size: 83%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea:focus {
	background-color: #FFFFCC;
	color: #000000;
}

textarea.inputBox {
	color: #000000;
	display: block;
	margin-top: 5px;
}

em {
	font-weight: bold;
	color: #FF0000;
}

/*
=====================================
 * Data Tables and Cascading Style Sheets Gallery *
 *  http://icant.co.uk/csstablegallery/index.php  *
 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *
 =====================================
*/

table {
	width: 100%;
	margin: 0px; 
 	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	color: #LC5D79;
}

table, tr, th, td {
	border-collapse: collapse;
}

caption {
	margin: 0px; 
 	padding: 0px;
	background: #F3F3F3;
	height: 25px;
	line-height: 25px;
	text-indent: 28px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 73%;
	font-weight: bold;
	color: #555D6D;
	text-align: left;
	letter-spacing: 3px;
	border-top: dashed 1px #C2C2C2;
	border-bottom: dashed 1px #C2C2C2;
}

/* Table Head */

thead {
	background-color: #FFFFFF;
	border: none;
}

thead tr th {
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #1C5D79;
	background-image: url(../images/template/table_head_bg.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #FF9900;
	border-right: solid 1px #FF9900;	
	border-collapse: collapse;	
	font-size: 73%;
}

/* Table Body */

tbody tr {
	background: #DFEDF3;
	font-size: 73%;
}

tbody tr.odd {
	background: #F0FFFF;
	font-size: 73%;
}

tbody tr:hover, tbody tr.odd:hover {
	background: #FFFFFF;
}

tbody tr th, tbody tr td {
	padding: 2px;
	border: solid 1px #326E87;
}

tbody tr td p {
	font-size: 100%;
}

tbody tr th {
	background: #1C5D79;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 100%;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: solid 1px white;
}

tbody tr th:hover {
	background: #1C5D79;
	/*background: #ffffff;*/
}

/* Table Links */

table a {
	color: #FF6600;
	text-decoration: none;
	border-bottom: solid 1px white;
}

table a:hover {
	color: #FF9900;
	border-bottom: none;
}

table tbody tr th a {
	color: #FF9900;
}

table tbody tr th a:hover {
	color: #FF9900;
}

table tbody tr td a {
	color: #FF6600;
}

/* Table Footer */

tfoot {
	background: #F3F3F3;
	height: 18px;
	line-height: 18px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 73%;
	font-weight: bold;
	color: #555D6D;
	text-align: center;
	letter-spacing: 0px;
	border-top: solid 2px #326E87;
	border-bottom: dashed 1px #C2C2C2;
}

tfoot tr th, tfoot tr td {
	/*padding: .1em .6em;*/
}

tfoot tr th {
	border-top: solid 1px #326E87;
}

tfoot tr td {
	text-align: right;
}

/*
=====================================
Images
 =====================================
*/

.imageLeft {
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: left;
}

.imageRight {
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: right;
}

.imageCentre {
	display: block;
	margin: 0px auto 0px auto;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
