/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #f5f5f5;
}

a:hover {
	text-decoration: underline;
	color: #101010;
}

a:visited {
	color: #f5f5f5;
}

body {
	background: #e8e8e8;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	font-family: inherit;
	color: #101010;
}

#content	
{
	margin: 0 auto;
	/*background: #98B74C;*/
	width: 75%;	/*page width*/
	text-align: left;
}
@media screen and (max-width: 1000px) {
	#content
	{
		margin: 0 auto;
		width: 100%;
		text-align: left;
	}
}
#main
{
	width: 100%; /* */
	padding-top: 10px;
/*	background: url(images/table_back.gif) repeat-x top;*/
/*	border-bottom: 5px solid #918E48;*/
/*	border-bottom: 5px solid #495f21;*/
}


#header {
	height: 303px;
	text-align: center;
/*	background-image: url(images/header.jpg) no-repeat;		*/
/*	background-image: url(header/image1.jpg) ;*/
}

#header_img {
	max-width: 793px;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

#logo {
	width: 100%;
	height: 203px;
	text-align: right;
	padding-right: 20px;
	padding-top: 220px;
}

/* title */
.menu_img {
	float: left;
	width: 190px;
	padding: 10px;
	position: fixed;
	z-index: 1;
	/*color: #003200;*/
	/*color: #006400;*/
	/*color: #6B8E23;*/
}
/* top menu */
#menu
{
	margin: 0 auto;
	width: calc(75% - 1%);
	padding: 10px;
	position: fixed;
	/*background: url(images/table_back.gif) repeat-x top;*/
}

@media screen and (max-width: 1000px) {
        #menu
        {
                margin: 0 auto;
                width: calc(100% - 1%);
                padding: 10px;
                position: fixed;
        }
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
}

#menu a {
	float: right;
	width: 100px;
	height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	/*color: #ffffff;*/
	font-weight: bold;
	
	padding-top: 7px;
	padding-right: 10px;
	font-size: medium; /*14px;*/
	text-transform: uppercase;
	background: url(images/button_menu.gif) no-repeat;
	/* green - 5c722a
light green - 8bae39*/
}

#menu a:hover {
	/*color: #5C722A;*/
	text-decoration: underline;
	/* background-color: #999900; */
}



/* ************************************** LEFT SECTION **************************************** */
#left
{
	width: 170px;
/*	margin-left: 10px;*/
/*	padding-top: 10px;	*/
/*	padding-bottom: 10px;	*/
}

#left H3
{
	width: 100%;
	height: 36px;
	font-size: 1em;
	padding-left: 0;
	padding-top: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	border: 10px;
	background: url(images/title2.gif) no-repeat;
	background-size: 170px 51px;
}

#left ul {
	/*background: url(images/table_back.gif) repeat-x top;*/
	border: 10px;
/*	background: #759735;*/
	background: #d0d0d0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: large;
	font-weight: bold;
	border-radius: 0px 0px 15px 15px;
}

#left li {
	list-style: none;
	font-size: 1em;
	/*margin-bottom: 10px;*/
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left  a {
	/*color: #000000;*/
	text-decoration: none;
	font-size: 1em;
}

#left a:hover {
	/*color: #000000;*/
	/*text-decoration: underline;*/
}

#left a:visited {
	/*color: #000000;*/
}
#updates {
	/*color: #000000;*/
	font-size: 1em;
	padding: 6px;
}
#left_updates {
	padding: 5px;
	color: #505050;
}
#verticalmenu a{
	color: #505050;
}
#verticalmenu a:hover {
	color: #101010;
}
/* ************************************** LEFT SECTION **************************************** */

/* ************************************** RIGHT SECTION **************************************** */
#right {
	float: right;
	width: calc(100% - 220px);
	background: #f5f5f5;
	padding: 10px;
	border-radius: 15px;
}

#right H2 {
	font-size: large;
}

#right H4 {
	margin: 0;
	padding: 0px;
	font-size: medium; /*12px;*/
	/*color: #F5FFDC;*/
}

#right iframe {
	border-radius: 10px;
}

#right a {
	color: #505050;
	text-decoration: none;
}

#right a:hover {
	color: #101010;
	text-decoration: underline;
}

#right a:visited {
	/*color: #F5FFDC;*/
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	/*color: #F5FFDC;*/
}

#right ol, #right ul
{
	margin-left: 30px;
}

#table_schedule {

}

#table_results {

}

#table_reports {
	float: right;
	width: calc(100% - 100px);
	padding-right: 0px;
}
.reports_column {
	text-align: left;
	/*color: #000000;*/
	font-size: 1em; /*10px;*/
	padding-bottom: 20px;
}

.reports_date_column {
	/*position: relative;*/
	margin-left: -75px;
	top: 60px;
	text-align: left;
	/*color: #000000;*/
	font-size: 1em; /*12px;*/
	font-weight: bold;
}

.reports_img{	
	float: right;
	max-width: 300px;
	width: 100%;
	padding: 5px;
}
.reports_separator {
	clear: right;	
/*	border-bottom: 2px solid #78952D;*/
	border-bottom: 2px solid #495f21;
}

#table_hover tr:hover
{
	/*color: #000;*/
	background-color: #999900;
}
/* added for Results*/
.table_content {	
	width: 100%;
	text-align: center;
	/*color: #F5FFDC;*/
	font-size: 1em; /*9px;*/
}
/* added for Trophies*/
.table_content2 {	
	width: 100%;
	text-align: center;
	/*color: #F5FFDC;*/
	font-size: 1em; /*11px;*/
}
.table_content a {
	color: #505050;
}
.table_content a:hover {
	color: #101010;
}
.table_content2 a {
	color: #505050;
}
.table_content2 a:hover {
	color: #101010;
}
/* ************************************** FOOTER SECTION **************************************** */
#footer {
	height: 49px;
	width: 100%;
	clear: both;
	padding-top: 30px;
	/*background: url(images/footer.gif) repeat-x bottom;*/
/*	border-top: 5px solid #918E48;*/
/*	border-top: 5px solid #495F21;*/
}

#footer p {
	margin: 0;
	font-size: 1em; /*10px;*/
	text-align: center;
	color: #303030;
}

#footer a {
	color: #303030;
}
/* ************************************** FOOTER SECTION **************************************** */
