html {
	overflow-y: scroll;
}

body {
	margin-top: 10px;
	background: #ffffff;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
}

a img {
	border: none;
}

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

input[type=submit],input[type=button] {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text],input[type=password],textarea {
	font-size: 12px;
	padding-left: 1px;
}

select {
	padding: 2px 2px 2px 0;
	font-size: 13px;
	width: 300px;
}

.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;
}

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

.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;
}

.tableControl input[type=submit],.tableControl input[type=button],.tableControl select
	{
	margin: 5px 0 5px 5px;
}

/* 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;
	background: #fff url( ../images/skin/shadow.jpg ) bottom repeat-x;
	border: 1px solid #ccc;
	border-style: solid none solid none;
	margin: 3px 0 6px 0;
}

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

.actionButtons input {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.actionButtons input.add {
	background: transparent url( ../images/skin/database_add.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.delete {
	background: transparent url( ../images/skin/database_delete.png ) 5px
		50% no-repeat;
	padding-left: 28px;
}

.actionButtons input.edit {
	background: transparent url( ../images/skin/database_edit.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.save {
	background: transparent url( ../images/skin/database_save.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.find {
	background: transparent url( ../images/skin/find.png ) 5px 50% no-repeat
		;
	padding-left: 28px;
}

.actionButtons input.reset {
	background: transparent url( ../images/skin/page_white_text.png ) 5px
		50% no-repeat;
	padding-left: 28px;
}

.actionButtons input.done {
	background: transparent url( ../images/skin/database_table.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.transfer {
	background: transparent url( ../images/skin/table_add.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.signin {
	background: transparent url( ../images/skin/door_in.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.cancel {
	background: transparent url( ../images/skin/cancel.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.print {
	background: transparent url( ../images/skin/printer.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.next {
	background: transparent url( ../images/skin/application_side_expand.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.back {
	background: transparent url( ../images/skin/application_side_contract.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.pdf {
	background: transparent url( ../images/icons/icon_pdf_sm.gif ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.doc {
	background: transparent url( ../images/icons/icon_doc_sm.gif ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.xls {
	background: transparent url( ../images/icons/icon_xls_sm.gif ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.actionButtons input.download {
	background: transparent url( ../images/skin/note_go.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}


.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;
}

#list {
	float: left;
	width: 170px;
	padding-top: 10px;
}

#list ul {
	margin: 0px 0px 7px 0px;		 
	padding: 0;
	list-style: none;
	line-height:normal;
}

#list li {		
	padding-left: 14px;
	padding-top: 2px
}

#list a:hover {
	text-decoration: underline;
}

#list a {
	border: none;
	text-decoration: none;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 163px;
	padding-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal; 
}

#sidebar li {
	
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url( ../images/img07.jpg ) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #110404;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #000099;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#content h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #110404;
}

.errorMessage li {
	list-style-image: url(../images/skin/exclamation.png);
	margin-left: 15px;
	font-weight: bold;
	font-size: 125%;
}

.strike {
	text-decoration: line-through;
}

.oncontrol {
	background: #FF9900;
}

span.SUCCESS {
	background: transparent url( ../img/accept.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

span.SENT {
	background: transparent url( ../img/cog_go.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

span.ERROR {
	background: transparent url( ../img/cog_error.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}

span.NEW {
	background: transparent url( ../img/cog_add.png ) 5px 50%
		no-repeat;
	padding-left: 28px;
}