* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 1.8em;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1.6em;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1.45em;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header {
	background-color: #b8c9d9;
}

#header_user, #header_user a, #header_user a:hover {
	padding: 3px;
	background-color: #2C4056;
	color: #fff;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
#header h1 {
	background: #b8c9d9 url('../img/logo_radig.png') no-repeat left;
	color: #fff;
	font-weight: bold;
	padding: 0px 30px 0px 70px;
	margin: 0 0 0px 10px;
	line-height: 80px;
}
#header h1 a {
	color: #fff;
	background: #507AAA;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #507AAA;
	text-decoration: underline;
}

#header form.search_box
{
	position: absolute;
	float: right;
	width: auto;
	top: 80px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#header form.search_box fieldset
{
	width: 350px;
	margin: 0px;
	padding: 3px;
	border: 0px;
	background-color: #fff;
}
#header form.search_box fieldset div.input,
#header form.search_box fieldset div.text,
#header form.search_box fieldset div.submit
{
	position: relative;
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 2.3em;
	font-size: 0.8em;
}
#header form.search_box fieldset div.input input,
#header form.search_box fieldset div.submit input
{
	float: left;
	clear: none;
	width: auto;
	margin: 0px;
}
#header form.search_box fieldset div.input label
{
	clear: none;
	float: left;
	width: 70px;
	margin-left: 5px;
	font-size: 1.6em;
}
#header form.search_box fieldset div.input input
{
	clear: none;
	float: left;
	width: 200px;
	margin-right: 10px;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	font-size: 1.1em;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}

#menu {
	display: block;
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #2C4056;
	height:30px;
	margin : 0;
	padding: 5px 0 0 0;
}

#menu li {
	float: left;
}

#footer {
	clear: both;
	background-color: #f0f0f0;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	border-top:1px solid #555;
	background-color: #efbf67;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th:hover {
	background-color: #d4a651;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #dae5f0;
}
table tr.altrow td {
	background: #dae5f0;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-size: 1.2em;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging span.disabled {
	display: none;
	font-size: 0.0000000001em;
}
div.paging span {
}
div.paging span.current {
	color: #000;
	display: block;
	float: left;
	padding: 2px 4px;
	margin: 0px 3px;
	border: 1px solid #ccc;
}
div.paging span a {
	display: block;
	float: left;
	padding: 2px 4px;
	margin: 0px 3px;
	border: 1px solid #ccc;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 98%;
	border-left: 1px solid;
	padding-left: 4px;	
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
fieldset {
	position: relative;
	border: 1px solid #ccc;
	margin: 5px 5px;
	padding: 16px 10px;
	width: 46%;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 1.4em;
	font-weight: bold;
	white-space: wrap;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 1.2em;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
fieldset.half {
	width: 98%;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 1.1em;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 1.4em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 98%;
}
select {
	clear: both;
	font-size: 1.2em;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 1.2em;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 1.1em;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* melhora o tamanho dos inputs conforme seu conteudo*/
.small
{
	clear:none;
	width:90px;
	float:left;
	padding:0;
	margin-right:30px
}

.medium
{
	clear:none;
	width:240px;
	float:left;
	padding:0;
	margin-right:30px;
}
.big
{
	clear:none;
	width:auto;
	float:left;
	padding:0;
	margin-right:30px;	
}

.compact
{
	float:left;
	width:33%;
	margin:2px;
	min-width:427px;
}

.double-table
{
	float:left;
	width:46%;
	margin:10px 10px;
}

fieldset.half div.input
{
	clear: none;
	float:left;
	width:40%;
	margin: 5px 20px;
}

/* Login Form */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
form.login {
	margin: 0 auto;
	padding:16px 16px 40px 16px;
	font-weight:normal;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:5px;
	background:	#fff;
	border:1px solid #e5e5e5;
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
	width: 350px;
}
form.login fieldset {
	width: auto;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/** Filter Form **/
form.filter {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	width: 100%;
	background: #efefef;
}

form.filter label {
	margin-left: 10px;
	font-weight: bold;
}

form.filter select {
	margin-left: 5px;
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.message, div.box-message {
	margin:5px;
	margin-bottom: 15px;
	padding: 0;
	border: 1px solid;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.box-message span {
	display: block;
	min-height: 30px;
	margin-left: 60px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	cursor: default;
}

div.error-message {
	border-color: #972e2e;
	background: #efefef url('/img/icons/msg-critical.png') 15px center no-repeat;
}
div.help-message {
	border-color: #eaab38;
	background: #efefef url('/img/icons/msg-help.png') 15px center no-repeat;
}
div.info-message {
	border-color: #375895;
	background: #efefef url('/img/icons/msg-info.png') 15px center no-repeat;
}
div.success-message {
	border-color: #079d15;
	background: #efefef url('/img/icons/msg-ok.png') 15px center no-repeat;
}
div.warning-message {
	border-color: #d79604;
	background: #efefef url('/img/icons/msg-warning.png') 15px center no-repeat;
}

.error-message span {
	background-color: #972e2e;
}
.help-message span {
	background-color: #eaab38;
}
.info-message span {
	background-color: #375895;
}
.success-message span {
	background-color: #079d15;
}
.warning-message span {
	background-color: #d79604;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Validations errors */
div.error div.error-message {
	width: 98%;
	background-image: none;
	background-color: #972e2e;
	color: #fff;
	font-weight: bold;
}

/*  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 {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Propósito geral */
.clr {
	clear: both;
}

.lft {
	float: left;
}

.rgt {
	float: right;
}

.inline {
	display: inline;
	clear: none;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 1.2em;
	line-height: 1.4em;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
