html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

:focus {
	outline: 0;
}
/* end css reset */

body {
	background-color: #cccccc;
	/*background-image: url('/img/background_abs.jpg');*/
	background-position: left top;
	background-repeat: repeat-x;
}
a {
	color:#004276;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 0;
	line-height: 0;
}
.submitButton {
	background-image: url('/img/submit_button.jpg');
	background-position: center;
	border-bottom: 1px #cccccc solid;
	border-top:1px #f0f0f0 solid;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	margin: 0;
	font-family: tahoma;
	color:#ad0100;
	cursor: pointer;
}
.defaultInputValue {
	border-bottom: 1px #cccccc solid;
	border-top:1px #f0f0f0 solid;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	background-image: url('/img/inputtextfield_bg.png');
	background-position: right;
	color: #727272;
}
.defaultCaption {
	padding: 6px;
	border:1px #cccccc solid;
	background-color: #f9f9f9;
	color:#808080;
	text-align: left;
	margin: 2px 0 12px 0;
}
.video {
	margin: 10px auto 10px auto;
	text-align: center;
}
#usersOptions {
	height: 30px;
	line-height: 30px;
	background-color: #d70302;
	background-image: url('/img/usersOptions_bg.png');
	margin: 0;
	padding: 0;
}
#usersOptionsHolder {
	height: 31px;
	line-height: 31px;
	width: 1100px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url('/img/topline_bg.png');
	vertical-align: middle;
}
#usersOptionsHolder #searchArea {
	float: right;
	margin: 0px 0 3px 0;
	padding: 0;
	height: 21px;
	line-height: 23px;
	text-align: right;
	vertical-align: middle;
}
#usersOptionsHolder #searchArea form {
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: middle;
}
#usersOptionsHolder #searchArea input {
	vertical-align: middle;
	margin: 0;
}
#usersOptionsHolder #searchArea a {
	font-size: 11px;
	color:#ffffff;
	font-family: tahoma;
	text-decoration: none;
	margin: 0 4px;
	vertical-align: middle;
}

#container {
	width:1100px;
	margin: 0 auto 0 auto;
	background-color: #efefef;
	padding: 5px;
}
#container #header {
	width: 1100px;
	margin: 0 auto 0 auto;
	background-color: #efefef;
}
#container #header #logo {
	float: left;
	vertical-align: middle;
	margin: 7px 0 0 0;
}
#container #header #topbanner {
	float: right;
	vertical-align: middle;
	margin: 7px 0 0 0;
}

#container #navigations {
	
}
#container #navigations #areas {
	background-color: #f0f0f0;
	margin: 3px 0 0 0;
	z-index:9999;
}
#container #navigations #areas ul {
	margin: 0;
	padding: 0;
}
#container #navigations #areas ul li {
	float: left;
	list-style-type: none;
}
#container #navigations #areas ul li a {
	font-family:tahoma;
	font-size:10px;
	color:#505050;
}
.areasItems{
	background-color: #ed1b23;
	line-height: 12px;
	border-top:1px #dddddd solid;
	border-bottom:1px #dddddd solid;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
	margin: 0;
}
.areasItems ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.areasItems ul li{
position: relative;
display: inline;
float: left;
z-index:777;
}

/*Top level menu link items style*/
.areasItems ul li a{
display: block;
background-color: #f0f0f0;
color: #000000;
padding: 5px 23px 5px 23px;
border-right:1px #cccccc solid;
color:#ffffff;
text-decoration: none;
font-size:11px;
text-transform: uppercase;
}
* html .areasItems ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.areasItems ul li a:link, .jqueryslidemenu ul li a:visited{
color: #333333;
}

.areasItems ul li a:hover{
background: #cccccc; /*tab link background during hover state*/
color: #0a0a0a;
}
	
/*1st sub level menu*/
.areasItems ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.areasItems ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.areasItems ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.areasItems ul li ul li a{
font: normal 11px Tahoma;
width: 160px; /*width of sub menus*/
padding: 5px;
margin-top: 1px;
border-top-width: 0;
border-bottom: 1px solid #cccccc;
}

.areasItems ul li ul li a:hover{ /*sub menus hover style*/
background: #d9d9d9;
color: black;
}


