/* Created by B&M - Benes&Michl - www.benes-michl.cz */
@import 'main_default.css';


body {
 font-family: arial, sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px; padding: 0px; 
 text-align: center;
 background: #FFFFFF url(../images/bg_body.gif) repeat-x left top;
 position: relative;
}

body.demo {
 background: #FFFFFF url(../images/bg_body_demo.png) repeat-x left top;
}


a {text-decoration: none; color: #1B75BB; }
a:hover {text-decoration: underline; }
a:focus { outline: none; }

img, a img {border: none; }


h1 {font-size: 28px; color: #000000; margin:10px 0px 4px 0px; padding:0px;}
h2 {font-size: 16px; font-weight: bold; color: #004981; }
h2 span {margin-right:10px;}
h3 {font-size: 13px; font-weight: bold; color: #000000; margin-bottom: 3px; }

p,ul,li {color: #000000; line-height: 150%; }
p {margin-bottom:10px;}

p.title {font-size: 16px; line-height: 24px;}

ul {padding-left: 10px; margin: 10px 0px 10px 5px;}
ul li {list-style-image: url(../images/ul.gif); margin-bottom:10px;}

table.result {border: 1px solid #B6CBDA; border-collapse: collapse; }
table.result th {
 background: url(../images/th.gif) repeat-x left top; 
 font-size: 12px;
 font-weight: bold; 
 color: #004981;
 padding: 10px 20px 6px 20px;
}
table.result td {padding: 7px 20px 8px 20px; text-align: right; border: 1px solid #B6CBDA; color: #666666;}
table.result td.title {text-align: left; }
table.result tr.first td {border-top: 0px; }

form {padding:0px; margin:0px;}
/* ------------ LAYOUT ------------ */
#page {position:relative; display: block; width: 920px; margin: auto; text-align: left; }

#header {display: block; width: 875px; padding: 30px 20px 0px 25px; height: 70px; _height:125px;}
#header .main_logo {float: left; }
#header .right {float: right; padding-right: 1px; _padding-right:0px; padding-top:12px;}
#header .mail {margin-left: 60px; color: #0084C8;}

#main_menu{
 display: block;
 height: 125px;
 width: 920px;
 background: url(../images/bg_main_menu.gif) no-repeat left top; 
}
#main_menu a {
 display: block; 
 float: left;
 width: 100px;
 height: 25px;
 padding: 75px 0px 0px 0px;
 margin-left: 40px;
 text-align: center;
 color: #5B5B5B;
 font-size: 14px;
 text-decoration: underline;
}
#main_menu a.active {font-size: 14px; font-weight: bold; color: #000; text-decoration:none;}
#main_menu a:hover {color: #1B75BB; }

#main_menu .home {background: url(../images/icon_home.gif) no-repeat center top;}
#main_menu .about_project {background: url(../images/icon_about_project.gif) no-repeat center top; }
#main_menu .about_test {background: url(../images/icon_about_test.gif) no-repeat center top; }
#main_menu .show_test {background: url(../images/icon_show_test.gif) no-repeat center top; }
#main_menu .authors {background: url(../images/icon_authors.gif) no-repeat center top; }
#main_menu .contact {background: url(../images/icon_contact.gif) no-repeat center top; }

#main_menu a:hover, #main_menu a.active {background-position:center -100px;}

#main_menu a.student, 
#main_menu a.teacher, 
#main_menu a.admin {
  position:absolute; 
  top:-10px; 
  right:10px; 
  width:144px;
  height:19px;
  margin:0px;
  padding-top:5px;  
  text-align:right;
  padding-right:20px;
  _height:24px;
  _width:160px;
  background: url(../images/bg_admin.png) no-repeat top left;
}

#main_menu a.student:hover, 
#main_menu a.teacher:hover, 
#main_menu a.admin:hover {background-position:bottom;}

#subMenu {width:640px;height:20px; display:block; background: url(../images/bg_submenu.png) repeat-x; border: 1px solid #d5e3ee;padding:5px;padding-left:20px;}
#subMenu ul {margin:0px;padding:0px;}
#subMenu ul li {float:left; display:block;margin-right:30px;padding:0px;}
#subMenu a.active {font-weight:bold; color: #000; text-decoration:none;}


#content {display: block; width: 910px; padding: 0px 0px 0px 10px; height: auto; }
#content a {text-decoration: underline; }
#content a:hover {text-decoration: none; }
#content .col_left {display: block; float: left; width: 660px; padding-right: 20px; position:relative; _width:660px;}
#content .col_center {display: block; float: left; width: 320px; _width:340px; padding-right: 20px;}
#content .col_right {display: block; float: left; width: 220px;}
#content .col_all {display: block; float: left; width: 900px;}

/*.home #content .col_center {padding-top: 8px; &padding-top: 4px;}
.home #content .col_left {width: 320px; _width:340px;}
*/



.box {
 position: relative;
 display: block;
 width: 220px; 
 height:auto;
 margin-bottom: 25px; 
}
.box .top {
 display: block;
 position: absolute; 
 z-index: -1;
 left:0px;
 top:0px;
 width: 220px; 
 height: 88px; 
}
.box .top img {width: 220px;height: 88px; }
.box .bot img {width: 220px;height: 33px; }
.box .mid {background: url(../images/bg_box.png) no-repeat 0px 88px; padding:5px 25px 0px 25px;}

.box img {border:0px;margin:0px;}
.box.login .mid{
  height:300px;
}
.box.login .bg{
 display: block;
 position: absolute; 
 top:  0px;
 left: 0px;
 z-index: -1;
 width: 220px; 
 height: 280px; 
}
.box.login .top{display:none;}
.box.login .bot{display:none;}
.box.login .mid{background:none;}

.login input {width: 115px; margin-left: 10px;}
.login p {color: #000000;float: none; }
.login .title {font-size: 13px; color: #003A67; font-weight: bold;margin-left:0px;padding-left:0px;}
.login .name {line-height: 30px; }
.login .login_name {margin-left: 11px; }
.login .button {
 display: block; 
 width: 89px; 
 height: 24px; 
 _height:29px;
 _margin-top:10px;
 background: url(../images/button_login.gif) no-repeat left top;
 margin-left: 75px;
}
.login .button:hover {background-position: 0px -29px;}



.partners_box {
 position: relative;
 display: block;
 width: 195px; 
 height: 146px; 
 padding: 25px 0px 0px 25px;
 margin-bottom:25px;
}
.partners_box .bg {
 display: block;
 position: absolute; 
 top: 15px;
 left: 0px;
 z-index: -1;
 width: 220px; 
 height: 171px; 
}
.box .title {font-size: 13px; color: #003A67; font-weight: bold;}
.box a {display: block; padding-bottom: 5px; text-decoration: none;}
.box a:hover {text-decoration: underline;}

.button_show_test{
 display: block;
 width: 190px;
 height: 43px;
 background: url(../images/button_show_test.gif) no-repeat left top;
}
.button_show_test:hover {background-position: 0px -43px; }

.button_more{
 display: block;
 width: 123px;
 height: 43px;
 background: url(../images/button_more.gif) no-repeat left top;
}
.button_more:hover {background-position: 0px -43px; }


.button_vyhodnotit{ display: block; width: 158px; height: 45px; background: url(../images/button_vyhodnotit.gif) no-repeat left top;}
.button_vyhodnotit span{display:none}
a.button_vyhodnotit:hover {background-position: 0px -45px;}

.button_start{ display: block; width: 109px; height: 38px; background: url(../images/button_start.png) no-repeat left top;}
.button_start span{display:none}
a.button_start:hover {background-position: 0px -38px; }

.button_dalsi{ display: block; width: 109px; height: 38px; background: url(../images/button_dalsi.gif) no-repeat left top;}
.button_dalsi span{display:none}
a.button_dalsi:hover {background-position: 0px -38px; }

.button_predchozi{ display: block; width: 109px; height: 38px; background: url(../images/button_predchozi.gif) no-repeat left top;}
.button_predchozi span{display:none}
a.button_predchozi:hover {background-position: 0px -38px; }

.button_zrusitest{ display: block; width: 109px; height: 38px; background: url(../images/button_zrusitest.gif) no-repeat left top;}
.button_zrusitest span{display:none}
a.button_zrusitest:hover {background-position: 0px -38px; }

#footer{
 display: block;
 text-align:center;
 font-size:11px;
 width: 890px;
 _width:920px;
 height: 50px;
 padding: 60px 0px 50px 30px;
 margin-bottom:20px;
 background: url(../images/bg_footer.gif) no-repeat left 45px; 
}
#footer .left {color: #1F4C6F;display: block;}
#footer .right {float: right; padding-right: 65px; color: #1B75BB; width: 400px; display: block;}
#footer span {color: #1B75BB; }
#footer .left a.bm {text-decoration: underline; }
#footer .left a.bm:hover {text-decoration: none; }

.partners {display:block; text-align: center; color: #6B96B8; height: 60px; width: 920px; }
.partners a {color: #EB008B; text-decoration: underline; }
.partners a:hover{text-decoration: none; }

.button_resolution {
 display: block; 
 width: 216px; 
 height: 37px; 
 background: url(../images/button_show_resolution.gif) no-repeat left top; 
 margin-top: 15px;
}
.button_resolution:hover {background-position: 0px -37px;}


 
.test th {font-size:12px; font-weight:bold; text-align:left;padding-bottom:4px;}
.test p {display: block; height: 10px; line-height: 20px; height: 25px; margin: 0px;}
.test input {margin: 0px 12px 0px 25px; display: block; float: left; width:auto;_margin-top:-5px;_margin-left:15px;}
table.pageBrowsing input {_margin-top:0px;_margin-left:0px;}
.test p.chosen {background: url(../images/ok.gif) no-repeat 2px 2px; }
.test td {padding:2px 0px;padding-top:3px;}
.test th {vertical-align:top;}
.test tr td.separator {border-top: 1px dotted #9F9F9F;padding:5px;height:5px;} 
.test tr td.active {background: #e9f0f6;}


.people {padding-top: 17px; }

.bm {clear:both; }

/* ------------ graph ------------ */

.graph li {list-style: none url(); margin-bottom:10px; display: inline-block; vertical-align:bottom; _float:left;text-align:center;font-weight:bold;}

ul.graph {list-style-type: none; padding: 0; margin: 0; position: relative;}
ul.graph li.column {color: #000000; font-size: 11px; font-weight: bold;text-align: center; position: absolute; bottom: 0;z-index: 2;}
ul#plusGraph {border-bottom: 1px solid #000000; z-index: 50;}

table.graph {text-align: left; margin: 0 0 20px 0; table-layout: auto;}
table.graph td.graph { padding: 0 0 10px 0;}
table.graph th.legends {width: auto; font-weight: normal; vertical-align: top;}
table.graph th.legends table td.legend {  font-size: 11px; padding: 2px 0 5px 5px;}
table.graph th.title {color: #333333; font-size: 16px; font-weight: bold; text-align: center; padding: 10px 0 10px 0;}
table.graph th.legends table td.legend span { width: 15px; font-weight: bold;text-align: center; display: block;float: left;}
table.graph th.legends table td.legendIcon span { width: 15px; height: 15px; padding: 0; border: 1px solid black; display: block;}
ul.graph li span { width: 100%; position: relative;}
ul#plusGraph li span { top: 5px;}







label {
  margin-right:5px;
  padding-right: 0;
  font-size:11px;
}
.hidden {display:none;}
.error {color: red;}

.result .name {margin-right:10px;}
.professions li {list-style-image: url(../images/ok.gif); float:left; width:130px;}



#list li {list-style: none url(); width:655px;}
#list .surname {width:100px;_width:110px;}
#list .name {width:120px;_width:130px;}
#list .username {width:100px;_width:110px;}
#list .password {width:73px;_width:93px;}
#list .passwordfriends {width:78px;_width:98px;}
#list .edit {width:50px;_width:80px;padding-right:2px;}
#list .delete {width:50px;_width:70px;padding-right:2px;}
#list .score {width: 42px;text-align: center;}
#list .standing {width: 70px;text-align: center;}

#list .version {width:100px;_width:110px;}
#list .description {width:447px;_width:457px;}

div#list ul li span.tools {_width:90px;_width: 93px;text-align: center;}

#list .yearClass {width:120px;}
#list .classname {width:90px;}
#list .teacher {width:110px;}
#list .students {width:80px;}
#list .student {width:90px;}
#list .student.wide {width: 200px;}
#list .wide {width: 300px;}

#list .overall {width: 75px;}
#list .school {width: 75px;}
#list .class {width: 75px;}


#fImport p {clear:both;float:none;}
#fImport input.radio {width:20px;}
/*
div#list ul li span span {margin-top:-20px;padding:0px;border:none;font-size:8px;font-weight:normal;float:right; text-align:right; color:#000; }
*/
h2 .students {font-size:11px;}
h2 .teacher {font-size:11px; position:absolute;right:20px;margin-top:6px;text-align:right}

/* ------------ copy from module/admin/css/ucet.css ------------ */

fieldset legend {color: #000;margin:0px;}
fieldset {padding-top: 20px;padding-left:10px; _padding-top:0px;}
legend {  margin-bottom:20px;}

#fAdminSchool fieldset{
  /*width: 190px;_width: 210px;*/
  _padding-top: 20px;
  /*float:left;*/
  margin-right: 6px;
  margin-bottom: 6px;
  clear: none;
  /*height:200px;*/
}
form.#fAdminSchool p {float: none;}
#fAdminSchool .buttons {clear:both;}
#fAdminSchool input, #fAdminSchool select {width:115px;}
#fAdminSchool label {display:block; float:left; line-height:120%}

#fTeacher label,
#fClass label,
#fStudent label,
#fImport label, #fImport .label {float:left;}
#fImport label, #fImport .label {float:left;margin-right:3px;}

#fTeacher input,
#fClass input,
#fStudent input,
#fImport input {float:left;}

#fUserData label {width:40px;display:block; float:left;} 


#fTeacher fieldset,
#fClass fieldset,
#fStudent fieldset,
#fImport fieldset {margin-bottom:5px;}


fieldset.last {
  margin-right: 0;
}


form p.ml label {
  margin-top: 6px;
  font-size:11px;
}

input { width: 120px; margin-right: 0;font-size:12px;}
input.file {width:auto;}
select {font-size:12px;}

.buttons input { width: 110px;}
.buttons {padding: 10px 0px 10px 0px;}

form p.ml input {
  margin-top: 14px;
}

select {
  width: 136px;
}

form p.ml select {
  margin-top: 14px;
}
/*
form p.buttons {
  width: 625px !important;
  padding: 10px !important;
  margin: 0 !important;
  border: 1px solid #CCCCCC !important;
  float: left !important;
  clear: both !important;
}*/

form p.ml {
  margin-bottom: 11px !important;
}

form p.sl {
  margin-bottom: 1px !important;
}


#timeSheet {
  width: 900px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 15px;
  margin-right:20px;
}
#timer {
  color: #FF0000;
  width: 30px;
}





/* ------------ copy from module/admin/css/ucet.css ------------ */



/*#timeSheet, .blockAns, .pageBrowsing  {display:none;}*/



div#pageSwitching {
  width: auto;
  float: right;
}

div#pageSwitching div {
  width: 24px;
  float: left;
  clear: none;
}

table#scoreResult td.scoreBar div#scoreBar {
  width: 0px;
	height: 20px;
	background: #006FCF;
	border: 1px solid #CCCCCC;
  float: left;
  visibility: hidden;
/*  opacity: 0.5;*/
}

form#fTestTDS div.blockAns {
	width: 565px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
  float: left;
}

form#fTestTDS div.blockQuestion {
  width: 565px;
	margin-bottom: 1.5em;
  float: left;
  clear: none;
}

form#fTestTDS div.imgBorder {
  border: 0;
  float: left;
  clear: both;
}

form#fTestTDS div#pageSwitching a {
  width: 17px;
  height: 17px;
  color: #FFFFFF;
  line-height: 17px;
  text-decoration: none;
  text-align: center;
  margin: 0 0 5px 5px;
  background-color: #CCCCCC;
  border: 1px solid #DDDDDD;
  display: block;
  float: right;
}

form#fTestTDS div#pageSwitching a.active {
  background-color: #666666;
}

form#fTestTDS div#pageSwitching a.saved {
  background-color: #EC0E91;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px;
	margin: 0 auto;
  float: left;
}

table.pageBrowsing {
  width: 100% !important;
  margin-top: 25px !important;
  border: 0 !important;
}

table.pageBrowsing td {
  width: 50% !important;
  text-align: left !important;
  border: 0 !important;
}

table.pageBrowsing td.btns {
  text-align: right !important;
}

table#scoreResult {
  width: 450px;
  background-color: #FCFCFC;
  border: 1px solid #CCCCCC;
}

