﻿/**
* General
*/
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 70%;
	text-align: left;
	width: 100%;
	color: #231F20;
	background: #FFFFFF url('../images/Design/body_background_top.png') top repeat-x;
}

* {
	margin: 0pt;
	padding: 0pt;
}

a, a:visited {
    color: #0163A7;
}
a:hover {
	text-decoration:none;
}
a.with_arrow {
	padding-right: 16px;
	background: url('../Images/Design/icon_arrow_white.png') bottom right no-repeat;
}

h1 {
    font-family: Arial, Helvetica, Verdana;
	font-weight:bold;
	color: #333333;
	font-size: 20px;
	padding: 5px 0px 8px 0px;
}
h2 {
	font-family: Arial, Helvetica, Verdana;
	font-weight:bold;
	color: #333333;
	font-size: 130%;
	padding: 5px 0px 10px 0px;
}
h3 {
	font-weight:bold;
	color: #333333;
	font-size: 120%;
	padding: 5px 0px 10px 10px;
}

img {
    border:none;
}
img.thumbnail {
    background: #EEE;
    border: 1px solid #CCC;
    float: left;
    padding: 4px;
}

input {
    border: 1 px solid;
    font-size: 100%;
}

p {
    padding:10px 0px;
}

textarea {
  overflow: auto;
}

.nopadding {
    padding:0px;
}

.color_white {
	color: #FFFFFF;
}
.color_light_blue {
	color: #14C9FF;
}
.spacer{clear:both; height:1px;}
/**
* END General
*/

/**
* Page Layout
*/

html, body, #page_container { height: 100%; }
body > #page_container { height: auto; min-height: 100%; }

#page_header {
	margin: 0px auto;
	width:940px;
	height:162px;
    z-index: 10;
	position: relative;
	margin-bottom:-162px;
	background: #FFFFFF url('../images/Design/body_background_top.png') top repeat-x;
}

#page_container {
    background: white url(../Images/Design/container_bg.png) repeat-y 100% 0px;
    margin: 0px auto;
    width: 940px;
}

#page_content {
    float: left;
    padding: 20px 40px 20px 0px;
    width: 580px;
    padding-top:182px;
    padding-bottom:132px;
}

#page_widget {
    float: right;
    width: 320px;
    padding: 20px 0px 0px 0px;
    padding-top:182px;
    padding-bottom:122px;
}
.widget {
    width: 300px;
    padding: 10px;
    background:#FFFFFF;
    border: 1px solid #DDDDDD;
}
.widget .inside_reference {
	padding: 12px 10px 8px 10px;
}
.widget .inside_reference h2 {
	padding: 0px;
	margin-left:55px;
}
.widget .inside_reference p {
	font-size:90%;
	padding: 0px;
	margin-left:55px;
	margin-bottom:0px;
	color: #666666;
}
.widget .inside_reference p img{
	float:left;
	padding:5px 20px 5px 0px;
}
.widget img.icon {
    float:left;
    padding-right:15px;
	margin-right:-55px;
}
.widget .inside_reference:hover {
	background: #F0F9FF;
}

.widget .inside_reference_hot {
	padding: 12px 10px 8px 10px;
	background: #ffff99;
}
.widget .inside_reference_hot h2 {
	padding: 0px;
	margin-left:55px;
}

.widget .inside_reference_hot p {
	font-size:90%;
	padding: 0px;
	margin-left:55px;
	margin-bottom:0px;
	color: #666666;
}
.widget .inside_reference_hot p img{
	float:left;
	padding:5px 20px 5px 0px;
}
.widget .inside_reference_hot:hover {
	background: #F0F9FF;
}
.widget img.icon {
    float:left;
    padding-right:15px;
	margin-right:-55px;
}
#flash_messenger {
    margin-top:162px;
    margin-bottom:-162px;
    padding:20px 30px;
    border: 1px solid #E2C822;
    background-color: #FFF9D7;
}
#flash_messenger ul li{
    list-style-type: none;
}

