/* Main CSS for divs and other containers --------------------------------------------------------------- */

#mainHeader {
background-image: url(http://www.yucpc.org.uk/images/header_logo.gif);
background-repeat: no-repeat;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
height: 80px;
}

	#mainHeader p {
	margin-top: 0;
	margin-bottom: 5px;
	}
	
	#mainHeader a:link, #mainHeader a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #51AEE2;
	text-decoration: none;
	}
	
	#mainHeader a:hover, #mainHeader a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #51AEE2;
	text-decoration: underline;
	}

#mainHeaderDivide {
height: 12px;
background-image: url(http://www.yucpc.org.uk/images/rope.gif);
background-repeat: repeat-x;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
padding: 10px 0 20px 0;
}

	#footer a:link, #footer a:visited, #footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	}
	
	#footer a:hover, footer a:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	}

#pageContent {
/* Used for limiting a page width to 780px where required */
width: 780px
}


/* Text classes -------------------------------------------------------------------------------------------- */

.body {
height: 100%;
font-family: Verdana;
font-size: 12px;
color: #A0C0A0;
background-image: url(http://www.yucpc.org.uk/images/menubar.jpg); 
background-repeat: repeat-y;
background-color: #232323;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}

.body_basic {
height: 100%;
font-family: Verdana;
font-size: 12px;
color: #A0C0A0;
background-color: #232323;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}

td {
font-family: Verdana;
font-size: 12px;
color: #A0C0A0;
}

a:link {
font-family: Verdana;
font-size: 12px;
color: #51AEE2;
text-decoration: none;
}

a:visited {
font-family: Verdana;
font-size: 12px;
color: #51AEE2;
text-decoration: none;
}

a:hover {
font-family: Verdana;
font-size: 12px;
color: #51AEE2;
text-decoration: underline;
}

.header {
font-family: Verdana;
font-size: 14px;
color: #ECEC00;
}

	.header a:link, .header a:visited {
	font-family: Verdana;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	}
	
	.header a:hover, .header a:visited:hover {
	font-family: Verdana;
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
	}

.header2 {
font-family: Verdana;
font-size: 12px;
color: #ECEC00;
}

.header3 {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #669966;
}

.header4 {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #669966;
}

.column_header {
font-family: Verdana;
font-size: 9px;
color: #669966;
}

.body_grey_small {
font-family: Verdana;
font-size: 11px;
color: #666666;
}

.forumNameDate {
font-family: Verdana;
font-size: 11px;
font-style: italic;
color: #669966;
}

#menu p {
margin: 5px 0 5px 0;
}

	#menu a:link, #menu a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	}
	
	#menu a:hover, #menu a:visited:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

.message {
margin-bottom: 30px;
margin-top: 10px;
color:#FFFFFF
}

.tableHeader {
border-collapse: collapse; 
border: 1px solid #3E3E3E;
background-image: url(../images/table_head_bgd.gif); 
background-repeat: repeat-x;
}

.tableDividingLine {
height: 1;
background: #333333;
padding:0;
}

li {
margin-bottom: 2px;
}

.image_black_border {
border: #000000 solid 1px;
}


/* Form elements ----------------------------------------------------------------------------*/

form {
margin-top: 0;
margin-bottom: 0;
}

input[type="text"], input[type="file"], input[type="password"] {
font-family: Arial;
font-size: 12px;
background-color: #C5D8C5;
border-style:ridge;
border-width: 1px;
border-color: #CCCCCC;
}


input[type="submit"], input[type="button"] {
font-family: Arial;
font-size: 12px;
background-color: #C5D8C5;
border-style:ridge;
border-width: 1px;
border-color: #CCCCCC;
width: 100px;
}

textarea {
font-family: Arial;
font-size: 12px;
background-color: #C5D8C5;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
}

select {
font-family: Arial;
font-size: 10px;
background-color: #C5D8C5;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
}