/* Left panel CSS */
#news_left_content {
    float: left;
	width: 555px;
	
}

.newsletter_notification {
	float:left;
	width:555px;
	margin-bottom:10px;
	
}
#news_main_container {
	float:left;
	width:555px;
	/*background: #fff url('../img/newspagecon.png') no-repeat;*/
	background: url(../img/555stripshadow.png) repeat-y;
	
}
#news_end_container {
	float:left;
	width:555px;
	height:5px;
	background: url(../img/bottom555stripshadow.png) no-repeat;
	
}
#news_container {
	float:left;
	width:550px;
	background-color: #fff;
	padding-bottom:10px;
}

#friend_main_container {
	float:left;
	width:500px;
	background-color: #fff;
	
}
#news_main_heading {
	float:left;
	width:550px;
	height:38px;
	background: #aec56f url('../img/block_header.png') repeat-x;
	
}
#news_main_breadcrumb {
	float:left;
	width:530px;
	padding:10px;
	background: #fff url('../img/breadcrumb_container.png') repeat-x;
}
#news_container {
	float:left;
	width:550px;
}

#news_heading_title {
	float:left;
	width:500px;
	padding:10px;
}
#news_rss {
	float:left;
	width:30px;	
	padding-top:10px;
}	
.news_main_content {
	float:left;
	width:530px;
	padding: 10px;
	cursor:pointer;
	background-color:#fff;
	/*background-color:#eaeaea;*/
	
}
.news_main_list_media {
	float:left;
	width:120px;
}
.news_main_list_date{
	float:left;
	width:160px;
	padding-left:20px;
}
.news_main_list_date span {
	color:#8A8A8A;
}
.news_main_list_date_content {
	color:#91ab44;
	font-size:12px;
	font-weight:bold;
}
.news_main_list_tag{
	float:right;
	width:200px;
	text-align:right;	
}
.news_main_list_title {
	float:left;
	width:380px;
	padding-left:20px;
}
.news_main_list_title h4 {
	color:#000;
}
.news_main_list_title_content {
	/*color:#636363;*/
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.news_main_list_title a {
	text-decoration:none;
	display:block;
	width:380px;
}
.news_main_list_title a:hover {
	text-decoration:none;
	color:#b3ca75;
}
.news_main_list_summary {
	float:left;
	width:380px;
	padding-left:20px;
}

#news_main_paginator {
	float:left;
	width:550px;
	margin-top:5px;
	background-color: #fff;
	height:30px;
}
#news_main_paginator span {
	font-weight:bold;
	color:#838383;
}
#news_main_paginator a {
	text-decoration: none;
	font-weight:bold;
}
#news_main_paginator a:hover {
	text-decoration:none;
	color:#b3ca75;
}

/* Form css */

#news_body {
	float:left;
	width:660px;
	margin:10px;
	
}
#news_form {
	float:left;
	width:490px;
	margin:10px;
	
}
#news_form span.label{
	float:left;
	width:120px;
	margin-left:10px;
	margin-bottom:10px;
	
}
#news_form span.input{
	float:left;
	width:350px;
	margin-left:10px;
	margin-bottom:10px;
	
}
.submit{
	width:60px;
	
}

/* Right panel CSS */
#news_right_content {
    float: left;
	width: 270px;
	padding-left: 30px;
}
/* Search */
#news_search {
    float: left;
	height:155px;
	width: 267px;
	background:url('../img/newssearchcon.png') no-repeat;
}
#news_search_box {
    float: left;
	width: 262px;
	background-color:#fff;
}
#news_search_caption {
	 float: left;
	 width: 242px;
	 padding:10px;
}
#news_search_title {
    float: left;
	width: 262px;
	height:40px;
	background: #aec56f url('../img/block_header.png') repeat-x;
}
#news_search_title span {
    float:left;
    padding:10px;
}
#news_search_form {
	float:left;
	width:262px;
}
#news_search_submit_container {
	float:left;
	width:242px;
	padding:10px;
}
#news_search_input {
	float:left;
	width:120px;
}
.input{
	float:left;
	width:120px;
	
}

#news_search_submit {
	float:right;
	width:60px;
}

#news_search_fliter_container {
	float:left;
	width:262px;
}
#news_search_filter {
	float:left;
	width:100px;
	padding-left:10px;
}
#news_tags {
	float:left;
}

/* Archive */
#news_archive, .potw_right_content_box {
    float: left;
	width: 267px;	
	margin-top:20px;
	background: url(../img/267stripshadow.png) repeat-y;
}

.potw_right_content_box { 
	margin-top: 0;
}

#news_archive_title, .potw_right_content_header {
    float: left;
	width: 262px;
	height:40px;
	background: #aec56f url('../img/block_header.png') repeat-x;
}
#news_archive_title span, .potw_right_content_header span {
    float:left;
    padding:10px;
}
#news_archive_box_curr_year {
    float: left;
	width: 80px;
	padding-left: 10px;
	padding-top:10px;
}
#news_archive_container {
    float: left;
	width: 242px;	
	padding:10px;
	background-color:#fff;
}


#news_archive_box_prev_years {
    float: left;
	width: 90px;
	padding-left: 10px;
	padding-top:10px;
}
#news_archive_box_prev_years ul{
    display:block;
}

#news_archive_box_prev_years ul li {
    list-style: none; 
    width:200px;
}

#news_archive_box_prev_years ul li span{
    padding-left: 5px;
    
}
#news_archive_box_prev_years ul li span:hover {
    cursor:pointer;
}

#news_archive_box_prev_years ul li ul {
    display:block;
}
#news_archive_box_prev_years ul li ul li{
    list-style: none; 
    margin-left:10px;
}

