/* CSS Stylesheet by Ondřej Doktor */
/* BASE BODY */
* {
    margin: 0px;
    padding: 0px;
}
body {
    color: White;
    background: url('body_bg.gif') repeat top left;
    font-family: Arial;
}
body.mceContentBody {
    background-color: #282829;
    font-size: 10pt;
}
#head_t {
    width: 100%;
    height: 110px;
    background-image: url('head_t.gif');
    background-position: left top;
    background-repeat: repeat-x;
}
#head {
    width: 980px;
    margin-left: auto;
    height: 110px;
    background-image: url('head.gif');
    background-position: top center;
    background-repeat: repeat-x;
}
#wraper {
    width: 100%;
    background: url('bg_logo.gif') no-repeat bottom right;
}
#content_table {
    width: 980px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
#bottom_t {
    width: 100%;
    height: 78px;
    background-image: url('bottom_t.gif');
    background-position: left top;
    background-repeat: repeat-x;
    text-align: center;
}
#bottom {
    height: 54px;
    width: 980px;
    background-image: url('bottom.gif');
    background-position: top center;
    background-repeat: repeat-x;
    margin: 0 auto;
    padding-top: 24px;
    font-size: 10pt;
}

/* STANDALONE */

#standaloneContent {
    height: 440px;
    text-align: center;
}
#standaloneContent.error {
    background: url('error_bg.gif') no-repeat bottom right;
}
#imageWrapper {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* ICON BOX */

#icon_box {
    width: 100%;
    height: 19px;
    background:  url('icon_box_bg.png') repeat-x;
    font-size: 0.7em;
    text-align: center;   
}
#icon_box span{
    display: inline-block;
    width: 130px;
    height: 19px;
    color: white;
    text-align: center;
}
#icon_box span:first-letter{
    font-size: 1.1em;
    font-weight: bold;
}
#icon_box #akad{
    background: url('akad_icon.png') repeat-x;
}
#icon_box #akad.active{
    background: url('akad_active.png') repeat-x;
}
#icon_box #gymn{
    background: url('gymn_icon.png') repeat-x;
}
#icon_box #gymn.active{
    background: url('gymn_active.png') repeat-x;
}
#icon_box #edie{
    background: url('edie_icon.png') repeat-x;
}
#icon_box #edie.active{
    background: url('edie_active.png') repeat-x;
}
#icon_box #umprum{
    background: url('umprum_icon.png') repeat-x;
}
#icon_box #umprum.active{
    background: url('umprum_active.png') repeat-x;
}

/* MENU PARTS */

#vmenu {
    font-size: 16pt;
    width: 100%;
}
#vmenu a{
    color: White;
}
#menu {
    width: 240px;
/*    overflow: hidden;*/
}
#menu ul a {
    color: White;
}
.short_line {
    width: 240px;
    height: 26px;
    background-image: url('line_short.png');
    padding-top: 4px;
}
.short_line span{
    margin-left: 35px;
    background: url('body_bg.gif');
    padding: 0 5px 0 6px;
    font-weight: bold;
    font-size: 12pt;
}
.group_content{
    width: 200px;
    margin-left: 25px;
    margin-bottom: 5px;
}
.group_content p{
    font-size: 10pt;
}
#amenu a {
    color: White;
    font-size: 14px;
    margin: 0px 10px 0px 10px;
}

/* LOGIN FORM AND MENU */

#userMenu{
    float: right;
    text-align: right;
    font-size: 10pt;
    margin: 15px 15px 0 0;
    line-height: 1.8em;
}
#userMenu a{
    font-size: 10pt;
}
#loginForm {
    display: table;
    margin: auto;
}
#loginForm input{
    width: 130px;
    height: 21px;
}
#loginForm label{
    font-size: 8pt;
}
.submit{
    width: 140px;
    height: 30px;
}
.submit.slim {
    height: 20px;
}

/* LANGUAGE WIDGET */

#langs{ 
    float: right;
    margin-left: -82px;  
}

/* FLASHES */
.flash {
    width: 90%;
    text-align: center;
    padding: 5px;
    margin: 5px auto 0 auto;
    font-size: 10pt;   
}
.flash.success{
    background-color: #294528;
    border: 1px solid green;  
}
.flash.info{
    background-color: #453B28;
    border: 1px solid #FF8C00;
}
.flash.error{
    background-color: #452928;
    border: 1px solid red;
}

/* TEXT CONTENT PARTS */

