/*
@media all and (min-resolution: 120dpi) {
	html {font-size: 80%}
}
*/


body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	line-height:1.5em;
	/* The min-width property does not work in old versions of Internet Explorer */

	font-size:13px;
	font-family: Arial, sans-serif;
	color: #3A3A3A;
	/*font-size: 15px/1.6;*/

}

sup {
	color:#990000;
	padding:5px;	
}


a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1 {
	margin:.8em 0 .2em 0;
	padding:0;
	line-height:1em;
	color:#555;
}
h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	border-bottom: dotted 1px #CACACA;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}
/*
#y5_direct1 {
	position: absolute;
	top: 0;
	width: 99%;
	height:105px;
	z-index:999;
}
*/
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background: white url('../../media/images/a3.gif') top left repeat-x;
}
#header {
	border-bottom:1px solid #999;
}
#header p, #header h1, #header h2 {
	padding:.3em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	/*float:left;*/
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	font-size:1.2em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active, #header ul li a.active:hover {
	color:#fff;
	background:#900000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
.layoutdims {
	border-top:1px solid #999;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	background: white url('../../media/images/a3.gif') top left repeat-x;
}
#navigBar {
	clear:both;
	border-top:1px solid #999;
	margin:0;
	padding:6px 15px !important;
	text-align:left;
	background: white url('../../media/images/a3.gif') top left repeat-x;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background: white url('../../media/images/a3.gif') top left repeat-x;
}
.threecol .colleft {
	right:54%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:50%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:18%;			/* Width of left column content (column width minus padding on either side) */
	left:30%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:88%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #999;
}
#footer p {
	padding:10px;
	margin:0;
}
#slogan h2 {
	font-size:1.1em;
	border-bottom: 0px;
}
#searchbox {
	/* background: url('../../media/images/download.png') top left repeat-x;*/
/* border: #333 1px solid;*/
	background-color:#369;
	width:90%;
	padding: 6px 30px;
	/* height:95px;*/
	color: #eee;/* margin: 0 auto;*/
/* color:#ddd;*/
}
#logowrapper {
	float:left;
	width:35%;/*  border: 1px dotted;*/
}
#searchbox p {
	color:#fff;
	text-align:left;
	padding:0px 0;
}
#searchwrapper {
	/* top:35px;*/
	/*margin-top:10px;*/
	width:60%;
	float:left;/* border: 1px dotted;*//* position:absolute;*/
/* text-align:center;*/
}
#searchwrapper a {
	font-style:italic;
	color:#fff;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.searchinput {
        width:80%;
	font-size:1.2em;
}

.button {
	font-weight:bold;
	color:#fff;
	background:#990000;
	border: 0px solid #eee;
	text-decoration:none;
	font-size:1.2em;
	padding:3px 10px;
	border: 1px #000 solid;
	min-width:4em;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.img1 {
	padding:0;
	margin:0;
}
.myicons {
	vertical-align: middle;
	padding: 0 2px 5px 0;
}
.myavatar {
	float:left;
	margin-right:8px;
	vertical-align: middle;
}
.commentdate {
	float:right;
	font-size:0.9em;
	font-weight:bold;
	color:#666;
}
.reviewer .fn {
	font-weight:bold;
}
label {
	display:block;
	color:#ff8c00;
	font-weight:bold;
}
.helptext {
	font-size: small;
	display:block;
	color:green;
}
.errorlist {
	font-size: large;
	font-weight:bold;
	color:#ff0000;
	padding:0px;
}
textarea {
	width:90%;
}
blockquote {
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #FEAD00;
	background: #FDFDFD url('../../media/images/a7.gif') top left repeat-x;
}
blockquote p {
	margin-bottom: 0em;
}
.topborder {
	margin:.8em 0 .2em 0;
	padding:10px 0;
	border-top: dotted 1px #CACACA;
	border-bottom: 0px;
}
.shild1 {
	background:url('../../media/images/shield-green.png') no-repeat right top;
	width:80px;
	height:97px;
}
.shild1 .inside_text {
	text-align:center;
	font-size:1.7em;
	color:#fff;
	padding: 28px 0px
}
.shild2 {
	background:url('../../media/images/shield-yellow.png') no-repeat right top;
	width:80px;
	height:97px;
}
.shild2 .inside_text {
	text-align:center;
	font-size:1.7em;
	color:#444;
	padding: 28px 0px
}
.shild3 {
	background:url('../../media/images/shield-red.png') no-repeat right top;
	width:80px;
	height:97px;
}
.shild3 .inside_text {
	text-align:center;
	font-size:1.7em;
	color:#fff;
	padding: 28px 0px
}
.underline_off {
	text-decoration:none;
}
.box1 {
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #FEAD00;
	background: #FDFDFD url('../../media/images/a7.gif') top left repeat-x;
}
.contest_results ul li {
	list-style: none;/*margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;*/
}
.contest_results .p1 {
	padding: 0 20px;
}
.contest_results .p2 {
	padding: 0 40px;
	margin:0;
}
.contest_results .p3 {
	padding: 0 60px;
	margin:0;
}
.table1 {
	border: 0px;
}
.table1 td {
	padding-right:8px;
	text-align:right;
	height:55px
}
.table2 {
	margin:0px;
	border:1px dotted #3a3a3a;
	border-spacing:0px;
	border-collapse: collapse;
}
.table2 td {
	padding:5px;
	margin:0px;
	border: 1px dotted #3a3a3a;
	text-align:center;
}

.table3 {
	border-spacing:5px 0;
}
.table3 td {
	padding:0;
	text-align:center;
}

.table3td1 {
	width: 160px;
	min-width:160px;
}

.button1 {
	border:0px;
	font-weight:bold;
	background:#369;
	color:#fff;
	padding:4px 10px;
	margin: 4px 40px;
	font-size:1.4em;
}
#commentform ul {
	list-style: none;
}
.diplomas {
	text-align:center;
	width:22px;
	float:left;
	color:white;
	font-weight:bold;
	cursor:hand;cursor:pointer;

}
.contest_1 {
	background-color:red;
}
.contest_2 {
	background-color:darkred;
}
.contest_3 {
	background-color:orange;
}
.contest_4 {
	background-color:green;
}
.contest_9 {
	background-color:navy;
}
.button-link {
	background-color:#369;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}
.button-link1 {
	background-color:#eee;
	color:#369;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}
.justify {
	text-align:justify;
}
.star-yellow {
	display:block;
	background:url('../../media/images/rating/star-yellow.png') no-repeat right top;
	width:16px;
	height:16px;
	float:left;
}
.star-grey {
	display:block;
	background:url('../../media/images/rating/star-grey.png') no-repeat right top;
	width:16px;
	height:16px;
	float:left;
}
#bar-ege {
	background: transparent url(../../media/images/bar-ege.png) no-repeat;
	height: 139px;
	left: 0;
	position: fixed;
	top: 350px;
	width: 23px;
}
#bar-comments {
	background: transparent url(../../media/images/bar-comments.png) no-repeat;
	height: 139px;
	left: 0;
	position: fixed;
	top: 489px;
	width: 23px;
}
.selected_item {
	color:#fff;
	background:#369;
	text-decoration:none;
}
.capfirst:first-letter {
	font-size:1.4em;
	color:#3a3a3a;
}
.nodots {
	list-style: none
}
/* dropdown panel */

