@import url("menu.css");
@import url("search.css");
@import url("calendar.css");
@import url("recent.css");
@import url("news.css");
@import url("article.css");
@import url("contact.css");
@import url("workgroups.css");
@import url("login.css");
@import url("dashboard.css");


/********************************************************************************************************/
body, input { 
	margin: 0px 0px 0px 0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
/********************************************************************************************************/
form, iframe  {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 	
}	
/********************************************************************************************************/
textarea { 
	margin: 0px 0px 0px 0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
/********************************************************************************************************/
#border-panel {
	background-color: #FFFFFF;
}
/********************************************************************************************************/
.grey {
	background-color: #EFEFEF;
}
/********************************************************************************************************/
.link-blue {
	background-color: #E7ECF5;
	font-weight: bold;
	color:#315565;	
	text-align: left top;
	display: block;
	margin: 0px;
	margin-top:0px;
	text-decoration: none;	
	font-size: 12px;
}
/********************************************************************************************************/
.news-blue {
	background-color: #E7ECF5;
	font-weight: bold;
	color:#315565;	
	text-align: left top;
	display: block;
	margin: 0px;
	text-decoration: none;	
	font-size: 12px;
	line-height:10px;
}
/********************************************************************************************************/
.news-list-render {
	font-weight: bold;
	color:#315565;
	padding-left: 40px;
	text-align: left top;
	background-repeat: no-repeat;
	background-image: url(/img/icon_news.gif);
	background-position:center left;
	display: block;
	margin: 15px 10px 15px 10px;
	text-decoration: none;	
	font-size: 12px;	
	line-height:20px;
	vertical-align:middle;
	
}
/********************************************************************************************************/
#border-right {
	background-position: left; 
	background-image:url(/img/fondo-degrade-right.gif); 
	background-repeat:repeat-y;
	width: 22px;
}
/********************************************************************************************************/

#main_menu {
	z-index:1;
}
/********************************************************************************************************/
#border-left {
	background-position: right; 
	background-image:url(/img/fondo-degrade-left.gif); 
	background-repeat:repeat-y;
	width: 22px;
	
}
/********************************************************************************************************/
.border-bottom {
	border-bottom: 1px solid #999999;
}
/********************************************************************************************************/
.banner {
	margin: 1px 1px 1px 1px;
}
/********************************************************************************************************/
#home #panel-left, .panel-left { 
	border-left: 0px solid #999999; 
	padding-left: 0px;
}
/********************************************************************************************************/
#home #panel-right, .panel-right { 
	padding-right: 0px;
}
/********************************************************************************************************/
#date-panel{
	margin: 5px 10px 5px 5px;
	color: #000000;
	background-color:#FFFFFF;
	font-size: 10px;
	text-align: left;
}
/********************************************************************************************************/
#menu-panel, 
#control-panel {
	background-color: #D6E4ED;	
	color: #000000;	
	font-size: 10px;
}
/********************************************************************************************************/
#content-panel {
	height: 100%;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

/********************************************************************************************************/
.link-margins {	
	padding: 0px 0px 0px 0px;
	margin:	5px 0px 5px 0px;
	line-height:20px;
}
#render_content .text {
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin:	5px 5px 5px 5px;
	font-size: 12px;
	font-weight:normal;	
}
/********************************************************************************************************/
#template-panel {
	height: 100%;
	text-align: left;
	vertical-align: top;
}
/********************************************************************************************************/
#date-panel,
#breadcrumb-panel,
#footer-panel,
#control-panel  {
	font-size: 10px;
}
/********************************************************************************************************/
#date-panel {
	padding-left: 10px;
}
/********************************************************************************************************/
#breadcrumb-panel {
	color: #000000;	
	font-weight: bold;
}
/********************************************************************************************************/
#content-panel {
	color: #000000;	
	font-weight: normal;
}
/********************************************************************************************************/
#breadcrumb-panel {
	padding-left: 10px;	
	background-color: #FFFFFF;
	color: #000000;	
}
/********************************************************************************************************/
#breadcrumb-panel a,
#breadcrumb-panel .selected  {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	
}
/********************************************************************************************************/
#breadcrumb-panel a:hover,
#selected:hover {
	text-decoration: underline;
	color: #000000;
}
/********************************************************************************************************/
#breadcrumb-panel .selected {
	color: #000000;	
}
/********************************************************************************************************/
#control-panel {
	padding-left: 10px;
	background-color: #D6E4ED;	
	color: #ffffff;
	font-weight: bold;
}