.areasItems{
	background-color: #ed1b23;
	line-height: 12px;
	border-top:1px #dddddd solid;
	border-bottom:1px #dddddd solid;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
	margin: 0;
}
.areasItems ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:9999;
}

/*Top level list items*/
.areasItems ul li{
position: relative;
display: inline;
float: left;
z-index:9999;
}

/*Top level menu link items style*/
.areasItems ul li a{
display: block;
background-color: #f0f0f0;
color: #000000;
padding: 5px 23px 5px 23px;
border-right:1px #cccccc solid;
color:#ffffff;
text-decoration: none;
font-size:11px;
text-transform: uppercase;
}

* html .areasItems ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.areasItems ul li a:link, .jqueryslidemenu ul li a:visited{
color: #333333;
}

.areasItems ul li a:hover{
background: #cccccc; /*tab link background during hover state*/
color: #0a0a0a;
z-index:9999;
}
	
/*1st sub level menu*/
.areasItems ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color:#ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.areasItems ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.areasItems ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.areasItems ul li ul li a{
font: normal 11px Tahoma;
width: 160px; /*width of sub menus*/
padding: 5px;
margin-top: 1px;
border-top-width: 0;
border-bottom: 1px solid #cccccc;
}

.areasItems ul li ul li a:hover{ /*sub menus hover style*/
background: #d9d9d9;
color: black;
z-index:9999;
}

/* ######### CSS classes applied to down and right arrow images  ######### */








.facebook {
    font-size:11px; font-family:tahoma;
    vertical-align:middle;
    margin-top:10px;
    width: 320px;
    float: right;
}
.facebook img {
    vertical-align:middle;
}
.facebook a {
    vertical-align:middle;
}




#container #navigations #categories {
	background-color: #d40000;
	margin: 3px 0 0 0;
}
#container #navigations #categories ul {
	margin: 0;
	padding: 0;
	z-index:8888;
}
#container #navigations #categories ul li {
	float: left;
	list-style-type: none;
	z-index:8888;
}
#container #navigations #categories ul li a {
	font-family:tahoma;
	font-size:10px;
	font-weight: bold;
}
.categoriesItems{
	background-color: #ed1b23;
	line-height: 12px;
	
	margin: 0;
}
.categoriesItems ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.categoriesItems ul li ul li a{
font: normal 11px Tahoma;
width: 160px; /*width of sub menus*/
padding: 5px;
margin-top: 1px;
border-top-width: 0;
}

.categoriesItems ul li ul li a:hover{ /*sub menus hover style*/
background: #d9d9d9;
color: black;
z-index:8888;
}
.categoriesItems{
	background-color: #ed1b23;
	line-height: 17px;
	margin: 0;
}
.categoriesItems ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.categoriesItems ul li{
position: relative;
display: inline;
float: left;
z-index:777;
}
/*Top level menu link items style*/
.categoriesItems ul li a {
display: block;
background-color: #d40000;
background-image:url('/img/categoryItem_bg.png');
background-position:right;
padding: 5px 30px 5px 30px;
color:#ffffff;
text-decoration: none;
font-size:11px;
text-transform: uppercase;
}

* html .categoriesItems ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.categoriesItems ul li a:link, .jqueryslidemenu ul li a:visited{

}

.categoriesItems ul li a:hover{
background: #b10101; /*tab link background during hover state*/
color: #ffffff;
z-index:8888;
}
	
/*1st sub level menu*/
.categoriesItems ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color:#ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.categoriesItems ul li ul li{
display: list-item;
float: none;
border-bottom:1px #b10101 solid;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.categoriesItems ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
/*
.categoriesItems ul li ul li a{
font: normal 11px Tahoma;
width: 160px; 
padding: 5px;
border-top-width: 0;

}
*/
.categoriesItems ul li ul li a:hover{ /*sub menus hover style*/
background: #b10101;
color: black;
}
#categories ul li a.current {
	background-image:url('/img/current_bg.png');
	background-color:#f90100;
	color:#666666;	
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
#catalog {
	float: right;
}
#catalog ul {
	border:none;
}
#catalog ul li {
	border: none;
	border-left: 1px #dddddd solid;
}
#catalog ul li a {
	border: none;
}

