/*
	ADMIN CSS MASTER Ian Collinge 2008 - license to this domain only.
	Removal of this notice or replication of this file without express
	permission of the author represents copyright theft.
	
	To use this script on anther domain contact ian@mowmow.co.uk


/*
	MAIN BODY
	
*/
* { padding:0; margin: 0 
}
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #76848F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75848E;
	margin-bottom: 40px;
}


body {
	background-color: #8FBADA;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	text-align: left;
}

.TbRowOdd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76848F;
	background-image: url(../admin/image_bank/tbOdd.gif);
	background-repeat: repeat;
	padding-left: 10px;
	height: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
.ediorHolder {
	background-color: #D5D9DC;
	padding: 20px;
	height: 300px;
	width: auto;
}
.AdminButtons {
	text-align: right;
	height: auto;
	width: 100%;
	padding: 20px 0px 0px;
}



/*
	BUTTONS
	
*/
.header {
	height: 40px;
	width: 100%;
	background-color: #000000;
	background-image: url(../css_images/newheadertop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*
	FEATURE IMAGE (BANNER)
	
*/

.featureImage {
	background-image: url(../image_bank/home_06.jpg);
	background-repeat: no-repeat;
	background-position:centre,top;
	height: 180px;
	width: 765px;
	position: relative;
	top: 0px;
}

/*LINKS */

a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #4B5B66;
font-weight: bolder;
line-height: 14px;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #678293;
font-weight: bolder;
line-height: 14px;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #1C3B4D;
text-decoration: underline;
font-weight: bolder;
line-height: 14px;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #1C3B4D;
font-weight: bolder;
line-height: 14px;
}

/*LAYOUT CLASSES */

#content {
	padding: 0;
	margin: 0 auto;
	width: 770px;
	top: 0px;
	background-image: url(../css_images/BGALTRHGT.gif);
	background-repeat: repeat;
	height: 100%;
}

/* UPPER TAB MENU */

#menu {
	width: 90%;
	height: 21px;
}

#menu ul {
	list-style: none;
	float: right;
}

#menu li {
	display: table-cell;
	border-left: 1px solid #FFFFFF;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 93px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 21px;
	background-image: url(../image_bank/tab_button.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 3px;
	float: right;
}
#menu a:hover {
	background-image: url(../image_bank/tab_button_over.jpg);
	
}
	
/* CONTENT */

#maincontent {
	width: 770px;
	background-image: url(../css_images/BGALTRHGT.gif);
}		
#maincontent .underline { 
border-bottom: 
1px dotted #aaa; 
margin-bottom: 10px }

#left_side {
	width: 470px;
	background: #FFFFFF;
	height: 100%;
}
#eventslistRHT {
	text-align: left;
	background-image: url(../css_images/stripe.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 2px;
	margin-top: 2px;
}

#right_side {
	width: 230px;
	background: #C3D3D6;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	padding-top: 10px;
	height: auto;
}
.headingsTexture {
	background-repeat: repeat;
	background-position: 0px 0px;
}

#nav {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/generic/nav_background.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;

}
.articleTitle {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #75848E;
	text-decoration: none;
}

#footer .right { float: right }
a:visited {
	color: #75848E;
	text-decoration: none;
}
.mast {
	position: relative;
	width: 770px;
}
.TbRowEven {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76848F;
	background-image: url(../admin/image_bank/tbEven.gif);
	background-repeat: repeat;
	padding-left: 10px;
	height: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
.TbLabels {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76848F;
	padding-left: 10px;
	height: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	width: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color: #76848F;
}
.StdLabels {
	padding-left: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	width: auto;
	padding-right: 10px;
}
.MenuitemOn {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #C3D3D6;
	background-color: #75848E;
	height: 17px;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#left_sideZONE1 {
	width: 520px;
	height: auto;
	top: 0px;
}
#left_sideZONE2 {


	width: 520px;
	background: #FFFFFF;
}
#left_sideZONE3 {

	width: 477px;
	background: #FFFFFF;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 20px;
}
#left_sideCONTENT {
	width: 500px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	height: inherit;
}
#right_sideALTERNATIVE {
	width: 220px;
	background: #556978;
	float: right;
	height: auto;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
#contentALT {
	padding: 0;
	margin: 0 auto;
	width: 770px;
	position: relative;
	top: 0px;
	background-image: url(../css_images/BGALTRHGT.gif);
	height: 100%;
}
#maincontentALT {

	width: 100%;
	background: #FFFFFF;
	height: 100%;
}

/* NEW STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	line-height: 12px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
	font-weight: lighter;
	line-height: 20px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
	font-weight: lighter;
	line-height: 15px;
}
.standfirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
	font-weight: lighter;
	line-height: 15px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	line-height: 15px;
	font-weight: lighter;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
	line-height: 15px;
	font-weight: lighter;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	font-weight: lighter;
}	
#footer {
	background-image: url(../images/generic/nav_background.gif);
	background-repeat: repeat;
	width: 770px;
	padding-top: 6px;
	padding-bottom: 6px;
	}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#C3D3D6;
	vertical-align: middle;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#C3D3D6;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: underline;
}	
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	vertical-align: middle;
}
#dividers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #CC0000;
	text-decoration: none;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.contentTable {
	background-image: url(../css_images/BGALTRHGT.gif);
	background-repeat: repeat;
	text-align: left;
	vertical-align: top;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
