/* js code */
.nojs { }
#js .nojs { display: none; }
.js { display: none; }
#js .js { display: block; }
.nojs_invis { visibility: visible; }
#js .nojs_invis { visibility: hidden; }
.js_invis { visibility: hidden; }
#js .js_invis { visibility: visible; }

/* basic reset */
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { background: white url(../img/bgt.jpg) repeat-x top; }
body * { font-family: "Times New Roman", Times, serif; }
img { border: 0; }
table { border: 0; margin: 0; }
td { vertical-align: top; padding: 0; }
a { text-decoration: underline; color: #277FC9; }

/* identificators */
table#popup {
	border: solid 1px #C5D3E3;
	margin: 6px;
}
table#popup td {
	padding: 12px 17px 12px 34px;
}
div#gradusnik {
	background: #E8E8E8;
	padding: 1px 0;
}
div#gradusnik div {
	background: #FFFFFF;
	padding: 4px 0 6px;
}
div#contentFromDb pre,
div#contentFromDb p,
div#contentFromDb td,
div#contentFromDb ul,
div#contentFromDb ol,
div#contentFromDb div  {
	font-size: x-small;
	color: #000000;
}
div#contentFromDb li {
	padding-top: 0.3em;
}
div#contentFromDb p {
	text-align: justify;
}
div#contentFromDb pre {
	font-family: monospace;
}
div#contentFromDb a {
	text-decoration: underline;
	color: #277FC9;
}
div#mainmenu {
	width: 214px;
}

/* forms */
form.f { margin: 27px 0; }
form.f input, form.f textarea { width: 320px; }
form.f select { letter-spacing: -1px; width: 490px; }
form.f input.short { width: 170px; }
form.f td { padding: 2px 9px; }
form.f td.ftitle {
	padding: 5px 9px 5px 20px;
	text-align: right;
	width: 90px;
	color: #717171;
	font-size: x-small;
}
form.f .error { color: red; border: 1px dashed red; padding: 1.5em; }
form.f .field { margin: 1em 0; }
form.f .field_req { color: red; }
form.f .field input,
form.f .field select,
form.f .field textarea { width: 420px; }
form.f .field textarea { height: 20em; }
form.f .radiogroup input { width: auto; margin: 0 5px; }
form.f .captcha input { display: block; margin: 5px 0; width: 8em; clear: both; }
form.f input.button { width: 20em; }

.formWidth {
	width: 195px;
}
.first .formWidth {
	width: 166px; /* for main page */
}

#subscriptionform div { font-size: 12px; color: #717171; }
#subscriptionform div.title { margin-top: 7px; }
#subscriptionform .email { margin-top: 4px; }
#subscriptionform label { display: block; }
#subscriptionform label a img { vertical-align: middle; margin: 0 0 3px 5px; }
#subscriptionform .buttons a { font-size: 10px; }
#subscriptionform .buttons input { float: right; margin: 3px 20px 0 0; font-size: 10px; width: 78px; height: 19px; font-family: "Arial", sans-serif; }

/* div's classes */
div.votingResults {
	margin-left: 57px;
}
div.votingResults td, div.votingResults p {
	color: #4D4D4D;
	font-size: x-small;
}
div.votingResults table {
	width: 100%;
}
div.votingResults td {
	padding: 3px 0;
}
div.votingResults td.percent {
	width: 33px;
	text-align: right;
}
div.votingResults div.diagram {
	margin-top: 2px;
	border: solid 1px black;
	background: #6699CC;
	height: 10px;
	float: right;
}
div.wrote {
	font-size: xx-small;
	text-align: right;
}
div.hrSubj {
	height:1px;
	background: #818181;
	margin: 2px 0 7px;
}
div.hrDot {
	height:4px;
	background: url(../img/hr-dot.gif);
	margin: 5px 0;
}
div.hr {
	height:1px;
	background: #E8E8E8;
	margin: 5px 0;
}
div.hrDot hr, div.hr hr, div.hrSubj hr {
	display: none;
}
div.forumPageNav {
	margin: 11px;
	text-align: center;
}
div.forumPageNav div {
	padding: 0 17px;
	display: inline;
	font-size: x-small;
}
div.vote_answers {
	margin-left: 40px;
}
div.years {
	text-align: right;
	margin: 8px;
}
div.months {
	padding: 5px 14px 9px;
	background: #ECECEC;
}
div.months span {
	padding: 0 6px;
}
div.mainmenuitem {
	background: url(../img/mainmenudivbg.gif) no-repeat top;
	padding: 7px 7px 7px 7px;
}
div.notlined {
	background: transparent;
}
div.mainmenuitem, div.mainmenuitem a {
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #CF0303;
	font-size: xx-small;
	font-weight: bold;
}
div.mainmenusubitems {
	margin: 0 20px 6px;
}
div.mainmenusubitems div {
	margin-bottom: 5px;
}
div.banner {
	margin: 7px 24px 2px;
	text-align: center;
}
div.bannerInfPs {
	width: 134px;
	float:left;
	text-align: center;
	vertical-align:top;
	margin: 14px 14px 0 0;
}
div.banner h6, div.bannerInfPs h6 {
	margin:0;
	font-weight: normal;
}

