@import url("news.css");
@import url("menu.css");
@import url("search.css");
@import url("calendar.css");
@import url("recent.css");
@import url("../article.css");
@import url("pager.css");
@import url("editor.css");

/********************************************************************************************************/
* { 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}	
/********************************************************************************************************/
body { 
	margin: 0px 0px 0px 0px; 
}
/********************************************************************************************************/
form, iframe  {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 	
}	
/********************************************************************************************************/
#border-panel {
	background-color: #969696;
}
/********************************************************************************************************/
#border-right {
	background-position: left; 
	background-image:url(/img/fondo-degrade-right.gif); 
	background-repeat:repeat-y;
	width: 10px;
}
/********************************************************************************************************/
#border-left {
	background-position: right; 
	background-image:url(/img/fondo-degrade-left.gif); 
	background-repeat:repeat-y;
	width: 10px;
}
/********************************************************************************************************/
.banner {
	margin: 1px 1px 1px 1px;
}
/********************************************************************************************************/
#home #panel-left, .panel-left { 
	border-left: 1px solid #CCCCCC; 
	padding-left: 5px;
}
/********************************************************************************************************/
#home #panel-right, .panel-right { 
	padding-right: 2px;
}
/********************************************************************************************************/
#date-panel,
#menu-panel, 
#control-panel {
	background-color: #BBCBD4;
	color: #000000;
	font-size: 10px;	
}
/********************************************************************************************************/
#content-panel {
	height: 100%;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
