﻿html
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body
{
	font-size: 9pt;
}

a
{
	text-decoration: none;
	color: #4b4f53;
}

a:hover
{
	color: #4b4f53;
	text-decoration: underline;
}

select
{
	height: 24px;
}

select, input[type="text"], input[type="password"]
{
	margin: 0;
}

select[disabled], input[disabled], textarea[disabled]
{
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; /* IE 5-7 */
	-webkit-filter: alpha(opacity=35);
	-moz-filter: alpha(opacity=35);
	-o-filter: alpha(opacity=35);
	filter: alpha(opacity=35); /* Netscape */
	-moz-opacity: 0.35; /* Safari 1.x */
	-khtml-opacity: 0.35; /* Good browsers */
	-ms-opacity: 0.35;
	opacity: 0.35;
}


input[type="text"], input[type="password"]
{
	height: 20px;
}

.aon-hidden {
	display: none;
}

.aon-header
{
	height: 102px;
}

.aon-sub-header.container
{
	background-color: #e01b20;
	color: #fff;
	height: 43px;
	line-height: 43px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	width: 930px;
}

.aon-sub-header .aon-titulo
{
	color: #fff;
	font-weight: 700;
	line-height: inherit;
	margin: 0;
}

.aon-link-logo
{
	display: inline-block;
}

.aon-logo
{
	display: inline-block;
	margin-top: 24px;
}

.container
{
	padding-left: 10px;
	padding-right: 10px;
}

/*.aon-filters
{
	padding-bottom: 17px;
}*/

