* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	color: #444;
	background: #fff;
	min-width: 800px;
}
html, body {
	height: 100%;
	min-height: 100%;
	font-size: 90%;
	font-size: 14px;
}
a , a:link, a:visited{
	color: #000099;
/*
	color: #169ecf;
	text-decoration: underline;*/
	text-decoration: none;
}
span.black {
	color: #000000;
}
span.dark {
	color: #555;
	font-size: 120%;
/*	text-decoration: line-through;*/
}
p {
	margin-bottom: 12px;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	width: 100%;
	height: 148px;
	background: url(../img/header_bg.jpg) no-repeat;
	margin: 0px;
	min-width:800px;
}
#header img.left {
	float: left;
	margin-top: 13px;
	margin-left: 35px;
	margin-right: 25px;
}
#header div.top {
	padding-top: 16px;
}
#header div.nav {
	float:right;
	height: 20px;
	padding: 0px;
	margin-right: 10px;
	margin-top: 14px;
	visibility:hidden;
	width:10px;
	overflow:hidden;
}
#header div.nav a img {
	margin-left: 25px;
}
#header div.nav a {
	color: #fff;
	text-decoration: none;
}
#header div.nav a:hover {
	text-decoration: underline;
}
.mainmenu ul {
	float: left;
	width: 100%;
	min-width: 800px;
	height: 33px;
	max-height:33px;
	min-height:33px;
	background: #3bc1f4 url(../img/mainmenu_bg.gif) repeat-x;
	list-style:none;
}
.mainmenu ul li {
	float: left;
/*	width: 10.0%;*/
	height: 27px;
	margin: 1px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	text-align: center;
	background:url(../img/mainmenu_separator.gif) no-repeat right 0;
	padding-top: 5px;
	font-family: "Century Gothic";
	font-weight:bold;
	font-size:133%;
}
.mainmenu ul li.left {
	padding-left: 20px;
	background:url(../img/mainmenu_separator.gif) no-repeat right 0;
}
.mainmenu li.up, .mainmenu li.current{
	margin-top: 0px;
	color:#ff9939;
	background: #FFFFFF url(../img/mainmenu_separator.gif) no-repeat right 0;
}
.mainmenu ul li.up a, .mainmenu ul li.up a:visited{
	color: #DDDDDD;
	color:#777777;
}
.mainmenu ul li.right {
	background: none;
}
.mainmenu ul a, .mainmenu ul a:visited {
	color: #fff;
	text-decoration: none;
}
.mainmenu ul a:hover {
	text-decoration: underline;
}
.submenu ul {
	float: left;
	height: 22px;
	background: #fff;
/*	color: #17a3d6;*/
	color: #000099;
	background: #ffffff url(../img/submenu_tree.gif) no-repeat left 0;
	padding-left: 25px;
	margin-left: 50px;
	clear:none;
	padding-bottom: 0px;
	list-style:none;
}
.submenu ul li {
	float: left;
	height: 22px;
	margin-top: 0px;
	text-align: center;
	padding: 2px 20px 0 20px;
	font-family: "Century Gothic";
	font-size:100%;
}
.submenu ul li.current {
	padding-left: 20px;
	font-weight: bold;
	color: #fff;
	background: #c0c0c0;
}
.submenu ul li.current a {
	color: #fff;
	text-decoration: none;
}
.submenu ul a {
/*	color: #17a3d6;*/
	color: #000099;
	text-decoration: none;
}
.submenu ul a:hover {
	text-decoration: underline;
}
table {
/*	width: 100%;*/
	font-size: 100%;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
td {
	vertical-align: top;
}
table, img {
	border: 0;
}
ul, ol{
	padding-left: 10px;
}
ul {
	list-style-image:url(/img/list-style-image.gif);
}
h1{
	font-size:14px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #000099;
}
h1.green{
	font-size:14px;
	color: #81b41f; /* green */
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.green{
	font-size:14px;
	color: #81b41f; /* green */
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
#header h1.fct {
	color: #000000;
	font-size: 150%;
	margin-bottom: 2px;
	font-weight: normal;
	margin-top:0px;
}

a.ext{
	background: url(/img/ext_link.gif) right bottom no-repeat ;
	padding-right: 14px;
}
a.q{
	background: url(/img/q.gif) no-repeat right;
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin-right: 6px;
	padding-right: 10px;
	text-decoration:none;
}
#footer {
	clear:both;
	height:34px;
	position:relative;
	padding: 8px 20px;
	margin: 0px;
	font-size: 11px; 
	background-color:#e8e8e8; 
	color: #959595;
	min-width:760px;
}
#footer .counter{
	float:right;
}
.button-blue, .button-orange, .button-green{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	border: 0px;
	margin: 10px 0;
}
#testing .button-blue, #testing  .button-orange, #testing  .button-green{
	margin: 2px 0;
}
.button-blue{
	background:url(../img/button_blue_bg.gif);
	height: 22px;
	width:74px;
}
.button-orange{
	background:url(../img/button_orange_bg.gif);
	height: 22px;
	width:74px;
}

