/* Gateshead Thunder CSS Layout - This stylesheet contains styles used within CuteNews and for news content
Created by JJ Media (John Flanagan and James Gordon) */

/* These classes organise the main news box on the homepage */

.mainleftcol {
	float: left;
	width: 250px;
	background-image:url(images/default.gif);
	background-repeat:no-repeat;
}

.mainrightcol {
	width: 230px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}

/* These classes determine the left hand side of the main news box */

.mainnewsbox {
	background-color:#4169E1;
	color: #FFFFFF;
	min-height:74px;
	height:auto !important;
	height: 74px;
	font-family:Verdana, Arial;
	padding: 5px;
	width: 479px;
}

.headline {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.newsboxtext {
	font-size: 11px;
	margin-bottom: 5px;
}

.newsboxlink, .newsboxlink a, .newsboxlink a:active, .newsboxlink a:visited, .newsboxlink a:link {
	font-size: 11px;
	text-align: right;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.newsboxlink a:hover {
	color: #000000;
}

/* These classes control the right hand side of the main news box column */

.recentnewstitle {
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#4169E1;
	text-transform: uppercase;
	padding-top: 5px;
}

.newslink {
	color:#172458;
	font-size: 10px;
	border-bottom: 1px dotted #6787E7;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
}

.newslink a:hover {
	text-decoration:underline;
	color: #3058D0;
	font-weight:normal;
}

/* These classes control the main column on the main pages */

.contentbox {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	line-height:140%;
}

.contentheading {
	font-size: 14px;
	color:#6787E7;
	font-weight:bold;
	margin-top: 10px;
}

.contentdate {
	font-size: 11px;
	color:#172458;
	margin-top: 10px;
}

.contentmore, .contentmore a, .contentmore a:active, .contentmore a:visited, .contentmore a:link {
	text-align:right;
	font-size: 11px;
	color:#6787E7;
	font-weight:bold;
	margin-bottom: 10px;
}

.contentmore a:hover {
	text-decoration:underline;
	color: #3058D0;
}

.contentsubheading {
	font-size: 12px;
	color:#172458;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Table border */

.fixturestable {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	text-align:center;
}

.fixturestable tr {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

.fixturestable td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.fixturestable th {
	font-weight:bold;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}