.row:after, .row:after
{
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.aon-menu
{
	font-size: 11pt;
	margin-bottom: 43px;
	position: relative;
}

.aon-menu .aon-menu-wrapper
{
	margin-top: 4px;
	position: absolute;
	z-index: 10;
}

.aon-menu .aon-menu-link
{
	color: #e01b20;
	display: block;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.aon-menu .aon-menu-group
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.aon-menu .aon-sub-menu .aon-menu-group
{
	background-color: #e01b20;
	-moz-min-width: 100px;
	-ms-min-width: 100px;
	-o-min-width: 100px;
	-webkit-min-width: 100px;
	min-width: 100px;
	position: absolute;
	top: 35px;
	visibility: hidden;
}

.aon-menu > .aon-menu-wrapper > .aon-menu-group > .aon-sub-menu
{
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
}

.aon-menu > .aon-menu-wrapper > .aon-menu-group > .aon-sub-menu:first-child
{
	margin-left: 0;
}

.aon-menu .aon-sub-menu .aon-sub-menu .aon-menu-link
{
	color: #fff;
}

.aon-menu .aon-sub-menu:hover > .aon-menu-link
{
	background-color: #fff;
	color: #e01b20;
}

.aon-menu > .aon-menu-wrapper > .aon-menu-group > .aon-sub-menu:hover > .aon-menu-link
{
	background-color: #e01b20;
	color: #fff;
}

.aon-menu > .aon-menu-wrapper > .aon-menu-group > .aon-sub-menu:hover > .aon-menu-group
{
	visibility: visible;
}

.aon-breadcrumb
{
	background: #ccc url(../plugins/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	border-top: solid #e01b20 2px;
	font-weight: 700;
	height: 34px;
	line-height: 34px;
	padding: 4px 20px;
	width: 930px;
}

.aon-breadcrumb .aon-breadcrumb-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.aon-breadcrumb .aon-breadcrumb-item
{
	display: inline-block;
	margin-right: 10px;
}

.aon-breadcrumb .aon-breadcrumb-item:before
{
	color: #e01b20;
	content: '>';
	margin-right: 10px;
}

.aon-breadcrumb .aon-breadcrumb-item:first-child:before
{
	content: none;
	margin-right: 0;
}

.aon-breadcrumb .aon-breadcrumb-link, .aon-breadcrumb .aon-breadcrumb-inactive
{
	color: #4B4F53;
	text-decoration: none;
}

.aon-breadcrumb .aon-breadcrumb-link:hover
{
	color: #e01b20;
}

.table
{
	table-layout: fixed;
	width: 100%;
}

.table th
{
	font-size: 8pt;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.table td
{
	font-size: 8pt;
	line-height: 22px;
}

.table a
{
	font-weight: 700;
}

.table tbody tr.even td
{
	background: none repeat scroll 0 0 #DFE6E6;
}

.table tbody tr.odd td
{
	background: none repeat scroll 0 0 #F7F7F7;
}

.table tbody tr.even:hover td, table tbody tr.odd:hover td
{
	background: none repeat scroll 0 0 #c0c0c0;
}

.table .header-text
{
	display: block;
}

.table .header-filter
{
	border: none;
	width: 100%;
	text-align: center;
}

.aon-content
{
	background-color: #CBCCCA;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 966px;
}

.aon-content .aon-panel
{
	background-color: #fff;
	padding: 14px 17px;
}

.aon-tabs
{
	border: none;
	padding: 0;
}

.aon-tabs .ui-tabs-panel
{
	padding: 14px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.aon-filters-search
{
	margin-top: 28px;
}

.ui-widget
{
	font-size: inherit;
}

.aon-obs
{
	background-color: #f8f8d8;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 8px;
}

.aon-clause-policy
{
	margin-bottom: 7px;
	margin-top: 17px;
}

.aon-menu .aon-menu-part
{
	display: inline-block;
	vertical-align: text-bottom;
}

label, .row, .container
{
	display: block;
}

.aon-search-button
{
	width: 24px;
	height: 24px;
}

.aon-search-button .ui-button-text
{
	padding: 0;
}

.aon-search-button .ui-icon
{
	margin-left: auto;
	margin-right: auto;
}

.aon-login
{
	position: relative;
}

.aon-login .aon-unlogged-client
{
	top: 50px;
	height: 28px;
	position: absolute;
	right: -10px;
}

.aon-login .aon-logged-client
{
	top: 38px;
	height: 28px;
	position: absolute;
	right: -10px;
}
.aon-login input
{
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0;
}

.aon-login label
{
	font-size: 12pt;
	text-transform: uppercase;
	color: #e01b20;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
	margin: 0;
}

.aon-login .aon-login-button
{
	padding: 0 !important;
	height: 28px !important;
	width: 100% !important;
	border: 1px solid #A01317;
	background: #E01B20 url("../plugins/jquery-ui/images/ui-bg_glass_75_E01B20_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}

.aon-login .aon-welcome
{
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 2px;
}

.aon-login .aon-welcome-phrase
{
	color: #e01b20;
	margin: 0;
}

.aon-login .aon-logoff-wrapper
{
	text-align: right;
	margin: 0;
	margin-right: 2px;
}

.aon-li
{
	list-style: none;
}

.document-description
{
	margin-bottom: 17px;
	margin-top: 17px;
}

.aon-welcome
{
	margin: 0 !important;
}

.aon-filters input[type="text"], .aon-filters select
{
	margin-top: 8px;
}

.aon-filters-input-2
{
	margin-top: 17px;
}

.aon-filters-search-2
{
	margin-top: 45px;
}


.table td.ui-widget-content
{
	/*vertical-align: middle;*/
	padding-left: 5px;
	padding-right: 5px;
}

input[type="file"]
{
	margin: 0;
	font-size: 9pt;
	width: 100%;
}

.aon-attachment-list
{
	margin-left: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.aon-attachment-list a
{
	color: #e01b20;
}

.aon-half-append
{
	margin-bottom: 0.75em;
}

.aon-half-prepend
{
	margin-top: 0.75em;
}

.aon-register-form input
{
	display: inline-block;
}

.aon-icon
{
	vertical-align: middle;
	display: inline-block;
}

.row
{
	line-height: 20px !important;
}

.aon-calendar-icon
{
	margin-left: 5px;
}

.aon-next-button
{
	height: 24px;
	line-height: 24px;
}

.aon-logoff-wrapper
{
	font-weight: normal;
	text-transform: none;
	font-size: 11pt;
}

.aon-unlogged-client .aon-logoff-wrapper
{
	line-height: 18pt;
	font-size: 10pt;
}

.aon-dialog-no-close .ui-dialog-titlebar-close
{
	display: none;
}

.ui-datepicker-trigger {
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.aon-login-field {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.aon-required {
	color: red;
	margin-left: 0.5em;
}

.aon-filename.aon-loading {
	background-image: url('/Images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
}

.aon-filename {
	display: block;
	height: 24px;
	line-height: 24px;
}

.placeholder { color: #aaa; }

.word_wrap
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.aon-full-link {
	display: inline-block;
}


/*Carrossel*/
#banners_carrossel
{
	height: 295px;
}
#nav_carrossel
{
	background-image: url('../Images/carrossel_nav.png');
	background-repeat: repeat-x;
	width: auto;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav_carrossel li
{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menu_carrossel
{
	width: 15px;
}
.selecionavel img
{
	margin: 0 3px 6px 3px;
}