#container #navigations #categories {
	
}

#content {
	background-color: #ffffff;
}
#date {
	margin: 0 0 3px 0;
}
#content #topnewsBox {
	width: 345px;
	float: left;
	padding: 10px;
	margin: 10px 0 0 5px;
	font-size:11px;
	font-family: tahoma;
	line-height: 16px;
	background-color: #eceff2;
}
#content #topnewsBox h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0px;
	color:#414141;
	line-height: 21px;
	margin: 10px 0 10px 0;
	
}
#content #topnewsBox h3 a {
	color: #004276;
	text-decoration: none;
}
#content #topnewsBox h3 a:hover {
	color:#d50100;
	text-decoration: underline;
}
.topnewsHeadingStyle {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0px;
	color:#414141;
	line-height: 21px;
	margin: 10px 0 10px 0;
}

#content #moreTopNews h3 {

}
#moreTopNews ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#moreTopNews ul li {
	margin: 4px 0;
}
#moreTopNews ul li a {
	color: #004276;
	text-decoration: none;
	font-size:120%;
}
#moreTopNews ul li a:hover {
	color:#d50100;
	text-decoration: underline;
}
#areasArticles {
	background-color: #ffffff;
	margin: 20px 0 0 0;
	padding: 7px;
}
#areasArticles h3 {
	
}
#areasArticles h4 {
	color: #313131;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 180%;
	font-weight: normal;
	font-family: arial;
}


#areasArticles ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#areasArticles ul li {
	margin: 4px 0;
}
#areasArticles ul li a {
	color: #004276;
	text-decoration: none;
	font-size:120%;
}
#areasArticles ul li a:hover {
	color:#d50100;	
	text-decoration: underline;
}
#content #Headlines {
	width: 370px;
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 10px 0 0 8px;
	font-size:11px;
	font-family: tahoma;
	line-height: 16px;
}
#content #Headlines h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
#content #Headlines h3 a {
	color: #004276;
	text-decoration: none;
}
#content #Headlines h3 a:hover {
	color:#d50100;
	text-decoration: underline;
}
#Headlines img {
	float: right;
	margin: 0 0 0 5px;
}
#Headlines .headline {
	border-top: 1px #e4e4e4 solid;
	padding: 10px 0 5px 0;
	margin: 0 0 7px 0;
	font-size: 12px;
}
#Headlines .headline:hover {
	background-color: #f9f9f9;
}
#content #rightSidebar {
	width: 300px;
	border:1px #f0f0f0 solid;
	float: right;
	padding: 10px;
	margin: 10px 10px 0 0;
}
#rightSidebar .rightBox {
	margin: 5px 0 10px 0;
	font-size:11px;
	font-family: tahoma;
	vertical-align:middle;
}
#rightSidebar .rightBox img {
    vertical-align:middle;
}


/* Obshtini */

#topnewsBox #topNewsBoxContainer {
	margin: 0 0 20px 0;
	height: 330px;
}
#topnewsBox #topNewsBoxContainer h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0px;
	color:#414141;
	line-height: 21px;
	margin: 10px 0 10px 0;
}
#topnewsBox .headline {
	background-color: #ffffff;
	margin: 0 0 10px 0;
	padding: 10px 5px;
}
#municipalitiesMoreNewsContainer .headline h4 {
	font-size:150%;
	font-weight: normal;
	text-decoration: none;
}
#municipalitiesMoreNewsContainer .headline h4 a{
	text-decoration: none;
	color: #004276;
}
#municipalitiesMoreNewsContainer .headline h4 a:hover {
	text-decoration: underline;
	color:#d50100;
}

#municipalitiesMoreNewsContainer {
	margin: 14px 0 0 0;
}
#topnewsBox .headline img {
	float: left;
	margin: 0 5px 0 4px;
}

.archive {
	text-align: right;
	margin: 10px 0 0 0;
}
.archive a {
	color:#004276;
	text-decoration: none;
	font-size: 11px;
}
.archive a:hover {
	text-decoration: underline;
}

/* News content page */

