div.field
{
	margin: 10px 0;
}
div.field_caption
{
	width: 40%;
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
}
div.field_input
{
	margin-left: 41%;
	line-height: 1.5em;
}
span.note
{
	font-size: x-small;
}
div.field2
{
	padding: 10px 0;
}
div.field2_input
{
	float: left;
	width: 80%;
	height: 1.5em;
	line-height: 1.5em;
}
div.field2_input select
{
	font-size: x-small;
}
div.article_photos
{
	float: right;
	width: 160px;
	padding-right: 6px;
	padding-left: 6px;
}
div.article_body
{
	float: left;
}
div#article_photos
{
	width: 100px;
	float: right;
	padding-top: 0;
	padding-right: 6px;
}
div.avatar
{
	width: 60px;
	height: 60px;
	border: 1px solid black;
	line-height: 57px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}
div.avatar img
{
/*	margin-top: expression((60 - this.height) / 2);*/
	border: none;
}
html>body div.avatar img
{
	margin-top: 0;
	vertical-align: middle;
}
span.username
{
	font-size: 16px;
	font-weight: bold;
}
span.author
{
	font-size: 14px;
	font-weight: bold;
}
div.article_thumb
{
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #000;
}
div.article_thumb img
{
	border: 0;
}
html>body div.article_thumb img
{
	margin-top: 0;
	vertical-align: middle;
}
div.article-footer
{
	text-align: right;
	background-image: url('../img/article-footer-bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
div.article-header
{
	margin-bottom: 10px;
}
div#comments
{
	margin-right: 140px;
	margin-top: 10px;
	padding-right: 10px;
	background-image: url('../img/comments-bg.gif');
	background-position: right;
	background-repeat: repeat-y;
}
div.comment
{
	margin-bottom: 3px;
	background-image: url('../img/article-footer-bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
p.user
{
	padding: 0;
	margin: 8px;
}
div.button
{
	float: right;
	margin-top: 3px;
	position: relative;
}
div.article-photo
{
	float: left;
	border: 1px solid #666666;
	margin: 0 3px 10px;
}
div.subitem
{
	background-color: #F5F5F5;
	border: 1px solid #999;
	padding: 5px 10px;
	width: 400px;
	margin: 5px 15px 5px 0;
	float: left;
}
div.subitem-avatar
{
	padding: 0;
	border: 1px solid #000;
	margin: 5px 10px 5px 0;
	float: left;
}
div.subitem-avatar img
{
	border: none;
}
html>body div.subitem-avatar img
{
	margin-top: 0;
	vertical-align: middle;
}
a.caption
{
	font-size: 15px;
	font-weight: bold;
}
div.article
{
	background: url('../img/delim.gif') bottom left repeat-x;
}
div.article div.header
{
	padding-top: 3px;
}
div.article div.footer
{
	text-align: right;
	padding-right: 5px;
}
.delim
{
	clear: both;
}
ul.items
{
	padding: 8px 0;
	margin: 0;
	float: left;
	width: 120px;
}
ul.items li
{
	list-style-type: none;
	padding: 5px;
}
div.navigation
{
	padding: 10px 0;
	margin-bottom: 10px;
}
div.browse-author
{
	background-color: #F5F5F5;
	border: 1px solid #999;
	padding: 5px 10px;
	width: 200px;
	margin: 5px 15px 5px 0;
	float: left;
}
div.browse-author div.avatar
{
	float: left;
	margin-right: 10px;
}
div.last
{
	padding-bottom: 0;
	background-image: none;
}
span.comments
{
	color: #333;
}
/* send start */
ul.send-menu
{
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
ul.send-menu
{
	font-size: 14px;
}
ul.send-menu li
{
	margin: 10px;
}
td.first
{
	font-weight: bold;
	text-align: right;
	width: 200px;
}
/* send end */
div.news-title
{
	margin: 0 0 5px 0;
	font-weight: bold;
}
div.news-date
{
	text-align: right;
	margin: 5px 0 0 0;
	font-style: italic;
	font-size: 0.9em;
}
/* jquery autocomplete start */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
/*	filter:mask();*/
	width:3000px;
	height:3000px;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/* jquery autocomplete end */

/* mailbox start */
ul.folders
{
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
}
ul.folders li
{
	list-style-type: none;
	width: 120px;
	margin: 0 0 5px 0;
	border: 1px solid #DDD;
	border-right: 0;
	padding: 5px 0;
}
ul.folders li a
{
	margin-left: 10px;
}
ul.folders li.active
{
	border: 1px solid #DDD;
	border-right: 0;
	background-color: #EDEDED;
	margin-bottom: 3px;
}
ul.folders li.active a
{
	padding-left: 10px;
	font-weight: bold;
	display: block;
	margin: 0;
}
ul.folders li.compose
{
	margin-bottom: 20px;
	font-weight: bold;
}
ul.folders li.unread
{
	font-weight: bold;
}
div.mailbox-content
{
	padding: 5px;
}
td img.bottom
{
	vertical-align: bottom;
}
td img.top
{
	vertical-align: top;
}
input.flat
{
	border: 1px solid #ABABAB;
	padding: 2px;
}
textarea.flat
{
	border: 1px solid #ABABAB;
	padding: 5px;
}
input.button
{
	padding: 0 20px;
}
table.messages
{
	color: #000;
	background-color: #E1E1E1;
}
table.messages td 
{
	border-bottom: 1px solid #CFCFCF;
}
table.messages td.message
{
	cursor: pointer;
}
table.messages th.message
{
	background-color: #969696;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
}
table.messages tr.unread
{
	font-weight: bold;
}
span.select
{
	cursor: pointer;
}
div.message
{
	padding: 5px;
	background-color: #FFF;
}
div.message h2
{
	padding-top: 0;
}
div.message-header
{
	margin-bottom: 5px;
}
div.reply
{
	margin-top: 5px;
}
div#reply_button
{
	display: none;
}
div.reply-content
{
	background-color: #D6A273;
	display: none;
	padding: 5px;
}
.common
{
	background-color: #EDEDED;
	border: 1px solid #DDD;
	vertical-align: top;
}
div.no-items
{
	color: #F00;
	font-weight: bold;
	text-align: center;
}
/* mailbox end */

/* star rating start */
.boxrating
{
	display:block;
	margin: auto;
}
.rating 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: relative;
	background: url('../img/starrating.gif') top left repeat-x;		
}
.rating li
{
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.rating li a 
{
	outline: none;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	cursor: pointer;
	background: none;
}
.rating li a:hover
{
	background: url('../img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}
.rating a.r1-unit
{
	left: 0px;
}
.rating a.r1-unit:hover
{
	width:30px;
}
.rating a.r2-unit
{
	left:30px;
}
.rating a.r2-unit:hover
{
	width: 60px;
}
.rating a.r3-unit
{
	left: 60px;
}
.rating a.r3-unit:hover
{
	width: 90px;
}
.rating a.r4-unit
{
	left: 90px;
}	
.rating a.r4-unit:hover
{
	width: 120px;
}
.rating a.r5-unit
{
	left: 120px;
}
.rating a.r5-unit:hover
{
	width: 150px;
}
.rating a.r6-unit
{
	left: 150px;
}
.rating a.r6-unit:hover
{
	width: 180px;
}
.rating a.r7-unit
{
	left: 180px;
}
.rating a.r7-unit:hover
{
	width: 210px;
}
.rating a.r8-unit
{
	left: 210px;
}
.rating a.r8-unit:hover
{
	width: 240px;
}
.rating a.r9-unit
{
	left: 240px;
}
.rating a.r9-unit:hover
{
	width: 270px;
}
.rating a.r10-unit
{
	left: 270px;
}
.rating a.r10-unit:hover
{
	width: 300px;
}
.rating li.current-rating
{
	background: url('../img/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.voted
{
	color:#999;
}
.thanks
{
	color:#36AA3D;
}
/* star rating end */

/* table styles start */
table.items
{
	width: 100%;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	font-size: 0.9em;
}
table.items td
{
	padding: 4px;
	background-color: #eaeaea;
	font-family: Arial;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}
table.items td.last
{
	border-right: none;
}
table.items td.new
{
	background-image: url('../img/new.gif');
	background-position: center right;
	background-repeat: no-repeat;
}
th.caption
{
	padding: 4px;
	background-color: #d5d6d0;
	background-image: url('../img/th.gif');
	background-position: top right;
	background-repeat: repeat-x;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	color: #333;
	text-align: left;
}
th.last
{
	border-right: none;
}
table.pricing
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #BFBFBF;
	margin: 20px 0 0 0;
}
table.pricing th
{
	background-color: #888;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border: 1px solid #BFBFBF;
}
table.pricing th a {
	color:#FFF;
}
table.pricing td
{
	padding: 5px;
	border: 1px solid #BFBFBF;
}
table.pricing tr
{
	background-color: #EAEAEA;
}
table.pricing tr.highlight
{
	background-color: #F8F8F8;
}
table.pricing td.price, table.pricing th.price
{
	text-align: right;
}
/* table styles end */

/* pagenate start */
div.pagenate {
	padding: 5px 0;
	margin-top: 10px;
	color: #000;
	clear:both;
}
div.pagenate span.info {
	border: 1px solid #5A5A5A;
	padding: 1px 15px 3px 3px;
	margin-right: 5px;
	cursor: pointer;
	background: url('../img/menu_action_down.gif') 95% 50% #F7F7F7 no-repeat;
}
div.pagenate a:link, div.pagenate a:active, div.pagenate a:visited {
	color: #000;
	text-decoration: none;
}
div.pagenate a {
	border: 1px solid #5A5A5A;
	padding: 1px 3px 3px;
	background-color: #F7F7F7;
}
div.pagenate strong {
	border: 1px solid #5A5A5A;
	padding: 1px 3px 3px;
	margin-right: 3px;
	background-color: #FFC9A5;
}
div#jump2page {
	position: absolute;
	border: 1px solid #5A5A5A;
	z-index: 100;
}
div#jump2page div.title {
	background: #9E9E9E;
	padding: 2px 5px;
	color: #FFF;
}
div#jump2page div.content {
	background: #F7F7F7;
	padding: 5px;
}
/* pagenate end */

div#article_container {
	margin: 10px 0;
}

div.poll_box
{
	text-align:center;
	color:white;
	font-size:10px;
	background-color:maroon;
	line-height:11px;
}
/* Brief news styles */
div.brief-news {
	padding-bottom:20px;
}

div.brief-news p.title {
	font-weight: bold;
}
