﻿@import url("../template.css");

body {
	background-image: url('images/bkg_repeat.gif');
	background-position: 0pt 0pt;
	background-repeat:repeat-x;
	background-color: #c8d7dd;
}

h2 a {
/*	color:#fff; */
}
#wrapper {
}

#headerContainer .zonelogocontainer{
	float:left;
	background: url('images/top_left_container.gif') no-repeat 0pt 0pt;
}

#headerContainer .zonebannercontainer{
	float:left;
	background: url('images/banner_big.jpg') no-repeat 0pt 0pt;
}

#menuContainer  {
	background: url('images/menu_bkg.gif') repeat-x 0pt 0pt;
}


#menuContainer .menu_left_padding .scianka {
	background: url('images/menu_divide.gif') no-repeat right 0pt;
}

#menuContainer a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

#menuContainer a:hover {
	color: #95c7de;
}

#menuContainer ul li {
	background: url('images/menu_divide.gif') no-repeat right 0px;
}

#menuContainer ul li.rtLast {
	background: url('images/menu_divide.gif') no-repeat right 0px;
}



.viewMode #menuContainer ul li .rtHover .rtIn .rtTemplate {
		background: url('images/menu_divide.gif') no-repeat right 0pt;
}


#mainContainer {
	background-image: url(images/main_repeat_bkg.gif);
	background-repeat: repeat-y;
	background-position: 0pt 0pt;
}

#mainContainer .bottomLine {
	background: url(images/main_bottom_line.gif) no-repeat right bottom;
}


#mainContainer .newsBkg {
	background: url(images/left_container_bkg.gif) no-repeat 0pt 0pt;
}


#mainContainer .main .main_top {
	background: url('images/right_container_top.gif') no-repeat 0pt 0pt;
}

#mainContainer .main .main_bottom {
	background: url('images/right_container_bottom.gif') no-repeat 0pt 0pt;
}

/* SYSTEM SETTINGS OVERIDE */

.comments .topInfo h3 {
	background: url(images/o_comment_title.gif) 14px 5px no-repeat;
	color: #ffffff;
}

.contentBox .contentBoxElement {
	background: url(images/o_link_list_dot.gif) 0 50% no-repeat;
}

.blogBody .blogEntry {
	background: #24465f; 
	border: 1px solid #1a3a52;
}

.blogBody .blogEntry .blogEntryInfo {
	border-bottom: 1px solid #37566e;
}


.blogBody  .blogEntry .blogEntryInfo .blogDate {
	background: url(images/o_icon_blog_calendar.gif) 0 1px no-repeat;
}
	
.blogBody  .blogEntry  .blogEntryInfo .blogDiscussion {
	background: url(images/o_icon_blog_discussion.gif) 0 1px no-repeat;
}

.blogBody .blogEntry  .blogEntryInfo .mobile {
	background: url(images/o_icon_blog_mobile.gif) 0 1px no-repeat;
}	

h4 {
	color:#a5a5a6;
}

.scoreLabel,
.imageDescription .title,
.blogBody  .blogEntry .blogEntryInfo .blogDate .label,
.blogBody .blogEntry  .blogEntryInfo .blogDiscussion,
.blogBody .blogEntry  .blogEntryInfo .mobile {
		color:#a5a5a6 !important;
}

.blogBody .blogTitle .text,
.blogBody .shortInfo .textarea {
	color:#474747;
}

.linkList .linkListElement {
	padding: 0 0 0 10px;
}

.news .linkList .linkListTitle h2 span {
	color:#474747 !important;
}

.news .linkList .linkListElement a {
	color:#474747 !important;
}

.news .linkList .linkListBody .linkListElement {
	background: url(images/li_dot_gray.gif) 0 6px no-repeat;
	margin-bottom: 5px;
}

#mainContainer .main .linkList .linkListTitle h2 span {
	/* color:#fff !important; */
}


#mainContainer .main .linkList .linkListBody .linkListElement {
	background: url(images/li_dot_blue.gif) 0 6px no-repeat;
}


.comments .commentTitle a {
	text-decoration:none;
}

.comments .commentBody,
.comments .commentsListBody {
	background: #24465f;
	border: 1px solid #1a3a52;
}

.comments .commentBody fieldset {
	border: 1px solid #95C7DE;
	padding:10px 10px 8px 10px;
}

.comments .commentBody fieldset .row label span {
	color: #A5A5A6;
}

.comments .commentBody fieldset .row .field input,
.comments .commentBody fieldset .row .field textarea {
	border: 1px solid #DEDEDE;
	color: #6E6E71;
}

.comments .commentsListBody .commentHeader .commentLeftHeader .commentDate {
	font-size: 12px;
	color: #a5a5a6;
}

.comments .commentsListBody  .commentTextNose {
	background: url(images/o_comments_nose_owner.gif) 0 0px no-repeat;
}

.comments .commentsListBody  .commentText {
	background: #24465f;
	border: 1px solid #37566e;
	border-top:none;
}

.comments .commentsListBody .ownercomment .commentTextNose {
	background: url(images/o_comments_nose.gif) 0 0px no-repeat;
}

.comments .commentsListBody .ownercomment .commentText {
	background: #063050;
	border: 1px solid #95c7de;
	border-top:none;
}

.comments .commentBody fieldset .row .requred {
	background: url(images/required_star.gif) 0 0px no-repeat;
}