table#scoreResult td {
  width: 39px;
  font-size: 11px;
  text-align: center;
}

table#scoreResult td.legend {
  width: 61px;
  text-align: left;
  padding: 0 0 0 2px;
}

table#scoreResult td.result {
  width: 100%;
  padding: 10px 0 5px 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

table#scoreResult td.scoreBar {
  /*background-image: url('./../../../../../layout/score_meter.gif');*/
  background-position: right 0;
  background-repeat: no-repeat;
}

table#scoreDesc {
  font-size:10px;
  border: 1px solid #9BA2A8;
}

table#scoreDesc td,
table#scoreDesc th {
  line-height: 16px;
  text-align: center;
  border-left: 1px solid #9BA2A8;
}

table#scoreDesc th {
  text-align:left;
  padding-left:10px;
  border-bottom: 1px solid #9BA2A8;
}  

table#scoreDesc td.tdSelect {
  font-weight: bold;
}

table#scoreResult {
  margin-bottom: 20px;
}

form#fTestTDS table td {
  text-align: center;
}

form#fTestTDS table td.tdSelect {
  background: #EC0E91;
}

form#fTestTDS img.center {
  text-align: center;
  margin: 5px auto;
  display: block;
}

form#fTestTDS img.left {
  margin: 5px;
  float: left;
}

