 
body {
	font-family: helvetica; 	
	font-size: 10pt;
	background-color: black;
}
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: -5px;
}
ul.tabs li:hover{
	background-color: #676767;
}

ul.tabs li {
	
	display: inline;
	border: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #DCDCDC;
	margin: 0px 0px -3px;
	padding: 5px; 5px; 5px; 5px;
	background-color: black;
	color: white;
	text-transform: uppercase;
	-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{
	background-color: white;
	color: black;
	padding-bottom: 10px;
	border: 0;

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

 div#rightcolumn {
 	float: right; 
 	width: 35%;
 }

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 black;
	background-image:url('img/yh_judo_redbanner.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 3em;
	padding-bottom: 0em;
	padding-right: 4em;
	padding-left: 4em;
	background-color: #F0441E;
}
header {
	display: block;
	background-color: #252525;
	padding: 5px 2px;
	margin: 3px; 0px;
}
/**
* container for the "Yorkshire &amp; Humberside Judo" text */
#yhtitle {
	text-transform: uppercase;
	text-shadow: #666666 5px 5px 5px;
	font-size: 3.5em;
	font-family: arial;
	font-weight: bold;
	color: white;
}

#banner img.rose {
	margin: 4px;
}
img {
	border: none;
}
div#footer_wrapper {
	display: block;
	font-size: 0.7em;
	text-align: center;
	background-color: #252525;
	margin-top: 1em;
	margin-left: 132px;
	padding: 1em;	
}
div#footer {
	background-color: #ffffff;
	color: #000000;
	padding: 0.5em;
}
#content {
	min-height: 75%;
	margin-left: 132px;
	background-color: #252525;
}
#content > div {
	background-color: #ffffff;
	margin: 1em 1em 1em 1em;
	padding: 0.5em;
}
#content div#contentheading /*, #content h2*/ {
	background-color: #F0441E;
	padding: 1px 1px 2px 5px;
	color: #ffffff;
}
#content div#contentheading {
	font-weight: bold;
	font-size: 1.3em;
}
#content div#contentheading ul {
	text-align: right;
	list-style: none;
	display: inline;
}
#content div#contentheading li {
	display: inline;
	
} 

#menu {
	width: 122px;
	background-color: #ffffff;
	float: left; 
	margin-top: 2px;
	margin-right: 5px;
	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 {
	border-left: 2px solid ;	
	border-right: 2px solid ;
	padding: 4px; 3px; 4px; 5px;
	margin: 1px;
	background-color: black;
	text-transform: uppercase;
	border-left: 1px outset #CCCCCC; 
	border-right: 1px outset #CCCCCC;
}
#menu div:hover{
	background-color: #676767;
}
#menu div a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#menu div a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#menu div a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
/* div displayed to select club when mouse over club in menu */
#menu_clublist {
	display: none;
	border: 1px solid black;
	color: #FFFFFF;
	color: #00FFFF;
	top: 120px;
	left: 129px;
	position: absolute;
	z-index: 50;
}



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.news h2 {
	margin: 0px;
}
div.newsbody {
	padding: 0.75em;
}
div.newsheadline {
	padding: 2px;	
	font-weight: bold;
	background: #F0441E;
	color: white;
}
div.altbg1 {
	background: #DCDCDC;
}
div.altbg2 {
	background: #FFFFFF;
}

