html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	margin: 0px;
	height: 100%;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit],input[type=button] {
	font-size: 11px;
	font-family: "Verdana";
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text],input[type=password],textarea {
	font-size: 11px;
	padding-left: 1px;
}

.tableControl,.actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	border-top: 1px solid #254117;
	border-bottom: 1px solid #254117;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 10px;
	bottom: 0;
}

.rf-dt {
	width: 100%;
}

.body {
	padding-left: 10px;
	padding-left: 10px;
	width: 98%;
	height: 100%;
}

.columnHeader:hover {
	color: #FF6600;
}

.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(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

.name_nowidth {
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
	margin-top: 1px;
	clear: left;
	text-align: right;
}

.name {
	vertical-align: middle;
	font-weight: bold;
	width: 125px;
	float: left;
	padding: 2px;
	margin-top: 1px;
	clear: left;
	text-align: right;
}

.name_thinpad {
	vertical-align: bottom;
	padding-top: 8px;
	font-weight: bold;
	width: 125px;
	float: left;
	margin-top: 3px;
	clear: left;
	text-align: right;
}

.custom_align_bottom {
	margin-top: 6px;
	margin-left: 4px;
	height: 14px;
	vertical-align: bottom;
}

.name_narrow {
	vertical-align: middle;
	font-weight: bold;
	width: 110px;
	float: left;
	padding: 3px;
	margin-top: 3px;
	clear: left;
	text-align: right;
}

.name_wider {
	vertical-align: middle;
	font-weight: bold;
	width: 220px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	text-align: right;
	white-space: nowrap;
}

.name_widest {
	vertical-align: middle;
	font-weight: bold;
	width: 500px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	text-align: right;
	white-space: nowrap;
}

.name_more_wider {
	vertical-align: middle;
	font-weight: bold;
	width: 350px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	text-align: right;
	white-space: nowrap;
}

.name_wide {
	vertical-align: middle;
	font-weight: bold;
	width: 200px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	text-align: right;
	white-space: nowrap;
}

.name_med {
	vertical-align: middle;
	font-weight: bold;
	width: 145px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	text-align: right;
	clear: left;
}

.name_no_width {
	margin-top: 3px;
	vertical-align: top;
	font-weight: bold;
	float: left;
	padding: 5px;
	clear: left;
}

.value {
	margin-top: 1px;
	vertical-align: top;
	float: left;
	padding: 2px;
}

.value_admin {
	margin-top: 3px;
	vertical-align: top;
	float: left;
	padding: 5px;
	height: 7px;
}

.value_nopad {
	vertical-align: top;
	float: left;
	padding: 5px;
}

.displayInline {
	display: inline;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input,.errors textarea {
	border: 1px solid red !important;
}

.required {
	color: red;
	padding-left: 2px;
}

/* Panel could scroll */
.rich-stglpanel-body {
	height: 60px;
	width: 230px;
	position: relative;
	overflow: auto;
}

/* Somehow height to processing panel could be set only from here, for DEV. */
.dr-mpnl-pnl {
	overflow: auto;
	height: 110px;
	width: 240px;
	position: relative;
}

/* the specificity here is necessary to override the defaults */
.rf-p .rf-p-hdr,.rich-stglpanel .rich-stglpanel-header {
	padding: 1px 3px;
}

select {
	font-size: 11px;
	font-family: "Verdana";
}

.rf-p input[type=submit],.rf-p input[type=button],.rf-tbp input[type=submit],.rf-tbp input[type=button]
	{
	margin-bottom: 0;
}

.tableControl input[type=submit],.tableControl input[type=button],.tableControl select
	{
	margin: 5px 0 5px 5px;
}

.rich-mpnl-panel {
	position: inherit;
}

/* 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-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;
}

.rich-dtascroller-table {
	color: #FFFFFF;
	font-size: 12px;
}

.rich-datascr-button {
	color: #000000;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

.rich-datascr-button-dsbld {
	color: grey;
	font-size: 12px;
}

.rich-datascr-inact {
	color: black;
	font-size: 12px;
}

.rich-datascr-act {
	color: red;
	font-size: 12px;
}

.rf-ds-btn-fastfwd {
	display: none !important;
}

.rf-ds-btn-fastrwd {
	display: none !important;
}

#skipnav {
	color: #000;
	float: left;
	margin: .25em 1em;
	font-size: 80%;
}

#skipnav:active,#skipnav:hover {
	color: #fff;
}

.verticalAlignTop {
	vertical-align: top;
}

.rich-table-subheadercell {
	white-space: normal;
}

.rf-cst-ftr-c {
	border-bottom: 1px solid #C0C0C0 !important;
}