/**
 * Tema definido de acordo com o skin utilizado pelo richfaces.
 */


/* TAGS HTML */

a img {
	border: none;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: arial, verdana, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: left;
}

div.info {
	font-size: 1.2em;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

html {
	overflow-y: scroll;
}

img.errors {
	padding-right: 5px;
}

input[type=text],input[type=password],textarea {
	font-size: 11px;
	padding-left: 1px;
}

legend {
	font-size: 12px;
}

select {
	font-size: 12px;
}

td.action {
	text-align: center;
	white-space: nowrap;
	width: 8em;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}


/* TAGS RICHFACES */

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-gradient-menu {
	background-image: url(../images/theme/default/footer-background.jpg);
	background-repeat: repeat-x;
	color: #686868;
	height: 25px;
	width: auto;
}

.rich-list-item {
	padding-bottom: 4px;
}

.rich-page {
	background-color: #FFFFFF;
	color: #333333;
	font-family: arial, verdana, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0px;
}

.rich-panel .rich-panel-header, .rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}

.rich-panel-header, .rich-stglpanel-header {
	font: bold 11px Verdana, Arial, sans-serif !important;
}

.rich-panel input[type=submit], .rich-panel input[type=button], .rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.rich-stglpanel-body {
	font: 11px Arial,Verdana,sans-serif;
	overflow: auto;
}

.rich-table {
	width: 100%;
}

.rich-toolBar {
	background-image: url(../images/theme/default/footer-background.jpg);
	background-repeat: repeat-x;
	color: #686868;
	height: 25px;
	width: auto;
}


/* TAGS PRODESP */

.page-footer {
	background-color: white;
	background-image: url(../images/footer-background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
