@CHARSET "UTF-8";

body {
	background: #eee;
	color: #333;
	height: 100%;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
}

form {
	text-align: right;
}

form input,textarea,select {
	border-color: #bdb8ad;
	border-style: solid;
	border-width: 1px;
	background: #ebe7e0;
	color: #000;
}

#button-dark {
	background: #5C5B59;
	color: #fff;
}

.bold-evidence {
	font-weight: bold;
}

ul {
	text-align: left;
}
#big_container_left {
	background: url('../images/left_shadow.png') repeat-y left;
}

#big_container_right {
	background: url('../images/right_shadow.png') repeat-y right;
}

#start_login {
	background: #44749d;
	color: #c6d4e1;
	padding: 20px;
	margin: 30px;
}

#start_login a {
	color: #fff;
}

#start_login a:hover {
	color: #ebe7e0;
}

#header {
	color: #fff;
	background: #44749d;
}

#header_title {
	background: url("../images/aecp_logo_bird_inverse.png") no-repeat 10px 10px;
	padding: 10px 0px 5px 0px;
	padding-left: 113px;
	height: 86px;
	position: relative;
}

#header_title h1 {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	font-size: 3em;
	text-shadow: #666 2px 2px 2px;
}

#content_wrapper {
	background: #fff;
	color: #333;
	min-height: 200px;
}

#content {
	padding: 30px;
}


#footer {
	background: #44749d;
	color: #fff;
}

#footer a {
	color: #ebe7e0;
}

#footer a:hover {
	color: #fff;
}

#footer p {
	padding: 10px 10px 0px 10px;
}

#header_top_1 {
	height: 5px;
	background: #44749d;
}

#header_top_2 {
	height: 3px;
	background: #44749d;
}

#header_bottom {
	height: 3px;
	background: #44749d;
}

#header_statusbar {	
	background: #c6d4e1;
	color: #44749d;
	font-weight: bold;
}

#header_statusbar p {
	padding: 10px 10px 5px 10px;
	margin: 0px;
}

.error {
	background: #ebe7e0 url("../images/error_icon_32x32.png") no-repeat 10px 10px;
	color: #444;
	border-color: #333;
	border-style: dashed;
	border-width: 2px;
	padding: 10px;
	padding-left: 52px;
	min-height: 32px;
	text-align: left;
}

.error a{
	color: #000;
}

.success {
	background: #ebe7e0 url("../images/success_icon_32x32.png") no-repeat 10px 10px;
	color: #444;
	border-color: #333;
	border-style: dashed;
	border-width: 2px;
	padding: 10px;
	padding-left: 52px;
	min-height: 32px;
	text-align: left;
}

.success a{
	color: #000;
}

.info {
	background: #ebe7e0 url("../images/info_icon_32x32.png") no-repeat 10px 10px;
	color: #444;
	border-color: #333;
	border-style: dashed;
	border-width: 2px;
	padding: 10px;
	padding-left: 52px;
	min-height: 32px;
	text-align: left;
}

.info a{
	color: #000;
}

.success-text {
	font-weight: bold;
	color: #228b22;
}

.error-text {
	font-weight: bold;
	color: #a80000;
}

.highlight-text {
	font-weight: bold;
	color: #7A7AFF;
}

.error-td {
/*	background: #a80000;*/
	background: #FF8F8F;
	color: #fff;
	font-weight: bold;
}

.success-td {
	background: #c3e5c3;
	color: #000;
	/*font-weight: bold;*/ 
}

.success-td a {
	color: #666;
}

.success-td a:hover {
	color: #000;
}

.highlight-td {
	background: #FFFFCC;
	color: #000;
	font-weight: bold; 
}

.highlight-td a {
	color: #666;
}

.highlight-td a:hover {
	color: #000;
}

.centered-td-table td {
	text-align: center;
}

.centered-th {
	text-align: center;
}

#sidebar {
	margin-bottom: 20px;
}

