/*
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Acta Gymnica app - main layout by ivosan; (C) ivo andrle
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Acta Gymnica
	------------------------------------------------------------------------ */

html {					height: 100%;}
body {					height: 100%; padding: 11px 22px 22px 22px; background: #4d5555; font-family: Arial, Helvetica, sans-serif;}

#wrapper {				min-width: 900px; max-width: 1560px; margin: 0 auto; min-height: 100%; height: auto !important; height: 100%; position: relative;
						-moz-box-shadow: 2px 2px 11px #333; -webkit-box-shadow: 2px 2px 11px #333; box-shadow: 2px 2px 11px #333; behavior: url("/etc/jq/ie/PIE.htc");
						background: white url("/img/gym_bottbg.jpg") no-repeat bottom right; border: none; border: 0;}
#wrapper.widefull {			min-width: 900px; max-width: 3333px;}
#header {					width: 100%; height: 135px; position: absolute; padding: 0; background: #fff;}
#headerin {				width: 100%; height: 95px;}
#menubar {				width: 100%; height: 33px;}
#stripbar {				width: 100%; height: 7px; background-color: #ade0ca;}

#middle {					width: auto; padding: 166px 11px 99px 11px;}
#middle:after {			content: ''; clear: both; display: table;}
#container {				width: 100%; float: left; margin-bottom: 0;}

#content {				padding-left: 222px; margin-right: 11px;}
#contentrgt {				padding-right: 222px; padding-left: 0;}
#contentfull {				padding-right: 0; padding-left: 0; width: 100%;}
#content3cols {			padding-right: 222px; padding-left: 222px;}
#sideRight {				float: left; width: 196px; margin: 0 0 0 -196px; position: relative;}
#sideLeft {				float: left; width: 196px; margin: 0 -244px 0 0; position: relative;}

#footer {					position: absolute; width: 100%; height: 88px; bottom: 0; left: 0; padding: 2px; text-align: center; border-top: 2px solid #ddd; background: rgba(222, 222, 222, .4);}
#footerin {				width: 66%; min-width:777px; height: 100%; margin: 11px auto;}
#footerin span#avlogomin {	width: 102px; height: 57px; background: transparent url("/img/gym_actavia.gif") no-repeat top left; margin-right: 11px; display: inline-block;
						-khtml-opacity:.60; -moz-opacity:.60; -ms-filter:"alpha(opacity=60)"; filter:alpha(opacity=60); opacity:.60; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
						transition: opacity .33s ease-in-out; -moz-transition: opacity .33s ease-in-out; -webkit-transition: opacity .33s ease-in-out;}
#footerin span#avlogomin:hover { opacity:1; -khtml-opacity:1; -moz-opacity:1; -ms-filter:"alpha(opacity=100)"; filter:alpha(opacity=100); opacity:1; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";}
#footerin span#cclogomin {	width: 88px; height: 31px; background: transparent url("/img/cc_88x31.png") no-repeat top left; margin: 15px 0 0 11px; display: inline-block;
						-khtml-opacity:.60; -moz-opacity:.60; -ms-filter:"alpha(opacity=60)"; filter:alpha(opacity=60); opacity:.60; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
						transition: opacity .33s ease-in-out; -moz-transition: opacity .33s ease-in-out; -webkit-transition: opacity .33s ease-in-out;}
#footerin span#cclogomin:hover { opacity:1; -khtml-opacity:1; -moz-opacity:1; -ms-filter:"alpha(opacity=100)"; filter:alpha(opacity=100); opacity:1; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";}
#footerin table {			width: auto; height: 55px; margin: 1px auto; padding: 0;}
#footerin table td {		margin: 0; padding: 0; text-align: center; font-size: 10pt; line-height: 15pt; color: #666; font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;}
#footerin table td p {		font-size: 9pt; color: #999;}