#page_footer {
	clear:both;
	height:112px;
	margin-top: -112px;
	width:100%;
	position: relative;
    z-index: 10;
	background: #004E9F url('../images/Design/body_background_bottom.png') top repeat-x;
}
#page_footer_inside {
	margin: 0px auto;
	position: relative;
	width:900px;
	min-height:92px;
	padding-top: 20px;
	color: #ffffff;
}
#page_footer_inside .icon_rss {
	position:absolute;
	left:0px;
	top:-15px;
	width:37px;
	height:37px;
	background: url('../images/Design/icon_rss.png') top left no-repeat;
	cursor:pointer;
}
#page_footer_inside .icon_facebook {
	position:absolute;
	left:45px;
	top:-15px;
	width:37px;
	height:37px;
	background: url('../images/Design/icon_facebook.png') top left no-repeat;
	cursor:pointer;
}
#page_footer_inside .icon_rajce {
	position:absolute;
	left:90px;
	top:-15px;
	width:37px;
	height:37px;
	background: url('../images/Design/icon_rajce.png') top left no-repeat;
	cursor:pointer;
}

/**
* END Page Layout 
*/


#logo_athletics {
	width:159px;
	height:114px;
	margin:0px 0px 0px 20px; 
	background: url('../images/Design/logo_athletics_shadow_TRNSP.png') bottom left no-repeat;
}

#account_manager {
    position: absolute;
	right:0px;
	top:10px;
	color: #FFFFFF;
	text-align:right;
}
#account_manager a {
	color: #FFFFFF;
}
#menu {
    position: absolute;
	left:0px;
	top:133px;	
	height:27px;
	font-size: 12px;
	font-weight:bold;
    border-left:1px solid #84A9C4; 
	z-index:100;
}
/*#menu a {
    text-decoration:none;    
	color: #FFFFFF;		
	height:20px;
	padding:6px 12px;
	vertical-align:middle;
	border-right:1px solid #84A9C4;
}
#menu a:hover {
    color: #EAFCFF;		
}*/

/* common styling */
#menu ul li a, #menu ul li a:visited {
    display:block; 
    text-decoration:none;    
	color: #FFFFFF;		
    width:104px; 
    height:27px; 
    text-align:center; 
    color:#fff; 
    border-right:1px solid #84A9C4; 
    line-height:27px; 
    font-size:12px; 
    overflow:hidden;
}
#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left; position:relative;}
#menu ul li ul {display: none;}

#menu ul li:hover a {color:#fff; background:#36f;}
#menu ul li:hover ul {display:block; position:absolute; top:27px; left:0; width:105px;}
#menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {display:block; padding-left:2px;background:#fff; color:#333333;text-align:left;
    border:1px solid #eeeeee;}
#menu ul li:hover ul li a:hover {background:#eee; color:#000;}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-105px;}




#heading {
	
}
#heading_double_novinky {
	width:167px;
	height:50px;
	margin-bottom:10px;
	background: url('../images/Design/heading_double_novinky.png') right top no-repeat;
}
#heading_double_aktualne_v_kalendari {
	width:211px;
	height:26px;
	background: url('../images/Design/heading_double_aktualne_v_kalendari.png') right top no-repeat;
}
#heading_double_athletics_v_akci {
	width:159px;
	height:23px;
	background: url('../images/Design/heading_double_athletics_v_akci.png') right top no-repeat;
}
#heading_double_treninky {
	width:180px;
	height:52px;
	margin-bottom:10px;
	background: url('../images/Design/heading_double_treninky.png') right top no-repeat;
}
#heading_double_informace_o_nas {
	width:306px;
	height:44px;
	margin-bottom:10px;
	background: url('../images/Design/heading_double_informace_o_nas.png') right top no-repeat;
}
#heading_double_adresy_hal {
	width:113px;
	height:27px;
	background: url('../images/Design/heading_double_adresy_hal.png') right top no-repeat;
}

#heading_prihlaseni {
	width:93px;
	height:17px;
	background: url('../images/Design/heading_prihlaseni.png') right top no-repeat;
}
#heading_kategorie {
	width:88px;
	height:20px;
	background: url('../images/Design/heading_kategorie.png') right top no-repeat;
}
#heading_kalendar_akci {
	width:125px;
	height:17px;
	background: url('../images/Design/heading_kalendar_akci.png') right top no-repeat;
}
#heading_informace_o_tymu {
	width:157px;
	height:21px;
	background: url('../images/Design/heading_informace_o_tymu.png') right top no-repeat;
}
#heading_treninky {
	width:81px;
	height:21px;
	background: url('../images/Design/heading_treninky.png') right top no-repeat;
}
#heading_partneri_tymu {
	width:126px;
	height:21px;
	background: url('../images/Design/heading_partneri_tymu.png') right top no-repeat;
}


