body, td {
  
}

a {
}

a:hover {
}

#news_panel {
	background: #dae2d3;
	padding: 10px 10px 0px;
	position: relative;
	border: 1px solid #555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: arial, verdana, san-serif;
	/*-webkit-box-shadow: 4px 4px 8px 2px rgba(50, 50, 50, 0.37);
	-moz-box-shadow: 4px 4px 8px 2px rgba(50, 50, 50, 0.37);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.37);*/
}

.important_news {
    margin: 5px auto 10px;
    padding: 2px;
    border: 1px solid #555;
    border-radius: 3px;
    background: #fdfdfd;
}

.news_featured_header {
    /*background: rgba(216, 166, 125, 0.60) !important;*/
}

.important_news .header {
    border-radius: 4px 4px 0 0;
    margin-bottom: 5px;
	/*background: rgb(210, 111, 72);*/
    background: rgba(21, 62, 15, 0.8) url("../img/free_hexagon.png") repeat scroll 0 0;;
	background-size: 200px;
} 
	.important_news .header .title {
	    font-size: 14pt;
	    font-weight: bold;
	    color: #eee;
	    text-shadow: 1px 1px #000;
	    border-bottom: 1px solid #555;
	    line-height: 35px;
	}

.important_news .news_data {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    line-height: 30px;
}
	.important_news .news_data .news_writer, .important_news .news_data .news_editors, .important_news .news_data .news_date {
		float: left;
		font-size: 11pt;
		font-family: "courier new";
	}
	.important_news .news_data .news_writer {
		width: 40%;
		font-weight: bold;
		margin-left: 5px;
	}
	.important_news .news_data .news_editors {
		width: 20%;
	}
	.important_news .news_data .news_date {
		width: 39%;
		text-align: right;
	}

.important_news .news_body {
    padding: 0 5px 5px;
    font-weight: normal;
    font-family: "times new roman", arial, courier;
}
	
.important_news .news_foot {
    background: #ddd url("../img/free_hexagon.png") repeat scroll 0 0;
        background-size: auto;
    background-size: 200px;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 9pt;
    font-weight: normal;
    /*margin-bottom: 5px;*/
    padding: 5px;
}


.pt-right.nedit, .pt-right.ndelete {
    display: block;
    margin-right: 5px;
}

.news_box hr {
	border-style: inset;
    border-width: 1px;
    display: block;
    margin: .3em auto 1rem;
    border-color: #eee;
}




 @media only screen and (max-width: 600px){
	.important_news .news_data .news_date {display: none;}
	.important_news .news_data .news_editors {display: inline; float: right; width: 20%;} 
 }