form#fTestTDS img.right {
  margin: 5px -5px 5px 5px;
  float: right;
}

form#fTestTDS div.blockAns img {
  float: left;
  clear: both;
}

form#fTestTDS div.imgBorder img {
  float: left;
}








.blockAns table {width: 550px;margin: 0 auto; font-size:12px; border-top:1px dotted #fff;}
.blockAns td, th { height: 24px; padding: 5px 5px 5px 2px; text-align: center; border-bottom:1px dotted #fff;}
.blockAns th { padding-left: 5px; font-size: 16px; }
.blockAns td {text-align: center;}
.blockAns .no {border: 0; background: none; cursor: default; font-size: 16px; }
.blockAns .tdSelect {font-size: 16px;}


.help h2 {background: url(../images/help.gif) no-repeat left; padding-left:25px;}
.message {display:block; border: 1px solid #9BA2A8;padding: 5px 10px;margin:0px 0px;float: none;width:auto;}
.help {font-size:11px; border: 1px solid #9BA2A8;padding: 5px 20px;}

div.toolbar a {
  font-weight: bold;
  padding: 0 0 0 16px;
  background: url('/images/bullet_menu.gif') left 3px no-repeat;
  position:relative;
  display: block;
  margin-top: 10px;
}

div.toolbar a:hover {
  background-position: 0 -47px;
}

ul.toolbarMenu {
  padding:0 0 0 5px;
  margin:0;
}
ul.toolbarMenu li {
	display:block;
	float:left;
	padding:0px 25px 0px 15px;
	background: url('/images/bullet_menu.gif') left 3px no-repeat;
}
ul.toolbarMenu li a {
	border:none;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none !important;
	text-align:center;
}
ul.toolbarMenu li a:hover  {
	color:#E80E8F !important;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:auto;
}

/* -------- home ---------- */
.column {display:block; float:left; width: 250;margin-right:5px;_width:290px;}
.home .button_more {float:left;}
.home .button_show_test {float:right;}


#test_info .choice {display:block; float:left; width:230px;}
#test_info .choice a {display:block; padding:30px 20px 22px 20px ;font-size:14px; font-weight:bold; text-decoration:underline;color:#1B75BB; height:16px;}
#test_info .choice a.active {background: url(../images/bg_choice.png) no-repeat left top #eef4f8 ;text-decoration:none; color:#000;}
#test_info .choice a:hover {text-decoration:none;}

#test_info .info {display:block; float:left; width: 360px; background:#eef4f8;padding:15px 30px;_width:420px;_padding-top:30px;}

.Font11 { font-size:11px; }
.Font12 { font-size:12px; }

#iSelectClass {
  width: 500px;
  padding: 2px;
}

#Dialog {
  color: #EB008B;
  font-size: 12px;
  font-weight: bold;
}

p label {
/*  width: 600px;*/
  font-weight: bold;
  padding: 3px 0 0 0;
  display: block;
  float: left;
}

.date {font-size:9px;}

#fClassSelection p {
  display:block; 
  float:none; 
}
#fClassSelection p label {float:none;}
#fClassSelection ul {border:1px solid #9BA2A8; padding:0px; }
#fClassSelection p.accrued {padding-left:1px;margin-left:5px;width:640px;border:}

#fAdminSchool fieldset #test {
  width: 590px;
  height:100px;
}

