/******************/
/**     BODY     **/
/******************/
html, div, form, h1, h2, h3, h4, h5, h6, img, p {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #000;
	font-size: 80%;
}

#container {
	width: 1024px;
	text-align: left;
	margin: 10px auto;
	background-color: #fff;
}

#header {
	height: 150px;
	width: 1024px;
	margin: 10px auto;
}

#content {
	width: 604px;
	margin: 10px 0 0 210px;
	min-height: 830px;
	background-image: url(../images/webcrest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 830px;
}
/**/

#leftFrame {
	margin: 15px 0 0 0;
	float: left;
	width: 200px;
}

#rightFrame {
	margin: 15px 0 0 0;
	float: right;
	width: 200px;
}

#footer {
	text-align: center;
	color: #ffffff;
	/*font-size: 80%;*/
}

#squad {
	background-image: url(../images/pitch.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 20px 0;
}

/******************/
/**     MENU     **/
/******************/
#mainNav {
	text-align: center;
	background-color: #a00;
}

#subNav {
	text-align: center;
	background-color: #faebd7;
	margin: 0;
	height: 26px;
}

#mainNav ul, #subNav ul {
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0;
}

#mainNav li, #subNav li {
	display: inline;
}	

#mainNav a  {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

#subNav a  {
	text-decoration: none;
	color: #000;
	padding: 5px 10px 5px 10px;
}

#mainNav a:hover {
	background-color: #faebd7;
	color: #000;
}

#subNav a:hover {
	background-color: #fff;
}

/******************/
/**    TABLES    **/
/******************/
table { 
    margin-bottom: 15px;
}

th {
    text-align: center;
    background-color: #a00;
    color: #fff;
    font-weight: bold;
}

.admin {
	margin-left: 20px;
}

table.normal td {
    background-color: #faebd7;
}

table.fixture td{
    text-align: center;
    border-bottom: 1px solid #c3c3c3;
}

tr.primColor td {
    /*background-color: #faebd7;*/
    background-color: #fdfdfd;
}

tr.secColor td {
    background-color: #faebc1;
}

tr.centerAlign td {
    text-align: center;
}

tr.table td {
    background-color: #fdfdfd;
    border-bottom: 1px solid #c3c3c3;
}

.tableNames {
    padding-left: 15px;
}

.tableValues {
    text-align: center;
    width: 40px;
}

.center {
    text-align: center;
}

.bottom {
    vertical-align: bottom;
}

.top {
	vertical-align: top;
}

table.squad {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

td.keeper {
	text-align: center;
	background-image: url(../images/keepertop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: bottom;
	width: 80px;
	height: 65px;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

td.player {
	text-align: center;
	background-image: url(../images/playertop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: bottom;
	width: 80px;
	height: 65px;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

/******************/
/**     TEXT     **/
/******************/
#content p {
	padding: 0 0 14px 0;
	/*font-size: 80%;*/
}

#content h1 {
	padding: 0 0 2px 30px;
	margin: 0 150px 30px 15px;
	font-size: 138%;
	text-transform: uppercase;
	border-bottom: 1px solid #a00;
}
#content h2 {
	font-size: 100%;
}
#content h3 {
	font-size: 100%;
	color: #a00;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 4px;
	text-align: left;
}
#content h4 {
	font-size: 65%;
	font-style: italic;
	color: #666666;
}
#content h5 {
	font-size: 80%;
	color: #CCCCCC;
	margin-bottom: -12px;
	text-align: right;
}

#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
}

#content li {
	padding-bottom: 5px;
} 

#squad p {
	padding: 0 0 7px 55px;
	background-image: url(../images/bench.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 40px;
}

hr {
	color: #cccccc;
	margin-top: 8px;
}

.pdf-link {
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#center {
	text-align: center;
	padding: 0 0 10px 0;
}

#form {
	text-align: center;
}

#form p {
	padding: 30px 0 0 0;
}

#form h1 {
	padding: 0;
}

.width {
	width: 40px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#addNewsItem, #editNewsItem, #deleteNewsItem, #createSeason, #createGame, #editMatch, #enterSquads, #enterResults, #enterReport, #enterStats, #addPlayer, #editPlayer, #addSocial, #editSocial, #deleteSocial, #uploadPhotos, #editAlbum {
	display: none;
}

#addNewsItemLink, #editNewsItemLink, #deleteNewsItemLink, #createSeasonLink, #createGameLink, #editMatchLink, #enterSquadsLink, #enterResultsLink, #enterReportLink, #enterStatsLink, #addPlayerLink, #editPlayerLink, #addSocialLink, #editSocialLink, #deleteSocialLink, #uploadPhotosLink, #editAlbumLink {
	cursor: pointer;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	padding: 0 0 10px 20px;
	margin-left: 5px;
}

#adminmenu p  {
	padding: 0 0 12px 20px;
}

.adminFeedback  {
	background-image: url(../images/information-icon.png);
	background-repeat: no-repeat;
	color: #0066CC;
	font-weight: bold;
}

.errorFeedback  {
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	color: #FF0000;
	font-weight: bold;
}

.album {
	color: #000099;
	cursor: pointer;
}

#googlemap {
	width: 400px;
	height: 400px;
	margin-left: 102px;
}

.link {
	text-decoration: underline;
	color: #0000ff;
	cursor: pointer;
}