.blue {
	color: #0163A7;
}

a.button{
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	padding: 5px 15px;
	background: #818181 url('../images/Design/button_grey.png') top repeat-x;
}
a.button:hover{
	text-decoration:underline;
}

p {
	margin: 5px 0px;
}

.redirect {
    cursor: pointer;
 }

/**
* Main page
*/
#news_list {
	width: 570px;
	margin:0px 10px;
}
#news_list a {
	text-decoration:none;
}
#news_list a:hover {
	text-decoration:underline;
}
#news_list .news_item_full {
	padding: 10px 10px;
	position: relative;
	clear:both;
}
#news_list .news_item_full .news_item_photo {
	float:left;
	padding:0px;
	max-width:108px;
	max-height:108px;
	margin-right: 15px;
}
#news_list .news_item_full .news_item_title {
	color: #0163A7;
	font-size: 110%;
	max-width: 500px;
	margin-bottom:3px;
	font-weight:bold;
}
#news_list .news_item_full .news_item_author {
	color: #0163A7;
	display:inline;
	margin-right:5px;
	background: url('../images/Design/icon_user-blue-10px.png') 0% 100% no-repeat;
	padding-left: 14px;
}
#news_list .news_item_full .news_item_isforpublic {
	display:inline;
	width:14px;
	background: url('../images/Design/icon_lock-open-blue-8px.png') 0% 100% no-repeat;
	padding-left: 12px;
	padding-right: 8px;
}#news_list .news_item_full .news_item_isforpublic a{
	text-decoration:none;
}
#news_list .news_item_full .news_item_notforpublic {
	display:inline;
	width:14px;
	margin-right:7px;
	background: url('../images/Design/icon_lock-blue-8px.png') 0% 100% no-repeat;
	padding-left: 12px;
}
#news_list .news_item_full .news_item_date {
	position: absolute;
	top:10px;
	right:10px;
	color: #A9A9A9;
	font-style:italic;
}
#news_list .news_item_full .news_item_categories {
	color: #A9A9A9;
	display:inline;
}
#news_list .news_item_full .news_item_shorttext {
	text-align: justify;
	padding: 3px 0px;
}
#news_list .news_item_full .news_item_button {
	margin-top:5px;
	float:right;
}
#news_list .news_item_full .news_item_button a{
	color: #666666;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:30px;
	background: url('../images/Design/icon_arrow-green.png') 100% 50% no-repeat;
}
#news_list .news_item_short {
	position: relative;
	padding: 5px 10px;
	clear:both;
	border-bottom: 1px solid #E6E6E6;
    /*border-top:1px solid #FFFFFF;*/
}
#news_list .news_item_short:hover {
	background:#E6E6E6;
	cursor:pointer;
}
#news_list .news_item_short .news_item_title {
	color: #0163A7;
	font-size: 110%;
	margin-bottom:3px;
	max-width: 480px;
	/*font-weight:bold;*/
}
#news_list .news_item_short .news_item_author {
	color: #231F20;
	padding-left:10px;
	/*font-weight:bold;*/
	display:inline;
	margin-right:5px;
}
#news_list .news_item_short .news_item_new {
	float:right;
	padding-left:5px;
    font-weight:bold;
    font-size:90%;
    color: red;
}
#news_list .news_item_short .news_item_date {
	position: absolute;
	top:10px;
	right:10px;
	color: #A9A9A9;
	font-style:italic;
}
#news_list .news_item_short .news_item_categories {
	color: #A9A9A9;
	display:inline;
}

#news_detail_title {
}
#news_detail_short_text {
    padding:10px 10px;
    margin: 10px 0px;
    border:1px solid #D7D7CD;
	background: #F0F9FF;
}
#news_detail_text {
    margin: 10px 0px;
}
#news_detail_date {
	display:inline;
	font-style:italic;
}
#news_detail_author {
	color: #0163A7;
	font-weight:bold;
	display:inline;
	margin-right:5px;
	background: url('../images/Design/icon_user-blue-10px.png') 0% 100% no-repeat;
	padding-left: 14px;
}

