/* NEWS APPLICATION */

/* Context Tools */

.news_admin_new_entry {
	background: url(../media/shared/icon_add_news.gif) no-repeat top left;
}

.news_admin_categories {
	background: url(../media/shared/icon_admin_news_categories.gif) no-repeat top left;
}

.news_admin_archive {
	background: url(../media/shared/icon_admin_news.gif) no-repeat top left;
}

.news_admin_app_config {
	background: url(../media/shared/icon_config_news.gif) no-repeat top left;
}

/* External News */

#external_news h3 {
	font-size: 16px;
}

.external_news_entry {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

.external_news_title {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

.external_news_date {
	font-size: 9px;
	font-weight: bold;
	color: #a7a7a7;
}

.external_news_text {
	font-size: 10px;
	margin-top: 5px;
	float: left;
}

#rssfeedinput {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 3px;
}

.labels {
	width: 40%;
	float: left;
	line-height: 200%;
}

/* Toolbar */

#newsquicksearch {
	float: left;
	padding: 11px 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

#newssearch {
	float: left;
	padding: 0 0 0 10px;
}

.newsfilter {
	float: right;
	padding: 11px 10px 0 30px;
	font-size: 11px;
	font-weight: bold;
}


/* Article */

#news_app_header {
	background: url(../media/shared/bg_section8.jpg) no-repeat top left;
	color: #c6b49b;
}

.article {
	text-align: left;
}

.article_buttons {
	float:right;
	padding-top:5px;
}

.article .title {
	font-size: 12px;
	font-weight: bold;
}

.article .date {
	/*padding: 0px 0 10px 0;*/
	font-size: 11px;
	font-weight: bold;
	color: #a7a7a7;
}

.article .text {
	font-size: 12px;
	line-height: 150%;
}


.interview {
	height: 28px;
	background: url(../media/shared/interview.gif) no-repeat center left;
	padding-left: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #a7a7a7;	
}

.excerpt {
}

.attachments {
	font-weight: bold;
	padding: 8px;
	background: url(/view/theme/chilorio/media/shared/bg_box_yellow.gif) top left;
	border: 4px solid #ffd649;
}

.attachments a:link, 
.attachments a:visited {
	color: #ff0000;
	border: 0;
}

.attachments a:hover {
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
}

.attachments_icon {
	width: 21px;
	height: 21px;
}

.attachments_column {
	width: 50%;
	float: left;
}

.attachments h3 {
	height: 21px;
	background: url(../media/shared/attachments.gif) no-repeat center left;
	padding: 4px 0 0 26px;
}

.expander {
	float: right;
	margin-top:5px;
	height: 21px;
	width: 21px;
}

.expander a, 
.expander a:link,
.expander a:visited,
.expander a:hover {
	border:0px;
}

.expander .open {
	width:21px;
	height:21px;
	background: url(/view/theme/lasilla/media/shared/expander_on.gif) no-repeat center left;
}

.expander .closed {
	width:21px;
	height:21px;
	background: url(/view/theme/lasilla/media/shared/expander_off.gif) no-repeat center left;
}

.attachments_file {
	height: 20px;
	margin: 5px 10px 0 0px; 
	padding: 2px 0 0 20px;
	border-bottom: 1px dotted #cccccc; 
}

/* Subsection */

#subsection {
	padding: 10px 0 10px 0;
}

#subsection_text {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

/* Interview Request */

#interview_request {
	padding: 0px 0 0 100px;
	height: 80px;
	background: url(../media/shared/interview2.gif) no-repeat top left;
}


/* Archive */


.month {

}

#archive .list_headers {
	padding:10px 0px 2px 0px;
}

#archive ul {
	padding:0px;
	font-size: 10px;
	line-height: 150%;
	list-style: none;
	font-weight: bold;
}

#archive ul li {
	clear:both;
	background-color: #fffbf0;
	padding: 1px;
}

#archive ul li.alt {
	background-color: #ffffff; 
}

.archivedate {
	color: #a7a7a7;
	padding-right: 10px;
}

#archive .definition {
	padding-right:45px;
}

.drafts {
	border: 1px solid #ffff00;
	background-color: #2a2a2a;
	padding: 8px 8px 0 8px;
	margin: 0 0 10px 0;
}

#archive .box_yellow h3 {
	height: 21px;
	background: url(../media/shared/drafts.gif) no-repeat center left;
	padding: 4px 0 0 26px;
	color: #d68f2a;
}

#archive h3 {
	padding-top:10px;
}

.news_excerpt_text {
	margin: 5px 0 0 0;
}

