html {
	overflow-y: scroll;
}

body {
	font-size: 13px;
	margin: 0px;
}

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 {
	font-size: 13px;
}

.tableControl,.actionButtons {
	width: 98%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 0px;
	min-height: 505px;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: red;
	margin: 5px 0 8px 0;
	font-size: 14px;
}

.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;
	font-weight: bold;
	width: 130px;
	float: left;
	padding: 5px;
	margin-top: 0px;
	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;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
	font-size: 13px;
}

.rich-toolbar-item a:hover {
	font-size: 13px;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
	font-size: 13px;
}

.dr-menu-label {
	font-size: 13px;
}

.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;
}

td {
	vertical-align: top;
}

table.radio {
	border: 0;
}

table.radio td {
	padding: 0 2px;
}

table.radio input[type=radio] {
	vertical-align: bottom;
}

.extdt-cell {
	font-size: 13px;
}

.dr-pnl-b {
	font-size: 13px;
	padding: 9px;
}

.dr-tbpnl-cntnt {
	font-size: 13px;
}

.dr-pnl-h {
	font-size: 11px;
}

.dr-table-headercell {
	font-size: 13px;
}

.dr-table-cell {
	font-size: 13px;
}

.dr-mpnl-pnl-b {
	font-size: 13px;
}

.dr-toolbar-int {
	padding: 2px 10px;
}

.dr-menu-label-unselect {
	
}

.dr-toolbar-int a {
	line-height: 22px;
}

.extdt-cell-div a:LINK {
	text-decoration: none;
}

.extdt-cell-div a:VISITED {
	text-decoration: underline;
}

.dr-table-cell a:LINK {
	text-decoration: none;
}

.dr-table-cell a:hover {
	color: #ff7800;
	text-decoration: underline;
}

.dr-toolbar-int a:hover {
	text-decoration: underline;
}

.rich-menu-group {
	font-size: 13px;
}

.extdt-row-selected {
	background-color: #bed6f8;
}

.rich-tree-node-selected {
	color: #E79A00;
}

.homepage {
	margin-top: 30px;
}

.dr-table-subheadercell {
	font-size: 11px;
	padding: 0;
}

.extdt-cell {
	font-family: Tahoma;
}

.rich-fileupload-list-overflow {
	width: 100%;
	height: 140px;
}

.rich-tree-node-icon-leaf {
	display: none;
}

.rich-tree-node-icon {
	display: none;
}

.nameLogin {
	vertical-align: top;
	font-weight: bold;
	width: 50px;
	float: left;
	padding: 5px;
	margin-top: 0px;
	clear: left;
}

#progressBar1 .rich-progress-bar-remained {
	text-align: right;
}

#progressBar2 .rich-progress-bar-remained {
	text-align: left;
}

.colCustomers {
	height: 30px;
}

.dr-sdt-cbody {
	font-size: 13px;
	font-family: Arial;
	margin-left: 2px;
	height: 25px;
	margin-top: 5px;
}

.dr-sdt-hr {
	background-color: #F1EEE9;
}

.rich-sdt-header-cell {
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}

.dr-sdt-hsep {
	background-image: none
}

a:-webkit-any-link {
	text-decoration: none;
}

.dr-sdt-row-active {
	color: #f6981c;	
}
.dr-tbpnl-cntnt-pstn {
    height: 100%;
    margin-left: 1px;
    position: relative;
}
.linkMenu{
	padding-left:2em;
	padding-right:2em;  
	margin-left:-2em; 
	margin-right:-2em; 
	position:relative; 
	display:inline-block;
}
.verticalRadio td {
    text-align:left;
}
.verticalRadio td input {
    float:left;
}

div.rich-fileupload-list-decor[id="productAddNew:uploadFile:upload"]{
	width : 200px !important;
}