/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
	background-image:url(../images/bg.gif);
}

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div {
/*	border: 1px solid #000000;*/
}

a {
	color: #cc6633;
	font-weight: bold;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img {
	border: 0;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

th {
	text-align: left;
	background-color: #bfcef9;
	color: #333333;
	margin: 0;
	padding: 2px 5px 2px 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e2f92;
}

table {
	border: 1px solid #bfcef9;
	padding: 0;
	margin: 0;
}

table tr.header {
	background-color: #bfcef9;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

#header {
	width: 1000px;
	height: 100px;
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
}

#body {
   position: relative;
	width: 999px;
	border-right: 1px dashed #0e2f92;
	background-image: url(../images/body_header.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	margin-left: auto; 
	margin-right: auto; 
}

#footer {
	width: 987px;
	position: relative;
	background-color: #0e2f92;
	padding: 3px 10px 3px 3px;
	margin-left: auto; 
	margin-right: auto; 
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: White;
}

#footer a {
	color: White;
}

#footer .lastUpdate {
	float: left;
	padding-left: 3px;
}

#twoColumnTable {
	margin: 0;
	padding: 0;
	border: 0;
}

#leftMenu {
	width: 150px;
	background-color: #e7ecfc;
	margin: 0;
	padding: 0;
}

#content {
	width: 840px;
	padding: 5px 9px 5px 9px;
	margin: 0;
	background-color: white;
}

#content img {
	padding-bottom: 10px;
}

#headerImage {
	position: absolute;
	top: 0px;
	left: 150px;
	height: 100px;
	width: 850px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#headerLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 150px;
	background-image: url(../images/logo_top.gif);
	background-repeat: no-repeat;
}

#pageTitle {
	position: absolute;
	width: 830px;
	left: 153px;
	top: 0px;
   font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0 0 6px;
	margin: 0;
	color: #0e2f92;
}

#footsteps {
	position: absolute;
	width: 830px;
	left: 153px;
	top: 30px;
	padding-left: 6px;
}

#footsteps p {
	font-size: 0.8em;
}

#footsteps a {
	font-size: 0.7em;
}

#mainTable {
}

#mainTable th {
	background-color: #bfcef9;
	color: #FFFF66;
	padding-left: 10px;
	font-weight: bold;
}

.news {
	padding: 0 0 8px 0;
	font-size: 0.9em;
}

.news .date {
	padding: 3px 5px 3px 5px;
	color: #333333;
	font-weight: bold;	
	float: right;
}

.news .caption {
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	color: #0e2f92;
	font-size: 1em;
	background-color: #bfcef9;
}

.news .text {
   padding: 4px 7px 4px 7px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #e7ecfc;
	border-left: 1px solid #e7ecfc;
	border-right: 1px solid #e7ecfc;
	min-height: 50px;
	_height: 50px;
}

.news .text2 {
   padding: 4px 7px 4px 7px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #e7ecfc;
	border-left: 1px solid #e7ecfc;
	border-right: 1px solid #e7ecfc;
	min-height: 210px;
	_height: 210px;
}

.news_image {
	width: 90px;
	height: 50px;
	padding: 0px 5px 3px 2px;
}

.about_image {
	width: 280px;
	height: 210px;
	padding: 0px 5px 3px 2px;
}

.media {
	padding: 0 0 8px 0;
	font-size: 0.9em;
	min-height: 50px;
	_height: 50px;
}

.media p.date {
   margin: 0;
	padding: 0;
	color: #cc3399;
	font-weight: bold;	
}

.media p {
	margin: 0;
	padding: 0 0 4px 0;
}

.media img {
	padding: 0;
	margin: 0 8px 3px 0;
	width: 90px;
	height: 50px;
	float: left;
}

.topList {
	padding: 0 0 12px 0;
	font-size: 0.8em;
}

.topList h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cc3399;
	padding: 0 0 4px 0;
	margin: 0;
}

.topList ol {
	padding: 0px 0px 0px 15px;
	margin: 0 0 0 15px;
	list-style-type: decimal;
}

#leftMenu a {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: Black;
	margin: 5px;
	padding: 2px;
	width: 136px;
	text-align: center;
	text-decoration: none;
}

#leftMenu a.menu {
	background-color: #bfcef9;
}

#leftMenu a:hover {
	text-decoration: underline;
}

