/* CSS Teachers Badminton Club style v1.00 */

/* basic body, paragraph and heading elements */
body {
	margin: 0;
	padding: 0;
	font: 10pt/20pt Corbel, arial, sans-serif !important;
	color: #626262;
	text-align: center;
	background: url(../images/page-background-gradient.png) no-repeat top;
	}

p {
	font: 10pt/20pt Corbel, arial, sans-serif !important;
	color: #626262;
	text-align: justify;
	}

h1 {
	font: bold italic 18pt Corbel, arial, sans-serif !important;
	color: #626262;
	margin: 5px;
	}

h2 {
	font: bold italic 16pt Corbel, arial, sans-serif !important;
	color: #626262;
	}

h3 {
	font: bold italic 14pt Corbel, arial, sans-serif !important;
	color: #626262;
	}

h4 {
	font: bold italic 12pt Corbel, arial, sans-serif !important;
	color: #626262;
	}

h5, h6 {
	font: bold italic 10pt Corbel, arial, sans-serif !important;
	color: #626262;
	}

/* basic link elements */
a:link, a:visited { 
	text-decoration: none;
	color: #0000FF;
	background-color: #fff;
	}

a:hover, a:active { 
	text-decoration: underline; 
	}
		
ol li {
	padding: 2px 2px 2px 2px;	
	}
	
/* basic list elements */
li {
	list-style: none;
	}

/* center in browser */
#wrapper {
	width: 768px;
	position: relative;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/page-background.jpg) no-repeat top left;
	padding-top: 5px;
	border-top: solid #eaca74;
	}
	
/* div elements */
#header {
	background-color: transparent;
	float: right;
	}

#menu {
	position: fixed;
	top: 192px;
	font: italic 10pt Corbel, arial, sans-serif !important;
	width: 75px;
	}
	
/* IE hack */
* html #menu {
	position: absolute;
	top: 200px;
	font: italic 10pt Corbel, arial, sans-serif !important;
	width: 75px;
	}
/* end of IE hack */

#menu dd {
	margin: 0;
	padding: 1px;
	color: #626262;
	font-size: 1em;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #eaca74;
	}
	
#menu_list a, #menu_list a:visited {
	color: #626262;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 20px;
	background: #f1dca5 url(../images/slink1.gif) no-repeat 2px 5px;
	width: 92px;
	}
	
#menu_list a:hover {
	background: #eaca74 url(../images/slink2.gif) no-repeat 2px 8px;
	color: #000;
	}
	
#menu_list a.on_page {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 20px;
	background: #eaca74 url(../images/slink2.gif) no-repeat 2px 8px;
	}

#content {
	margin-top: 65px;
	margin-left: 150px;
	margin-right: 10px;
	}
	
#content a:link, #content a:visited {
	text-decoration: none;
	}

#TabbedPanels1 {
	margin-top: 20px;
	}

#footer {
	text-align: center;
	}
	
/* IE hack */
* html #content {
	margin-top: 55px;
	margin-left: 150px;
	margin-right: 10px;
	}
/* end of IE hack */

#content h2 {
	margin-bottom: -15px;
	}
	
#content h3 {
	margin-bottom: -15px;
	}
	
#content h4 {
	margin-bottom: -1px;
	}
	
#content h5, h6 {
	margin-bottom: -20px;
	}
	
#content li {
	display: inline;
	}
	
#content.league {
	padding: 2px 2px 2px 5px;
	font: italic 10pt Corbel, arial, sans-serif !important;
	}
	
#content.league, a:link {
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #626262;
	background: url(../images/button1.png);
	}

#content.league, a:hover, a:visited {
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #000;
	background: url(../images/button2.png);
	}
	
.page_top {
	text-align: center;
	text-decoration: none;
	}
	
.image {
	float: left;
	display: block;
	padding-right: 10px;
	}
	
.league {
	padding: 2px 2px 2px 5px;
	font: italic 10pt Arial, Helvetica, sans-serif;
	}
	
.league a:link {
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #626262;
	background: url(../images/button1.png);
	}

.league a:hover {
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #626262;
	background: url(../images/button2.png);
	}
	
.league a:visited {
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #626262;
	background: url(../images/button1.png);
	}
	
.padding_25 {
	height: 25px;
	}
.padding_10 {
	height: 10px;
	}