/*
@import url("extra.css") all;
*/
div.spacer 
{
  	font-size:14px;
  	margin: 0;
  	padding: 0;
}

h3 {
	font-size:1.286em;
	font-weight:bold;
	line-height:1.111em;
	margin-bottom: 3.214em;
}

hr.dotLine {  
	height: 0.071em;
  	border: none;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 1.071em;
}

img {
    display:block;
}

div.greyTableBar{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #fff url(images/bg_greyGradient.gif) repeat-x right top;
}
div.greyTableBar .title {
    float:left;
    font-family:  Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 1em;
    color:#333333;
    text-transform: uppercase;
    margin: 0.429em 1.071em 0em 0.357em;
}

div.redTableBar {
    font-family:  Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 0.929em;
    color:#FFFFFF;
    line-height: 1.5em;
    background: #fff url(images/bg_redGradient.gif) repeat-x right top;
    padding-left: 0.357em;
    padding-right: 0.357em;
	border-bottom: 1px solid #CCCCCC; 
}

table.result, table.programm, table.events {
    width:100%;
    font-family:  Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 0.875em;
    color: #333333;
    line-height: 1.5em;
	margin-bottom: 1.571em;
}

table.result .centerTxt , table.programm .centerTxt , table.events .centerTxt {
	text-align:center;
}

table.result tr th, table.programm tr th, table.events tr th{
    text-transform: uppercase;
    background: #fff url(images/bg_blueGradient.gif) repeat-x right top;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}

table.result td, table.programm td {
	border-bottom: 1px dotted #CCCCCC;
    padding-right: 0.357em;
	vertical-align:top;
}
table.result tr th:first-child, table.result tr td:first-child {
    padding-left: 0.357em;
    width: 3.929em;
}
th.colName, td.colName {
	width:10em;
}
table.programm td:first-child,table.programm th:first-child   {
    padding-left: 0.357em;
	}
table.programm td.time  {
    padding-left: 0.357em;
    width:3.571em;
}
table.programm td.imgSport  {
	width:2.857; 
	text-align: center;
}
table.programm td.disz {
	width:13.571em;
}
table.programm td.sex {
	width:2.413em;
}
table.programm td.phase {
	width:10.714em;
}
table.programm td.loc {
	width:10.714em;
}
table.programm td.ch {
	width:2.143em;
	text-align:center;
}
table.programm td.ch img, table.programm th.ch img {
	margin-top:0.214em;
}

td.flag {
    width: 6em;
}
td.flag img{
    padding-top: 0.071em;
	display: inline;
	vertical-align:text-top;
}

table.events td {
    background-color:#FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    padding: 0em 0.143em 0em 0.143em;
    text-align:center;
	line-height:1.571em;
}
table.events tr th:first-child, table.events tr td:first-child {
    padding-left: 0.357em;
}

table.events td.blue {
    background-color:#97c8d6;
}

table.events td.yellow {
    background-color:#ffb911;
}

table.events td.green {
    background-color:#96ceaa;
}

table.tblChooseSport {
	margin-top: 1.714em;
	margin-bottom: 1.714em;
}

table.tblChooseSport img {
	border: 1px solid #333333;
	margin-right: 0.143em;
}

table.tblChooseSport select {
	margin-left: 0.714em;
}


table.events td:first-child {
	border-right:none;
}

table.events td.descript {
	text-align: left;
	width: 12.143em;
}

div.examples {
	margin-bottom: 0.714em;
}

div.examples span {
	float:left;
	display: inline;
	margin-right: 1.429em;
}

div.examples img {
	float:left;
	display: inline;
	width: 1.143em;
	height: 1.143em;
	margin-right: 0.375em;
}

/***************************************
carouselStyles */

div.disciplineCarousel {
	border-top: 0.286em solid #999999;
	clear:both;
	margin:2.858em 0pt 0pt 1.071em;
	overflow:hidden;
	position:relative;
}

.disciplineCarousel h2 {
	font-family: Arial,sans-serif;
	font-size:1.143em;
	font-weight:bold;
	line-height:1.875em;
}

.disciplineCarousel h2 .navLeft {
	float: right;
	margin: 0.313em 0 0 0.5em;
	display: block;
	height: 1.375em;
	width: 1.375em;
	background: url(../images/navRight.gif) top left no-repeat;
	}
	.disciplineCarousel h2 .navLeft:hover {
			background: url(../images/navRightRed.gif) top left no-repeat;
			}
	.disciplineCarousel h2 .navRight {
		float: right;
		margin: 0.313em 0 0 0;
		display: block;
		height: 1.375em;
		width: 1.375em;
		background: url(../images/navLeft.gif) top left no-repeat;
		}
		.disciplineCarousel h2 .navRight:hover {
			background: url(../images/navLeftRed.gif) top left no-repeat;
			}
.disciplineCarousel h2 span {
		float: left;
		}
.disciplineCarousel .carosel {
		float: left;
		margin: 0 0.429em 1em 0;
		} 
		#disciplineCarousel .disciplineCarousel .carosel.caroselRight {
			float: right;
			margin-right: 0;
			clear: right;
			}