/********************************************************************************************************/
#template-panel {
	height: 100%;
	text-align: left;
	vertical-align: top;
}
/********************************************************************************************************/
#date-panel,
#breadcrumb-panel,
#footer-panel,
#control-panel  {
	height: 20px;
}
/********************************************************************************************************/
#date-panel {
	padding-left: 10px;
}
/********************************************************************************************************/
#breadcrumb-panel {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
/********************************************************************************************************/
.tree-list {
	padding-left: 20px;	
	font-weight: bold;
	color:#040404;
	text-align: left top;
	background-repeat: no-repeat;
	background-image: url(/img/thread.gif);
	background-position: top left;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	font-size: 12px;
}
/********************************************************************************************************/
.tree-list:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
.tree-select {
	padding-left: 20px;	
	font-weight: bold;
	color:#040404;
	text-align: left top;
	background-repeat: no-repeat;
	background-image: url(/img/thread.gif);
	background-position: top left;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	font-size: 10px;
}
/********************************************************************************************************/
.tree-select:hover {
	text-decoration: underline;
}
.tree-container{
	width: 500px;
	height: 250px; 
	overflow: scroll;
	
}
/********************************************************************************************************/
#content-panel {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
/********************************************************************************************************/
#breadcrumb-panel {
	padding-left: 10px;	
	background-color: #D6E5EE;
}
/********************************************************************************************************/
#breadcrumb-panel a,
#breadcrumb-panel .selected  {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
.select{
	width:100%;
}
/********************************************************************************************************/
#breadcrumb-panel a:hover,
#selected:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
#breadcrumb-panel .selected {
	color: #000000;	
}
/********************************************************************************************************/
#control-panel {
	padding-left: 10px;
	background-color: #690100;
	font-size: 10px; 
	color: #999999;
	font-weight: bold;
}
/********************************************************************************************************/
#footer-panel {
	padding-left: 10px;
	/*background-color: #D6E4ED;*/	
	color: #999999;
}
/********************************************************************************************************/
#control, 
#terms {
	font-size: 10px; 
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
/********************************************************************************************************/
#control:hover, 
#terms:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
#news-panel {
	padding-left: 10px;
	width: 150px;
}
/********************************************************************************************************/
#news-panel th,
#news-panel td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
/********************************************************************************************************/
#news-panel td {
	font-size: 10px;
}
/********************************************************************************************************/
#news-panel th {
	font-size: 11px;
}
/********************************************************************************************************/
#news-panel td li {
	padding-left: 20px;
	text-align: top;
	list-style-image: url(/img/go.gif);
	list-style-position: outside;	
}
/********************************************************************************************************/
#news-panel td li a {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
/********************************************************************************************************/
#news-panel td a {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/********************************************************************************************************/
#news-panel td li a:hover,
#news-panel td a:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
.link-list {
	font-weight: bold;
	color:#000066;
	padding-left: 20px;
	text-align: left top;
	background-repeat: no-repeat;
	background-image: url(/img/go.gif);
	background-position: top left;
	display: block;
	margin: 15px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
}
/********************************************************************************************************/
.link-list:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
.newsletter {
	font-weight: bold;
	color:#000000;
}
/********************************************************************************************************/
.newsletter-list:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
.content {	
	padding: 10px 10px 10px 10px; 
}
/********************************************************************************************************/
.caption {
	color: #000000;
	font-weight: bold;
}
/********************************************************************************************************/
.list-documents {
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #CCCCCC;
}
/********************************************************************************************************/
.header-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000066;
	margin: 15px 15px 15px 15px;
	display: block;
	font-weight: normal;
}
/********************************************************************************************************/
.header-title-admin {
	height:20px;
	line-height:20px;
	background-image:url(/img/barra_titulo.gif);
	display: block;
	font-weight: normal;	
	font-size: 23px;
	font-weight:normal;
	padding-top:1px;
	margin-top:1px;
	padding-bottom:1px;
	margin-bottom:1px;
}
/********************************************************************************************************/
.user-name {
	color: #000000;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
	display: block;	
}
/********************************************************************************************************/
#base-panel {
	/*margin-left: 30px;*/
}
/********************************************************************************************************/
#base-panel .message {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
/********************************************************************************************************/
#base-panel div {
	width: 250px;
	color: #000066;
	font-weight: bold;
}
/********************************************************************************************************/
#base-panel div input {
	width: 130px;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-weight: normal;
}
/********************************************************************************************************/
#base-panel span {
	color: #000066;
	font-weight: bold;
}
/********************************************************************************************************/
#base-panel span input {
	border: none;
	width: auto;
}
/********************************************************************************************************/
#login-form div,
#login-form span  {
	text-align: right;
}
/********************************************************************************************************/
th {
	background-color: #000066;
	color: #FFFFFF;
	font-weight: bold;
}
/********************************************************************************************************/
#table-list {
	font-size: 12px;
}
/********************************************************************************************************/
.page-link {
	color: #000000;
	text-decoration: none;
}
/********************************************************************************************************/
.page-link:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
#control-panel {
	background-color: #A5C8C1;
}
/********************************************************************************************************/
#footer-panel {
	background-color: #D6E4ED;	
}
/********************************************************************************************************/
.grey {
	background-color: #EFEFEF;
}
/********************************************************************************************************/
.white {
	background-color: #FFFFFF;
}
/********************************************************************************************************/
.button {
	background-color: #0F466D;
	border: none;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
/********************************************************************************************************/
.delete-button{
	background-color: #660000;
	border: none;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
/********************************************************************************************************/
.editor-input {
	width: 370px;
}
/********************************************************************************************************/
.date-input {
	width: 55px;
}
/********************************************************************************************************/
p {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/********************************************************************************************************/
.footer { 
	line-height: 10px;
	font-size: 9px;	
	color:#FFFFFF;
	text-decoration: none;
	vertical-align:middle;
	text-align:right;
	padding-right: 5px;
}
/********************************************************************************************************/
.footer:hover{
	text-decoration:underline;
}
/********************************************************************************************************/
.reference {
	font-size: 9px;	
	color:#666666;
	text-decoration:none;
}
/********************************************************************************************************/
.reference:hover {
	text-decoration:underline;
}
/********************************************************************************************************/
.nick {
	font-size:9px;
	color:#FFFFFF;
	font-weight: normal;
}
/********************************************************************************************************/
.pager-header{
	font:Verdana;
	font-size:11px;
	font-weight:bold;	
	line-height:18px;
	height: 18px;
	text-align:left;
	vertical-align:middle;	
	padding-left:10px;
	padding-right:10px;
	color:#0A466B;
	background-color: #D6E5EE;
	border-right:#FFFFFF solid 1px;
	border-ledt:#FFFFFF solid 1px;
}
/********************************************************************************************************/
.panel_1 {
	font:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#020202;
	background-color: #EFF6FB;
	line-height:18px;
	height: 18px;
	vertical-align:middle;	
	padding-left:10px;
	border-bottom:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	border-ledt:#FFFFFF solid 1px;

}
/********************************************************************************************************/
.panel_2 {
	font:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#020202;
	background-color: #E3EDF6;
	line-height:18px;
	height: 18px;
	vertical-align:middle;	
	padding-left:10px;
	border-bottom:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	border-ledt:#FFFFFF solid 1px;
}
.showme{
	display:block;
}
.hideme{
	display:none;
}
/********************************************************************************************************/
.tips_table {
	/*background-image: url(/img/pantalla-tips.gif);
	background-repeat:no-repeat;*/
	width:597px;

}
.tips_holder {
	font-size:11px;	color:#4A7D90; font:Times New Roman; margin:10px 5px 15px 15px;	width:570px;
}
