html {
	overflow-y: scroll;
}

body {
	background: url("") no-repeat;
	background-position:fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0F4073;
	text-decoration: none;
	scrollbar-arrow-color:#FFF; 
	scrollbar-base-color:#B4CFDF; 
	scrollbar-darkshadow-color:#006699; 
	scrollbar-face-color:#B4CFDF; 
	scrollbar-highlight-color:#D8E6ED; 
	scrollbar-shadow-color:#B4CFDF;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit], input[type=button], .rich-button, .rich-button-disabled, .rich-button-over, .rich-button-press {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
	color: #0F4073;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: bold;
    height: 22px;
}

input[type=text], input[type=password], textarea {
	font-size: 11px;
	padding-left: 1px;
	background:#FFFFFF;
	border:1px solid #D8E6ED;
}



.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 30px;
}
.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url("/ead-certificados/javax.faces.resource/img/msginfo.png.seam");
}

.message li.errormsg {
	background-image: url("/ead-certificados/javax.faces.resource/img/msgerror.png.seam");
}

.message li.warnmsg {
	background-image: url("/ead-certificados/javax.faces.resource/img/msgwarn.png.seam");
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.tdname {
	vertical-align: middle;
	font-weight: bold;
	width: 115px;
	float: left;
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}

.required {
	color: #FF0000;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

/* the specificity here is necessary to override the defaults */
/*
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}*/

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}
/* COMPONENT RICH TABLE */

.rich-table {
	width: 100%;
	background-color: transparent;
    empty-cells: hide;
	border: 0 none;
    border-left:0 none;
    border-top:0 none;
    border-right:0 none;
    border-bottom:0 none;
    border-color: none;
}

.rich-table-row, .rich-table-thead {
	border: 0 none;
	border-left:0 none;
    border-top:0 none;
    border-right:0 none;
    border-bottom:0 none;
    border-collapse: none;
    border-color: none;
}

.rich-table-thead {
	border-bottom:0 none;
}

.rich-table-cell, .rich-table-subheadercell, .rich-table-footer {
	border: 1px solid #B4CFDF;
	border-left: 1px solid #B4CFDF;
    border-top: 1px solid #B4CFDF;
    border-right: 1px solid #B4CFDF;
    border-bottom: 1px solid #B4CFDF;
    border-collapse: solid;
    border-color: #B4CFDF;
	border-width: 1px;
	border-spacing:5px;
	color: #0F4073;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 4px;
    white-space: nowrap;
    text-align: left;
}

.rich-table-subheadercell {
	font-weight:bold;
}

.rich-table-cell, .rich-table-footer {
	font-weight:normal;
}

.rich-table-headercell{
	border-left: 1px solid #C0C0C0;
}

.rich-table-subheader {
    background-color: transparent;
}

.rich-subtable-cell {
    border-bottom: 1px solid #B4CFDF;
    border-right: 1px solid #B4CFDF;
    border-left: 1px solid #B4CFDF;
    color: #0F4073;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 4px;
}

/* COMPONENT RICH TAB */

.rich-tabpanel {
	background-color: transparent;
}


.rich-tabhdr-side-cell {
    border-top-color: #EEEEEE;
}

.rich-tab-header {
	border-color: #CCCCCC;
    border-radius: 5px 0px 0px 0px;
    border-style: solid;
    border-width: 0px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
}

.rich-tab-active {
    background-color: #FFD4AA;
    background-image: none;
    color: #0F4073;
}

.rich-tab-inactive {
    background-color: #C0C0C0;
    background-image: none;
    color: #0F4073;
}

.rich-tabpanel-content {
 	background-color: transparent;
    border-color: #CCCCCC;
    border-radius: 0 0 5px 5px;
    border-style: none;
    border-width: 0px;
}

.rich-tabhdr-side-border {
	background-image:none;
}

.rich-tab-bottom-line {
    border-bottom: 8px solid #FFD4AA;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
}

.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
	text-decoration: underline;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
   border: 0;
}

table.radio td {
   padding: 0 2px;
}

table.radio input[type=radio] {
   vertical-align: bottom;
}

#banner{
	background:url("") no-repeat;
	position:relative;
	top:0;
	width:100%;
	height:20px;
	z-index:100;
}

#tdbanner{
	background-image:url("/ead-certificados/javax.faces.resource/img/gov_meio.png.seam");
	background-repeat:repeat-x;
	border:0px;
}

.banner{
	border:0px;
}