/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
	min-width: 1024px;
}

a {
	color: #2E5EAD;
	text-decoration: none;
}
a:hover {
    color: #007de6;
	text-decoration: underline;
}
a.bold {
	font-weight: bold;
}

ul {
	padding-left: 15px;
}

/* --- */
#header {
	position: relative;
	background: url(/img/bg-header.png);
	padding: 7px 0 0;
	z-index: 10;
	width: 100%;
}
.logo {
	width: 290px;
	height: 55px;
	overflow: hidden;
	margin: 0 0 0 24px;
	position: relative;
}
.logo img {
	width: 270px;
	height: 55px;
}
.logo a {
	display: block;
	height: 100%;
}
.logo div {
	position: absolute;
	width: 196px;
	height: 25px;
	top: 33px;
	left: 63px;
	color: #798d96;
	font-size: 14px;
	text-indent: 0;
	word-spacing: -1px;
	text-align: center;
	white-space: nowrap;
}
.logo div.logo_sm {
	top: 34px;
	font-size: 12px;
	text-indent: 0;
}

.search-form {
	background:url(/img/bg-search-form.png) no-repeat;
	position: absolute;
	top: 16px;
	right: 23px;
	width: 467px;
	padding: 3px 3px 3px 31px;
}
.search-form fieldset {
	border: none;
}
.search-form input {
	outline: none;
}
.search-form input[type="text"] {
	border: none;
	color: #646869;
	font-size: 14px;
	height: 14px;
	background: none;
	width: 385px;
	float: left;
	padding: 7px 4px;
}
.search-form input[type="submit"] {
	float: right;
	background: url(/img/btn-search.png) no-repeat;
	width: 70px;
	height: 28px;
	border: none;
	color: #6b6b6b;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 2px;
}
.search-form input[type="submit"]:hover {
	cursor: pointer;
}

.header-block {
	background: url(/img/bg-header-block.png) repeat-x;
	overflow: hidden;
	padding: 5px 27px 12px 25px;
}

#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	font: 14px/16px 'Open Sans', sans-serif;
}
#menu li {
	float: left;
}
#menu li a {
	color: #fff;
	position: relative;
	text-decoration: none;
	display: block;
	padding: 7px 16px;
}
#menu li a:hover,
#menu .active a {
	background: url(/img/bg-menu-hov.png) no-repeat;
}
#menu li a:hover:after,
#menu .active a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 30px;
	background: url(/img/bg-menu-hov.png) no-repeat -395px -34px;
	content: '';
}
#menu li:first-child a {
	padding-top: 6px;
	padding-bottom: 3px;
}

/* --- layout --- */
.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	background: #f5f5f5;
}
.colmask .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 300px;
	background: #fff;
	border-left: 1px solid #ddd;
}
.colmask .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 300px;
	padding-bottom: 1em;
}

#pageContent {
	margin: 0 0 0 300px;
	position: relative;
	right: 100%;
	overflow: hidden;
	padding: 30px;
}

#leftCol {
	float: left;
	width: 240px;
	position: relative;
	right: 300px;
	padding: 30px;
}

#leftCol ul {
	margin-bottom: 1.5em;
	list-style: square;
}
#leftCol li.showMore {
	padding: 8px 0;
	font-weight: bold;
}
#leftCol .blockTitle {
	margin-top: 30px;
}
#leftCol .blockTitle:first-of-type {
	margin-top: 0;
}

#footer {
	padding: 8px;
	text-align: center;
	color: #5e5e5e;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
}
#footer p {
	margin: 7px 0;
}
#footer .pageDesc {
	font-size: 10px;
	margin: 10px 0;
}

/* --- */
.content {
	line-height: 1.5em;
}
.content p {
	margin-bottom: 10px;
}
.content h1, h2, h3, h4, h5, h6, .content .blockTitle {
	color: #111;
	margin: 0 0 .7em;
	padding: 0 0 0.3em;
	border-bottom: dashed 1px #ccc;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
}
.content h1 {
	font-size: 18px;
	margin-top: -5px;
	margin-bottom: 15px;
	line-height: 135%;
}
.content h1 span {
	color: #174E20;
}
.content h2, .content .blockTitle  {
	font-size: 15px;
	margin-top: 30px;
}
.content h3 {
	font-size: 1em;
}
.clear {
	clear: both;
}

/* --- */
.workList .sort {
	margin: 25px 0;
}
.workList .sort ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.workList .sort ul li {
	display: inline;
	margin-left: 20px;
}
.workList .sort ul li a {
	border-bottom: 1px dotted #2e67af;
}
.workList .sort ul li a:hover {
	text-decoration: none;
}
.workList .pager {
	margin: 25px 0;
}
.workList .bottomButtons {
	margin: 10px 0;
}