#newsContainer {
	float: left;
	width: 520px;
	padding: 10px;
	font-size: 14px;
	font-family: arial;
	line-height: 19px;
}
#newsContainer h2 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 220%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	color:#414141;
	line-height: 23px;
	margin: 10px 0 10px 0;
}
#newsContainer h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 160%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	color:#595959;
	line-height: 26px;
	margin: 15px 0 10px 0;
}
#newsContainer .caption {
	padding: 7px;
	border:1px #cccccc solid;
	background-color: #f0f0f0;
	float: left;
	margin: 0 7px 0 0;
	width: 340px;
	font-size: 11px;
	color:#333333;
}
.captionLeft {
	padding: 7px;
	border:1px #cccccc solid;
	background-color: #f0f0f0;
	float: left;
	margin: 7px 8px 0 0;
	width: 340px;
	font-size: 11px;
	color:#333333;
}
.captionRight {
	padding: 7px;
	border:1px #cccccc solid;
	background-color: #f0f0f0;
	float: left;
	margin: 12px 0 7px 7px;
	width: 320px;
	font-size: 11px;
	color:#333333;
	float: right;
}
#newsContainer .author {
	color:#808080;
	font-size: 11px;
	margin: 3px 0 0 0;
} 
#newsContainer .date {
	color:#808080;
	font-size: 11px;
	margin: 0 0 0 0;
	width: 200px;
	float: left;
}
#newsSidebar {
	float: left;
	width: 200px;
	padding: 10px;
	font-family: tahoma;
}
#newsSidebar h4 {
	font-size: 12px;
	font-family: tahoma;
	margin: 15px 0 10px 10px;
}
#newsSidebar ul {
	margin: 2px 0 25px 10px;
}
#newsSidebar ul li {
	margin: 0 0 7px 0;
	list-style-type: disc;
	font-size: 11px;
}
#newsSidebar ul li a {
	font-size: 12px;
	font-family: tahoma;
	color:#004276;
	text-decoration: none;
}
#newsSidebar ul li a:hover {
	text-decoration: underline;
	color:#d50100;
}

#newsOptions {
	text-align: right;
	color:#808080;
	font-size:11px;
	vertical-align: middle;
	margin: 0 0 10px 0;
	width: 150px;
	float: right;
}
#newsOptions img {
	vertical-align: middle;
}
#newsOptions span {
	margin: 0 0 0 10px;
}

/* Interview */


#content #interviewHeadlines {
	width: 200px;
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 10px 0 0 8px;
	font-size:11px;
	font-family: tahoma;
	line-height: 16px;
}
#content #interviewHeadlines h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
#content #interviewHeadlines h3 a {
	color: #004276;
	text-decoration: none;
}
#content #interviewHeadlines h3 a:hover {
	color:#d50100;
	text-decoration: underline;
}
#interviewHeadlines img {
	margin: 0 0 0 5px;
}
#interviewHeadlines .headline {
	border-top: 1px #e4e4e4 solid;
	padding: 10px 0 5px 0;
	margin: 0 0 7px 0;
}
#interviewHeadlines .headline:hover {
	background-color: #f9f9f9;
}

#content #InterviewtopnewsBox {
	width: 510px;
	float: left;
	padding: 10px;
	margin: 10px 0 0 5px;
	font-size:11px;
	font-family: tahoma;
	line-height: 16px;
	background-color: #eceff2;
}
#content #InterviewtopnewsBox h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0px;
	color:#414141;
	line-height: 21px;
	margin: 10px 0 10px 0;
}
#content #InterviewtopnewsBox img {
	float: left;
	margin: 0 8px 8px 0;
}
#content #InterviewtopnewsBox h3 a {
	color: #004276;
	text-decoration: none;
}
#content #InterviewtopnewsBox h3 a:hover {
	color:#d50100;
	text-decoration: underline;
}
#content #InterviewtopnewsBox h3 {
	color:#313131;
	margin: 10px 0;
	letter-spacing: -1px;
}
#InterviewtopnewsBox ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#InterviewtopnewsBox ul li {
	margin: 4px 0;
}
#InterviewtopnewsBox ul li a {
	color: #004276;
	text-decoration: none;
	font-size:120%;
}
#InterviewtopnewsBox ul li a:hover {
	color:#d50100;
	text-decoration: underline;
}
.interviewHeadline {
	width: 230px;
	padding: 10px;
	float: left;
	margin: 20px 0 0 0;
}
.interviewHeadline h4 {
	font-size: 120%;
	margin: 3px 0 7px 0;
}
.interviewHeadline h4 a {
	color: #004276;
	text-decoration: none;
	font-size:130%;
	font-weight: normal;
}
.interviewHeadline h4 a:hover {
	text-decoration: underline;
}

