@charset "UTF-8";

/**
 * Main Ilkley Harriers style sheet
 *
 * file		style0910.css
 * date		22 Oct 2009
 *
 */
 
* {
	padding: 0;
	margin: 0;
}

body {
    background-image: url(images/background_960.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #f7f4ee;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

p {
	font-size: 0.9em;
	margin-bottom:10px;
}

td {
	font-size: 0.9em;
}

pre {
	font-family: courier;
}

ul {
	margin-left:30px;
	margin-bottom: 10px;	
}

a:link {
	text-decoration:none;
	font-weight : bold;
	color: #006600;
} 

a:active {
	text-decoration:none; 
	font-weight : bold;
	color: #006600;
} 

a:visited {
	text-decoration:none;
	font-weight : bold; 
	color:#006600;
} 

a:hover {
	text-decoration:none;
	font-weight : bold;	
	background-color: #FF0000; 
	color:#FFFFFF
} 

a img {
	border:0;
}

blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
	margin:.2em;
}

#MainContainer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align:left;
    background-color: #eeeeee;
}

#MainDiv {
	padding: 1em 2em 2em 2em;
}

#MainDiv p {
	margin-bottom: 10px;
}

#MainDiv h2 {
	font-size:1.4em;
	margin-bottom: 5px;
	margin-top: 20px;
}

#MainDiv h3 {
	font-size:1.2em;
	margin-bottom: 5px;
	margin-top: 20px;
}

#TopDiv {
	background: #ed1b24;
	text-align: left;
}

#TopNav{
	margin:0;
	padding:3px 3px 3px 15px;
	background-color:#66CC66;
	border-top-width: 5px;
	height: 1.5em;
	border-top-style: solid;
	border-top-color: #ed1b24;
}

#TopDiv h1 {
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:2.4em;
	white-space: nowrap;
	padding:8px;
	line-height:110%;
	color: #ffffff;
	font-variant: normal;
}

#TopRight {
	text-align:right;
	margin: 0 1em 0 0;
	padding: 0;
}

#FootDiv {
	clear:both;
	padding:0;
	margin:0 1em 0 1em;
	text-align:center;
}


#FootDiv p {
	color:#808080;
	line-height:1.1em;
	margin:15px 0 0 0;
	padding:0 0 3px 0;
}

.junior{
	font-family : "Comic Sans MS", Arial, sans-serif;
}

.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-position-y: top;
}
.excel-file { background-image: url(images/icons/excel.gif) }
.help-file { background-image: url(images/icons/help.gif) }
.hot-file { background-image: url(images/icons/hot.gif) }
.page-file { background-image: url(images/icons/page.gif) }
.pdf-file { background-image: url(images/icons/pdf.gif) }
.photo-file { background-image: url(images/icons/camera.gif) }
.photos { background-image: url(images/icons/camera.gif) }
.text-file { background-image: url(images/icons/text.gif) }
.web-file { background-image: url(images/icons/web.gif) }
.web { background-image: url(images/icons/web.gif) }
.word-file { background-image: url(images/icons/word.gif) }
.reminder { background-image: url(images/icons/reminder.gif) }
.forums { background-image: url(images/icons/forums.gif) }

dt {
	margin-left:10px;
	font-weight:bold;
}
dd {
	margin-left:15px;
	margin-bottom:5px;
	font-style:italic;
}

.MainNewsDiv {
	float:left;
	margin:10px 10px 10px 0;
	padding:0 20px 10px 10px; 
	width: expression(document.body.clientWidth < 382? "380px" : document.body.clientWidth > 622? "620px" : "auto");	
	min-width: 380px;	
	max-width: 620px;	
}

.MainNewsDiv h2 {
	font-size: 1.8em;
	margin-bottom: 5px;
}

.MainNewsDiv h3 {
	font-size:1.4em;
	margin-bottom: 5px;
	margin-top: 20px;
}


.RightCol {
	float:right; 
	width:240px;
}

.RightCol h2 {
	color: #105289;
	font-size: 1.0em;
}

.Reminders {
	padding:5px 5px 5px 10px; 
	background-image: url(images/bglines.gif); 
	background-repeat: repeat; 
	margin-top:20px;
}

.Reminders h3 {
	font-size: 0.9em;
}

.Reminders p {
	margin-bottom:5px;
}

.HotForum {
	padding:0 5px 5px 10px; 
	margin-top:20px;
	background-color: #e1ebf2;
}

.HotForum h3 {
	font-size: 0.9em;
	color: #105289;
	background-color: #e1ebf2;
}

.HotForum p {
	margin-bottom:5px;
}

.stripes tbody tr td {
	background-color: #cccccc;
	border: 1px solid #ffffff;
 }
.stripes tbody tr.odd  td {
	background-color: #eeeeee;
}

.table1 tbody tr td, .table1 tbody tr th {
	background-color: #dddddd;
	padding: 3px;
 }

.relays tbody tr td {
	background-color: #cccccc;
	border: 1px solid #ffffff;
	padding: 3px;
 }
 
.relays tbody tr.all  td {
	background-color: #99FF99;
}
.relays tbody tr.int  td {
	background-color: #FFCC00;
}
.relays tbody tr.adv  td {
	background-color: #FF6699;
}
.relays tbody tr.jun  td {
	background-color: #99FFFF;
}
.relays tbody tr.vet  td {
	background-color: #cccccc;
}