body * { 
  margin: 0; 
  padding: 0; 
}

body {
	margin: auto;
	padding: 0;
	text-align: center;
}

#page {
	margin: auto;
	padding: 0;
	height: 100%;
	width: 1000px;
	background: url(images/bg.gif) repeat-y;
}

#main {
	width: 970px;
	margin: 0px 15px;
	background-color: #ffe;
	overflow: hidden;
}



#logo {
	width: 970px;
	height: 100px;
	background: url(images/logo_bg.gif);
	text-align: left;
}

#logo img {
	border: 0px;
}

#menu {
	width: 970px;
	background: url(images/menu_bg.gif);
	text-align: center;
	border-top: 4px solid #f90;
	border-bottom: 2px solid #ccc;
	height: 30px;
	margin-bottom: 5px;
}



ul#navlist {
	font: bold 13px Verdana, Arial, Tahoma;
	list-style-type: none;
	margin-left: 30px;
}


ul#navlist li { 
	float: left; 
	position: relative;
	height: 30px;
	background: url(images/sep.gif) no-repeat;
}


ul#navlist li a
{
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 5px 7px 0px 7px;
}


ul#navlist li ul { 
	list-style-type: none;
	display: none; 
	position: absolute; 
	top: 30px; 
	left: 0; 
}

ul#navlist ul > li { top: auto; left: auto; }

ul#navlist li ul li {
	float: none;
	background: #03f;
	padding: 0px;
	margin: 0px;
	height: auto;
	border-bottom: 1px solid #f90;
	border-left: 5px solid #f90;
	border-right: 1px solid #ccc;
	text-align: left;
	white-space: nowrap;
	
}

ul#navlist li ul li a
{	
	font: bold 12px Verdana, Arial, Tahoma;
	padding: 3px 5px;
	margin: 0px;
	height: auto;
}


ul#navlist li#sep { 
	background: url(images/sep.gif) no-repeat;
	padding: 1px;
	height: 30px;
}

ul#navlist li:hover, ul#navlist li:hover a.nav, ul#navlist a:hover, ul#navlist li.over, ul#navlist li.over a.nav{ 
	color: #fff;
	background: #f90;
	
} 


ul#navlist li:hover ul, ul#navlist li.over ul { 
	display: block;	
} 

#left {
	float: left;
	
	background: url(images/left_bg_p.gif) repeat-y right;
	margin-bottom: 5px;
}

#left .top {
	color: #fff;
	font: bold 13px Verdana, Arial, Tahoma;
	height: 20px;
	border-bottom: 3px solid #f90;
	padding: 1px 5px 0px 5px;
	text-align: left;
	background: url(images/top_bg.gif);
	margin-right: 4px;
}

#left .content {
	padding: 4px 8px;
	font: bold 11px Verdana, Arial, Tahoma;
	color: #03f;
	background: url(images/left_bg_l.gif) repeat-y left;
	background-color: #fff;
	margin-right: 4px;
}

#left .bottom {
	height: 3px;
	background: url(images/bottom.gif) repeat-x;
	text-align: right;
}

#center {
	float: left;
	font: normal 12px Verdana, Arial, Tahoma;
	color: #000;
	text-align: left;
	padding: 0px 10px;
	margin-bottom: 10px;
}

#center a.link {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #03f;
	text-decoration: none;
}

#center a.link:hover {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #c00;
	text-decoration: underline;
}

#center .name {
	font: bold 17px Verdana, Arial, Tahoma;
	color: #03f;
	border-bottom: 2px solid #f90;
	padding: 0px;
	margin-bottom: 5px;
}

#center .name a {
	color: #03f;
	text-decoration: none;
}

#center .name a:hover {
	color: #c00;
}

#center .right {
	float: right;
	vertical-align: bottom;
}

#center .name .right a {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #03f;
	text-decoration: none;
}

#center .name .right a:hover {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #c00;
	text-decoration: underline;
}

#center .news {
	margin-top: 8px;
	border-bottom: 2px solid #ccc;
}

#center .news .title a {
	font: bold 20px Verdana, Arial, Tahoma;
	color: #003;
	text-decoration: none;
}

