html {
	overflow-y: scroll;
}

body {
	font-size: 16px;
	margin: 0px;
}

a img {
	border: none;
}

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

input[type=submit], input[type=button] {
	font-size: 10px;
	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 {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 30px;
}

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

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}


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

/* 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;
}

/* From Seam 2.0.2SP1 */
a:active, a:link, a:visited {
	color: #0D5798;
	text-decoration: none;
}
a:hover {
	color: #01364C;
}

input, textarea {
	border: 1px solid #BBBBBB;
	font-size: 14px;
	background: #F0F8FF;
	color: black;
}

input[type='submit'], input[type='button'] {
	background: #4477AA;
	color: white;
	margin: 5px;
	border-color: gray;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	clear: both;
   width: 100%;
   text-align: center;
   display: block;
   padding: 40px 0px 5px 5px;
   border-top: 1px solid #eaeaea;
   color: #ccc;
   font-size: x-small;
}

.rich-table {
    width:100%;
}

h1 {
	font-family: Arial,sans-serif;
	color: #578BB8;
	font-size: 1.6em;
	margin-top: 0;
}

body {
	margin: 0px;
	font-family: Arial,sans-serif;
	color: #616161;
}

.body {
	padding: 10px;
	margin-right: 10px;
}

.body-sb {
	padding: 10px;
	margin-right: 192px;
}

.columnHeader:hover
{
    color: #FF6600;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 155px;
	float: left;
	padding: 1px;
	margin-top: 1px;
	clear: left;
}
.value {
	float: left;
	padding: 1px;
	font-size: 14px;
}

.error {
	float: left;
	padding: 5px;
}
.errors {
	color: red;
	vertical-align: middle;
}
img.errors {
	padding-right: 5px;
}
.errors input {
	border: 1px solid red;
}
.errors textarea {
	border: 1px solid red;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
   overflow: auto;
}
/* JCBS - basic.css
---------------------------------------*/

.authorName{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	color: #666666;
}
.authorName a:link {
    text-decoration: none;
}

.authorName a:hover {
    text-decoration: underline;
}
.carouselTitle{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1px;
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
}

.carouselTitle a:link {
    text-decoration: none;
}

.carouselTitle a:hover {
    text-decoration: underline;
}

a.productTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 3px;
}

a.productDescription{
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
}

.productGridRows{
	vertical-align: top;
	border-bottom: 0em;
}
.productGridPanelGrid{
	border: 0em;
	border-width: 0em;
	margin: 0em;
}

#container {
        padding-top: 5px;
}
#sidebar {
        width: 200px;
        float: right;
        margin-top: 11px;
        margin-bottom: 12px;
        text-align: center;
}
.loginStatusPane{
	display: block;
}
.loginStatusPane div{
	display: block;
}
.loginStatusPane span{
	display: block;
}
.loggedInStatusPane{
	display: block;
}
.notLoggedInStatusPane{
	display: block;
}
.productGoodsListDetailedSelect{
	font-size: 10px;
}

/*
#content {
        margin-right: 192px;
}
*/

/* productList */
.prodPicFoot{
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	color: #666666;
}
.prodPicFoot span{
	display: block;
}

.prodPicHead{
	text-align: center;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: bolder;
	display: block;
	background-color: white;
}

.prodDesc{
	display: block;
	float: left;
	padding: 1px;
	padding-top: 25px;
	font-size: 14px;
	width: 400px;

}

.prodPicToolTipImage{
   text-align: center;
   vertical-align: middle;
}

.prodTitle{
	font-size: 16px;
	font-weight: bolder;
	line-height: 16px;
	padding-bottom: 1px;
}

/* Order
*/
.orderStat{

}

/* ProductListForCustomerOrder
*/
.listStat{

}

.mlistTableRowOne{
	background-color: purple;
}

.mlistTableRowTwo{
	background-color: white;
}



.dr-table-subheadercell {
	white-space: normal;
}

