/*
	File: stylesheet_ece.css
	Created: February 2005
	Author: John K Christensen

	This file contains all the relevant CSS elements required to
	create the Edinburgh Corn Exchange Website
	
	(c) 2005 Revolver Design Limited. All rights reserved.
/*


/*********************************************
BODY
*********************************************/

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	background-color:#2B546D;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	text-decoration: none;
}
td{
	font-size:10px;
}
.break{
	color:#A3A06B;
	padding-left:4px;
	padding-right:4px;
}

.heading{
	font-size:14px;
	font-weight:bold;
}

.intro{
	font-size:12px;
	font-weight:bold;
	color:#CAD5DD;
}
.introsmall{
	font-size:10px;
	font-weight:bold;
	color:#CAD5DD;
}


/*********************************************
LINKS
*********************************************/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #204151;
	text-decoration:none;
}
	
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/*********************************************
T&C LINKS
*********************************************/

a.tc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

a.tc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
	
a.tc:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
	
a.tc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration:underline;
}
	
a.tc:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

/*********************************************
MENU LINKS
*********************************************/

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3E657C;
	text-decoration: none;
	display:block;
	width:105px;
	height:14px;
	border-top: 1px solid #C4B87A;
	background-image:url(../images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-color:#D3C998;
	padding-left:20px;
}

a.menu:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	height:14px;
	display:block;
	border-top: 1px solid #C4B87A;
	background-image:url(../images/nav_arrow_over.gif);
	background-repeat:no-repeat;
	color: #1B3A49;
}
	
a.menu:active {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3E657C;
	text-decoration: none;
	height:14px;
	display:block;
	border-top: 1px solid #C4B87A;
	background-image:url(../images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-color:#D3C998;
}
	
.menu_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	height:14px;
	display:block;
	border-top: 1px solid #C4B87A;
	background-image:url(../images/nav_arrow_over.gif);
	background-repeat:no-repeat;
	background-color:#D3C998;
	color: #1B3A49;
	padding-left:20px;
	width:105px;
}

	
/*********************************************
NEWS LINK
*********************************************/

a.newsbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.newsbold:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.newsbold:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.newsbold:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.newsbold:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/*********************************************
NEWS
*********************************************/

.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2B546D;
	text-decoration: none;
}

.newsbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #2B546D;
	text-decoration: none;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border:1px solid #3E657C;
	width:250px;
	}


.pagecontent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #204151;
	text-decoration: none;
}
	
.pagecontent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #204151;
	text-decoration: none;
}
	
.pagecontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
	
.pagecontent a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
