@charset "UTF-8";

/**
 * Main Junior Ilkley Harriers style sheet
 *
 * file		jh3_style.css
 * date		21 Aug 2010
 *
 */
 
* {
	padding: 0;
	margin: 0;
}

body {
	font-family:  "Comic Sans MS", comic, sans-serif; 
	color: darkgreen; 
    background-image: url(images/background2-850.jpg);
    background-repeat: repeat-y;
    background-position: center;
	text-align: center;
	font-size: 12px;
}

p {
	font-size: 12px;
	margin-bottom:10px;
}

td {
	font-size: 12px;
}

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: 12px;
	padding: 6px;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
	margin: 4px;
}

#MainContainer {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align:left;
    background-color: lightgreen;
}

#MainDiv {
	padding: 20px 10px 10px 10px;
}

#MainDiv p {
	margin-bottom: 10px;
}

#MainDiv h2 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
}

#MainDiv h3 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#MainCol {
	float: left;
	width: 660px;
	padding: 5px;
}

#RightCol {
	float: right; 
	width: 120px;
	border-left: 1px solid #cccccc;
}

#RightCol h3 {
	margin-top: 0;
	font-size: 20px;
}

#MainCol2 {
	padding: 5px;
}


#TopDiv {
	background: #ed1b24;
	text-align: left;
	height: 100px;
}

#TopNav{
	clear: both;
	margin:0;
	padding:3px 3px 2px 15px;
	background-color:#66CC66;
	border-top-width: 5px;
	height: 22px;
	border-top-style: solid;
	border-top-color: #ed1b24;
}

#TopDiv h1 {
	float: left;
	font-weight: bold;
	font-style: normal;
	font-size: 36px;
	white-space: nowrap;
	padding:8px;
	color: #ffffff;
	font-variant: normal;
}

#FootDiv {
	clear:both;
	padding:0;
	margin:0 12px 0 12px;
	text-align:center;
}


#FootDiv p {
	line-height:14px;
	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;
}

.table1 tbody tr td, .table1 tbody tr th {
	background-color: #dddddd;
	padding: 3px;
 }

/* JH2 legacy */
.gentable { font-size: 12px; vertical-align: top; background-color: lightgreen; }