.interviewBrief {
	font-size: 12px;
	font-family: arial;
	line-height: 16px;
	padding: 10px;
	border:1px #dddddd dashed;
	background-color:#f8f8f8;
	color: #3d3d3d;
	font-style:italic;
	
}
#articleContainer {
	width: 750px;
}
#articleContainer #newsSidebar {
	float: right;
	padding: 2px 10px 10px 10px;
}
#articleContent {
	float: left;
	width: 520px;
}
#articleContent table {
    border:1px #cccccc solid;
    background-color:#f0f0f0;
    margin: 5px;
    font-size:11px;
}
#articleContent h4 {
    margin: 10px 0 10px 0;
}

ul#tags {
	font-size: 12px;
}
ul#tags li {
	margin: 3px 10px 2px 8px;
	float: left;
	
}


.readMore {
	margin: 10px 0 0 0;
}
.readMore a {
	color: #004276;
	text-decoration: none;
}



/* Interview Page */

#content #interviewContent {
	width: 740px;
	float: left;
	padding: 10px;
	margin: 10px 0 0 5px;
	font-size:12px;
	font-family: tahoma;
	line-height: 16px;
}


#interviewContent h2 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 220%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	color:#414141;
	line-height: 23px;
	margin: 10px 0 10px 0;
}
#interviewContent .caption {
	padding: 7px;
	border:1px #cccccc solid;
	background-color: #f0f0f0;
	float: left;
	margin: 0 7px 0 0;
	font-size: 11px;
	color:#333333;
	max-width: 505px;
}
#interviewContent .author {
	color:#808080;
	font-size: 11px;
	margin: 3px 0 0 0;
} 
#interviewContent .date {
	color:#808080;
	font-size: 11px;
	margin: 0 0 7px 0;
}




#content #interviewContent img {
	margin: 0 8px 8px 0;
}
#content #InterviewtopnewsBox h3 a {
	color: #004276;
	text-decoration: none;
}
#content #interviewContent h3 a:hover {
	color:#d50100;
	text-decoration: underline;
}
#content #interviewContent h3 {
	color:#313131;
	margin: 10px 0;
	font-size: 140%;
	font-weight: normal;
}
#interviewContent ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#interviewContent ul li {
	margin: 4px 0;
}
#interviewContent ul li a {
	color: #004276;
	text-decoration: none;
	font-size:120%;
}
#interviewContent ul li a:hover {
	color:#d50100;
	text-decoration: underline;
}

/* Comments */

#comments {
	margin: 20px 0 20px 0;
	padding: 3px;
	border:1px #dfdfdf solid;
}
.commentSingle {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #e9e9e9 dashed;
}
#commentsHeading {
	background-color: #efefef;
	padding: 4px;
}
#commentsHeading h4 {
	font-size: 120%;
	font-weight: normal;
}
.commentHead {
	padding: 6px;
}
.commentAuthorName {
	float: left;
	font-size: 12px;
	color:#6a6969;
	font-weight: bold;
}
.commentDate {
	font-size: 11px;
	color:#6a6969;
	margin: 0 0 0 20px;
}
.commentNumber {
	float: right;
	font-size: 11px;
	color:#6a6969;
}
.commentNumber span {
	padding: 2px 9px;
	background-color: #e9e9e9;
	display: block;
}
.commentBody {
	font-size: 12px;
	padding: 5px;
}
#commentForm {
	font-size: 12px;
	color:#6d6d6d;
	padding: 0 0 10px 30px;
	width: 380px;
}
#commentForm textarea {
	display: block;
	margin: 10px 0;
	width: 450px;
	height: 100px;
}
#commentForm img {
	
}
#validateCaptcha {
	float: left;
	width: 85px;
}
#captcha {
	width: 450px;
}
#captcha span {
	
}
#captcha .submitButton {
	float: right;
}