#headerin a.logoBg {		position: absolute; display: block;}
a.logoBg span.logoTop {		position: absolute; display: block; top: 0; left: 0;
						-khtml-opacity: 0; -moz-opacity: 0; -ms-filter:"alpha(opacity=0)"; filter:alpha(opacity=0); opacity: 0;
						transition: opacity .22s ease-in-out; -moz-transition: opacity .22s ease-in-out; -webkit-transition: opacity .22s ease-in-out;}
a.logoBg:hover span.logoTop {	opacity: 1;}

#headerin a.logoBg#logo {	width: 357px; height: 66px; top: 22px; left: 15px; background: transparent url("/img/gym_logo.gif") no-repeat top left;}
#headerin a.logoBg#upol {	width: 262px; height: 88px; top: 22px; right: 22px; background: transparent url("/img/gym_paluni2.gif") no-repeat top left;}
a.logoBg#logo span.logoTop {	width: 357px; height: 66px; background: transparent url("/img/gym_logo2.gif") no-repeat top left;}
a.logoBg#upol span.logoTop {	width: 262px; height: 88px; background: transparent url("/img/gym_paluni.gif") no-repeat top left;}

p#formerly {				position: absolute; display: block; top: 88px; left: 15px; color: #009f5a; margin: 0;
						font-size: 14pt; font-family: Basic, Arial, Helvetica, sans-serif;}

/*	Mega Menu - project
	------------------------------------------------------------------------ */
#megamenu {				top: 138px; left: 6px;}
#mmenu li a {				font-size:11pt; color: #009f5a; font-family: Basic, Arial, Helvetica, sans-serif; letter-spacing:1px;}
#mmenu li:hover a {			color: #000; text-shadow: none;}

