@charset "utf-8";
/* CSS Document */


* {
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	line-height:130%;
}
body{
	background-color: #eee;
	background-image: url('/images/bg_bg.png');
	font-size:12px;
	padding: 5px 10px 10px 10px;
}

a{
	text-decoration: none;
	color: #900;
}


h1{
/*	color:#900; */
	font-size: 16px;
	line-height: 160%;	
}
p.firstpage{
	line-height: 180%;
}



/* opisanie na skeleta */
.outer{
	margin: 0 auto;
	max-width: 1024px; /*lkb */
	border-left: 3px solid #afafaf;
	border-right: 3px solid #afafaf;
	padding: 10px 7px;
	/*border: 1px solid #ccc;*/
	display: block;
	background: #f7f7f7;
}
.logo{
	margin:0 auto;
	max-width: 1018px; /* lkb */
	background:url('/images/head.gif') no-repeat scroll center #fff;
	height: 118px;
	padding: 10px;
	display: block;
	text-align: left;
	border: 3px solid #afafaf;
}
.en{
	background:url('/images/head_en.gif') no-repeat scroll center #fff;
}
.ru{
	background:url('/images/head_ru.gif') no-repeat scroll center #fff;
}
#left{
	width:275px;
	padding: 0 10px 0 0;
	float: left;	
}
#list_tests{
	padding: 0 5px 0 0;
	float: left;
	position: relative;	
	  box-sizing: border-box;
}
.fb-like-box .fb-page{
	width:200px;
}
.logo a{
	font-style: italic;
	font-weight: normal;
}
.menu{
	
	max-width: 1034px; /*lkb*/
	display: block;
	margin:0 auto;
	background: #efefef;
	border-left: 3px solid #afafaf;
	border-right: 3px solid #afafaf;
	border-top: 3px solid #afafaf;
	padding:0 0 0 4px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.menu a{
	display: block;
	float: left;
	padding-top: 3px;
	color: #333;
	height: 20px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #afafaf;
	font-size: 13px;
	background: #ddd;
}
.menu a.solved_tests:link, .menu a.solved_tests:visited{
/*	background: #b5de21; */
	background: #fff5bb; 
}
.menu a.solved_tests:hover{
	background: #f3e980;
}
.menu a.vhod:link, .menu a.vhod:visited{
	background: #a9d6ff;
}
.menu a.vhod:hover{
	background: #75bcfe;
}
.menu a:hover{
	color: #900;
	background: #fff;
}

.footer{
	max-width: 1038px; /*lkb */
	display: block;
	height:25px;
	text-align:center;
	padding-top:5px;
	font-size:13px;
	margin: 0 auto;
	background:#fff;
	border: 3px solid #afafaf;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

.klasove{
	float: left;
	max-width: 900px; /*lkb */
	height: auto;
	display: block;
}
.klass{
	float: left;
	max-width: 890px; /*lkb */
	padding: 1px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.klass h2{
	font-size: 14px;
	display: block;
	float: left;	
}
.klass h2 a{
	font-size: 14px;
	font-weight: bolder;
	float: none;
	display: inline;
}
.klass a{
	font-size: 12px;
	font-weight: normal;
	display: block;
	float: left;
	width: 150px;
	text-decoration: underline;
}
.left{
	float: left;
	padding: 15px 0;
	width: 150px;
	height: auto;
	display: block;
}

h2 {
	display:inline;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:2px;
	width:auto;
}
h2 a{
	font-size: 16px;	
}

h3 {
	display:inline;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:2px;
	width:auto;
}
h3.done{
	padding:0 2px;
	color:#007722;
	border:1px solid #999;
	background:#C7F8D3;
	
}
h3.error{
	padding:0 2px;
	background:#FFCC99;
	color:#cc0000;
	border:1px solid #999;
}
h4 {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:2px;
	width:auto;
}

#parms{
	background: #fff;
	padding: 5px 0 5px 5px;
	
	width:485px;
	font-size:20px;
	border: 1px solid #c00;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius:  7px 7px 7px 7px;
}
#parms:HOVER, #quest:HOVER{
	cursor: move;	
}



.klas_menu{
	background: #9ec900;
	border: 1px solid #fff;	
	color: #fff;
  font-size: 16px;
  font-weight: bold;
	text-align: center;
	padding: 3px 0 0 0;
	height: 25px;
}
a.klas_menu_predmet {
		background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #c8c8c8;
    border-top: medium none;
    color: #060;
    display: block;

    font-size: 13px;
    font-weight: normal;
    height: auto;
    margin:2px 0 3px 0;
    padding: 2px 0 2px 5px;
    text-align: left;

}
.testBlock{
	width: 334px;
	float: left;
	margin: 0 5px 0 0;
	background: #b5de21;
	box-sizing: border-box;
}
.testBlock .title{
	background: #89ad3b;
	text-align: center;
	padding:10px 0 8px 0;
	font-weight:bold;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;	
}
.testBlock .klas{
	background: #9ec900;
	border: 1px solid #fff;	
	text-align: center;
	margin:9px 0 0 0;
	padding: 3px 0 0 0;
	height: 25px;
}
.testBlock .klas a{
	display: block;
	font-weight:bold;
	font-size: 16px;
	line-height: 100%;
	color: #fff;	
	padding: 3pxm 4px;
}


.testBlock .klas a sup{
	line-height: 100%;
}
.testBlock a.ttt{
	display: block;
	padding:0 0 2px 10px;
	background: #fff;	
	color:#50801b;
	
}
.testBlock a.ttt:hover, .testBlock a.ttr:hover{
	color:#a50;	
}
.testBlock a.ttr, span.ttr{
	display: block;
	font-size:11px;
	font-style:italic;
	padding: 0 0 2px 10px ;
	background: #fff;	
	color:#666;

}

/***************************/

.zani{
	background: #308de3;	
}
.zani .title{
	background:#005cb3;
}
.zani .klas{
	background:#1671c5;
	padding: 6px 0 0 0;
	height: 22px;
}
.zani a.ttt{
	color:#005cb3;
}

/******************/

.prof{
	background: #ffa321;
	margin:0;
}
.prof .title{
	background:#f58f00;
}
.news .title{
	background:#eee;
	font-size:15px;
	font-weight: bold;
	color: #000;
}
.prof .klas{
	background:#ee9516;
	padding: 6px 0 0 0;
	height: 22px;
}
.prof a.ttt{
	color:#f58f00;
}









span.description{
	font-size:12px;
	display:block;
	line-height:20px;
	color: #666;
	padding-left: 20px;
}
span.subtitle {
	color:#999999;
	font-size:11px;
	display:block;
	line-height:20px;
	padding-left: 20px;
}

div.list_tests{
	border:1px solid #ccc;
	margin: 10px 0 0 0;
	padding:  6px; 	
	cursor: pointer;
	background: #fff;
	position: relative;
}
div.list_tests_na{
	border:1px solid red;
	margin: 10px 0 0 0;
	padding:  6px; 	
	cursor: pointer;
	background: #eee;
}
div.list_tests .subtitle{
	padding: 0;
	line-height: 100%;
	font-size: 12px;
	color:#262;
}
div.list_tests .description{
	padding: 10px 0 0 0;
}
div.list_tests .subtitle sup{
	line-height: 6px;	
}
div.list_tests h2{
	line-height: 100%;
	font-size: 12px;
}
div.list_tests h2 a{
	 font-size: 14px; 
	line-height: 120%;
}
div.vapros {
	display:block;
	margin-top:15px;
	padding:5px;
	border:1px solid #CCCCCC;
	clear:both;	
}
div.vapros img{
	max-width: 100%;
}
.testove_title {
	background: #EEE;
	display: block;
  width: 100%;
}

div.vapros span{
	display:block;
	height:auto;
	float:left;
	clear:both;
	margin-bottom:5px;

}
div.vapros, { /* div.vapros * lkb */
	font-family: times new roman;
	font-size:16px;
}
div.vapros img{
	display:inline;
	vertical-align:middle;
}
div.vapros label{
	
	display:block;
	height:auto;
	float:left;
	clear:both;
	margin-top:5px;
}

div.vapros label.yes{
	border:1px solid #0b0;
}
div.vapros label.no{
	border:1px solid #FF6600;
}
.red{
	color: #d00;	
}
div#dd_time{
	display: block;
	position:fixed;
	top:2px;
	left:2px;
	border:3px solid #900;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	z-index:100;
	font-family:Arial;
	width: 130px;
	padding: 5px;
	background: #ffa;
}