/* Pools */

#poolBox {
	margin: 20px 0 10px 5px;

}
#poolBox h4 {
	font-size: 13px;
	margin: 10px 0 10px 0;
}
form {
	width: 200px;
}
#poolBox label {
	display: inline;
}
#poolBox input {
	display: inline;
}
#poolBox div {
	margin: 7px 0;
}
#poolBox .submitButton {
	
}
#poolBox ul {
	margin: 10px 0 0 20px;
}
#poolBox ul li a {
	font-size: 12px;
	font-family: tahoma;
	color:#004276;
	text-decoration: none;
}
#poolBox ul li a:hover {
	text-decoration: underline;
	color:#d50100;
}
#pollResults {
	margin: 5px 0 11px 0;
	vertical-align: middle;
}
#pollResults td {
	vertical-align: middle;
	padding: 4px;
}
#pollResults div.poll-percent {
	background-color: #da0000;
	height: 12px;
	margin: 5px 0 5px 0;
	float: left;
	padding: 0;
	vertical-align: middle;
}
#pollResults span {
	margin: 5px 0 5px 16px;
	float: right;
	vertical-align: middle;
	height: 12px;
	line-height: 12px;
}




/* Gallery */

#gallery {
	width: 740px;
	float: left;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
	font-family:tahoma;
}
#galleryTop {
	margin: 0 0 30px 0;
	border-bottom: 1px #f0f0f0 solid;
	padding: 0 0 20px 0;
}
.galleryTopStory {
	width: 358px;
	float: left;
	height: 340px;
	margin: 10px 10px 2px 0;
	font-family: "tahoma";
	font-size: 11px;
	line-height: 16px;
}
.galleryTopStory img {
	width: 340px;
	border:1px #cccccc solid;
	background-color: #f9f9f9;
	padding: 8px;
}
#galleryTop h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0px;
	color:#414141;
	line-height: 21px;
	margin: 10px 0 10px 0;
}
#galleryTop h3 a {
	color: #004276;
	text-decoration: none;
}
#galleryTop h3 a:hover {
	color:#d50100;
	text-decoration: underline;
}


#gallery .author {
	color:#808080;
	font-size: 11px;
	margin: 3px 0 0 0;
} 
#gallery .date {
	color:#808080;
	font-size: 11px;
	margin: 0 0 0 0;
	width: 200px;
}


.galleryNextDay {
	margin: 20px 15px 15px 0;
	width: 220px;
	padding-right: 10px;
	float: left;
}

.galleryNextDay h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	height:30px;
}
.galleryNextDay h3 a {
	color: #004276;
	text-decoration: none;
}
.galleryNextDay h3 a:hover {
	color:#d50100;
	text-decoration: underline;
}
.galleryNextDay img {
	border:1px #cccccc solid;
	background-color: #f9f9f9;
	padding: 6px;
	margin: 5px 0 0 0;
}




/* Classifieds */


#classifieds {
	font-family: "tahoma";
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	width: 740px;
	float: left;
}

#classifieds h2 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 140%;
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	float: left;
}

.classified {
	width: 350px;
	float: left;
	padding: 6px;
	margin: 8px 6px 0 0;
	border:1px #f0f0f0 solid;
}
.classified img {
	border:1px #cccccc solid;
	padding: 6px;
	background-color: #f0f0f0;
	float: left;
	margin: 0 10px 0 0;
}

.classified h3 {
	font-size: 130%;
	margin: 0 0 5px 0;
	font-weight: normal;
}
.classified_phone {
	margin: 5px 0 0 0;
}
h3#submitClassifieds {
	float: right;
	font-size: 100%;
	font-weight: normal;
}
#classifieds form {
	margin: 30px 0 0 0;
	float: left;
	width: 300px;
}
#classifieds form div {
	display: block;
	margin: 10px 0 0 0;
}
#classifieds form div label {
	display: block;
}
#classifiedsTerms {
	float: right;
	width: 400px;
	margin: 40px 0 0 0;
}



