html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	margin: 0px;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit] {
	font-size: 10px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=button]{
	border: 1;
	border-color: blue;
	font-size: 10px;
	margin: 2px 2px 5px 0;
	cursor: pointer;
	}


input[type=text], input[type=password] {
	font-size: 12px;
	height: 15px;
	padding-left: 1px;
	border-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
}

textarea {
	font-size: 12px;
	padding-left: 1px;
	background: white;
	border-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
}

SELECT, OPTION {
	height: 20px;
	font-size: 12px;
	padding-left: 1px;
	background: white;
	border-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
	}

.toolbarControl {
	height:32px; width:100px;	
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.rich-table {
	width: 100%;
}

.body {
	align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.sub-body {
	background: #a6cfaf;
	align: left;
	padding: 2px;
}

.footer {
	height: 30px;
	background: #336699;
	color: white;
	font-size: 11px;	
	font-family: Tahoma,Verdana,Arial;
	text-align: center;
	vertical-align: baseline;	
}

.rich-messages-label{
    font-style:italic;
    font-size: small;
    color: red;
}

.panel-column-classes1{
	vertical-align: text-top;	
	background: #99ccff;
	width: 10%;
}

.panel-column-classes2{
	vertical-align: top;	
	margin-left: 10%;
}

.panel-column-classes3{
	vertical-align: top;	
	background: #99ccff;
	width: 10%;
}

.rich-toolbar-item {
	color: gray;
}

.columnHeader:hover {
	color: #FF6600;
}

input-actionButton {
  display: block;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;  
  border: 1px solid #003399;
  background-color: #938384;
  color: #003399;
  font-size: 11px;
  padding: 3px 3px 3px 3px;
}

.rich-combobox-list-decoration{
	background-color:#ecf4fe;
}


.message {
	list-style: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 13px;
}

.message-block{
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

.message-body{
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
}

.form-message-body{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}

.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 {
	vertical-align: top;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.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;
}

.rich-stglpanel-body {
	overflow: auto;
}

.rich-panel-body {
	background: #ebf3fd;
    font-family: Arial;
    font-size: 12px;
	}

/* the specificity here is necessary to override the defaults */
.rich-panel,
.rich-stglpanel, .rich-stglpanel-header {
	padding: 2px 3px;
	text-align: left;
}

.rich-panel-header{
	height: 18px;
	padding: 2px 3px;
	text-align: left;
	background: #FFFAF0;
	font-size: 12px;
	font-weight: bold;
}


.rich-pmenu{
    font-style:italic;
    width: 150px;
}

.rich-pmenu-top-group {
    background-color:#E4EAEF;
    background-image:none;
    border-color:#FFFFFF;
    padding:0;
}

select {
	font-size: 12px;
}

.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;
}


.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.25em;
}

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-tabpanel{

	}

.rich-tabpanel-content{

	}
	
.rich-tabpanel-content-position{
	}
	
.rich-tabhdr-side-border{
	border: thick;
	}
	
.rich-tabhdr-side-cell{
	border: thick;
	}
	
.rich-tab-bottom-line{
	border: thick;
	}
	
.rich-tab-header{
	width: 75px;
}
	
.rich-ddmenu-label-select{
    background-color:  #87CEFA;
    border-color: #e5973e;
}

.rich-menu-list-border{
	background-color:  #fae6b0;
	}

.rich-menu-list-bg{
	background-color:  #a7ebeb;
	}

.rich-ddmenu-label-unselect{

	}
	
.rich-datascr-button-dsbld{
	background: #CCFFFF;
	}	
	
.rich-datascr-button{
	background-color: #CCFFFF;
}

.rich-shuttle-copyAll{
	background-color: #CCFFFF;
	}
	
.rich-shuttle-copy {
	background: #CCFFFF;
	}
	
.rich-shuttle-source-row-active{
	background: #83F8D3;
}

.rich-extdt-group-cell{
	text-align: left;
	font-size: 11px;
	font-weight: bold;	
}