#sidebar_items {
	background: #44749d;
	margin-left: -30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sidebar_item {
	display: block;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

.sidebar_item:hover {
	background: #c6d4e1;
	color: #666;
}

.sidebar_item a {
	color: inherit;
	font-weight: bold;
}

.sidebar_item:hover {
	color: #333;
}

#sidebar ul {
	list-style: none;
}

#sidebar h2 {
	color: #666;
	text-shadow: #ebe7e0 2px 2px 2px;
}

.evidences_table a {
	text-decoration: underline;
}

.msg_table table {
	border-collapse: collapse;
	width: 100%;
}

.msg_table table,td,th {
	border: 3px solid #ebe7e0;
	padding: 5px;
	vertical-align: baseline;
	position: relative;
}

.msg_table thead td, th{
	background-color: #bdb8ad;
	color: #333;
	border: 3px solid #ebe7e0;
	border-bottom: 3px solid #ebe7e0;
	font-weight: bold;
}

.msg_table tbody {
	background: #fff;
}
/*
.msg_table table a {
	display: block;
	width: 100%;
	height: 100%;
}*/

.paginator a {
	display: inline-block;
	width: auto;
	height: auto;
	font-weight: bold;
}

.msg_table input {
	vertical-align: text-bottom;
	margin-bottom: 5px;
}

.msg_table tr:hover {
	background: #ebe7e0;
}

.msg_table td a {
	color: #666;
}

.msg_table td a:hover {
	color: #000;
}

.unread td a {
	font-weight: bold;
	color: #333;
}

#msg_list_toolbar {
	text-align: left;
}

.shadow {
	box-shadow: 3px 3px 4px #000;
}

#header_menu {
	background: #44749d;
	color: #c6d4e1;
}

.menu_item {
	display: inline-block;
	float: left;
	font-weight: bold;
}
.menu_item-right {
	float: right;
}
.menu_item a {
	display: block;
	background: #44749d;
	color: #c6d4e1;
	padding: 10px 10px 5px 10px;
}

.menu_item a:hover {
	background: #c6d4e1;
	color: #44749d;
}

.file_pdf_icon {
	display: block;
	background: url("../images/file-pdf.png") no-repeat;
	height: 20px;
	width: 20px;
}

.edit_icon {
	display: inline-block;
	background: url("../images/edit.png") no-repeat;
	height: 22px;
	width: 22px;
}

.print_icon {
	display: inline-block;
	background: url("../images/print.png") no-repeat;
	height: 22px;
	width: 22px;
}

.notes_icon {
	display: inline-block;
	background: url("../images/notes.png") no-repeat;
	height: 22px;
	width: 22px;
}

.reports_icon {
	display: inline-block;
	background: url("../images/file-pdf.png") no-repeat;
	height: 22px;
	width: 22px;
}


.view_icon {
	display: inline-block;
	background: url("../images/eye.gif") no-repeat;
	height: 22px;
	width: 22px;
}

.log_icon {
	display: inline-block;
	background: url("../images/log_icon.png") no-repeat;
	height: 22px;
	width: 22px;
}

.date_icon {
	display: inline-block;
	background: url("../images/date.png") no-repeat;
	height: 16px;
	width: 16px;
}

.valid_icon {
	display: block;
	background: url("../images/valid.png") no-repeat;
	height: 16px;
	width: 16px;
}

.no-valid_icon {
	display: block;
	background: url("../images/no-valid.png") no-repeat;
	height: 16px;
	width: 16px;
}

.news {
	/*background-color: #bdb8ad;*/
}

.news_content {
	padding: 5px;
	text-align: justify;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.news_date {
	background-color: #ebe7e0;	
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.about_content {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.about h3 {
	color: #666;
	text-shadow: #ebe7e0 2px 2px 2px;
	/*background-color: #ebe7e0;*/
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 13px;
}

.more-info {
	text-align: right;
	font-style: italic;
	font-size: smaller;
}