.long_line {
    width: 720px;
    height: 30px;
    background: url('line_long.png') no-repeat top left;
}
.long_line p{
    position: absolute;
    margin-left: 50px;
    background: url('body_bg.gif');
    padding: 5px;
    font-weight: bold;
    font-size: 12pt;
}
.text_content{
    width: 710px;
    margin-left: 10px;
    font-size: 10pt;
}
.text_content p, #tinymce p{
    font-size: 10pt;
    text-indent: 1.5em;
}

/* PAGINATOR */
.disabled{
    color: #808080;
    text-decoration: line-through;
}

/* ARTICLE EDIT FORM */

#editForm .submit{
    width: 150px;
    height: 30px;
    border: 1px solid gray;
}
.box_head{
    border: none;
    width: 700px;
    color: white;
    background-image: url('line_long.gif');
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    margin-top: 5px;
    height: 20px;
}
.box_head:hover {
    background: #2b2b40;  
}
.box {
    overflow: hidden;
}
#titleBox{
    margin-bottom: 5px;
    width: 660px;
}
#titleBox label{
    font-size: 9pt;
    font-weight: bolder;
}
#titleBox input{
    width: 300px;
}
input.timer{
    width: 80px;
    text-align: center;
}
select {
    width: 200px;
    background: #333;
    color: white;
    border: 1px solid white;
}

/* CLASS EDIT FORM */
#classForm{
    margin: 0 auto 0 auto;
}
#classForm label{
    font-weight: bold;
}
#classForm table.group{
    border-spacing: 3px;
}
#classForm table.group td{
    background-color: #2f2f30;
    padding-top: 5px;
    padding-bottom: 5px;
}
#classForm .shortSelect{
    width: 4.5em;
}


/* SUBJECT EDIT FORM */
#subjectForm{
    width: 50%;
    margin: 0 auto 0 auto;
}

/* SEMINARY EDIT FORM */
#seminaryForm{
    width: 50%;
    margin: 0 auto 0 auto;
}

/* ATELIER EDIT FORM */
#atelierForm{
    width: 50%;
    margin: 0 auto 0 auto;
}

/* HOLIDAYS EDIT FORM */
#holidaysForm{
    width: 50%;
    margin: 0 auto 0 auto;
}

/* CALENDAR POPUP */
#calendar {
    position: absolute;
    visibility: hidden;
    background-color: #282829;
}

.cpYearNavigation, .cpMonthNavigation {
	background-color: #404041;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
	font-family: arial;
	font-size: 8pt;
}
TD.cpDayColumnHeader {
	text-align: right;
	border-bottom: solid thin white;
	border-width: 0 0 1px 0;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.cpCurrentMonthDate {
    background-color: #2f2f30;
	color: white;
}
.cpCurrentDate {
	color: #FFFFFF;
	font-weight: bold;
}
.cpOtherMonthDate {
	color: #808080;
}
TD.cpCurrentDate {
	color: #FFFFFF;
	background-color: #404041;
	border-width: 1px;
	border: solid thin white;
}
TD.cpCurrentDateDisabled {
	border-width: 1px;
	border: solid thin #FFAAAA;
}
TD.cpTodayText, TD.cpTodayTextDisabled {
	border-top: solid thin white;
	border-width: 1px 0 0 0;
}
A.cpTodayText, SPAN.cpTodayTextDisabled {
	height: 20px;
}
A.cpTodayText {
    color: White;
	font-weight: bold;
}
SPAN.cpTodayTextDisabled {
	color: #D0D0D0;
}
.cpBorder {
	border: solid thin #404041;
}

/* ELEMENTS */

hr {
    width: 710px;
    height: 2px;
    border: 0px;
    margin: 10px 0px 10px 0px;
    background: url('line_long.gif') no-repeat 50% 50%;
}
ul {
    margin-left: 27px;
    font-size: 10pt;
}
input {
    background: transparent;
    border: 1px solid Gray;
    color: White;
}
h2 {
    font-weight: bold;
    font-size: 12pt;
}
h3 {
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
}
select{
    background: #333;
    border: 1px solid Gray;
    color: White;
}
optgroup{
    font-family: monospace;
}
optgroup option {
    padding-left: 20px;
}


/* IMAGE CLASSES */

img {
    border: 0px;
}
.small, .med, .large {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.small{
    width: 200px;
}
.med{
    width: 400px;
}
.large{
    width: 500px;
}

/* INTERACTIVE TABLES */
.inter {
    font-size: 10pt;
    text-align: center;
    min-width: 50%;
}
.inter td, th{
	padding-left: 2px;
	padding-right: 2px;
}
.inter th {
	background-color: #3d4c3d;
	height: 25px;
}
.inter tr {
	background-color: #273027;
	height: 30px;
}
.inter .odd{
	background-color: #2d382d;
}
.inter tr:hover{
	background-color: #403d2b;
}
.inter tr.hidden{
	color: Gray;
	background-color: #452828;
    font-style: italic;
}
.inter tr.hidden:hover{
	background-color: #452828;
}
.inter.passive tr:hover {
    background-color: #2f2f30;
}
.slim tr, .slim th{
    height: 10px;
}


#members.inter tr:hover{
    background-color: #2f2f30;
}
#members.inter{
    width: 100%;
}