#center .news .title a:hover {
	font: bold 20px Verdana, Arial, Tahoma;
	color: #c00;
	text-decoration: underline;
}


#center .news .date {
	font: normal 10px Verdana, Arial, Tahoma;
	color: #666;
	padding: 0px;
	margin-bottom: 4px;
}

#center .news .content {
	text-align: justify;
}

#center .news .content ul {
	font-weight: bold;
}

#center .news .content ul li {
	font-weight: normal;
	list-style-position: outside;
	margin-left: 30px;
}

#center .news .foot {
	margin-top: 4px;
	width: 100%; 
	display: table;
}

#center .news .foot .left {
	height: 100%; 
	display:table-cell; 
	vertical-align: bottom; 
	text-align: left;
}

#center .news .foot .right {
	height: 100%; 
	display:table-cell; 
	vertical-align: bottom; 
	text-align: right;
}

#center .news .foot a {
	font: bold 13px Verdana, Arial, Tahoma;
	color: #03f;
	text-decoration: none;
}

#center .news .foot a:hover {
	font: bold 13px Verdana, Arial, Tahoma;
	color: #c00;
	text-decoration: underline;
}

#right {
	float: right;
	background: url(images/right_bg_l.gif) repeat-y left;
	margin-bottom: 5px;
}

#right .top {
	color: #fff;
	font: bold 13px Verdana, Arial, Tahoma;
	height: 20px;
	border-bottom: 3px solid #f90;
	padding: 1px 5px 0px 5px;
	text-align: left;
	background: url(images/top_bg.gif);
	margin-left: 4px;
}

#right .content {
	clear: both;
	overflow: hidden;
	text-align: left;
	padding: 3px 5px;
	font: bold 11px Verdana, Arial, Tahoma;
	color: #03f;
	background: url(images/right_bg_p.gif) repeat-y right;
	background-color: #fff;
	margin-left: 4px;
}

#right .bottom {
	height: 3px;
	background: url(images/bottom.gif) repeat-x;
	text-align: left;
}

ul.tablist {	
	font: bold 11px Verdana, Arial, Tahoma;
	color: #999;
	list-style-type: none;
	background: #ccc;
	padding: 0px;

}

ul.tablist li{
	float:left;
	background: #fff;
	padding: 3px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

ul.tablist li a {
	display: block;
	color: #999;
	text-decoration: none;
}

ul.tablist li a:hover {
	color: #C00;
	text-decoration: underline;
}


ul.tablist li.activ0 a, ul.tablist li.activ1 a, ul.tablist li.activ2 a {
	display: block;
	color: #03f;
	text-decoration: none;
}

ul.tablist li.activ0 {
	color: #03f;
	font-size: 13px;
	padding: 1px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ccc;

}

ul.tablist li.activ1 {
	color: #03f;
	font-size: 13px;
	padding: 1px 5px;;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ccc;
	
}

ul.tablist li.activ2 {
	color: #03f;
	font-size: 13px;
	padding: 1px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	
}

.activtab {
	display: block;
}

.tab {
	display: none;
}

#right .content  div {
	clear: left;
	float: none;
}

#footer {
	clear: both;
	float: none;
	height: 28px;
	background: url(images/footer_bg.gif) repeat-x;
	border-bottom: 4px solid #f90;
}

#footer .left {
	float: left;
	font: bold 11px Verdana, Arial, Tahoma;
	color: #ccc;
	padding: 7px 10px;
}

#footer .right {
	float: right;
	font: small-caps bold 11px Verdana, Arial, Tahoma;
	color: #ccc;
	padding: 7px 10px;
}

#footer .right a {
	font: small-caps bold 11px Verdana, Arial, Tahoma;
	color: #ccc;
	text-decoration: none;
}

#footer .right a:hover {
	font: small-caps bold 11px Verdana, Arial, Tahoma;
	color: #ccc;
	text-decoration: underline;
}

#loginForm {
	text-align: center;
}

#loginForm a {
	font: bold 11px Verdana, Arial, Tahoma;
	color: #03f;
	text-decoration: none;
	line-height: 20px;
}

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

.formTable {
	color: #000;
	font: bold 12px Verdana, Arial, Tahoma;
	text-align: left;
	width: 100%;
}

