.page{
  position: relative;
  width: 1000px;
}

label {
  float:left;
  width:10em;
}


.left{
  position: absolute; 
  left: 20px; 
}

.right{
  position: absolute;
  right: 20px;
}

#topBar{
  margin-top: 5px;
  height: 30px;
}

#mainPanel{
  margin-top: 5px;
  min-height: 550px;
  height:auto !important;
  height: 550px;
}

#footer{
  position: relative;
  margin-top: 35px;
  height: 20px;
}

.leftPanel{
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  height: 528px; 
  width: 480px;
}

.rightPanel{
  float: right;
  width: 480px;
  height: 528px; 
  margin-top: 10px;
  margin-right: 10px;
}

.mainLogo{
  padding-left: 10px;
  padding-top: 10px;
}

#saleListHeader{
  height: 30px;
  margin-bottom: 20px;
}

.saleBox{
  font-weight: bold;
  width: 440px;
  height: 50px;
  margin-left: 10px;
  margin-top: 10px;
  padding: 10px;
}

.saleDetailButton{
  position: relative;
  float: right;
}

#leftPanel{
  background: #FFF;
  margin-left: 10px;
}

#rightPanel{
  background: #FFF;
  margin-right: 10px;
}


table.stripe {
        border-collapse: collapse;
        width: 80%;
        margin: 24px;
        font-size: 1.1em;
}

table.stripe th {
        background: #3e83c9;
        color: #fff;
        font-weight: bold;
        padding: 2px 11px;
        text-align: left;
        border-right: 1px solid #fff;
        line-height: 1.2;
}

table.stripe td {
        padding: 6px 11px;
        border-bottom: 1px solid #95bce2;
        vertical-align: top;
}

table.stripe td * {
        padding: 6px 11px;
}

table.stripe tr.alt td {
        background: #ecf6fc;
}

table.stripe tr.over td {
        background: #bcd4ec;
}

.consoleLotNumber{
  font-size: 40px;
  width: 200px; 
}

.consoleTab{
  min-height: 480px;
  height:auto !important;
}

.container h3 { text-align: center; margin: 3px; padding: 0px; }
.controlIcon{ float: left; margin: 3px 4px 3px 4px ;  padding: 6px; }
.userList thead { background: #EEE; }

/* menu styles */

#jsddm
{
	margin-left: 10px;
	margin-top: 4px;
	padding: 0;
        position: absolute;
}

#jsddm li
{
	float: left;
	list-style: none;
        padding-left: 5px;
        position: relative;
}

#jsddm li a
{
	display: block;
	text-decoration: none;
	width: 120px;
	white-space: nowrap
}
		
#jsddm li ul
{
	margin: 0;
	padding: 8px;
	position: absolute;
	visibility: hidden;
}
		
#jsddm li ul li
{	float: none;
	display: inline
}
	
#jsddm li ul li a
{
 	width: auto;
}

.pager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:10px;
margin:10px 0 50px;
padding:0;
}

.pager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}

.pager ul.pages li:hover {
border:1px solid #003f7e;
}

.pager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

.pager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}


#dialog-form label { display:block; }
#dialog-form input { display:block; }
#dialog-form input.text { margin-bottom:12px; width:80%; padding: .4em; }
#dialog-form fieldset { padding:0; border:0; margin-top:25px; }
#dialog-form h1 { font-size: 1.2em; margin: .6em 0; }
#dialog-form .ui-dialog .ui-state-error { padding: .3em; }
#dialog-form .validateTips { border: 1px solid transparent; padding: 0.3em; }
.editable{ color: #F60; }
			