#vysledek {
  display:block;
  min-height:200px;
  _height:200px;
  padding-top:440px;
  padding-bottom:260px;
  position:relative;
  background: url(../images/bg_vysledek_blank_bg) repeat-y;  
}
#vysledek #vypracovano {position:absolute; left:150px;top:300px;z-index:5;text-align:center; width:370px;}
#vysledek #typ_testu {position:absolute; left:150px;top:340px;z-index:5;font-size:20px;text-align:center; width:370px;}
#vysledek #jmeno {position:absolute; left:150px;top:390px;z-index:5;font-size:16px;text-align:center; width:370px;}
#vysledek #result{position:relative; margin-left:100px;z-index:5;width:450px; }
#vysledek #provozuje {position:absolute; left:80px;bottom:70px;z-index:5;width:450px;font-size:11px;}
#vysledek #provozuje table {width:340px;text-align:left;font-size:11px;clear:both;float:none;margin:0px;}
#vysledek #provozuje td {width:170px;text-align:left;}
#vysledek #bg {position:absolute; left:0px;top:0px;z-index:1;}
#vysledek #bg2 {position:absolute; left:0px;bottom:0px;z-index:1;}


#vysledek #iq {font-size:80px; color: #eb008b; font-weight:bold;text-align:center;}
#vysledek #iq_label {font-size:24px; color:#1b75bb;text-align:center;}
#vysledek #result_tag {font-size:18px; font-weight:bold;text-align:center;}
#vysledek #scoreDescription th,#vysledek #scoreDescription td{text-align:left; font-size:11px; padding:2px 5px;}
.center_it {text-align:center; width:100%;}
#vysledek #scoreDescription {float:none;margin:auto; width:240px;margin-top:20px;  margin-left:auto; margin-right:auto; border:1px solid #DAE6EF; }
#vysledek #scoreDescription {float:none;margin:auto; width:240px;margin-top:20px;  margin-left:auto; margin-right:auto; border:1px solid #DAE6EF; }
#vysledek .legenda{
  margin-top:5px;
}
#vysledek .legenda p{
  font-size:9px;
  margin-bottom:0px;
  margin-top:4px;
  padding:0px;
  line-height:100%;
}

div.blockQuestion { font-size:16px; font-weight:bold;}


form#fTestTPN div#pageSwitching a.active {
  background-color: #666666;
}

form#fTestTPN div#pageSwitching a.saved {
  background-color: #EB008B;
}

form#fTestTPN table td.tdSelect {
  background: #EB008B;
}

#news-title {
    color: #004981;
    font-size: 12px;
    font-weight: bold;
}

hr {
    background-color: #ccc;
    border-width: 0px;
    height: 1px;
}

#testy { width:180; }
#test input { width: 20px; margin-bottom: 10px; }

#tridaInput { width: 400px; float:left; height:20px; margin-top:5px; }
#tridaInput input { width: 20px; clear:both; }

#admin-uvod h2 {
    color:#E80E8F;
    font-weight:bold;
    font-size:14px;
}
.KurzorMys {
    cursor:pointer;
}
#testResults p { margin:0; margin-bottom:3px; !important}
