@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	background:url(../images/bg.jpg) repeat-y top center #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
	line-height:18px;
	}

H1 {
   font-family:"Times New Roman", Times, serif;
   font-size: 22px;
   color:#141414;
   margin-top:20px;
   margin-bottom:15px;
   }
   
H2 {
   font-family:"Times New Roman", Times, serif;
   font-size: 18px;
   color:#6e001d;
   margin-top:5px;
   margin-bottom:5px;
   }
   
H3 {
   font-family:"Times New Roman", Times, serif;
   font-size: 14px;
   color:#2d5413;
   margin-top:5px;
   margin-bottom:10px;
   font-weight: bold;
   }
   
hr {
   border:1px dashed #63D02F;
   margin:5px;
   width:99%;

   }


#mainnav a{
    font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#mainnav a:hover{
    font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #141414;
	text-decoration:none;
	}
	
ul {
    font-size:13px;
	color:#333333;
	font-weight:bold;
	line-height:18px;
	
	}
	
li {
    list-style-image:url(../images/index_bullet.jpg);
	padding-bottom:5px;
	line-height:18px;

	}
	

.cp {
   font-size: 16px;
   color:#6e001d;
   font-weight:bold;
   }
   
.capt {
	font-size: 11px;
	font-style: italic;
}
     
    	

table.contact {
    border-spacing: 0px;
    border-collapse: collapse;
	border:1px solid #FFFFFF;

}
table.contact  thead th {
    font-weight: bold;
	background-color:#4c7823;
	color:#fff;
	padding:0.5em;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;	
	text-align:left;
	font-size:14px;
}
table.contact  tbody tr th {
	font-weight:bold;
	background-color:#EAEAEA;
	padding: 0.5em;
	border-bottom:1px solid #e1dfd1;
}
table.contact  td {
	
	padding: 0.5em 0.5em 0.5em 1em;
	border-bottom:1px solid #e1dfd1;
}

.country_sel {
    color:#ce8622;
	font-weight:bold;
	}

table.tournament
        {
        width: auto;
        padding: 0;
        margin: 20px 2px 1.5em 2px;
        border-left: 1px solid #C1DAD7;
		border-right: 1px solid #C1DAD7;
        border-collapse:collapse;
		
        }
		
table.tournament a, table.tournament a:link {
        text-decoration:underline;
		color:#414141;
		}
		
table.tournament a:hover {
       text-decoration:underline;
	   color:#ce8622;
	   }

table.tournament th
        {
        font: bold 12px/22px Arial, Helvetica, sans-serif;
        color: #141414;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
        vertical-align:middle;
        }
		
table.tournament td
        {
        color: #141414;
        letter-spacing: 1px;
        text-align: left;
        padding: 5px 5px 4px 12px;
        background:#ffffff;
        vertical-align:middle;
        }
		
table.tournament tr 
        {
		border-bottom:1px solid #C1DAD7;
		}
		
table.tournament tr.diff td
        {
        color: #141414;
        letter-spacing: 1px;
        text-align: left;
        padding: 5px 5px 4px 12px;
        background:#f9fafc;
        vertical-align:middle;
        }
		
#article 
        {
        padding-left:15px;
		}
		
table.details_img 
        {
		border: 1px solid #C1DAD7;
        border-collapse:collapse;
		}
		
.caption 
       {
	   font-size:10px;
	   font-style: italic;
	   color:#666666;
	   }
	   
	   
/* Gallery --------------*/
table.gallery
        {
        padding: 0;
        margin-top:15px;
        border: 1px solid #C1DAD7;
        border-collapse:collapse;
        }
		
table.gallery img
       {
	   border:1px solid #b7da66;
	   }

table.gallery th
        {
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #141414;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        text-align: center;
        padding: 8px 12px 8px 12px;
        background: #d8f2a1 url(../images/gallery_bg_header.jpg) bottom no-repeat;
        vertical-align:middle;
        }
		
table.gallery td
        {
        color: #141414;
        text-align: center;
        padding: 5px 12px 4px 12px;
        background:#ffffff;
        vertical-align:middle;
        }
		

       
		

  