table.wtable{
	margin-top:15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;	
}
table.small{
	width: auto;
}
table.wtable td, table.wtable th{
	
	padding: 0 3px;	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}
table.wtable td{
	font-size:11px;
}
table.small td,table.small td * {
	font-size: 12px;
	padding: 3px;
}
table.wtable th{
	font-size:12px;
}

.r1{
	background:#eee;
}
.r0{
	background:#FFFFCC;
}

.tfield{
	width: 60px;
	border: 1px solid #533;
}
.tfield2{
	width: 300px;
	border: 1px solid #533;
}
.tfield3, .sfield{
	width: 150px;
	border: 1px solid #533;
}


.products{
	border:1px solid #ccc;
	padding:5px;
	margin: 10px 0 0 0;
	box-sizing:border-box;
	width: 100%;
}
.products:hover{
	border:1px solid #8ed82d;
	background: #f1ffda;
}
.products img{
	float:left;
	margin-right: 10px;
	border:none;
}

.products h3{
	display: block;
	float:left;
	width:100%; /*width:487px; */
	font-size: 18px;
	color:#800;
	font-weight: normal;
	font-style: italic;
}

.products .price{
	display:block;
	float:left;
	padding:10px 0 0 0;
	text-align:center;
	width:115px;
	height:55px;
	background-image:url("/images/price_place.png");
	margin:20px 20px 0 0;
	font-size: 20px;
	color:#fff;
}