.shortInput{
    width: 5.1em;
    border: 1px solid transparent;
    border-bottom: 1px solid #3A3A3A;
}
input:focus {
    background-color: #403d2b;
}
.shortSelect{
    width: 5.1em;
    font-family: monospace;
    background-color: #2F2F30;
    border: 1px solid transparent;
    border-bottom: 1px solid #3A3A3A;
}
.shortSelect:focus {
    border: 1px solid gray;
    background-color: #403d2b;
}

/* SUPPLY EDIT FORM */
.commentLine{
    width: 98%;
    border: none;
    border-bottom: 1px solid #3A3A3A;
}
.activeSnippet input, .activeSnippet a, .activeSnippet select, .activeSnippet tr, .activeSnippet span{
    opacity: 0.3;
}
.ajax-spinner{
    background: url('spinner.gif') no-repeat 45% 50%;
    width: 832px;
    height: 56px;
    z-index: 123456;
    opacity: 0.8;
    position: absolute;
}
/*.ajax-spinner.big{
    background: url('spinner_big.gif') no-repeat 45% 50%;
    width: 695px;
    height: 255px;
    margin-top: -260px;
    opacity: 0.8;
    position: absolute;
    z-index: 123456;
}*/
.ajax-spinner.big{
    background: url('spinner_big.gif') no-repeat 45% 50%;
    width: 200px;
    height: 150px;
}
.ajax-spinner.hidden{
    display: none;
}
a.tabindex:focus {
    
    background-color: #224;
}
#supplySubmit{
    width: 100%;
}

/* TIMETABLE */
.timetable{
    min-width: 90px;
    table-layout: fixed;
}
.timetable a{
    color: white;
    font-weight: normal;
}
.timetable .blank, .timetable .blank:hover{
    background: transparent;
}
/* .timetable .week{
    height: 50px;
    font-size: 1.2em;
}
.timetable .week .info{
    font-weight: normal;
    font-size: 0.8em;
    color: #CCC;
}*/
.timetable td, .timetable th {
	width: 50px;
	height: 45px;
	font-size: 0.9em;
}
.timetable th{
	background-color: #404041;
	height: 15px;
	border: none
}
.timetable th.day{
    font-weight: normal;
}
.timetable td {
	text-align: center;
	vertical-align: middle;
	color: #AAA;
}
.timetable thead tr{
    height: 15px;
}
.timetable .slim {
    height: 15px;
}
.timetable .comment, .timetable .comment td {
    height: 20px;
    color: white;
}

.supplyTable{
    width: 640px;
}
.supplyTable td {
    text-align: center;
}
.supplyTable .header th{
    background-color: #565656;
    padding: 3px;
}

/* FILE BUTTONS */

.word {
    width: 311px;
    height: 79px;
    background-image: url('word.jpg');
    text-align: left;
    margin: 0 auto 0 auto;
}
.excel {
    width: 311px;
    height: 79px;
    background-image: url('excel.jpg');
    text-align: left;
    margin: 0 auto 0 auto;
}
.pdf {
    width: 311px;
    height: 79px;
    background-image: url('PDF.gif');
    text-align: left;
    margin: 0 auto 0 auto;
}
.word span, .excel span , .pdf span{
    position: absolute;
    margin: 20px 0px 0px 65px;
    background-color: #282829;
    font-weight: bold;
    font-size: 12pt;
}

/* COUNTER */

#counter input{
    width: 55px;
}
#counter select{
    background-color: transparent;
    color: white;
    border: 1px solid #5e5e5e;
    text-align: center; 
}
/* ARTICLE FOOTER */

#articleFooter{
    width: 100%;
    margin-left: 15px;
}
#articleFooter #name{
    padding-left: 15px;
}
#articleFooter #datetime{
    width: 25%;
    text-align: left;
    vertical-align: bottom;
}
.portrait.thumb{
    width: 70px;
    height: 70px;
}
.portrait.thumb img{
    border: 1px solid Gray;
}
.portrait.thumb.sa{
    border: 1px solid Gray;
    width: 70px;
    height: 70px;
    font-size: 2em;
    display: block;
    line-height: 240%;
    margin-top: 5px;
    background: url('blank_thumb.gif') center center no-repeat;
}