/* News Details */
#news_details_wrapper {
    float:left;
	width:555px;
	background: url(../img/555stripshadow.png) repeat-y;
}
#news_details_container {
    float:left;
	width:550px;
	background-color:#fff;
}

#news_details_title {
	float:left;
	width:535px;
	padding-left:10px;
	padding-top:10px;
}
#news_details_title h2{
	color:#000;
}
#news_details_share {
	float:right;
	width:300px;
	text-align:right;	
	padding-right:10px;
	padding-top:10px;
}
#news_details_share span{
	padding-right:10px;
}
#news_details_date {
    float:left;
	width:240px;
	padding-left: 10px;
}
#news_details_content {
    float:left;
	width:530px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	
}

#news_details_content ul, #news_details_content ol {
    padding-left:20px;	
}
#news_headlines_wrapper {
    float:left;
	width:555px;
	background: url(../img/555stripshadow.png) repeat-y;
	margin-top: 10px;
}
#news_headlines_container {
    float:left;
	width:550px;
	background-color:#fff;
}
.news_headlines_container a {
	text-decoration:none;
	color:#000;
}
.news_headlines_container a:hover {
	text-decoration:none;
	color:#b3ca75;
}
#news_details_back {
    float:left;
	width:200px;
	padding: 10px;
}
#news_details_back a {
	text-decoration:none;
	color:#000;
}
#news_details_back a:hover {
	text-decoration:none;
	color:#b3ca75;
}
#news_details_headline {
	float:left;
	width:350px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#news_details_list {
	float:left;
	width:540px;
	padding-left:10px;
	margin-bottom:10px;
}

#news_details_list ul li {
	list-style: none; 
	display:block;
	width:530px;
    float: left;
    border:0px;
}
#news_details_list ul li span{
	margin-right:10px;
}
#news_details_list a {
	text-decoration:none;
	color:#000;
}
#news_details_list a:hover {
	text-decoration:none;
	color:#b3ca75;
}

/* embedded image */
.news_details_image {
	float:right;
	margin:0px 10px 20px 20px;
}

/* tagged news */
#news_tagged {
    float: left;
	width: 267px;	
	margin-top:20px;
	background: url(../img/267stripshadow.png) repeat-y;
}


#news_tagged_title {
    float: left;
	width: 262px;
	background-color: #fff;
}
#news_tagged_title span {
    float:left;
    padding:10px;
    color: #a1bb60;
}
#news_tagged_wrapper {
    float: left;
	width: 262px;
	background-color:#fff;
	
}
#news_details_tags {
	float:left;
	width:270px;
	padding-left:10px;
}
#news_tagged_tags {
    float: left;
	width: 242px;
	padding:0px 10px 0 10px;
	
	
}
#news_tagged_title h4 span {
    float:left;
    padding:10px;
}
#news_tagged_headlines {
	float:left;
	width:260px;
	padding-bottom:10px;
	padding-top:10px;
}
#news_world_headlines {
	float:left;
	background-color:#fff;
}
.news_tagged_item {
	float:left;
	width: 242px;
	padding:10px;
	
}
.news_tagged_entry {
	float:left;
	width: 242px;
	padding:10px 10px 0px 10px;
	
}
.news_tagged_date {
	float:left;
	font-weight:bold;
	color:#a1bb60;
}

.news_tagged_content {
	float:left;
	font-weight:bold;
	color:#8a8a8a;
	padding-left:5px;	
}


#news_world {
    float: left;
	width: 267px;
	background:url('../img/267stripshadow.png') repeat-y;
	margin-top:20px;
}
#news_world_title {
    float: left;
	width: 262px;
	background-color: #fff;
}
#news_world_title span {
    float:left;
    padding:10px 10px 0 10px;
    width: 242px;
    color:#a1bb60;
}


#news_tagged_title h4 span {
    float:left;
    padding:10px;
}
/*division */
#news_division_top {
	float:left;
	width:1010px;
	margin-left:5px;
	margin-bottom:10px;
	background-color:#ccc;
	
}
#news_division_name {
	float:left;
	width:680px;
	margin-top:10px;
	padding:10px;
	
}
#news_division_lang {
	float:left;
	width:280px;
	margin-top:10px;
	padding:10px;
	
}
#news_division_lang h4{
	text-align:right;
	
}

#news_division_about {
	float:left;
	width:680px;
	background-color:#ccc;
	padding-left: 10px;
	margin-bottom:10px;
	
}
#news_division_about_title {
	float:left;
	padding: 10px;
	width:660px;
	
}
#news_division_about_text {
	float:left;
	padding: 10px;
	width:660px;
	
}

.news_right_box1 {
    float: left;
	width: 267px;	
	margin-top:20px;
	background: url(../img/267stripshadow.png) repeat-y;
}
.news_right_box1_title {
    float: left;
    width: 262px;
    height:40px;
	background-color: #fff;
}
.news_right_box1_caption {
	 float: left;
	 width: 242px;
	 padding:10px;
}
.news_right_box1_title span {
    float:left;
    padding:10px;
    color:#a1bb60;
}
.news_right_box1_content {
 float:left;
 width:242px;
 background-color: #fff;
 padding: 10px;
}

.com_date {
	color:#8A8A8A;
	font-size: 11px;
	font-weight: bold;
}

.com_title {
	font-size: 11px;
	font-weight: bold;
}

.com_summary {
	font-size: 11px;
}

.com_link {	
	margin-top: 10px;
}

.com_link a {
	font-weight: bold;
	font-size: 11px;
}

.previous_potw_main_content {
	float:left;
	width:242px;
	padding: 10px;
	cursor:pointer;
	background-color:#fff;
}

.prev_potw_summary {
	float:left;
	width: 242px;
}

