/* CSS Document */
body {
	border: 0;	
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: #e2e1cc;
	height: 100%;
}

body, td, a, p {
	font-family: Arial;
	font-size: 12px;
	color: #3C3C3C;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 { 
	font: bold 16px Arial; 
	color: #ec8800;
}

h2 { 
	font: 20px Arial; 
	color: #ec8800;
}

#mainTable {
	width: 760px;
	height: 100%;
}

#headerTD {
	height: 73px;
	vertical-align: top;
}

	#headerTable {
		width: 760px;
		height: 73px;
	}

	#headerQuickNav {
		height: 22px;
		background: url(../i/header-quicknv.gif) no-repeat top;
		text-align: right;
	}

	#headerLogo {
		height: 38px;
		background: url(../i/header-logo.gif) no-repeat top;
	}

	#headerBottom {
		height: 13px;
		background: url(../i/header-bottom.gif) no-repeat top;
	}
	
	#quickNavTable {
		width: 220px;
		height: 22px;
	}

#menuTD {
	height: 48px;
}

	#menuTable {
		height: 40px;		
	}

	#menubarBack {
		background: url(../i/menubar-back.gif) repeat-x top;
	}
	
	#menuBar TD {
		padding-left: 8px;
		padding-right: 8px;
	}

	a.menu{
		font: bold 12px Arial;
		color: #636363;
		text-decoration: none;
	}

	a.menu:hover {
		color: #FF6633;
	}

	#menuSelected {
		background: url(../i/menubar-back-selected.gif) repeat-x top;
	}

	a.menuSelected {
		font: bold 12px Arial;
		color: #ffffff;
		text-decoration: none;
	}

#contentTopTD {
	height: 55px;
	background-image: url(../i/content-back.gif);
}

	#contentTopTable {
		width: 760px;
		height: 45px;
		background: url(../i/content-top-back.gif) repeat-x top center;
	}

	#titleTable {
		background: url(../i/content-top-title-back.gif) repeat-x top center;
		background-color: #f19210;
	}

	#pageTitle {
		font: 20px Arial;
		height: 45px;
		color: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
	}

	#subMenuTable {
		height: 30px;
		background: url(../i/content-top-submenu-back.gif) repeat-x top center;
		background-color: #8d755c;
	}

	#subMenu {
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#subMenu, #subMenu A {
		font: bold 11px Arial;
		color: #F1F0DE;
	}

	#subMenu A:hover {
		text-decoration: none;
	}

#contentTD {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	background-image: url(../i/content-back.gif);
}

#statusHeader {
	height: 32px;
	background: url(../i/status-header.gif) no-repeat top;
}

#status {
	height: 18px;
	background-image: url(../i/content-back.gif);
}

#statusTable {
	width: 760px;
}

#statusTable TD, #statusTable A {
	font: 10px Arial;
	color: #636363;
}

#statusTable A:hover {
	text-decoration: none;
}

a.smap_lnk {
	color: #000000;
}

input.button {
	font: bold 10px Verdana;
	color: #ffffff;
	background-color: #f7941c;
	border: 1px solid #a0410a;
}


/* Search Styles */
.search_table {				/* на цялата таблица */
	padding: 3px;
	width: 100%;
	BORDER: #808080 1px solid; 
}
.search_results {			/* надпис октрити резултати */
	background-color: #EEEEEE; 
}
.search_np_activ {			/* напред, назад - активно */
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.search_np_activ:hover {
	text-decoration: underline;
}
.search_np_inactiv {		/* напред, назад - неактивно */
	font-size: 10px;
}
.search_content_td {		/* резултати - TD */
}
.search_href {				/* линкове - резултати */
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;		
}
.search_href:hover {
	color: #808080;
}
.search_ol {				/* OL */
}
.search_li {				/* LI */
}
.search_np_td {				/* napred,nazad - TD */
	font-size: 10px;
}
.search_pages_td {			/* broi stranici -TD */
	font-size: 10px;
}
.search_page_inactive {		/* stranici - неактивно */
	font-size: 10px;
	color: #C0C0C0;
}
.search_page_active {		/* stranici - aktiven */
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.search_page_active:hover {
	text-decoration: underline;
}
.search_title {				/* zaglavie na linka */
	font-weight: bold;
	color: #333333;
}
.search_word_color {		/* keywords namereni v texta */
	color: red;
	BORDER-BOTTOM: #004080 1px solid; 
}

.topSearch {
	font: normal 11px Verdana;
}


/* Poll Styles */
.poll_question {
	font: bold 12px Arial;
	color: #000000;
}

.poll_answer {
	font-size: 12px;
	color: #000000;
}
.poll_per {
	font-size: 10px;
	color: #333333;
}
.vote_href {
	color: #004080;
	font-size: 10px;
}
.vote_submit {
	FONT-SIZE: 10px; 
	color: #004080; 
}
.vote_msg {
	font-size: 10px;
	color: red;
	font-weight: bold;
}
.vote_table {
	background: white;
	BORDER: #999999 1px solid; 
	width: 96%;
}