 
body {
	font-family: helvetica; 	
	font-size: 10pt;
}
body h2 {
	font-size: 1.2em;
	/*
	border-top: 1px solid grey;
	background-color: #99CCFF;
	*/
}

/** tab styling */
ul.tabs {
	list-style: none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	margin-bottom: 3px;
}
ul.tabs li {
	display: inline;
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #DCDCDC;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	-moz-border-radius-topleft: 5px;
	 -webkit-border-top-left-radius: 5px;
	 -moz-border-radius-topright: 5px;
	 -webkit-border-top-right-radius: 5px;
}
ul.tabs li.selectedTab{
		padding-bottom: 10px;
		background-color: #99CCFF;
		border: 0;

}
ul.tabs li a {
	padding: 0 1em;
}
/* end tabs */

span.date {
	font-style: italic;
	font-size: 0.8em;
}
span.smalllinktext a {
	font-size: 0.8em;
	text-decoration: none;
	color: grey;
}
span.smalllinktext a:hover {
	font-size: 0.8em;
	text-decoration: underline;
	color: grey;
}
#formMessages {
	color: #66AADD;
	font-size: 1.0em;
	font-weight: bold;	
}
#banner {
	border: 1px solid #D0D0D0;
	height: 65px;
	text-align: center;
	padding: 0.6em;
	/*background-color: #99CCFF;*/
}

/**
* should be 1 H1 which contains the page heading
*/
#banner #heading1 {
	text-transform: uppercase;
	font-size: 4em;
	margin-top: 20px;
	font-weight: bold;
}
/**
* container for the "Yorkshire &amp; Humberside Judo" text
*/
#banner #heading2 {
	text-transform: uppercase;
	font-size: 3em;
	float: right;
	font-weight: bold;
}

#banner img.rose {
	height: 60px;
	margin: 4px;
}
img {
	border: none;
}
#footer {
	margin-top: 1px;	
	font-size: 0.7em;
	text-align: center;
}
#content {
	min-height: 75%;
	margin-top: 2px;
	margin-bottom: 1px;
	padding: 1.0em;
	margin-left: 127px;
}
#menu {
	width: 122px;
	float: left; 
	margin-top: 2px;
	border: 1px solid #DCDCDC;	
	font-size: 0.9em;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;	
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;		
}
#menu div {
	/* width: 118px; */
	padding-left: 4px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 1px;
	color: #FFFFFF;
	background-color: #99CCFF;
	border: 1px outset #CCCCCC; 
}
#menu div:hover{
	border: 1px inset #CCCCCC; 
	color: #00FFFF;
}
#menu div a:link{
	text-decoration: none;
	color: #000000;
}
#menu div a:hover{
	color: #000000;
	text-decoration: underline;
}
#menu div a:visited{
	color: #000000;
	text-decoration: none;
}
/* div displayed to select club when mouse over club in menu */
#menu_clublist {
	display: none;
	border: 1px solid black;
	color: #000000;
	color: #00FFFF;
	top: 120px;
	left: 129px;
	position: absolute;
}



label {
	font-size: 0.9em;
	color: grey;
	padding-top: 0.25em;
}
span.fieldlabel {
	font-size: 0.9em;
	color: grey;
	padding-top: 0.2em;
}
textarea.contentEditor {
	width: 95%;
}
table{
	font-family: serif; 	
	font-size: 1.0em; /* 0.9em; */
}
tr{
	font-family: serif; 	
	font-size: 1.0em;
}
td{
	font-family: serif; 	
	font-size: 1.0em;
	padding: 2px;	
}
div.resultlisting {
	margin-left: 10px; 
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.3em;	
}
div.resultlisting span.title a:link {text-decoration: none; color: black;}
div.resultlisting  span.title a:hover {text-decoration: underline; color: black;}
div.resultlisting  span.title a:visited {text-decoration: none; color: black;}
div.event {
	font-size: 0.9em;
	margin-left: 10px; 
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.3em;
}
div.event p {
	margin:0; 
	padding: 0;
}

/** when listing available results, each entry will be in one of these divs **/
div.result {
	margin-left: 2px; 
	border: none;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.3em;
}

/** tables used to display the results **/
table.result {
	width: 95%;
}
table.result td {
	font-size: 0.9em;
	border: 1px solid grey;
	padding: 1px;
	margin: 0px;	
}
/** **/

div.club {
	margin-left: 30px; 
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;	
}
div.club span.clubHeader {
	font-weight: bold;
	font-size: 1.0em;
}
div.club span.clubnotes p {
	margin:0; 
	padding: 0;
}
div.club div.event {
	border: none;
	font-size: 0.9em;
	padding: 8px;
	margin-top: 0.2em;
	margin-bottom: 0em;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;   
} 
div.club div.event span.clubtrainingtitle {
	font-weight: bold;
}
div.club div.event span.trainingnotes p {
	margin:0; 
	padding: 0;		
}
div.club span.externallink a:hover {text-decoration: none; color: black; }
div.club span.externallink a:link {text-decoration: none; color: black; }
div.club span.externallink a:hover {text-decoration: underline; color: black; }



div.friendconnectdiv {
	margin-left: 1.0em;
	margin-bottom: 1.0em;
	border: 1px solid #DCDCDC;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;	    
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
div.news {	
	margin-left: 1.0em;
	margin-bottom: 1.0em;
	border: 1px solid #DCDCDC;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;	    
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
div.newsbody {
	padding: 0.75em;
}
div.newsheadline {
	padding: 2px;	
	font-weight: bold;
	background: #99CCFF;
}
div.altbg1 {
	background: #DCDCDC;
}
div.altbg2 {
	background: #FFFFFF;
}