/********************************************************************************************************/
#control, 
#terms {	
	text-decoration: none;
	color: #FFFFFF;
	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 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-weight: bold;
	color: #315565;
	text-decoration: none;
}
/********************************************************************************************************/
#news-panel td a {
	text-align: left;	
	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:#315565;
	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;
}
/********************************************************************************************************/
.recent-list {
	font-weight: bold;
	color:#315565;	
	text-align: left top;
	margin: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;	
	font-size: 10px;
}
/********************************************************************************************************/
.recent-list:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
.content {	
	padding: 10px 10px 10px 10px; 
}
/********************************************************************************************************/
.content-special {	
	padding: 0px 0px 0px 0px; 
}
/********************************************************************************************************/
.caption {
	color: #000000;
	font-weight: bold;
	display: block;
	font-size: 10px;
}
/********************************************************************************************************/
.button {	
	text-align: right;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
/********************************************************************************************************/
.button:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
.list-documents {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}
/********************************************************************************************************/
.header-title {
	font:"Times New Roman", Times, serif;	
	font-family:"Times New Roman", Times, serif;
	color: #315565;
	/*margin: 1px 0px 5px 0px;*/
	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;	
	font-size: 10px;
}
/********************************************************************************************************/
#base-panel {
	margin-left: 30px;
}
/********************************************************************************************************/
#base-panel .message {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
/********************************************************************************************************/
#base-panel div {
	width: 250px;
	display: block;
	color: #315565;
	font-weight: bold;
}
/********************************************************************************************************/
#base-panel div input {
	width: 130px;
	color: #000000;
	font-weight: normal;
}
/********************************************************************************************************/
#base-panel span {
	display: block;
	width: 250px;
	display: block;
	color: #315565;
	font-weight: bold;
}
/********************************************************************************************************/
#base-panel span input {
	border: none;
	width: auto;
}
/********************************************************************************************************/
#login-form div,
#login-form span  {
	text-align: right;
}
/********************************************************************************************************/
#schedule-form select {
	width: 150px;
	margin-bottom: 2px;
}
/********************************************************************************************************/
th {
	background-color: #315565;
	color: #FFFFFF;
	font-weight: bold;
}
/********************************************************************************************************/
.page-link {
	color: #000000;
	text-decoration: none;
}
/********************************************************************************************************/
.page-link:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
.logout {
	color:#FFFFFF;
	font-size:9px;
	text-decoration: none;	
	font-weight: bold;
}
/********************************************************************************************************/
.logout:hover {
	text-decoration: underline;
}
/********************************************************************************************************/
p {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/********************************************************************************************************/
.select,
.select option { 
	text-transform: lowercase; 
	font-size: 10px;	
	width: 350px;
	overflow: hidden;
}
/********************************************************************************************************/
.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;
}
/********************************************************************************************************/
.panel-left { 
	border-left: 1px solid #999999;
	padding:0px,0px,0px,0px;
	margin:0px,0px,0px,0px;
	
}
/********************************************************************************************************/
.panel-right { 
	border-right: 1px solid #999999;
	padding:0px,0px,0px,0px;
	margin:0px,0px,0px,0px; 
}
/********************************************************************************************************/
.image_title{
	font-size:10px;
	color:#315565;
	font-weight:bold;
}
/********************************************************************************************************/
.image_date{
	font-size:9px;
	color:#000000;
}
/********************************************************************************************************/
.menu_header {
	display: block;
	position: absolute;
	top: 151;
	border-top: 1px solid #102B6E;
	border-left: 1px solid #102B6E;
	border-right: 1px solid #102B6E;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	background-color: #FFFFFF;
}

/********************************************************************************************************/
.submenu{
	display: none; 
	width: 131; 
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;*/
}
/********************************************************************************************************/
.menu_item_header {	
	color:#4A7D90;	
	display: block;
	font-size: 9px;
	font-weight:bold;
	line-height: 14px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #102B6E;
	background-color: #E6EEE7;			
}
/********************************************************************************************************/
.menu_item_header:hover {	
	background-color: #00795d;	
	color:#FFFFFF;		
	
}
/********************************************************************************************************/
* html  .menu_item_header,  * html .menu_item:hover {
	width:100%;
}
/********************************************************************************************************/
.menu_item {	
	color:#102B6E;
	text_decoration:none;
	padding-left: 5px;	
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	display: block;
}
/********************************************************************************************************/
.menu_item:hover {	
	background-color: #003366;	
	color:#FFFFFF;
	text_decoration:none;
	display: block;	
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	
}
/********************************************************************************************************/
* html  .menu_item {
	width:100%;
}
/********************************************************************************************************/
* html .menu_item:hover {
	width:100%;
}
/********************************************************************************************************/
.category_content {
	border-right:1px solid #CCCCCC;
}
/********************************************************************************************************/
.inputs_textareas {
	width: 260px;
}