/* Stylesheet - Chulmleigh Cricket Club */

a, a:active, a:visited
{
	text-decoration: underline;
	color: #000080;
}
a:hover
{
	text-decoration: underline;
	color: #F99123;
}


body
{
	background-color: #FFFFFF;
	font-size: 11pt;
	font-family: Verdana, Heltevicta, sans-serif;
	color: #000000;
	font-weight: normal;
}

.page
{
	width: 800px;
}

.headertbl
{
	background-color: #006E00;
	width: 100%;
}

.header
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}

td.headerbold
{
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
td.headertext
{
	width: 100%;
	font-size: 24pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
td.headersmall
{
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.navtbl
{
	background-image: url('/images/greengradient.png');
	background-repeat: repeat-x;
	width: 100%;
}

.navigation
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
}

.navigation a
{
	text-decoration: none;
	color: #FFFFFF;
}

.navigation a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:hover
{
	text-decoration: none;
	color: #000080;
}

.maintbl
{
	width: 100%;
	height: 300px;

}

.mainleft
{
	margin-left: 6px;
	width: 20%;
	background-color: #00B900;
	vertical-align: top;
}

.mainseperate
{
	width: 5%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.main
{
	width: 75%;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.title
{
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}

hr.title
{
	width: 100%;
	color: #006E00;
	text-align: left;
	height: 1px;
}

table.footer
{
	background-image: url('/images/greenfootergradient.png');
	background-repeat: repeat-x;
	width: 100%;
}

.footerleft
{
	font-size: 8pt;
	color: #FFFFFF;
	text-align: left;
}
p.footerleft
{
	margin-left: 5px;
	margin-top: -1px;
}
.footerright
{
	font-size: 8pt;
	color: #FFFFFF;
	margin-right: 2px;
	text-align: right;
}
p.footerright
{
	margin-right: 5px;
	margin-top: -1px;
}

.smalltext
{
	font-size: 9pt;
}

.smalltextcenter
{
	font-size: 9pt;
	text-align: center;
}

ol.decimal
{
	list-style-type: decimal;
	list-style-position: outside;
}

p.boldtext
{
	font-weight: bold;
}

table.contacttbl
{
	width: 90%;
	align: center;
}
table.contacttbl th
{
	font-weight: bold;
	text-align: left;
}
table.contacttbl td
{
	width: 25%;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}

table.linkstbl
{
	width: 90%;
	align: center;
}
table.linkstbl td
{
	width: 50%;
	text-align: left;
	font-size: 10pt;
	vertical-align: top;
	border-bottom: 10px solid #FFFFFF;
}

div.photoleft
{
	font-size: 10pt;
	font-style: italic;
	float: left;
	padding: 1px 5px 4px 0px;
	text-align: center;
}
div.photoright
{
	font-size: 10pt;
	font-style: italic;
	float: right;
	padding: 1px 0px 4px 5px;
	text-align: center;
}
img.photo
{
	border-width: 0px;
}

p.textcenter
{
	text-align: center
}

img
{
	border: none;
}
span.bold
{
	font-weight: bold;
}
span.italics
{
	font-style: italic;
}