.formTable td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

ul.menu {
	list-style-type: none;
	font: bold 12px Verdana, Arial, Tahoma;
	text-align: left;;
}

ul.menu li a
{	
	display: block;
	color: #666;
	text-decoration: none;
	padding: 1px 0px 1px 1px;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

ul.menu li a:hover
{
	color: #fff;
	text-decoration: none;
	border: 1px solid #03f;
	background: #69f;
}

ul.menu a.newFoto {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #03f;
	text-decoration: none;
}

ul.menu a.newFoto:hover {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #c00;
	text-decoration: underline;
}

.silver {
	color: #666;
	font: 12px Verdana, Arial, Tahoma;
}

.blue {
	color: #03f;
	font: bold 12px Verdana, Arial, Tahoma;
}

.red {
	color: #900;
	font: bold 12px Verdana, Arial, Tahoma;
}

.green {
	color: #090;
	font: bold 12px Verdana, Arial, Tahoma;
}

.b {
	font-weight: bold;
}

.msg {
	color: #03f;
	text-align: center;
	font: bold 12px Verdana, Arial, Tahoma;
}

.error {
	color: #C00;
	text-align: center;
	font: bold 12px Verdana, Arial, Tahoma;
}

.edited {
	color: #999;
	text-align: center;
	font: bold 12px Verdana, Arial, Tahoma;
	margin-top: 10px;
}

.topicsTable {
	text-align: left;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #03f;
}

.topicsTable tr.ver1 {
	background: #ddd;
}

.topicsTable tr.ver2 {
	background: #eee;
}

.topicsTable tr.ver_sticky {
	background: #36f;
}

.topicsTable tr.ver_sticky:hover {
	background: #69f;
}

.topicsTable tr.ver_sticky {
	color: #fff;
}

.topicsTable tr.ver_sticky a {
	color: #fff;
}

.topicsTable tr:hover {
	background: #ccc;
}

.topicsTable tr.yes {
	background: #ada;
}
.topicsTable tr.no {
	background: #f66;
}

.topicsTable tr.header td {
	color: #fff;
	font-weight: bold;
	background: #03f;
}

.topicsTable tr.header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.topicsTable tr.header a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


.topicsTable td a {
	color: #03f;
	font: bold 12px Verdana, Arial, Tahoma;
	text-decoration: none;
}

.topicsTable td a:hover {
	font: bold 12px Verdana, Arial, Tahoma;
	text-decoration: underline;
}


.topicsTable td {
	margin: 1px;
	padding: 2px 4px;
}

.back  {
	float:right;
	text-align: right;

}

.back a {
	color: #03f;
	font: bold 12px Verdana, Arial, Tahoma;
	text-decoration: none;
}

.back a:hover {
	color: #c00;
	font: bold 12px Verdana, Arial, Tahoma;
	text-decoration: none;
}

input.text {
	color: #000;
	font: 12px Verdana, Arial, Tahoma;
	border: 1px solid #aaa;
	padding: 1px;
	background: #fff;
}

select.list {
	color: #000;
	font: 12px Verdana, Arial, Tahoma;
	border: 1px solid #aaa;
	padding: 1px;
	background: #fff;
}

input.activText {
	color: #000;
	font: 12px Verdana, Arial, Tahoma;
	border: 1px solid #aaa;
	padding: 1px;
	background: #eee;
}

input.button, input.over {
	color: #03f;
	font: bold 12px Verdana, Arial, Tahoma;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 1px;
	background: #ddd;
}

input.button:hover, input.over{
	color: #900;
	background: #eee;
}

input.yes, input.yover {
	color: #fff;
	font: bold 13px Verdana, Arial, Tahoma;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 1px;
	background: #070;
	width:50px;
}

input.yes:hover, input.yover{
	color: #fff;
	background: #090;
}

input.no, input.nover {
	color: #fff;
	font: bold 13px Verdana, Arial, Tahoma;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 1px;
	background: #900;
	width:50px;
}

input.no:hover, input.nover{
	color: #fff;
	background: #c00;
}

.options {
	float: right;
}

.options a {
	color: #03f;
	font: bold 12px Verdana, Arial, Tahoma;
	text-decoration: none;
}

.options a:hover {
	color: #900;
	font: bold 12px Verdana, Arial, Tahoma;
	text-decoration: underline;
}

.page_options {
	width: 100%; 
	display: table;
}

.page_options .left {
	height: 100%; 
	display:table-cell; 
	vertical-align: bottom; 
	text-align: left;
}

.page_options .right {
	height: 100%; 
	display:table-cell; 
	vertical-align: bottom; 
	text-align: right;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

td.right {
	text-align: right;
}


table.table {
	text-align: left;
	width: 100%;
	background: #fff;
	color: #000;
	font: normal 11px Verdana, Arial, Tahoma;
}


table.table tr.ver1 {
	background: #fff;
}

table.table tr.ver2 {
	background: #eee;
}

table.table tr:hover {
	background: #ddd;
}

table.table tr.header td {
	color: #fff;
	font-weight: bold;
	background: #03f;
	text-align: center;
}


table.table tr.header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

table.table tr.header a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

table.table td a {
	color: #03f;
	text-decoration: none;
	font-weight: bold;
}


table.table td a:hover {
	text-decoration: underline;
}


table.table td {
	margin: 1px;
	padding: 1px 3px;
}


table.min_table {
	text-align: left;
	width: 100%;
	background: #fff;
	color: #000;
	font: normal 11px Verdana, Arial, Tahoma;
}


table.min_table tr.ver1 {
	background: #fff;
}

table.min_table tr.ver2 {
	background: #eee;
}

table.min_table tr:hover {
	background: #ddd;
}

table.min_table tr.header td {
	color: #fff;
	font-weight: bold;
	background: #03f;
	text-align: center;
}


table.min_table tr.header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

table.min_table tr.header a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

table.min_table td a {
	color: #000;
	text-decoration: none;
}


table.min_table td a:hover {
	color: #c00;
	text-decoration: underline;
}

table.min_table td a.team {
	color: #03f;
	text-decoration: none;
	font-weight: bold;
}


table.min_table td a.team:hover {
	text-decoration: underline;
}

table.min_table td a.result {
	color: #03f;
	text-decoration: none;
	font-weight: bold;
}


table.min_table td a.result:hover {
	color: #c00;
	text-decoration: underline;
}

table.min_table td {
	margin: 1px;
	padding: 1px 3px;
}


.min_name {
	padding: 5px 0px 2px 0px;
	font-size: 12px;
	text-align: center;
}

.comment {
	width: 100%; 
}

.comment .top {
	color: #fff;
	font: bold 13px Verdana, Arial, Tahoma;
	border-left: 7px solid #f90;
	text-align: left;
	background: url(images/top_bg.gif);
	overflow: hidden;
}

.comment .top a {
	color: #fff;
	text-decoration: none;
}

.comment .top a:hover {
	color: #fff;
	text-decoration: underline;
}

.comment .top .left { 
	vertical-align: middle;
	text-align: left;
	padding: 2px 4px;
	float: left;
}

.comment .top .right { 
	vertical-align: middle;
	text-align: right;
	padding: 2px 4px;
	float: right;
}

.comment .content {
	clear: both;
	background-color: #eee; 
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
}

.pages {
	width: 100%; 
	display: table;
	font: bold 12px Verdana, Arial, Tahoma;
}

.pages .left {
	height: 100%; 
	display:table-cell; 
	vertical-align: bottom; 
	text-align: left;
}

.pages .right {
	height: 100%; 
	display:table-cell; 
	vertical-align: bottom; 
	text-align: right;
}

.pages a {
	color: #03f;
	font: bold 12px Verdana, Arial, Tahoma;
	text-decoration: none;
}

.pages a:hover {
	color: #900;
	text-decoration: underline;
}

ul.list {
	font: bold 13px Verdana, Arial, Tahoma;
	text-align: left;
	list-style-type: none;
}

ul.list li {
}

ul.list li a
{
	color: #03f;
	text-decoration: none;
	padding: 1px 0px 1px 0px;
}

ul.list li a:hover
{
	color: #c00;
	text-decoration: underline;
}

ul.teams {
	padding-left: 30px;
	font: bold 13px Verdana, Arial, Tahoma;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
}

ul.teams li {

}

ul.teams li a
{
	color: #03f;
	text-decoration: none;
	padding: 1px 0px 1px 2px;
}

ul.teams li a:hover
{
	color: #fff;
	text-decoration: none;
	background: #03f;
}

.teamInfo {
	text-align: center;
}

.teamInfo .team {
	text-align: left;
}

.teamInfo .team a {
	font: bold 20px Verdana, Arial, Tahoma;
	color: #003;
	text-decoration: none;
}

.teamInfo img {
	margin-top: 5px;
	border: 1px solid #000;
}

table.teams {
	text-align: center;
	width: 100%;
	background: #fff;
	color: #000;
	font: normal 12px Verdana, Arial, Tahoma;
}


table.teams tr {
	vertical-align: middle;
}	

table.teams tr.ver1 {
	background: #fff;
}

table.teams tr.ver2 {
	background: #eee;
}

table.teams tr:hover {
	background: #ddd;
}

table.teams tr.header td {
	color: #fff;
	font-weight: bold;
	background: #03f;
}

table.teams a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

table.teams a:hover {
	color: #c00;
	text-decoration: underline;
}

table.teams .result {
	font-size: 14px; 
	font-weight: bold ; 
	color: #03f; 
}

table.teams .result a { 
	color: #03f;
	text-decoration: none;
}

table.teams .result a:hover { 
	color: #c00;
	text-decoration: underline;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}


.resultView {
	width: 100%;
	font: normal 12px Verdana, Arial, Tahoma;
	background: #ddd;
}

.resultView .rows td {
	margin: 5px;
}

.resultView .row {
	width: 100%;
	font: normal 12px Verdana, Arial, Tahoma;
	background: #fff;
}

.resultView .row .lu {
	text-align: left;
	padding-left: 5px;
	font: bold 15px Verdana, Arial, Tahoma;
	Vertical-align: middle;
}

.resultView .row .ru {
	text-align: right;
	padding-right: 5px;
	font: bold 15px Verdana, Arial, Tahoma;
	Vertical-align: middle;
}

.resultView .row a {
	color: #03f;
	text-decoration: none;
}

.resultView .row a:hover {
	color: #c00;
	text-decoration: underline;
}

.resultView .row .cu {
	text-align: center;
	background: #eee;
	font: bold 24px Verdana, Arial, Tahoma;
}



.resultView .row .ld {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
	font: normal 12px Verdana, Arial, Tahoma;
}

.resultView .row .rd {
	text-align: right;
	vertical-align: top;
	padding: 2px 5px;
	font: normal 12px Verdana, Arial, Tahoma;
}

.resultView .row .cd {
	text-align: center;
	background: #eee;
	font: bold 14px Verdana, Arial, Tahoma;
}

.rules h1 {
	font: bold 16px Verdana, Arial, Tahoma;
}

.rules ul, .rules li  {
	margin-left: 40px;
	list-style-position: outside;
}

table.gallery td {
	text-align: center;
	padding: 4px;
	font-size: 11px;
	background: #eee;
}

table.gallery td:hover {
	background: #f90;
}

table.gallery img.img {
	border: solid 1px #03f;
}

table.gallery td.refuse {
	text-align: center;
	padding: 4px;
	font-size: 11px;
	background: #c33;
}

table.gallery td.refuse:hover {
	background: #c33;
}

table.gallery td.refuse img.img {
	border: solid 1px #c00;
}

.img {
	border: solid 1px #03f;
	margin: 4px;
}

.fotoNav a {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #999;
	border: 1px solid #999;
	text-decoration: none;
	padding: 2px;
	margin: 2px;
}

.fotoNav a:hover {
	font: bold 12px Verdana, Arial, Tahoma;
	color: #03f;
	border: 1px solid #03f;
}

.partners img {
	border: 0px;
}

.arbiters {
	text-align: left;
	color: #03f;
	font: bold 12px Verdana, Arial, Tahoma;
}

.arbiters div {
	margin-top: 4px;
}	

.arbiters img {
	vertical-align: middle;
	border: 1px solid #000;
}

.boldBig {
	font: bold 20px Verdana, Arial, Tahoma;
	color: #003;
	text-decoration: none;
}