.orange-button{
	background:url(../img/button_orange_bg_2000.gif) no-repeat left top;
	height: 22px;
	display:block;
/*	float:left;*/
	padding-left:20px;
	cursor:hand; /* В ие6 почему-то пропадает курсор с рукой, при этом кликабельность кнопки не теряется */
	margin: 10px 10px;
}
.orange-button input {
	height:22px;
	background:url(../img/button_orange_bg_2000.gif) no-repeat right top;
	display:block;
	border: none;
/*	float:left;*/
	padding-right:20px;
	color: #fff;
}
.button-green{
	background:url(../img/button_green_bg.gif);
	height: 24px;
	width:141px;
}

input[type=text], input[type=password]{
	border: #b9c1ce 1px solid;
	height: 18px;
	width: 170px;
	padding-left:2px;
}
select{
	height: 18px;
	width: 172px;
	padding-left:2px;
}
.rc-lt{
	background:url(../img/round_left_top.gif) no-repeat left top;
}
.rc-rt{
	background:#f8f8f8 url(../img/round_right_top.gif) no-repeat right top;
}
.rc-lb{
	background:url(../img/round_left_bottom.gif) no-repeat left bottom;
}
.rc-rb{
	background:url(../img/round_right_bottom.gif) no-repeat right bottom;
}
.pencil-green, .pencil-orange{
	padding-left: 10px;
	padding-top: 10px;
}
.pencil-green{
	background:  url(../img/pencil_green_round.gif) no-repeat 0 0;
}
.pencil-orange{
	background: url(../img/pencil_orange_round.gif) no-repeat 0 0;
}
.pencil-orange span{
	color: #ff9939;
}
.pencil-orange p{
	color: #8b8b8b;
}
.pencil-orange strong{
	color: #444444;
}

label p{
	color: #493829;
	font-weight:bold;
	font-size:10px;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}
label{
	color:#646464;
	font-size: 10px;
}
#left p{
	color:#646464;
	font-size: 10px;
	margin-top: 5px;
}
#left p label{
	font-weight:normal;
}
.sok{
	background: #a4c6c9 url(../img/sok_bg.gif) no-repeat 0 0;
	width: 181px;
	height: 94px;
	margin-top: 20px;
}
.sok a{
	text-decoration:none;
}
#left .sok p{	
	font-weight:normal;
	font-size:18px;
	text-align:center;
	color: #fff;
	padding-top: 8px;
}
.tests-small-list{
	font-size: 11px;
}



/* Votes */
.votes *{
	color: #444444;
}
.votes p{
	font-size:11px;
	margin: 0px;
}
.votes span{
	color: #444444;
	font-weight:bold;
	clear: both;
}
.votes .title{
	color: #81b41f;
	margin-left: 20px;
	margin-bottom: 20px;
}
.votes p.vote{
	font-size:11px;
	padding: 0px;
	margin: 0px;
}
.votes b, .votes i{
	float:right;
	padding-right: 10px;
	padding-top: 6px;
}
.votes i{
	font-style:normal;
}
.votes .box{
	padding: 10px;
}
.remark{
	font-size:10px;
}
.required{
	color: #ff9939; /* orange */
}

hr{
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px;
	border-bottom:dashed 1px #c0c0c0; /*#a4c6c9*/
	width: 150px;
	max-width:150px;
	min-width:150px;
	
	
}
.bordered td, .bordered{
	border: 1px dotted #DDDDDD;
	border-collapse:collapse;
	padding: 2px 5px;
}
.bordered thead td{
	text-align:center;
	font-weight:bold;
	padding-left:2px;
}

input[type=text].certificate-number{
	background: url(/img/cert-num.gif) no-repeat;
	width: 150px;
	color: #ff9939;
	font-family:Arial;
	font-size: 14px;
}
.pop1{
	background: url(/img/pop/pop1.gif) no-repeat;
}
.pop2{
	background: url(/img/pop/pop2.gif) no-repeat;
}
.pop3{
	background: url(/img/pop/pop3.gif) no-repeat;
}
.pop4{
	background: url(/img/pop/pop4.gif) no-repeat;
}
.pop5{
	background: url(/img/pop/pop5.gif) no-repeat;
}
.pop6{
	background: url(/img/pop/pop6.gif) no-repeat;
}
.pop7{
	background: url(/img/pop/pop7.gif) no-repeat;
}
.pop8{
	background: url(/img/pop/pop8.gif) no-repeat;
}
.pop9{
	background: url(/img/pop/pop9.gif) no-repeat;
}
.pop10{
	background: url(/img/pop/pop10.gif) no-repeat;
}