/* headers */
h2 {
	font-size: medium;
	color: #333333;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
	color: #CF0303;
}
h3 {
	font-size: medium;
	color: #333333;
	font-weight: 100;
}
h2.popup {
	margin: 0;
	font-size: medium;
	font-weight: normal;
	color: #333333;
}
h3.mainpage {
	display: block;
	padding: 1px 10px 1px 26px;
	background: url(../img/mainpageblockbullit.gif) no-repeat top left;
	font-size: 13px;
	text-transform: uppercase;
	color: #528EC1;
	margin: 0 0 12px 0;
	font-weight: bold;
}
h3.popup {
	margin: 0;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: bold;
	color: #AFAFAF;
}

/* UPDATE 13:11 30.04.2008 */
h4 * {
	color: #AFAFAF !important;
}

/* fonts */
.sansSerif {
	font-family: "Arial", sans-serif;
}
.lightGray {
	color: #A0A0A0;
}
.grey {
	color: #717171;
}
.gray {
	color: #000000;
}
.darkGray {
	color: #4D4D4D;
}
.dark {
	color: #000000;
}
.xSmall {
	font-size: x-small;
}

.xySmall {
	font-size: 85%;
}

.xxSmall {
	font-size: xx-small;
}
.xSmallTable{
	font-size: x-small;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

/* links */
a.blueLink {
	text-decoration: underline;
	color: #277FC9;
}

a.redLink {
	text-decoration: underline;
	color: #D70202;
}

.red {
	color: #D70202;
}

.italic {
	font-style: italic;
}

/* monitoring */

.yearOff, .yearOff a {
	text-decoration: underline;
	color: #D70202;
}

.yearOn, .yearOn a {
	text-decoration: underline;
	font-weight: bold;
	color: #D70202;
}
.monthsOff, .monthsOff a {
	text-decoration: underline;
	color: #277FC9;
}
.monthsOn, .monthsOn a {
	text-decoration: underline;
	font-weight: bold;
	color: #277FC9;
}
span.monthsOn {
	text-decoration: none;
	color: #000000;
}
.monthsEmpty, .monthsEmpty a {
	color: #717171;
}

.monitoring .sections {
	margin-bottom: 3em;
}

.monitoring .copy {
	font-size: x-small;
	margin-top: 8em;
	font-style: italic;
	text-align: right;
}

.monitoring li {
	margin-top: 1ex;
}

/* other */

p.vote_question {
	font-weight: bold;
}
div.vote_question textarea {
	height: 12em;
}
span.topmenuitem {
	margin: 0 20px 0 0;
	line-height: 18px;
}
select.sbox {
	text-align: right;
	font-size: 11px;
	font-family: "Times New Roman" serif;
	color: #717171;
}
form.f select.sbox {
	text-align: left;
}
div.pictureBorder {
	border: 1px solid #CFCFCF;
}
div.pictureBorder img {
	display: block;
	border: solid 1px white;
}
tr.trGray {
	background: #F2F2F2;
}
table.forum th, table.faq th {
	font-size: small;
	font-weight: bold;
	color: #AFAFAF;
}
table.faq td {
	color: #4D4D4D;
}
table.faq tr.question th {
	vertical-align: top;
	padding: 16px 17px 4px;
}
table.faq tr.question td {
	padding: 16px 0 4px;
	font-weight: bold;
}
table.faq tr.answer th {
	vertical-align: top;
	padding: 0 17px 8px;
}
table.faq tr.answer td {
	padding: 0 0 8px;
}
table.forum td {
	vertical-align: middle;
	padding: 7px 21px;
	color: #4D4D4D;
	font-size: x-small;
}

.infps_publications { font-size: 11px; line-height: 200%; margin-left: 7px; }
.infps_pub_date { font-size: 13px; color:#747474; }
.infps_publications ul {padding: 0; margin: 0 15px;}
.infps_publications li { list-style: disc; color: #747474; list-style-image: url('/img/bullet.gif'); }

.vvodka { margin-bottom: 2.2em; clear: both; }
.announce { margin-bottom: 1.2em; clear: both; }

div.ghour div { margin-bottom: 2.2em; }
div.ghour div div { margin-bottom: 0; }

