/**
 *
 * Generic CSS for CakePHP modified to match Idealizza's framework
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	margin:0;
	padding:0;
}
html,body{height:100%}

/* Font Face */
@font-face{font-family:'HelveticaNeueLTStd45Light';
	src:url('helveticaneueltstd-45light-webfont.eot');
	src:url('helveticaneueltstd-45light-webfont.eot?#iefix') format('embedded-opentype'),
			url('helveticaneueltstd-45light-webfont.woff') format('woff'),
			url('helveticaneueltstd-45light-webfont.ttf') format('truetype'),
			url('helveticaneueltstd-45light-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
	font-weight:normal;
	font-style:normal;
}

/** General Style Info **/
body {
	background:#FFF url("../img/admin/headerBg.png") repeat-x;
	color:#3A3A3A;
	font-family:'Tahoma',sans-serif;
	font-size:12px;
}
a {
	color:#197DAC;
	text-decoration:none;
}
a:visited{color:#197DAC}
a:hover{text-decoration:underline}
a img{border:none}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	color: #003D4C;
	font-size: 100%;
}
h2 {
	color: #E32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2C6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
	margin-top:10px;
}
h4 {
	color: #993;
	font-weight: normal;
}
.left{float:left}
.right{float:right}
.inline{display:inline}
.inblock{display:inline-block}
.btn {
	background:#EDEDED;
	margin: 5px;
	border:#AAA 1px solid;
	color:#3A3A3A;
	cursor:pointer;
	display:inline-block;
	font-family:'HelveticaNeueLTStd45Light';
	font-size:1.3em;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.btn:visited{color:#3A3A3A}
.btn:hover {
	background:#F5F5F5;
	border:#197DAC 1px solid;
	color:#3A3A3A;
	text-decoration:none;
}
.btn:active {
	background:#FFF;
	border:#D2D2D2 1px solid;
	color:#3A3A3A;
	text-decoration:none;
}
.izz {
	background:url('../img/admin/idealizza.png') no-repeat;
	display:block;
	height:17px;
	margin-top:20px;
	width:119px;
}
.izz:hover{background:url('../img/admin/idealizza.png') no-repeat 0 -17px}

/** Layout **/
.wrapper {
	height:auto !important;
	height:100%;
	margin:0 auto -50px;
	min-height:100%;
}
.push {
	clear:both;
	height:50px
}
.container {
	margin:0 auto;
	width:95%;
}
.inWrapper {
	display:inline-block;
	margin-bottom:50px;
	width:100%;
}
#header {
	height:90px;
	padding-bottom:10px;
	text-align:right;
}
#header .left{margin:10px 0 0 20px}
#header .right{margin-top:25px}
#footer {
	background:#ECECEC url('../img/admin/footerBg.png') repeat-x;
	clear:both;
	display:inline-block;
	height:50px;
	width:100%;
}
#nav {
	background:url('../img/admin/navBgTop.png') no-repeat;
	display:inline-block;
	font-family:'HelveticaNeueLTStd45Light';
	font-size:16px;
	padding-top:14px;
	text-align:center;
	width:208px;
}
#nav ul {
	background:url('../img/admin/navBgBottom.png') no-repeat bottom;
	padding-bottom:14px;
}
#nav li {
	background:url('../img/admin/navBgCenter.png') repeat-y;
	list-style:none;
	padding:2px 0;
}
#nav a {
	color:#3A3A3A;
	display:block;
	padding:3px 0;
}
#nav a:visited{color:#3A3A3A}
#nav a:hover {
	background:url('../img/admin/navLiHover.png') repeat-y;
	color:white;
	text-decoration:none;
}
#content {
	display:inline-block;
	margin-left:30px;
	width:72%;
}
#publicContent {
	margin:60px auto 0;
	width:960px;
}
#content h1 {
	background:white url('../img/admin/h1Bg.png') no-repeat;
	color:#FFF;
	font-family:'HelveticaNeueLTStd45Light';
	font-size:26px;
	height:40px;
	padding-top:4px;
	text-align:center;
	width:371px;
}
.leftContent,
.rightContent {
	background:url('../img/admin/contentLeftBg.png') no-repeat;
	float:left;
	min-height:402px;
	margin-top:12px;
	width:10px;
}
.rightContent{background:url('../img/admin/contentRightBg.png') no-repeat}
.midContent {
	background:url('../img/admin/contentMidBg.png') repeat-x;
	float:left;
	min-height:402px;
	margin-top:12px;
	width:96%;
}

