/* @override http://www.kirkcaldyymjfc.co.uk/style-sheet.css */

@charset "UTF-8";
/* CSS Document */

nul {
	
}

body {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #CCCCCC/* url(images/background3.gif) repeat-y center*/;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 10px;
	padding: 0px;
	background: #FFFFFF;
}

#title {
	height: 110px;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	padding: 00px;
	background: #f31715 url(images/KYMJFCBanner.jpg) no-repeat 0 0;
}

#title p {
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: middle;
}

#menu {
	float: left;
	width: 150px;
}

#menu .home_menu_button {
	margin-top: 10px;
	margin-left: 5px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	width: 130px;
	
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu .home_menu_button a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

#menu .section_header {
	margin-top: 10px;
	padding: 10px;
	background-color: #fae0e0;
	width: 115px;
	border-bottom: 2px red solid;
	border-right: 2px solid red;
	border-top: 2px solid red;
	font-weight: bold;
}

#menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#menu ul li a {
	width: 130px;
	text-decoration: none;
	border-bottom: 1px red solid;
/*	border-top: 1px solid white;
	margin-top: 3px;
	border-left: 1px solid white; */
	display: block;
	padding: 5px;
	color: #000000;
}

#menu ul li a:hover {
	background: #fae0e0 url(images/menu_arrow_background.gif) no-repeat right;
}

#content {
	width: 630px;
	float: right;
	padding: 10px;
	padding-top: 0px;
	background: #FFFFFF;
}

.homepage_latest_stuff {
	float: right;
	width: 215px;
	padding: 5px;
	font-size: 12px;
	padding-top: 0px;
}

.homepage_latest_stuff p {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

.homepage_latest_stuff .title {
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	letter-spacing: 1px;
	background: #ee0034 url(images/homepage_latest_stuff_title_background.gif) no-repeat right center;
}

.homepage_latest_stuff table {
	margin-bottom: 10px;
}

.homepage_latest_stuff .fixtures a {
	color: #0000FF;
}

div .homepage_news {
	padding: 5px;
	margin-bottom: 10px;
	width: 390px;
	margin-top: 10px;
	float: left;
}

div .homepage_news:hover {
	cursor: pointer;
}

.homepage_news .title {
	width: 390px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid red;
	background-color: #FBE7E7;
}

.homepage_news .title2 {
	font-weight: bold;
	display: block;
	padding: 5px;
}

.homepage_news .title2 a {
	text-decoration: none;
	color: black;
}

.homepage_news .title2 a:hover {
	text-decoration: underline;
}

.homepage_news .date {
	width: 40px;
	padding-right: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	float: right;
}

.homepage_news .report {
	width: 390px;
}

.homepage_news .report a {
	text-decoration: none;
	color: black;
}


#footer {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #999999;
	font-size: 12px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #0000FF;
}

.fixtures {
	width: 100%;
	text-align: center;
}

.fixtures .headers {
	font-weight: bold;
}

.fixtures .line {
	height: 1px;
	background-color: red;
}


.fixtures .verticle_line {
	width: 1px;
	background-color: #fcefef;
}

.fixtures .odd_row td {
	background-color: #fcefef;
	padding: 3px;
}

.fixtures .notes {
	text-align: left;
	font-style: italic;
	padding-left: 70px;
	color: #999999;
}

.fixtures a {
	text-decoration: none;
	color: #000000;
}

.fixtures a:hover {
	text-decoration: underline;
}

div .jimsreport {
	border: 2px solid red;
	padding: 5px;
	margin-bottom: 10px;
	width: 609px;
	background: url(images/box_top_right_corner_red.gif) top right no-repeat;
}

div .jimsreport:hover {
	cursor: pointer;
}

.jimsreport .title {
	width: 590px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid red;
}

.jimsreport .title a {
	text-decoration: none;
	color: black;
}

.jimsreport .title a:hover {
	text-decoration: underline;
}

.jimsreport .date {
	width: 40px;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	padding-left: 50px;
}

.jimsreport .report {
	width: 590px;
}

.jimsreport .report a {
	text-decoration: none;
	color: black;
}

#gallery_big {
	width: 600px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	background: #000000 url(images/loading.gif) no-repeat center center;
}

#gallery_thumbnails {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.player_pool {
	width: 300px;
        height: 150px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	border: 2px solid #FF0000;
	background: url(images/box_top_right_corner_red.gif) top right no-repeat;
}

div.player_pool .possition {
	color: #555555;
	display: block;
	padding-bottom: 5px;
}

div.player_pool img {
	margin: 5px;
}

div.player_pool h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FF0000;
}

div.player_pool p {
	margin: 0px;
}