#leftMenu img {
	padding-top: 10px;
	border: 0;
}

.tournamentAd {
	width: 830px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}

.yearListing {
	text-align: right;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 5px;
}

ol.letterList {
	list-style-type: lower-alpha;
	padding-left: 30px;
}

ol.numberList {
	list-style-type: decimal;
	padding-left: 30px;
}

ol span.listCaption {
	font-weight: bold;
}

ol.numberList ol {
	padding-top: 0px;
	padding-bottom: 8px;
}

ol.numberList ol li {
	font-weight: normal;
}

ol.rulesList li {
	font-weight: bold;
}

ol.rulesList p {
	font-weight: normal;
	margin: 3px 0 8px 0;
}

ol.rulesList h4 {
	margin: 8px 0 8px 0;
	color: #bfcef9;
}

.associations {
	padding: 4px;
	margin: 0 0 10px 0;
	border: 1px solid #e7ecfc;
}

.associations .logo {
	position: relative;
	float: right;
	padding: 4px;
	margin-right: 15px;
}

.associations p {
	padding: 2px;
	padding-left: 5px;
	margin: 0;
}

.associations .country {
  font-size: large;
  font-weight: bold;
}

.associations .name {
  font-weight: bold;
}

.error {
	font-size: 1.1em;
	color: Red;
	font-weight: bold;
}

table.photo_galleries {

}

table.photo_galleries td.date {
	width: 150px;
	text-align: left;
}

table.photo_galleries td.gallery {
	text-align: left;
}

table.photo_galleries span.photo_count {
	font-size: 0.7em;
}

table.photoGallery {
	border: none;
	text-align: center;
}

table.photoGallery td {
	text-align: center;
}

table.tournaments_results {
	border: 1px solid #bfcef9;
	margin-bottom: 10px;
}

table.tournaments_results .date {
	width: 100px;	
}

table.tournaments_results .tournament {
	
}

table.tournaments_results .type {
	width: 150px;	
}

table.result_list {
	width: 60%;
}

table.result_list .place {
	width: 30px;
	text-align: right;
	padding-right: 15px;
}

table.result_list td.points {
	width: 35px;
	text-align: right;
	padding-right: 25px;
}

.tabsContainer {
	position: relative;
	width: 825px;
	height: 25px;
}

.tabsContainer ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	bottom: -1px;
	width: 825px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tabsContainer ul.tabs li  {
	display: inline;
	list-style: none;
	font-size: 0.9em;
}

.tabsContainer ul.tabs a,.tabsContainer ul.tabs span,.tabsContainer ul.tabs a.current {
	width: 120px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.tabsContainer ul.tabs span,.tabsContainer ul.tabs a.current,.tabContainer ul.tabs a.current:hover {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background: #0e2f92;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin-top: 0;
}

.tabsContainer ul.tabs a {
	background: #bfcef9;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

.tabsContainer ul.tabs a:hover {
	margin-top: 0;
	border-color: #CCCCCC;
	background: #0e2f92;
	color: #FFFFFF;
	padding-bottom: 5px;
} 

.tabsContent {
	position: relative;
	width: 812px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 8px 8px 8px 8px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;	
} 

.tabsContent table {
	border: none;
}

.tabsNavigation {
	position: relative;
	width: 812px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 2px 8px 2px 8px;
	background-color: #EEEEEE;
}

.tabsNavigation a {
	padding-right: 18px;
	font-size: 0.8em;
}

.counter {
	text-align: center;
	font-family: Geneva, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #CC6633;
	margin: 0 5px 10px 5px;
	padding: 0;
}

.email_news {
	padding: 2px;
	margin: 0;
}

.email_news p {
	padding: 0 0 2px 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.email_news .email_input {
	width: 140px;
}

.guest_book_form {
	width: 500px;
}

.guest_book_message {
	margin-top: 10px;
	border-top: 1px solid #e7ecfc;
	width: 500px;
}

.guest_book_message p {
	padding: 5px 0 0 0;
	margin: 0;
}

.gbm_header {
	font-weight: bold;
}

.gbm_date {
	float: right;
	font-size: 0.8em;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.float_right {
	float: right;
}

.links_table {
	border: 0px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
}

.lt_image {
	width: 200px;
}

.lt_text {
	vertical-align: top;
	padding-bottom: 10px;
}

.tournament_list_table {
	width: 100%;
}