.lmacc label, .lmacc a.oneit {font-family: Arial, Helvetica, sans-serif; border-top: 1px solid #009f5a; color: #414d51;}
.lmacc input:checked + label, .lmacc input:checked + label:hover{ color: #009f5a;
						background: #f5fafe; background: -moz-linear-gradient(top, #e7f3fc 1%, #f5fafe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e7f3fc), color-stop(100%,#f5fafe)); background: -webkit-linear-gradient(top, #e7f3fc 1%,#f5fafe 100%); background: -o-linear-gradient(top, #e7f3fc 1%,#f5fafe 100%); background: -ms-linear-gradient(top, #e7f3fc 1%,#f5fafe 100%); background: linear-gradient(top, #e7f3fc 1%,#f5fafe 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f3fc', endColorstr='#f5fafe',GradientType=0);}
.lmacc nav li.lev2 a {		color: #666;}
.lmacc nav li.lev2 a:hover {	color: #009f5a;}

/*	Typo
	------------------------------------------------------------------------ */

H1, H2, H3, H4, H5, H6 {		margin: 1em 11px 0.5em 33px; font-family: Basic, Arial, Helvetica, sans-serif; font-weight: 700;}
H1.low, H2.low, H3.low, H4.low, H5.low, H6.low { margin-top: 0.3em;}
H1 {						font-size: 150%; margin-left: 0; margin-bottom: 0.8em;}
H1.fst {					margin-top: 0;}
H2 { 					font-size: 130%; margin-left: 11px;}
H3 { 					font-size: 120%;}
H4 { 					font-size: 110%; margin-bottom: 0.3em;}
H5 { 					font-weight: 400; font-size: 110%; margin-bottom: 0.3em;}
H6 {						font-weight: 400; font-size: 105%; margin-bottom: 0; margin-left: 55px;}

HR { 					height:1px; border: none; color: #999; background-color: #999; width: 100%; margin: 1em 0;}
HR.cleaner {				clear:both; height:1px; margin: -1px 0 0 0; padding:0; border:none; visibility: hidden;}
BR.bigbreak {				line-height: 66px;}

P, LI, DT, DD, BLOCKQUOTE, UL, OL, PRE, ADDRESS {
						margin: 0.3em 11px 0.5em 55px; line-height: 133%;}
DD, BLOCKQUOTE { 			margin-left: 66px; font-style: italic; font-size: 90%;}
DT {						font-weight: bold;}
DD {						font-size: 90%; font-style: italic;}
div.clanek UL {			display: table;}
div#container .chzn-container UL, div#container .chosen-container UL {display: block;}
UL LI { 					list-style-image: url('/img/gym_li.gif');}
LI { 					margin-bottom: 0.1em;}
CENTER P { 				margin-left: 0;}

IMG {					border: none; vertical-align: middle;}
STRONG {					font-weight:bold;}
EM { 					font-style: italic;}

A {						outline: none; cursor:pointer; text-decoration: none;}
A.big { 					font-size: 130%; font-weight: bold;}

span.cap {				font-size: 105%;} 							/* vyhozeno, hlasilo chyby  font: inherited;  */
span.likeP {				font-size: 77%; font-style: normal;} 			/* pouzito pro dlouha comba uvnitr H1  */

TABLE { 					margin-left: 55px; border-color: #ddd; border-collapse: collapse; border-spacing:0;}
TD, TH { 					padding: 6px; vertical-align: middle;}
TD { 					vertical-align: top;}
TD H2 { 					margin-left: 3px;}
TD P, TD LI, TD DT, TD BLOCKQUOTE, TD H4, TD H3, TD H5 {
						margin-left: 6px;}
TD H3, TD H2 { 			margin-top: 0;}
TD.ctr H4 { 				margin: 3px 0; text-align: center; font-weight: bold;}
TD.mid H4 { 				margin: 3px 0; font-weight: bold;}

FORM TD H3, FORM TD H4, FORM TD H5 {
						margin-left: 0; margin-top: 4px; margin-bottom: 0;}

div.report * {				font-family: Arial, lucida, sans-serif;}

/*	Colorize
	------------------------------------------------------------------------ */
H1 {						color: #009f5a;}
H2 {						color: #444;}
H3, H4, H5, H6 {			color: #666;}
div#warn em {				color: #009f5a; font-family: Basic, Arial, Helvetica, sans-serif;}

A {						color: #009f5a;}
A:hover {					color: #1a171b;}
A:hover H3.revstat, A:hover H4.revname, A:hover H4.revstat, A:hover H3.revname, A:hover H4.TOCname, A:hover p.TOCauthor, A:hover p.revauthor, A:hover p.TOCcomment, A:hover p.RevENName, A:hover p.revcomment, A:hover p.TOCENName, A:hover p.commentary {
						color: #1a171b;}

span.curjump {				color: #1a171b;}

div.sbblock { 				border: 1px solid #ccc; margin-top: 11px; padding: 0.4em 2px;}
div.sbblock P	{			font-size: 80%; color: #333;}
div.sbblock H4	{			color: #009f5a;}

.da-slider{				background: transparent url("/etc/jq/img/tex/32)_waves_exe.gif") repeat 0% 0%; height: 400px;
						border-top: 5px solid #009f5a; border-bottom: 5px solid #009f5a;}
.da-slide h2{				color: #009f5a;}
.da-slide h3{				color: #009f5a;}
.da-slide p{				color: #1a171b;}
.da-slide .da-link{			border: 5px solid rgba(0,107,171,0.8); background: rgba(0,107,171,0.15);}
.da-dots span{				background: #009f5a;}
.da-arrows span{			background: #009f5a;}
.da-arrows span:hover{		background: #1a171b;}

div.article dt.authors {		color: #666;}
div.magarchive h4.authors {	color: #888;}
div.magarchive H3.mvol a {	color: #888;}
div.magarchive H3.mvol a:hover { color: #009f5a;}

div.article dd.affiliation { 	margin: 0.2em 0 0.25em 16px; text-indent: -16px; color: #666;}
div.toc_item p.annotation b {	font-weight: normal;}
table.srchres h3.articleTitle {color: #009f5a; }
div.article h2.articleTitle{	color: #009f5a;}