/* MEMBERS */

.contact{
    width: 100%;
}
.contact .shortcut{
    width: 25px;
}
.contact .name {
    width: 25%;
}
.contact  .mail {
    width: 25%;
}
.profile ul{
    list-style: circle;
    margin-left: 15px;
}
.profile .atelierTerm{
    margin-left: 1em;
    font-size: 0.8em;
    color: gray;
}
.profile .portrait{
    margin: 10px;
    height: 200px;
}
.label{
    font-weight: bold;
    padding-right: 3px;
    vertical-align: top;
}
.profile table tr{
    vertical-align: top;
}

#memberEditForm label{
    font-weight: bold;
    padding: 5px;
}
#memberEditForm th {
    text-align: center;
}
#memberEditForm input{
    width: 200px;
}
#memberEditForm input.checkbox {
    width: auto;
}
#memberEditForm .indented {
    margin-left: 50px;
}

#memberEditForm .groupLabel{
    font-weight: normal;    
}
.shortText{
    width: 200px;
    height: 4em;
    background: transparent;
    color: white;
    border: 1px solid Gray;
    font-family: Arial;
    font-size: 10pt;
}
#memberEditForm * .auto_width{
   width: auto;
}

/* CLASS BANNERS */

.banner{
    width: 700px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 5em;
    font-weight: bold;
}
.banner.class_gymn {
    background: url('class_gymn.gif') no-repeat top center;
}
.banner.class_VOS {
    background: url('class_VOS.gif') no-repeat top center;
}
.banner.class_SOSUP {
    background: url('class_SOSUP.gif') no-repeat top center;
}
.banner.class_DS {
    background: url('class_DS.gif') no-repeat top center;
}


/* QR CODE WRAPPER */

.qr img{
    opacity:0.7;
    filter:alpha(opacity=70);
}
.qr img:hover{
    opacity:1;
    filter:alpha(opacity=100);
}

/* HREF STYLES */

a {
    color: #ef8000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: White;
}
a.blank{
    background: transparent url('link_blank.gif') center right no-repeat;
    padding-right: 20px;
}
a.akademie{
    background: transparent url('link_akademie.gif') top right no-repeat;
    padding-right: 12px;
}
a.gymn{
    background: transparent url('link_gymn.gif') top right no-repeat;
    padding-right: 12px;
}

/* EXPANDABLE CONTAINER */

.expand .container{
    overflow: hidden;
    display: block;
}
.toggle{
    width: 100%;
    background: #333;
    text-align: center;
    display: block;
    padding: 3px 0;
}
.tableToggle{
    width: 20px;
    background: #333;
    text-align: center;
    padding: 3px 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 10pt;
}

/* CLASSES TABLE */
.classTable {
    width: 600px;
}
.classTable th {
    min-width: 140px;
    width: 140px;
}
.classTable tr, .classTable tr:hover {
    background: none;
}
.classTable td {
    width: 100px;
    background-color: #2f2f30;
}
.classTable td.placeholder {
    width: auto;
    background: transparent;
}

/* GENERAL CLASSES */
.note {
    font-weight: normal;
    font-style: italic;
    font-size: 0.8em;
}
.shortcut, #memberEditForm .shortcut{
    width: 30px;
}
.err {
    color: Red;
}
.frame {
    border: 1px solid White;
}
.cell {
    background-color: #404041;
    width: 30px;
    height: 30px;
}
.supply {
    background-color: #452828;
}
.comp {
    background-color: #4E471A;
}
.free {
    background-color: #284528;
}
.select {
    background-color: #333;
    color: white;
    border: 1px solid #5e5e5e;
}
.white, .white *{
    color: White;
}
.f_right{
    float: right;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.m_center {
    margin: auto;
}
.cm_center *{
    margin: auto;
}
.thin {
    font-weight: normal;
}
.block{
    display: block;
}
.full_tables table{
    width: 100%
}
.top{
    vertical-align: top;
}
.scroll {
    max-height: 300px;
    overflow: auto;
}
.ten_pt, .ten_pt *{
    font-size: 10pt;
}
.spacer_dummy {
    padding-right: 180px;
}
.print{
    display: none;
}
.top{
    vertical-align: top;
}
.indent {
    margin-left: 15px;
}
.transparent {
    opacity: 0;
}
.fullFrame {
    width: 100%;
}
div.edie{
    min-height: 36px;
    background: transparent url('article_edie.gif') no-repeat top left;
}
div.akademie{
    min-height: 36px;
    background: transparent url('article_akademie.gif') no-repeat top left;
}