.works {
	padding: 0;
	margin: 0;
}
.works li {
	border-bottom: 1px dashed #ccc;
	padding: 12px 10px;
	font-size: 12px;
}
.works li:last-of-type {
	border-bottom: none;
}
.works li > p {
	margin: 5px 0;
}
.works li .rating > div {
	float: left;
}
.works li .rating:after {
	content: '';
	display: block;
	clear: both;
}
.works .workTitle {
	font-size: 14px;
}

/* add sorting icons to gridview sort links */
a.asc {
	padding-right: 23px;
	background: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7)
	no-repeat right 55%;
}
a.desc {
	padding-right: 23px;
	background: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7)
	no-repeat right 55%;
}

/* --- */
.pagination {
	display: inline-block;
	padding-left: 10px !important;
	vertical-align: middle;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 4px 10px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li.last > a,
.pagination > li.prev > a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li.first > a,
.pagination > li.next > a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 3;
	color: #23527c;
	background-color: #e7e7e7;
	border-color: #c5c5c5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #23527c;
	cursor: default;
	background-color: #f5f5f5;
	border-color: #c5c5c5;
	font-weight: bold;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pagination > li.first > a {
	margin-right: 10px;
}
.pagination > li.last > a {
	margin-left: 10px;
}

/* --- */
.niceUl li {
	list-style: circle inside;
	font-size: 12px;
	color: gray;
	width: 90%;
}
.niceUl li a {
	font-size: 13px;
}

.columns2 {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}

.niceColumnedStraightUls ul {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}
.niceColumnedStraightUls ul:after {
	content: "";
	border: none;
	border-top: 1px dashed #ccc;
	width: 240px;
	display: block;
	margin: 10px 0 0 0;
}

.highlightedUls ul {
	transition: background-color .5s ease;
}
.highlightedUls ul:target,
.highlightedUls .highlighted {
	background: #f1f1f1;
}

div.predmety h2 {
	padding-left: 15px;
	border-bottom: none;
	margin-bottom: 5px;
	margin-top: 0;
}
div.predmety .solidBlock {
	margin: 10px 0 15px 0;
}

#moreSubjects {
	border-top: 1px dashed #ccc;
	margin: 10px 0;
}

.abc {
	margin: 15px 0;
}
.abc li {
	display: inline-block;
	margin: 0 8px 0 0;
}
.abc li a {
	border-bottom: 1px dotted #2e67af;
}

.tabs-menu a.active {
	color: #000;
	pointer-events: none;
}
#tabs > div {
	display: none;
}
#tabs > div.active {
	display: block;
}

/* --- */
ul.topListUl li {
	margin: 7px 0;
	list-style: none;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
}
ul.topListUl {
	padding-left: 0;
}
ul.topListUl li:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
ul.topListUl li .info {
	margin-top: 3px;
	font-size: 10px;
	color: #9b9b9b;
	vertical-align: middle;
}
ul.topListUl li .info * {
	vertical-align: middle;
}
ul.topListUl .hits {
	float: right;
}
ul.topListUl .hits img {
	margin-right: 3px;
}

/* --- workPage --- */
.workInfo td {
	vertical-align: top;
}
.workInfo td.cover {
	padding-top: 10px;
	width: 280px;
}
.workInfo .cover img {
	width: 270px;
}
.workInfo .info {
	padding-left: 20px;
	padding-top: 0;
}
.workInfo ul {
	padding-left: 0;
	font-size: 14px;
}
.workInfo ul li {
	margin: 7px 0;
}
.workInfo ul li span {
	font-weight: bold;
	color: #174E20;
	font-family: Arial, serif;
}
.workInfo strong {
	font-weight: normal;
	margin-left: 5px;
}
.workInfo .font13 {
	font-size: 13px;
}
.theses li {
	font-size:inherit;
	color:black;
	margin: 3px 0;
}
.workPage .buttons {
	margin: 30px 0;
}
.workPage .buttons a {
	margin-right: 15px;
}
.workPage .workRating {
	margin-bottom: 35px;
}


/* --- other --- */
.typesList li {
	margin-bottom: 3px;
}

.solidBlock {
	display: inline-block;
	width: 100%;
}

hr.line {
	height: 1px;
	border: none;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0;
}

.animatedHits {
	opacity: 0;
}

.top10 {
	margin-top: 10px;
}
.bot5 {
	margin-bottom: 5px !important;
}
.bot10 {
	margin-bottom: 10px !important;
}
.bot25 {
	margin-bottom: 25px !important;
}
.left10 {
	margin-left: 10px !important;
}
