/**
 * CSS for OFPEC Intel Depot
 *
 * Created 13 September 2008
 * Updated 07 December 2011
 *
 * @author bedges
 */


#left_column {
	width:598px;
}

#middle_column {
	margin:0 0 0 10px;
}

/*------------------------------{   left column   }------------*/

#left_column h2 {
	margin:0;
	padding:10px 0;
	border:none;
}

.news_item {
	width:578px;
	overflow:hidden;
}

.news_header, 
.news_content, 
.news_footer {
	float:left;
	clear:both;
	width:578px;
}

.news_header h2 {
	margin:0;
	padding:0;
	border-bottom:none;
	color:#554444;
}

.news_header h3 {
	color:#554444;
}

.news_header p.meta {
	padding:5px 0 3px;
	border-bottom:1px solid #ccc;
	line-height:normal;
}

.news_content {
	padding:10px 0 15px;
}

.news_content p {
	padding:5px 0 7px;
}

/* #left_column .news_content img, */
.news_content object {
	display:block;
}

.news_footer {
	width:568px;
	padding:10px 5px 12px;
}

.news_footer p {
	padding:0;
}

.news_header_left,
.news_header_meta {
	float:left;
	width:536px;
}

.news_header_meta {
	padding:5px 0;
}


/*------------------------------{   'right' column   }------------*/

#middle_column h2 {
	padding:0 0 10px;
	font-size:140%;
}

.box_content h2.rss a {
	padding:0 0 0 20px;
	background:url(/images/rss_feed_16x16.gif) no-repeat 0 2px;
}

#calendar_container {
	float:left;
	width:288px;
	border:1px solid #888;
}

.archive_calendar {
	float:left;
	width:288px;
}

.archive_year {
	float:left;
	width:278px;
	padding:5px;
	background:url(/images/layout/archive_calendar_bg.gif) no-repeat top left #815d57;
	border-top:1px solid #c5ada7;
	border-bottom:1px solid #333;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#eeeadc;
	cursor:pointer;
}

.archive_container {
	float:left;
	width:288px;
	padding:5px 0 0;
}

.archive_container td {
	padding:0 0 5px;
}

.archive_month {
	width:40px;
	height:38px;
	background:#fdfcf7;
	border:1px solid #888;
	text-align:center;
	text-transform:uppercase;
	color:#ccc;
}

.archive_month .no_articles {
	width:30px;
	height:18px;
	padding:10px 5px;
}

.archive_month a {
	display:block;
	width:30px;
	height:18px;
	padding:10px 5px;
}

.archive_month a:hover,
.archive_month a.active,
.archive_month a.active:hover {
	background:#9d7973;
	text-decoration:none;
	color:#f8f4e4;
}

.archive_month .smaller {
	color:#111;
}

/*----------------------------{   class styles   }------------------*/

.smaller {
	font-size:60%;
}

tr.odd {
	background:#f8f4e4;
}

table.resource_list {
	margin:5px 0 10px;
	border:1px solid #838375;
}

.resource_list th {
	background:#d0bfa6;
	border-top:1px solid #fcf9ee;
	border-bottom:1px solid #67362e;
	text-transform:uppercase;
	font-size:small;
}

#depot_searchform,
form#filter {
	float:left;
	width:290px;
}

input#depot_searchtext {
	width:282px;
	color:#111;
}

select#choose {
	width:290px;
	padding:5px 5px 5px 3px;
	border:1px solid #c5ada7;
}


.comment_holder,
.make_comment {
	width:586px;
}

.comment_name {
	width:566px;
}

.comment_date {
	width:200px;
}

.comment_content {
	width:566px;
}

.comment_count,
.no_comment {
	float:right;
	width:150px;
	padding:7px 0 0;
	text-align:right;
	font-size:x-small;
}

.comment_count a,
.no_comment a {
	padding:5px 20px 0 10px;
	background:url(/images/layout/comment_icon.gif) no-repeat top right;
}

.no_comment a {
	background:url(/images/layout/no_comment_icon.gif) no-repeat top right;
}

/*------------------------------------------{   RSS styles  }----------*/

#left_column .RSS_teaser {
	margin:5px 0;
	padding:20px 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

#left_column .RSS_teaser .RSS_news_date {
	font-size:x-small;
	color:blue;
}


#left_column .news_item table {
	border-color:#ccc;
	border-collapse:collapse;
}