#districts_panel {
	display: none;
	position:absolute;
	z-index:998;
	background-color:#fff;
	width:12em;
	padding:0px;
	top: -1px;
	left: -1px;
	-webkit-box-shadow: 0 1px 7px #9a9a9a;
	-moz-box-shadow: 0 1px 7px #9a9a9a;
	box-shadow: 0 1px 7px #9a9a9a;
	border: 1px solid #DEDEDE;
	border-color: rgba(154, 154, 154, 0.5);
	border-top-color: rgba(154, 154, 154, 0.4);
	border-bottom-color: rgba(154, 154, 154, 0.6);
}
div#districts_panel ul li a {
	color:#369;
	background:#ffffff;
	font-size:1em;
	font-weight:normal;
	display:block;
	padding:2px 0px 3px 12px;
	float:none;
	text-align:left;
	left:0px;
}
a.district_link {
	/* font-style:normal;*/

  color:#369;
}
a:hover.district_link {
	color:#fff;

}

/* autocomplete */

/*
li.autocomplete-item {
 border-top: #ccc 1px dotted;
}
*/

.ui-autocomplete-loading {
	background: white url('../../media/images/preloader/loader1.gif') right center no-repeat;
}

/*
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
*/

/*
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 0px solid #0b93d5; background: #fdedaf ; font-weight: normal;  }
*/

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 0px solid #D5E2FF; background: #D5E2FF ; font-weight: normal;  }


/*
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #26b3f7; background: #0972a5 url(../../media/css/images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
*/


span.address-item-icon,
span.company-item-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  padding: 0 5px;
}
span.address-item-icon {
  background: url("../../media/images/location_icon.png") no-repeat;
}
span.company-item-icon {
  background: url("../../media/images/school_icon.png") no-repeat;
}

/* end-autocomplete */

.box3 {
	background-color:#eee;
}
.box3 h2 {
  padding:8px;
}

.by_districts_link {
}

.by_districts_link::after {
font-size: 65%;
margin-left: .2em;
content: " ▼";
text-decoration: none;
border-bottom: solid 1px #369;
color: inherit;
}

.redline {
text-align: justify;
text-indent: 2em;
}

.qtip-content {
	line-height:1.6em;

}

/*
playback timings (ms):
  LoadShardBlock: 237.763 (3)
  esindex: 0.005
  captures_list: 260.885
  CDXLines.iter: 15.208 (3)
  PetaboxLoader3.datanode: 379.928 (5)
  exclusion.robots: 0.251
  exclusion.robots.policy: 0.236
  RedisCDXSource: 4.379
  PetaboxLoader3.resolve: 185.148 (2)
  load_resource: 339.42
*/