* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 13px;
}

fieldset {
	border: 1px solid #B5D4FE;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

legend {
	font-weight: bold;
	color:#709CCC;
}

form div.required {
	color: #333;
	font-weight: bold;
}

a:link {
	color: #779E28;
	text-decoration: none
}

a:visited {
	color: #779E28;
	text-decoration: none
}

a:active {
	color: #779E28;
	text-decoration: none
}

a:hover {
	color: #779E28;
	text-decoration: underline
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}


/* Tables */
#tabela1 table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

#tabela1 th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

#tabela1 th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

#tabela1 th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

#tabela1 table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

#tabela1 table tr.altrow td {
	background: #f4f4f4;
}

#tabela1 td.actions {
	text-align: center;
	white-space: nowrap;
}

#tabela1 td.actions a {
	display: inline;
	margin: 0px 6px;
}



/* Tables */
#index table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

#index th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

#index th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

#index th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

#index table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

#index table tr.altrow td {
	background: #f4f4f4;
}

#index td.actions {
	text-align: center;
	white-space: nowrap;
}

#index td.actions a {
	display: inline;
	margin: 0px 6px;
}


#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
	border: 1px solid #018843;
}

#page_header {
	background-image: url(../img/logo_enesb.gif);
	background-repeat: no-repeat;
	height: 120px;
	/*background: #9aCD34 url('../img/header.jpg') top right no-repeat;*/
	background-color: #A0D336;
	clear: both;
}

#page_header h1 {
	margin: 0px;
	padding-top: 30px;
	padding-left: 97px;
	font-family: verdana, arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#page_header .data {
	margin: 0px;
	padding-left: 97px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #018843;
}

#page_header .descricao {
	margin: 0px;
	padding-left: 97px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
}

#menu_bar {
	height: 40px;
	background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
	clear: both;
}

#menu_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background: #e9ffff url('../img/menu_bg.gif') top left repeat-x;
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu_bar ul li {
	display: inline;
}

#menu_bar ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: #e9ffff url('../img/menu_bg.gif') top left repeat-x;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#menu_bar ul li a:hover {
	background: #4d8c8c url('../img/menu_hover_bg.gif') top left repeat-x;
	color: #FFFFFF;
}

#content_wrapper {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	clear: both;
}

#right_side {
	margin-top: 5px;
	float: right;
	width: 160px;
	border: 0px dashed #cccccc;
}

#right_side h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #779E28;
	padding: 4px;
	border: 1px solid #aaE5a4;
	background-color: #F4FDE5;
}

#right_side p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-left: 4px;
}

#left_side {
	float: left;
	width: 540px;
	background-color: #FFFFFF;
	border: 0px dashed #cccccc;
}

#left_side h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #779E28;
	background-color: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid #018843;
	clear: both;
}

#left_side p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-left: 4px;
}

#left_side p.alert {
	background: #fff6bf url(../img/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

#left_side p.tip {
	background: #F8FAFC url(../img/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}

#coautores_selecao {
	padding-top: 5px;
}

#login {
	margin-bottom:10px;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

img.border {
	background: #ffffff;
	padding: 3px;
	border: solid 1px #779E28;
	margin: 8px;
}

img.border:hover {
	background: #A0D336;
}

.divimagem {
	padding-top: 5px;
	padding-bottom: 5px;
}

img.noborder, img.noborder:hover {
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

#justificativas ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}

#justificativas li {
	padding-left: 10px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #555555;
}

h4.subtitulo {
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #779E28;
}

#justificativas h4 {
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #779E28;
}

#justificativas p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
	margin-bottom: 5px;
}

#feature_box { /*float:left;*/
	width: 250px;
	background-color: #F6FCEC;
	border: 1px solid #aaE5a4;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 8px;
}

#feature_box h4 {
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #779E28;
}

#feature_box p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
	margin-bottom: 5px;
}

#page_footer {
	height: 305px;
	background-color: #99CC33;
	clear: both;
}

#page_footer p {
	padding-top: 18px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#spacer {
	height: 20px;
	clear: both;
}

.clear {
	clear: both;
}

.arrow_list {
	margin-left: 10px;
	padding-left: 0;
	padding-bottom: 10px;
	list-style: none;
}

.arrow_list li {
	padding-left: 10px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #555555;
}

.form {
	margin: 0px 25px 0px 50px;
}

form .select {
	/*clear: both;*/
	font-size: 120%;
	vertical-align: text-bottom;
	border: 1px solid #aaE5a4;
	background: #F4FDE5;
	font-size: 14px;
	color: #000000;
}

form .menor {
	width:250px;
}

form select [multiple=multiple] {
	width: 100%;
}

form .select:hover {
	background: #FFFFFF;
	border: solid 1px #000000;
}

form .select:focus {
	background: #FFFFFF;
	border: solid 1px #000000;
}

form .text {
	display: block;
	border: 1px solid #aaE5a4;
	background: #F4FDE5;
	padding: 2px;
	font-size: 14px;
	color: #000000;
}

form label {
	display: block;
	margin-bottom: 3px;
	margin-top: 10px;
}

form .text:hover {
	background: #FFFFFF;
	border: solid 1px #000000;
}

form .text:focus {
	background: #FFFFFF;
	border: solid 1px #000000;
}

.button {
	display: block;
	border: solid 1px #aaE5a4;
	background: #F4FDE5;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

form .button:hover {
	display: block;
	border: solid 1px #CBBA96;
	background: #DFFFFF;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
}

#botao a {
	display:block;
	width:100px;
	text-align:center;
	border: solid 1px #aaE5a4;
	background: #F4FDE5;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
}

#botao a:hover {
	display:block;
	text-decoration:none;
	border: solid 1px #CBBA96;
	background: #DFFFFF;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
}

/* Notices and Errors */
form .form-error {
	background-color: #F56363;
	border-color: #900;
}

div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 1em;
}

p.error em {
	color: #000;
	font-weight: normal;
}

/* AutoComplete */
div.auto_complete {
    position         :absolute;
    width            :250px;
    background-color :white;
    border           :1px solid #888;
    margin           :0px;
    padding          :0px;
}

li.selected { background-color: #ffb; }

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 1em;
}

.success {
	background-color: green;
	color: #FFF;
}

.bnn {
	/*float:left;*/
	width: 200px;
	padding-right: 10px;
}
.manchete {
	width:46%;
	padding:5px;
}