html, body
{
	margin: 0;
	padding: 0;
}

html
{
	font-family: Trebuchet MS, Verdana, Geneva, Sans-serif, Arial;
	/* font-family: Times New Roman; */ /* patkove */
	font-size: 12px;
}

body
{
	font-size: 100%;
	text-align: center;
}

/*h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}*/

img
{
	border: 0;
	/*vertical-align: middle;*/
}

.clear{clear: both;}
.hidden{visibility: hidden;}
.center{text-align: center;}
.quote{font-style: italic;}
.number{text-align: right;}
.enviroment{text-align: center;}

.menu
{
	padding: 0 34px;
	margin: 0;
	padding: 0;
}

.menu li
{
	list-style: none;
}


/* LAYOUT */
.page
{
	margin: 0 auto;
	text-align: center;
	width: 756px;
}



.bannerPage
{
	position: relative;
/*	height: 292px;*/
}

.bannerIMG img{display: block;}


.bannerMenu
{
	position: absolute;
	top: -12px;
	right: 25px;
     text-transform: uppercase;
}
* html .bannerMenu { top: 0;}
.bannerMenu li
{
	position: relative;
	margin-left: 5px;
	float: left;
	list-style: none;
}
.bannerMenu li a
{
	float: left;
	height: 30px;
	display: block;
	padding: 0 9px;
	line-height: 230%;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.bannerMenu .cBottL, .bannerMenu .cBottR
{
	position: absolute;
	bottom: 0;
	width: 6px;
	height: 6px;
}
.bannerMenu .cBottL { left: 0; }
.bannerMenu .cBottR { right: 0; }
* html .bannerMenu .cBottL, * html .bannerMenu .cBottR { bottom: -12px;}

.bannerMenu li.selected a, .bannerMenu li a:hover{color: #da2032;}



.mainMenu
{
	padding: 0 5px;
	height: 35px;
     text-transform: uppercase;
}
.mainMenu ul
{
	padding: 0;
	margin: 0;
}
.mainMenu li
{
	float: left;
	list-style: none;
}
.mainMenu li a
{
	float: left;
	height: 35px;
	display: block;
	padding: 0 12px;
	line-height: 280%;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}



/* AREA */

.area, .text, .calendar, .responses
{
	float: left;
	width: 544px;
}
.rcolumn
{
	float: right;
	padding-left: 0;
	width: 144px;
}

.full { width: 531px; }

.framePos
{
	float: left;
	margin-bottom: 28px;
}

.rcolumn .framePos
{

	margin-bottom: 24px;
}

.frame
{
	position: relative;
	float: left;
	padding-bottom: 0;
	z-index: 1;
}
.frameseparator
{
	width: 44px;
	height: 60px;
	float: left;
}


.full .cTop { width: 494px;	/* 531px-23px-14px */}

.cTop
{
	float: left;
	margin-top: 12px;
	height: 14px;
}

.cTopL
{
	position: relative;
	float: left;
	width: 23px;	/* 23px */
	height: 26px;
}

.cTopR
{
	position: relative;
	top: 12px;
	float: right;
	width: 14px;
	height: 14px;
}

.cBott
{
	float: left;
	height: 14px;
}

.full .cBott { width: 503px;	/* 531px-2x14px */}

.cBottL
{
	float: left;
	width: 14px;
	height: 14px;
}
.cBottR
{
	float: right;
	width: 14px;
	height: 14px;
}


.half{width: 250px;}
.half .cTop{width: 213px;	/* 250px-23px-14px */}
.half .cBott{width: 222px;	/* 250px-2x14px */}

.mini{width: 144px;}
.mini .cTop{width: 107px;	/* 144px-23px-14px */}
.mini .cBott{width: 116px;	/* 144px-28px */}
.mini .cTopL{width: 23px;}


.frame .fcontent
{
	margin-top: -18px;
	padding: 20px;
	padding-bottom: 0;
}

.mini .frame .fcontent
{
	margin-top: -12px;
	padding: 12px 14px;
	padding-bottom: 0;
}
.frame h1
{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
     text-transform: uppercase;
}
.rcolumn .frame h1
{
	font-size: 16px;
	margin: 0;
}
.rcolumn .frame h2
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

.rcolumn .answers
{
	margin-top: 15px;
	font-size: 11px;
}
.rcolumn .answers table
{
	margin-left: -3px;
}

.rcolumn .answers .meter
{
	width: 58px;
	height: 6px;
}

.rcolumn .answers .indicator
{
	height: 6px;
}
.rcolumn .answers a
{
	text-decoration: none;
}
.rcolumn .answers a:hover
{
	text-decoration: underline;
}


.frame p
{
	margin: 0;
	padding: 15px 0;
}






.gamesThumb
{
	float: left;
	width: 108px;
	margin-right: 4px;
}
.gamesText
{
	width: 460px;
	float: left;
}
.right
{
	text-align: right;
}

/* Program X calendar */
.calendar
{
	position: relative;
}

.calendar .day
{
	float: left;
	padding: 1px;
	margin: 1px;
	text-align: center;
	line-height: 250%;
	font-size: 16px;
}
.calendar .day a
{
	display: block;
	text-decoration: none;
}
.calendar .free, .calendar .reserved
{
	width: 40px;
	height: 40px;
}
.calendar .small
{
	width: 16px;
	height: 16px;
}
.legend
{
	margin-top: 30px;
	line-height: 24px;
}

.calendar .datefrom
{
	margin: 30px auto;
	width: 250px;
}

.calendar .info
{
	position: absolute;
	top: 20%;
	left: 29%;
	width: 300px;
	padding: 5px;
     visibility: hidden;
}
.calendar .info .close
{
	text-align: center;
	padding: 10px;
}






/* GALLERY */
.gallery .galleryTree
{
	margin-bottom: 30px;
}
.gallery .galleries .framePos, .gallery .galleries .frame
{
	width: 202px;
	margin-bottom: 20px;
}
.gallery .images .framePos, .gallery .images .frame
{
	width: 696px;
}
.gallery .galleries .frame
{
	position: relative;
	margin: 0;
}

.gallery .cTop{width: 165px;	/* 202px-23px-14px */}

.gallery .images .cTop{width: 659px;	/* 696px-23px-14px */}
.gallery .images .cBott{width: 668px;	/* 696px-2x14px */}
.gallery .galleries .cBottL
{
	position: absolute;
	bottom: 0;
	float: left;
}
.gallery .galleries .cBottR
{
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
}
* html .gallery .galleries .cBottL, * html .gallery .galleries .cBottR { bottom: -9px; }
.gallery .frameseparator { width: 45px; }
.gallery .frame .fcontent { padding: 0; }
.gallery .frame h1 { margin: 12px 15px; }
.gallery .frame a
{
	display: block;
	text-decoration: none;
}
.gallery .frame img
{
	position: relative;
	top: 5px;
	margin-top: -5px;
	width: 100%;
}
.gallery .images .frame .imgItem
{
	margin-left: 25px;
	margin-bottom: 35px;
	float: left;
}



.msg
{
	width: 500px;
	height: 18px;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}



/* RESPONSES */
.responses .responseText
{
	padding-top: 15px;
}
.responses .responseComment
{
	padding-top: 10px;
}



.content
{
	padding: 30px;
	text-align: left;
}


.text
{

}



.foot
{
	height: 198px;
}
.footGallery
{
	width: 866px;
	height: 170px;
}