form.search {
    display: block;
    width: 200px;
    height: 32px;
}

form.search div.left {
    display: block;
    width: 10px;
    height: 32px;
    background: url("../images/search_left.png") no-repeat top left;
    float: left;
}

form.search input[type="image"] {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url("../images/search_right.png") no-repeat top left;
}

form.search input[type="text"] {
    display: block;
    float: left;
    width: 140px;
    padding: 5px 8px 5px 8px;
    background-color: #d7efff;
    color: #000;
    border: 1px #000 solid;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

/*div.newscontainer {
	margin-bottom: 20px;
}

h2.newstitle {
	color: #fff;
	border-bottom: 4px #307530 solid;
	border-top: 4px #307530 solid;
	background-color: #73bb4f;
	font: bold 1.4em/2em Verdana;
	width: 760px;
	padding-left: 20px;
	clear: both;
}

div.newsdate {
	font: 0.9em/2em Verdana;
	margin-left: 20px;
	color: #ccc;
	margin-bottom: 8px;
}

div.short {
	margin-bottom: 10px;
	width: 740px;
	padding: 0 10px 0 10px;
	margin: auto;
}

div.more {
	display: none;
	margin: 10px 0 10px 20px;
	width: 720px;
	padding: 20px 10px 20px 5px;
	border-left: 5px #87d362 solid;
	background-color: #d9f4cc;
}

div.more div.important {
	width: 606px;
	padding: 20px;
	background-color: #e0f2d9;
	color: #59693f;
	border: 2px #59693f solid;
	margin-bottom: 10px;
}

div.readmore {
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

div.readmore button {
	background-color: #fff;
	border: 0;
	color: #53ac28;
	text-decoration: none;
}*/

div.tabs {
    width: 770px;
    height: 30px;
    border-bottom: 3px #0b2130 solid;
}

div.tabs span {
    display: block;
    padding-left: 20px;
    width: 510px;
    font: bold 1.2em/30px Verdana;
    float: left;
    color: #0b2130;
}

div.tabs div {
    margin-right: 5px;
    margin-left: 5px;
    width: 94px;
    text-align: center;
    float: left;
    display: block;
    border: 3px #0b2130 solid;
    border-bottom: 0;
    height: 27px;
    font: bold 1em/27px Verdana;
    background-color: #68b9e0;
    color: #0b2130;
    cursor: pointer;
}

div.tabs div:hover {
    background-color: #366a8d;
    color: #fff;
}

div.tabs div.active {
    background-color: #0b2130;
    color: #fff;
    float: left;
}

div.newspost_footer div.viewpost, div.newspost_footer div.hidepost, div.newspost_footer a {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff;
    background: url('../images/news_buttons.png') no-repeat 0 0;
    font: bold 12px/30px Verdana;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

div.newspost_footer div.hidepost, div.newspost_content div.full {
    display: none;
}

div.newspost_footer div.viewpost:hover, div.newspost_footer div.hidepost:hover, div.newspost_footer a:hover {
    color: #fff;
    text-decoration: underline;
    background: url('../images/news_buttons.png') no-repeat 0 -30px;
}

div.newscomment {
    width: 768px;
    background-color: #366a8d;
    border: 1px #000 solid;
    margin-bottom: 10px;
    clear: both;
}

div.newscomment div.avatar {
    display: block;
    float: left;
    width: 130px;
    padding: 10px;
    text-align: center;
}

div.newscomment div.comment {
    display: block;
    float: left;
    width: 598px;
    min-height: 140px;
    padding: 10px;
    background-color: #badff8;
}

div.newscomment div.comment span.date {
    display: block;
    font-size: 0.9em;
    padding: 0 0 5px 0;
    border-bottom: 1px #0b2130 solid;
    color: #0b2130;
    margin-bottom: 10px;
    width: 598px;
}