/** Containers **/
div.form,
div.index,
div.view {
	background:#f1f1f1;
	width:50%;
	border:1px solid #666;
	margin:0 auto;
	padding:10px 2%;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paginacao {
	font-size:.8em;
	display:inline-block;
	list-style:none;
	margin:20px auto 0;
}
.paginacao .current {
	background:white;
	border:solid 1px #D2D2D2;
	margin-right:5px;
	opacity:1;
	padding:4px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.paginacao li {
	float:left;
}
.paginacao li a {
	background:#EDEDED;
	border:solid 1px #D2D2D2;
	color:#3A3A3A;
	float:left;
	margin-right:5px;
	opacity:.5;
	padding:4px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.paginacao li a:hover {
	border:#0785BF 1px solid;
	opacity:1;
	text-decoration:none;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	padding: 0;
	width: 100%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
}
fieldset.estilo1 {
	margin-bottom: 2em;
	padding-bottom: 2em;
}
fieldset legend {
	color: #e32;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 120%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	margin-bottom: 10px;
	padding: 8px;
	position:relative;
	width: 96%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 2px 5px 0 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit],
input[type=button] {
	cursor: pointer;
	display: inline;
	width: auto;
}
form .submit input[type=submit],
form .submit input[type=button],
form .submit input[type=reset] {
	background: -webkit-linear-gradient(bottom, #4F7F3F 25%, #709D61 75%);
	background: -moz-linear-gradient(bottom, #4F7F3F 25%, #709D61 75%);
	background: -ms-linear-gradient(bottom, #4F7F3F 25%, #709D61 75%);
	background: -o-linear-gradient(bottom, #4F7F3F 25%, #709D61 75%);
	background: linear-gradient(bottom, #4F7F3F 25%, #709D61 75%);
	border-color: #124052;
	color: #FFF;
	margin-right:10px;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 6px 20px;
	width: auto;
}
form .submit input[type=submit]:hover {
	background-image: -webkit-linear-gradient(bottom, #709D61 25%, #4F7F3F 75%);
	background-image: -moz-linear-gradient(bottom, #709D61 25%, #4F7F3F 75%);
	background-image: -ms-linear-gradient(bottom, #709D61 25%, #4F7F3F 75%);
	background-image: -o-linear-gradient(bottom, #709D61 25%, #4F7F3F 75%);
	background-image: linear-gradient(bottom, #709D61 25%, #4F7F3F 75%);
}
form .submit input[type=button] {
	background-image: -webkit-linear-gradient(bottom, #893B3B 25%, #A16363 75%);
	background-image: -moz-linear-gradient(bottom, #893B3B 25%, #A16363 75%);
	background-image: -ms-linear-gradient(bottom, #893B3B 25%, #A16363 75%);
	background-image: -o-linear-gradient(bottom, #893B3B 25%, #A16363 75%);
	background-image: linear-gradient(bottom, #893B3B 25%, #A16363 75%);
	border-color: #6C2C2C;
}
form .submit input[type=button]:hover {
	background-image: -webkit-linear-gradient(bottom, #A16363 25%, #893B3B 75%);
	background-image: -moz-linear-gradient(bottom, #A16363 25%, #893B3B 75%);
	background-image: -ms-linear-gradient(bottom, #A16363 25%, #893B3B 75%);
	background-image: -o-linear-gradient(bottom, #A16363 25%, #893B3B 75%);
	background-image: linear-gradient(bottom, #A16363 25%, #893B3B 75%);
}
form .submit input[type=reset] {
	background-image: -webkit-linear-gradient(bottom, #666 25%, #878686 75%);
	background-image: -moz-linear-gradient(bottom, #666 25%, #878686 75%);
	background-image: -ms-linear-gradient(bottom, #666 25%, #878686 75%);
	background-image: -o-linear-gradient(bottom, #666 25%, #878686 75%);
	background-image: linear-gradient(bottom, #666 25%, #878686 75%);
	border-color: #124052;
}
form .submit input[type=reset]:hover {
	background-image: -webkit-linear-gradient(bottom, #878686 25%, #666 75%);
	background-image: -moz-linear-gradient(bottom, #878686 25%, #666 75%);
	background-image: -ms-linear-gradient(bottom, #878686 25%, #666 75%);
	background-image: -o-linear-gradient(bottom, #878686 25%, #666 75%);
	background-image: linear-gradient(bottom, #878686 25%, #666 75%);
}
/* Form errors */
form .error {
	background: #FFDACC;
	border:1px solid #9E2424;
	font-weight: normal;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
form .error-message {
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}
form .error,
form .error-message {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	color: #9E2424;
	text-shadow: none;
}

.metade form .error {
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}

.metade form .error-message {
	margin-top: -10px;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-family: 'HelveticaNeueLTStd45Light';
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #FFCC00;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #FFCC00, #E6B800);
	background-image: -moz-linear-gradient(top, #FFCC00, #E6B800);
	background-image: -ms-linear-gradient(top, #FFCC00, #E6B800);
	background-image: -o-linear-gradient(top, #FFCC00, #E6B800);
	background-image: linear-gradient(top, #FFCC00, #E6B800);
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #404040;
	margin-bottom: 12px;
	padding: 7px 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	background: #C43C35;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: -moz-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: -ms-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: -o-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: linear-gradient(top, #EE5F5B, #C43C35);
	border: 1px solid rgba(0, 0, 0, 0.5);
	clear: both;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
input[type=button],
input[type=reset],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
	border-color: #aaa;
	text-decoration: none;
}

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

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning{display:none}

/* tooltip styling. by default the element to be styled is .tooltip  */
.textoTooltip {
	background:#0891C3;
	border:#FFF 3px solid;
	color:#FFF;
	display:block;
	font-size:14px;
	margin-left:30px;
	padding:10px;
	position:absolute;
	left:50%;
	text-align:center;
	bottom:25%;
	width:300px;
}
.tooltip {
	color:#FFF;
	font-size:12px;
	padding:10px;
	text-align:center;
	width:24px;
}
.btnBusca .submit {
	font-size:12px;
	margin:0 18px 0 8px;
}
.btnBusca .submit input[type="submit"] {
	padding:8px;
	width:auto;
}
.send{background:#FFF url("../img/admin/send.png") repeat-x}
.imagePointer{cursor:pointer}
.mt10 {
	margin-top:10px;
	width:200px;
}
.catBanner {
	display:inline-block;
	margin:0 10px 10px 10px;
}
#filtraResultados{
	display: none;
	padding: 20px 10px;
	border: 1px #c1c1c1 dotted;
	width: 96%;
}
#filtraResultados select{
	width: 400px;
}
#filtraResultados p{
	font-weight: bold;
	margin: 5px 0px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.textoToolTip{
	color: #ffffff; 
	font-size: 14px;
	background:#0891c3;
	width: 300px;	
	text-align: center;
	margin-left: 30px;
	display: block;
	padding: 10px;
	border: solid 3px #ffffff;
}
.tooltip {
	font-size:12px;
	height:10px;
	width:40px;
	padding:10px;
	color:#fff;
}

.actionsVer,
.actionsEditar,
.actionsExcluir,
.actionsMovimentar,
.actionsProfile,
.actionsLogout,
.actionsDownload {
	background:url("../img/admin/actions-sprite.png") 0 0;
	display:inline-block;
	height:20px;
	margin-right:5px;
	width:20px;
}
.actionsEditar{background:url("../img/admin/actions-sprite.png") 0 -25px}
.actionsExcluir{
	background: url("../img/admin/actions-sprite.png") 0 -50px;
	margin: 0;
}

.actionsMovimentar {
	background:url("../img/admin/actions-sprite.png") 0 -75px;
	width:30px;
}
.actionsProfile {
	background:url("../img/admin/actions-sprite.png") 0 -100px;
	margin:0 0 0 10px;
	width:26px;
}
.actionsLogout {
	background:url("../img/admin/actions-sprite.png") 0 -125px;
	margin:0 0 0 10px;
}
.actionsDownload {
	background:url("../img/admin/actions-sprite.png") 0 -150px;
	width:26px;
}
.welcome{margin-bottom:10px}

.categorias {
	border: 1px solid #197DAC;
	float: left;
	margin: 0 10px 20px 0;
	padding: 10px 20px;
}

.categorias:hover {
	background: #197DAC;
	color: #FFF;
	text-decoration: none;
}

.imagemLista {
	cursor: pointer;
	float: left;
	margin: 0 10px 30px;
	text-align: center;
	width: 162px;
}

.imagemLista .ver_imagem a {
	border: 1px solid #197DAC;
	float: left;
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 160px;
}

.imagemListaControl {
	border: 1px solid #197DAC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
}

.imagemListaTip {
	background: #FFF;
	border: 1px solid #197DAC;
	display: inline-block;
	margin-left: 100px;
}

.divFilter {
	display: none;
	padding: 20px 10px;
	width: 96%;
}
.filter select {
	font-weight: normal;
	width: 400px;
}
.filter label{
	width: 400px;
	font-weight: bold;
	margin: 5px 0px;
}
.filterMsg {
	background: #FFCC00 repeat-x;
	background-image: -webkit-linear-gradient(top, #FFCC00, #E6B800);
	background-image: -moz-linear-gradient(top, #FFCC00, #E6B800);
	background-image: -ms-linear-gradient(top, #FFCC00, #E6B800);
	background-image: -o-linear-gradient(top, #FFCC00, #E6B800);
	background-image: linear-gradient(top, #FFCC00, #E6B800);
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #404040;
	margin: 10px 0;
	padding: 7px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 95.2%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.blocosDados{
	border: 1px dotted #c1c1c1;
	margin: 20px 0px;
	padding: 0px 30px;
	-webkit-box-shadow: 0px 0px 5px 2px #c1c1c1;
	-moz-box-shadow: 0px 0px 5px 2px #c1c1c1;
	-ms-box-shadow: 0px 0px 5px 2px #c1c1c1;
	-o-box-shadow: 0px 0px 5px 2px #c1c1c1;
	box-shadow: 0px 0px 5px 2px #c1c1c1;
}

.blocosDados .medium{
	width: 45%;
}

.contaDoColaborador{
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}

.contaDoColaborador img.removerConta{
	position: relative;
	float: right;
	top: -30px;
	right: -30px;
}

.contaDoColaborador label{
	width: 90%;
}

textarea{
	float: none;
	width: 97%;
}

.separador{
	clear: both;
}

.none{
	display: none;
}

.boxTelasVer{
	border: dotted 1px #c1c1c1;
	padding: 20px; 
}

.chosen{
	width: 98%;
}

.tooltipTextos{
	background: #C1C1C1;
	color: #000;
	width: 150px;
	border: 1px solid #999;
	border-radius: 3px;
	margin-left: 30px;
	text-align: left;
	padding: 5px;
}

.metade div.input {
	background: #EEE;
	border: 1px dotted black;
	clear: none;
	float: left;
	height: 70px;
	margin: 0 2em 2em 0;
	padding: 10px;
}
.metade div.input input { width: 300px; }
.metade div.input input.auto { width: auto; }
.metade div.submit input { font-size: 20px; }
#brochura,
#espiral,
#tamanhoEspiral1,
#corEspiral {
	clear: none;
	float: left;
	margin: 0;
}

 img.tooltip {
    height: 16px;
    margin-right: 3px;
    padding: 0;
    width: 16px;
}

 a.excluir{
	 margin-right: 15px;
 }