.rus, .eng, .trt1, .trt2, .trt3, .tt1, .tt2, .tt3, .tt4, .tt5, .tt6{
	background: center;
}
.rus{
	background:url(/img/rus.gif) no-repeat center;
}
.eng{
	background:url(/img/eng.gif) no-repeat center;
}

.trt1{
	background:url(/img/trt_1.gif) no-repeat center;
}
.trt2{
	background:url(/img/trt_2.gif) no-repeat center;
}
.trt3{
	background:url(/img/trt_3.gif) no-repeat center;
}
.tt1{
	background:url(/img/tt_1.gif) no-repeat center;
}
.tt2{
	background:url(/img/tt_2.gif) no-repeat center;
}
.tt3{
	background:url(/img/tt_3.gif) no-repeat center;
}
.tt4{
	background:url(/img/tt_4.gif) no-repeat center;
}
.tt5{
	background:url(/img/tt_5.gif) no-repeat center;
}
/*.tt6{
	background:url(/img/tt_6.gif) no-repeat center;
}*/
.pop1{
	background: url(/img/pop/pop1.gif) no-repeat;
}
.pop2{
	background: url(/img/pop/pop2.gif) no-repeat;
}
.pop3{
	background: url(/img/pop/pop3.gif) no-repeat;
}
.pop4{
	background: url(/img/pop/pop4.gif) no-repeat;
}
.pop5{
	background: url(/img/pop/pop5.gif) no-repeat;
}
.pop6{
	background: url(/img/pop/pop6.gif) no-repeat;
}
.pop7{
	background: url(/img/pop/pop7.gif) no-repeat;
}
.pop8{
	background: url(/img/pop/pop8.gif) no-repeat;
}
.pop9{
	background: url(/img/pop/pop9.gif) no-repeat;
}
.pop10{
	background: url(/img/pop/pop10.gif) no-repeat;
}

#centrecontent ol.faq-q li{
	padding: 2px 0;
}
#centrecontent ol.faq-a li span.ans-title{
	font-weight:bold;
	color: #81b41f;
}
#centrecontent ol.faq-a li p.ans{
	padding: 0px 0px 10px 50px;
	text-indent:20px;
	font-weight:normal;
}
#centrecontent ol.faq-a li{
	padding-bottom:20px;
}
#centrecontent ol.faq-a li li{
	padding-bottom:0px;
	margin-left: 20px;
}

.task-links .bordered td{
	text-align: center;
	background-color:#EEEEEE;
}
#testing table td{
	vertical-align: middle;
}
.code{
	padding:10px;
	width: 400px;
}
.tg_hid .bordered thead td{
	white-space: nowrap;
	font-weight:normal;
	background-color: #F6F6F6;
}
.tg_hid span{
	font-weight:bold;
	font-size: 16px;
}
.small-25{
	width: 25px;
	min-width: 25px;
	max-width: 25px;
}
.small-20{
	width: 20px;
	min-width: 20px;
	max-width: 20px;
}
.small-40{
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}
.small-45{
	width: 45px;;
	min-width: 45px;
	max-width: 45px;
}
.small-50{
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}
.small-60{
	width: 60px;
	min-width: 60px;
	max-width: 60px;
}
.small-70{
	width: 70px;
	min-width: 70px;
	max-width: 70px;
}
.small-80{
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}
.small-100{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
.small-auto{
	text-align:left;
}
.tg_vis table tbody td.toleft{
	text-align:left;
	font-weight:bold;
}
.price-free{
	color: #ff9939;
	font-size:9px;
}
.price{
	font-weight: bold;
	color: #CC0000;
}
a:hover {
/*	text-decoration: none;*/
	text-decoration: underline;
	color:#ff9939;
}
.switcher{
	text-align:center;
	float:right;
	background:url(../img/button_green_bg.gif);
	height: 23px;
	width:141px;
	padding-top: 2px;
}
.switcher a{
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	border: 0px;
	margin-top: 2px;
	display:block;
}
.good{
	color: #81b41f;
	background:url(../img/trt_3.gif) right no-repeat;
}
.bad{
	color: #b48181;
	background:url(../img/trt_4.gif) right no-repeat;
}
.testing-results .even-line, .testing-results .odd-line{
	font-size: 8px;
	color: #333333;
	text-align:center;
}
.testing-results .even-line{
	
}
.testing-results .odd-line{
	background-color:#FFFFCC;
}
.register td{
	padding: 5px;
}
.mar1 {
	MARGIN-BOTTOM: 6px
}
.mar2 {
	MARGIN-RIGHT: 10px
}
.warning{
	border: 1px solid #990000;
	padding: 5px;
}