#athletics_action {
    float:left;
    width:195px;
    margin-right:30px;
    margin-left:20px;
}
#athletics_action_inside {
    width:180px;
    height:273px;
    margin-top:10px;
    padding:7px 8px 0px 7px; 
    background: url('../images/Design/athletics_v_akci_background.png') left top no-repeat;
}
#athletics_action_img {
}
#athletics_action_title {
    width:160px;
    height:26px;
    padding:10px; 
    text-align:center;
}

#calendar_widget {
    float:left;
    width:211px;
    margin-right:20px;
}
#calendar_widget_categories {
    width:211px;
    margin-top:10px;
}
#calendar_widget_categories table.colors {
    width:211px;
    padding:5px;
    border:1px solid #D7D7CD;
}

#trainings {
    float:left;
    width:300px;
    
}
table.trainings {
    width:300px;
}
table.trainings th {
    font-weight:bold;
    color: #003AA5;
    padding:5px;
    text-align:left;
    border:1px solid #D7D7CD;
    background-color: #F1F9FE;
}
table.trainings td {
    padding:4px;
    margin:0px;
    border:1px solid #D7D7CD;
}

#hall_addresses {
    float:right;
    width:230px;
}
dl.hall_addresses {}
dl.hall_addresses dt {
    margin-top:5px;
    font-weight:bold;
    color: #003AA5;
    padding:5px;
    text-align:left;
    border:1px solid #D7D7CD;
    background-color: #F1F9FE;
}
dl.hall_addresses dd {
    padding:4px;
    margin:0px;
    border:1px solid #D7D7CD;
}

#user_profile {
    padding:10px;
}
#user_profile .label, #user_profile .content {
    line-height:20px;
    display:inline;
}
#user_profile .label {
    font-weight:bold;
    width:120px;
}
#user_profile .content {
    
}


/***
* Calendar
*/
#caledar_widget {
    
}
#calendar_widget .calendar_item {
    padding:8px 2px;
    border-bottom:1px solid #E6E6E6;
}
#calendar_widget .calendar_item_category {
    float:left;
}
#calendar_widget .calendar_item_details {
    display:inline;
    margin-left:5px;
    
}

fieldset.edit_profile { 
    padding: 15px;
    border-top:1px solid #D4D4D4;
    border-bottom:1px solid #D4D4D4;
    border-left: none;
    border-right: none;
    background:#FFFFFF; 
}
fieldset.edit_profile dl dd{ 
    float:left;
    width:150px;
    padding:5px;
}
fieldset.edit_profile dl dt{ 
    padding:5px;
}

#form {
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
}
#form h1 {
    font-size:14px;
    font-weight:bold;
}
#form p{
    font-size:11px;
    color:#666666;
    margin-bottom:10px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:6px;
}
#form label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
    padding-right:10px;
}
#form .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
    padding-right:10px;
}
#form input{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:200px;
    margin:2px 0 10px 0px;
}
#form input[readonly] { 
    color:#888888;
    background:#EEEEEE;
}
#form textarea{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:300px;
    margin:2px 0 10px 0px;
}
#form button{
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#666666 url(../images/Design/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
}
#form #char_counter {
    display: inline;
    float:right;
    padding-right:15px;
    padding-left:15px;
}
#form #char_counter input{
    width:30px;
    float:none;
    font-size:inherit;
    padding:4px 2px;
    border:none;
    text-align:right;
    margin:2px 0 10px 0px;
    background:none;
}
#form #char_counter label{
    display:inline;
    font-weight:normal;
    width:auto;
    float:none;
}
#form span.field-validation-error {
    color:Red;
    padding-left:10px;
}
.myform{
    margin:0 auto;
    min-width:400px;
    padding:14px;
}

/**
    bubble tooltip 
*/
a.bubble, span.bubble{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
    border-bottom:none;
}
a.bubble, span.bubble span{ 
    display: none;
    border-bottom:none; 
}
 
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.bubble:hover, span.bubble:hover{ z-index:25; color: #aaaaff; background:;}
a.bubble:hover span.tooltip, span.bubble:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333333;
	text-decoration:none;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.bubble:hover span.top, span.bubble:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/Design/bubble.gif) no-repeat top;
}
a.bubble:hover span.middle, span.bubble:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/Design/bubble_filler.gif) repeat bottom; 
}
a.bubble:hover span.bottom, span.bubble:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/Design/bubble.gif) no-repeat bottom;
}
/**
    END bubble tooltip 
*/