/* GENERAL */
* {
	margin:0;
	padding:0;
}

.smaller {
	font-size:smaller;
}

a {
	color:#000099;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

li {
	float:left;
	clear:left;
		list-style: inside;	
}

h1,h2,h3,h4,h5,h6 { color:#333333; }
h1 { font-size:18px; }
h2 { font-size:15px; }

.half {
	width:270px;
}

.error_flash {
	border-left:3px solid red;
	padding:3px;
	margin:3px;
}
.notice_flash {
	border-left:3px solid green;
	padding:3px;
	margin:3px;
}

body {
	font-family:Verdana,Helvetica,Arial;
	font-size:11px;
	color:#333;
	margin: 0;
	background:#fff url(/img/bg.png) bottom left repeat-x;
}

.content {
	float:left;
	width:802px;
	margin:10px;
}

.main_content {
	float:left;
	clear:left;
	width:577px;
}

.right_column {
	float:right;
	width:219px;
}

.header {
	float:left;
	/*background: #fe7300 url(/img/new_logo.png) no-repeat;
	background-position:left -123px;*/
	background: url(/img/top_heading.gif) no-repeat;
	width: 802px;
	height: 144px;
	border:1px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


.footer {
	font-size:0.9em;
	text-align:center;
	float:left;
	width:100%;
	padding-top:20px;
	color:#ccc;
	padding-bottom:20px;
}

.footer a {
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

/* HEADER */
.quicklinks {
	float:right;
	margin-top:20px;
	width:285px;
	margin-right:5px;
	color:#F7F7F7;
	font-weight:bold;
}
.quicklinks a {
	color:#F7F7F7;
	font-weight:bold;
}

/* TABLES */
table.large {
	width:100%;
}
th {
	text-align:left;
}

/* SERACH */
#search_result, .search_box {
	margin-top:10px;
	margin-bottom:10px;
	display:none;
	float:left;
	width:563px;
}
.search_box {
	display:block;
}
#search_result .top, .search_box .top {
	/* background: url(/img/search_header.gif) no-repeat;
	float:left;
	height: 7px; 
	width:563px; */
	background: url(/img/comment_header.gif);
	float:left;
	height: 20px; 
	width:563px;
}
#search_result .middle, .search_box .middle {
	/*background: url(/img/search_content.gif);
	width:543px;
	padding:5px 10px 0 10px;
	float:left;*/
	background: url(/img/comment_content.gif);
	width:543px;
	padding:0 10px 0 10px;
	float:left;
}
#search_result .bottom, .search_box .bottom {
	/*background: url(/img/search_footer.gif);
	float:left;
	width:563px;
	height: 27px;*/
	background: url(/img/comment_footer_no_arrow.gif);
	float:left;
	width:563px;
	height: 29px;
}

/* GRADIENT_BOX */
.gradient_box {
	float:left;
	padding:5px;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fff url(/img/news_bg.png) bottom right no-repeat;
	margin-bottom:3px;
}

/* HALF SIZE BOX */
.half {
	width:270px;
}
.half .top {
	background: url(/img/270_header.gif);
	float:left;
	height: 20px; 
	width:270px;
}
.half .middle {
	background: url(/img/270_middle.gif);
	width:250px;
	padding:0 10px 0 10px;
	float:left;
}
.half .bottom {
	background: url(/img/270_footer.gif);
	float:left;
	width:270px;
	height: 29px;
}

/* COMMENT BOX */
.comment {
	float:left;
	width:563px;
}
.comment .top {
	background: url(/img/comment_header.gif);
	float:left;
	height: 20px; 
	width:563px;
}
.comment .middle {
	background: url(/img/comment_content.gif);
	width:543px;
	padding:0 10px 0 10px;
	float:left;
}
.comment .bottom {
	background: url(/img/comment_footer.gif);
	float:left;
	width:563px;
	height: 29px;
}
.comment .author {
	margin-left:5px;
	font-weight:bold;
}
.comment a {
	color:#000099;
}

a.red {
	color:#CC0000;
}

/* LOGIN BOX */
.login {
	width:219px;
	float:left;
}
.login .top {
	width:219px;
	height:20px;
	float:left;
	background: url(/img/login_header.gif);
}
.login .middle {
	width:199px;
	padding:0 10px 20px 10px;
	float:left;
	overflow:hidden;
	background: url(/img/login_footer.gif) no-repeat scroll right bottom;
}

.user_news {
	margin:5px 0 5px 0;
	width:186px;
	border:1px solid #ffa300;
	background:#FFDB6B;
	padding:5px;
}
.user_news a {
	font-weight:bold;
}

/* RIGHT-BOX */
.right_box {
	width:219px;
	float:left;
}
.right_box .top {
	width:219px;
	height:20px;
	float:left;
	background: url(/img/right_header.gif);
}
.right_box .middle {
	width:199px;
	padding:0 10px 30px 10px;
	float:left;
	background: url(/img/right_footer.gif) no-repeat scroll right bottom;
}


/* FORMS */
.input {
	width:100%;
	float:left;
	clear:left;
}
fieldset { 
	border:1px solid #c9c9c9;
	padding:0 10px 15px 10px;
}

legend {
  padding: 0.2em 0.5em;
	margin-left:5px;
  color:#fd7800;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

label {
	width:150px;
	float:left;
	font-weight:bold;
	margin:8px 0 3px 0;
}

input[type=text], input[type=password] {
	width:200px;
	border:1px solid #ccc;
	padding:3px;
	margin-top:4px;
}

input.form-error, textarea.form-error {
	border:1px solid red;
}
.error-message {
	display:none;
}

textarea {
	font-family:Verdana;
	font-size:11px;
	margin-top:5px;
	border:1px solid #ccc;
	width:400px;
	height:200px;
}

select {
	margin-top:5px;
}

.login label {
	width:100%;
}

.login input[type=text], .login input[type=password], .right_box input[type=text], .right_box input[type=password] {
	width:170px;
}

input[type=submit] {
	margin-top:5px;
}

/* HEADER-INPUTS */
input.header_search {
	margin:0;
	border: 0;
	position: relative; 
	top: 116px; 
	left: 8px; 
	width: 216px; 
	height: 14px; 
	padding:3px
}

select.header_category {
	margin:0;
	left:10px;
	position:relative;
	text-align:left;
	top:116px;
	width:182px;
}

/* OPINIONS */
.current_position {
	font-weight:bold;
	margin:3px 0 3px 0;
}
.current_position a {
	color:#cc0000;
	font-weight:bold;
}
.answer {
	width:310px;
	float:left;
	overflow:hidden;
}
.answer .top {
	width:310px;
	height:20px;
	float:left;
	background: url(/img/answer_header.gif);
}
.answer .middle {
	width:290px;
	padding:0 10px 30px 10px;
	float:left;
	color:#fff;
	background: url(/img/answer_footer.gif) no-repeat scroll right bottom;
}
.answer .author {
	margin-left:5px;
	font-weight:bold;
}
.answer_time {
	float:left;
	width:100%;
	background:url(/img/clockdate.gif) no-repeat;
	padding: 7px 0 0 35px;
	margin:5px 0 5px 0;
	height: 21px;
}
.opinion_comment {
	float:left;
	margin:5px 0 15px 0;
}
.opinion_comment .author_nomember {
	font-weight:bold;
	background:url(/img/nomember_icon.gif) no-repeat;
	padding-left:18px;
}
.opinion_comment .author_member {
	font-weight:bold;
	background:url(/img/member_icon.gif) no-repeat;
	padding-left:18px;
}