/* Sliding banners */


#partners {

}

#partners ul {
    font-size:1.2em;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
    height: 77px;
}

#partners li {
    overflow: hidden;
    font-family:tahoma;
    height: 77px;
}


#partners li img {
    float:left;
    margin-right:8px;
    border:1px #cccccc solid;
}


#partners .spyWrapper {
    height: 10px;
    overflow: hidden;
    position: relative; 
}

/* Page */

#pageContainer {
	float: left;
	width: 720px;
	padding: 10px;
	font-size: 14px;
	font-family: arial;
	line-height: 19px;
}
#pageContainer h2 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 220%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	color:#414141;
	line-height: 23px;
	margin: 10px 0 10px 0;
}
#pageContainer h3 {
	font-family: "arial", "Helvetica", "Utkal", sans-serif;
	font-size: 160%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	color:#595959;
	line-height: 26px;
	margin: 15px 0 10px 0;
}

.success {
	padding: 10px;
	background-color: #e8ffe7;
	border:1px #c4f1c3 solid;
	margin: 10px;
}
.error {
	padding: 10px;
	background-color: #fff3f3;
	border:1px #f1c3c3 solid;
	margin: 10px;
}


/* Search Results Page */

#searchResultsContainer {
	float: left;
	width: 520px;
	padding: 10px;
	font-size: 14px;
	font-family: arial;
	line-height: 19px;
}

#searchResultsContainer .searchNews {
	margin: 20px 0 30px 0;
}
#searchResultsContainer .searchNews .searchResultCategory {
	font-size: 11px;
}

#searchResultsContainer h2{
	font-weight: normal;
	font-size: 120%;
	margin: 10px 0 20px 0;
}
#searchResultsContainer .searchNews h3{
	font-weight: normal;
	font-size: 120%;
}
#searchResultsContainer .searchNews .searchDate {
	font-size: 11px;
	color:#808080;
}

#searchResultsContainer .searchNews .searchResultSummery {
	
}

#searchResultsContainer label {
	display:block;
	margin: 20px 0 0 0;
}
#searchKeyword {
	width: 300px;
}
#searchResultsContainer .submitButton {
	display: block;
	margin: 50px 0 40px 100px;
	
}
#topTags {
	color:#808080;
	font-size: 12px;
}
#topTags li {
	margin: 3px 10px 2px 20px;
	float: left;
	
}

#pagination {
	margin: 10px auto 0 auto;
}
#pagination a {
	margin: 10px;
}

.decreaseFont, .increaseFont {
    cursor: pointer;
}

/* Footer */
#footer {
	margin: 20px 0 0 0;
	color:#626262;
	background-color:#dddddd;
	padding: 25px 5px 0 5px;
	/*background-image:url('/img/footer_background.jpg');*/
	background-position: top center;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #footerContainer {
	width:1100px;
	margin: 20px auto 0 auto;
	padding: 5px 0 20px 0;
}
#footer #copyright {
	float: right;
	font-size: 11px;
	font-family: tahoma;
	width: 340px;
}
#footer #copyright a {
	color: #004276;
	text-decoration: none;
}
#footer #copyright span {
	margin: 10px 0;
	display: block;
}

#footer #footerNavigation {
	width: 610px;
	float: left;
}
#footer #footerNavigation hr {
	border: 0;
	color: #aaaaaa;
	margin: 10px 0 10px 0;
	background-color: #aaaaaa;
	height: 1px;
	width: 100%;
}
#footer #footerNavigation ul {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 610px;
}
#footer ul li {
	float: left;
	list-style-type: none;
	vertical-align: middle;
	border-right: 1px #aaaaaa solid;
	padding: 0px 10px 0px 10px;
}
#footer ul li a {
	color: #004276;
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma;
	vertical-align: middle;
}
#footer #footerNavigation #footerOptions {
	vertical-align: middle;
}
#footer #footerNavigation ul#footerOptions li {
	border:none;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
}
#footer #footerNavigation ul#footerOptions li img {
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
}
#footer #footerNavigation ul#footerOptions li a {
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
}