.products a.link{
	display: block;
	width: 103px;
	height: 32px;
	float: left;
	padding-top: 10px;
	background-image: url("/images/order.png");
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin:43px 15px 0 0;
}

.category, .class, .predmet{
/*	display:block;
	float:left;
	width:450px;*/
	font-size: 16px;
	margin-top: 25px;
}

a.moreInfo{
/*	float: right; 
	display: block; */
	margin-top: 15px;

}

div.scale{
	width:80px; 
	background: #ccf; 
	border: 1px solid #999;
	border-bottom: none;
	float: left;
	padding: 0 5px;
	margin: 0 10px;
	font-size: 10px;
	font-weight: bold;
}

div.done{
	border: 1px solid #0a0;
}
div.error{
	border: 1px solid #c00;
}
.ulist{
	float:left;
	width:716px;
	padding:5px;
	margin-top: 5px;
	border:1px solid #ccc;
	background: #ffe;
}
.ulist img{
	float: left;
	margin: 0 10px 0 0;
}
/*********** msg ****************/
.left_column{
	width:300px;
	text-align:right;
	padding:5px;
	background-color:#FFC;
	font-weight:bolder;
}

.right_column{
	width:320px;
	text-align:center;	
	padding:5px;
	background-color:#F0F0C0;
}
.left_column_gr{
	width:300px;
	text-align:left;
	padding:5px;
	background-color:#EEE;
	font-weight:bolder;
}

.right_column_gr{
	width:320px;
	text-align:right;	
	padding:5px;
	background-color:#E0E0E0;
}
.tarea{
	width:390px;
	height:120px;
}
.button {
	background:url('/images/go.gif') no-repeat scroll left top;
	border:medium none;
	color:#777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-bottom:5px;
	padding-left:23px;
	width:130px;
	height:30px;
}
.button:hover {
	background-position:0px -30px;
}
.button:active {
	background-position:0px -60px;
} 
.button_sm {
	background:url('/images/go.gif') no-repeat scroll -3px -3px;
	border:medium none;
	color:#777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding: 3px 5px 3px 28px;
	width:10px;
	height:30px;
}
.button_sm:hover {
	background-position:-3px -33px;
}
.button_sm:active {
	background-position:-3px -63px;
}
.del{
	background:url('/images/delete.gif') no-repeat scroll left top;
}
.header_tr{
	font-weight:bolder;
	background-color:#F0F0C0;
}
.body_tr{
	background-color:#ffc;
}
.text_button{
	background-color:rgb(195,217,255);
	padding:0 3px 0 3px;
	border:1px solid #900;
}
div.pagination{
	text-align:center;
	width:100%;
	float:left;
	padding-top: 15px;
	display: block;
}
.paginator_item{
	margin:2px;
	border:1px solid #ccc;
	padding:2px;
	background-color:#F0F0C0;
}
.paginator_item:hover{
	background-color:#ffc;
}
.pagination{
	text-align:center;
}
/*************end msg*************/


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

#pre {border: 1px dashed rgb(147, 183, 213); padding: 10px; background-color: rgb(248, 248, 248); font-family: monospace;}
pre {border: 1px dashed rgb(147, 183, 213); padding: 10px; background-color: rgb(248, 248, 248); font-family: monospace; line-height: 80%;}
div.vapros pre, pre * {line-height: 80%; font-family: monospace;}
div.vapros pre font.*, pre font.* {line-height: 80%; font-family: monospace;}
.comment { color: #999999; font-style: italic; }
.pre { color: #308080; }
.string { color: #009900; }
.char { color: #009900; }
.float { color: #996600; }
.int { color: #FF6633; }
.bool { color: #000000; font-weight: bold; }
.type { color: #3a3aff; }
.flow { color: #3a3aff; }
.keyword { color: #990000; }
.operator { color: #333300; font-family: monospace;}
.vapros { background-color: #fff;}
.C-code {
    color: #dd0000;
    font-family: "Courier New";
    font-size: 13px;
    font-style: normal;
}
.java-code {
    color: #dd0000;
    font-family: "Courier New";
    font-size: 13px;
    font-style: normal;
}

.locked{
	background-image: url('/images/start_small_gray.jpg');
}
.locked:hover{
	background-image: url('/images/start_small_gray.jpg');
}
.langselector{
	float:right;
	text-align: right;
	display:inline;
	margin: 2px 2px;
}
.langselector img{
	margin: 2px 2px;
}