/* Let's reset everything to make alternate browsers happy */
body{padding:0;margin:0;font:14px Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small;}
ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
h1,h2,h3,h4,h5,h6{padding:0;margin:0;line-height:1.5em;font-style: normal;}
table{font-size:inherit;font:100%;text-align:left;}
th{text-align:center;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}
a{text-decoration: none;}
a:hover{text-decoration: underline;background-color: yellow;}

/* now we'll define the styles we want */

body.wait *, body.wait
{
	cursor: progress !important;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.n {
	font-family: "Arial Narrow", Tahoma, Arial;
}

.b {
	font-weight: bold;
}

.gap {
	margin: .75em 0;
}

.large {
	font-size: 140%;
}

#opTable th, #aucTable th, #ibTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	background-color: #53cabc;
}

#opTable tr, #aucTable tr {
	height: 24px;
}

#vidTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	background-color: #53cabc;
}

#vidTable tr {
	height: 24px;
    font-size: 16px;
    font-weight: bold;
}

.copyright {
    clear:both;
    color: #333;
    margin-top: 15px;
    font-weight: normal;
}

/* Let's fix our submit buttons. They were ugly */
input[type="submit"], .btn {
	padding: 6px 16px;
	margin: 8px;
	min-width: 150px;
	font-size: 100%;
	background-color: #fed22a;
	border-radius: 5px;
}
input[type="submit"]:hover {
	background-color: #f2c529;
}

.goodBid {
	font-weight: bold;
}

.noBid {
	font-style: italic;
	color: #dd0000;
}

.green {
	color: #00dd00;
}

.timing {
    clear:both;
    color: #aaa;
    margin: 10px 0 0 10px;
    font-weight: normal;
    font-size: 9px;
}

.odd {
	background-color: #b2e2ff;
}

.even {
	background-color: #daf1ff;
}

.newlist {
	background-color: #ffff40;
}

.newbid {
	background-color: #66aaff;
}

.sold {
    background-color: #ffc2c2;
}

.highlight {
	background-color: #92efc2;
}

.sellnow {
	background-color: #ff7fff;
}

.divide {
	border-top: 3px solid #333;
	padding-top: 4px;
}

a.letter {
	font-size: 22px;
	font-weight: bold;
	padding: 0 4px;
}

.hidden {
	display: none;
}
.shown {
	display: block;
}

.clickable {
	cursor: pointer;
}

.msgInfo, .msgError, .msgConfirm, .msgSuccess, .msgPass, .msgUser, .msgAlert {
	display:block;
	padding:6px 35px;
	padding-right:10px;
	border:1px solid #BBB;
	background-color:#F0F0F0;
	background-position:8px 7px;
	background-repeat:no-repeat;
	text-align:left;
	color:#4E4E4E;
	margin-bottom:12px;
}

#bidderForm { width: 450px; text-align: left; }
#bidderForm label { width: 100px; display: inline-block;}
#bidderForm label.error { margin-left: 110px; }
#bidderForm input.submit {margin: 0 auto; display: block; }

.form, .formNull {
	padding:6px;
	text-align:left;
	color:#4E4E4E;
	margin-bottom:4px;
	font-weight: bold;
}

.form {
	background-color: #daf1ff;
	border:1px solid #179f89;
}

.formRequired {
	background-color: #ffaaaa;
	border:2px solid #ff3333;
}

.formNull {
	background-color:#F0F0F0;
	border:1px solid #BBB;
}

.phone {
	
}

.formInline {
	padding: 0;
	margin: 0;
	color:#4E4E4E;
	border: none;
	background-color: #daf1ff;
	font-weight: bold;
}

.fieldDesc {
	font-size: 11px;
	padding-bottom: 5px;
}

textarea:focus, input[type="text"]:focus, select:focus {
	background-color: #b2fff2;
	border-color: #005f99;
}

.error {
    background-color: #ffbbbb;
}

.success {
    border-color: #66dd66;
}

.breadcrumb {
	text-align: left;
	width: 750px;
	margin: 5px 0 10px 0;
}

.msgInfo {
	background-image:url(/icon/information.gif);
}

.msgError {
	background-color:#FFF2F2;
	background-image:url(/icon/exclamation.gif);
	border-color:#FE8184;
}

.msgConfirm, .msgSuccess {
	background-color:#F8FFDF;
	background-image:url(/icon/accept.gif);
	border-color:#66CC33;
}

.msgAlert {
	background-color:#FFFFCC;
	background-image:url(/icon/error.gif);
	border-color:#FFCC33;
}

.msgInfo a, .msgError a, .msgConfirm a, .msgSuccess a, .msgPass a, .msgUser a, .msgAlert a {
	color:#6E6E6E;
	border-bottom:1px dotted #9E9E9E;
	padding-right:2px;
}

.msgInfo a:hover, .msgError a:hover, .msgConfirm a:hover, .msgSuccess a:hover, .msgPass a:hover, .msgUser a:hover, .msgAlert a:hover {
	border-bottom-style:solid;
}

.msgPass, .msgUser {
	margin-top:15px;
	margin-bottom:0px;
}

.msgPass {
	background-image:url(/icon/key.gif);
}

.msgUser {
	background-image:url(/icon/user_add.gif);
}



#infoClose {
	border: solid 7px #ffffff;
}

#infoContent {
	font-weight: bold;
	font-size: 15px;
	color: white;
	padding: 8px 0 0 0;
	height: 30px;
}

#infoBar {
	background-color: #3366FF;
	position: absolute;
	text-align: center;
	height: 30px;
	display: none;
}


/*********************************************************
/* Menu Styles
/*********************************************************/

#jsddm {
	margin: 0 40px 0 40px;
	padding: 0;
}

	#jsddm li {
		float: left;
		list-style: none;
		font-size: 13px;
		font-weight: bold;
	}

	#jsddm li a {
		display: block;
		background: #4D7D91;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap;
	}

	#jsddm li a:hover {
		background: #1A4473;
	}

		#jsddm li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
		}

		#jsddm li ul li {
			float: none;
			display: inline;
		}

		#jsddm li ul li a {
			width: auto;
			background: #1A4473;
		}

		#jsddm li ul li a:hover {
			background: #4D7D91;
		}

.hilite {
	background: #1A4473;
}

#special {
	margin: 0 auto;
	font-size: 125%;
	font-weight: bold;
}

.circ {
	display: inline-block;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	width: 16px;
	height: 16px;
	padding: 3px;
	background: #aaa;
	color: #ddd;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.greenCirc {
	background: #080;
	color: #fff;
}


/*********************************************************
/* Modal Window Styles
/*********************************************************/

.loading {
	background-image:url(/icon/loading.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 350px;
	height: 100px;
}

.jqmBidder {
    display: none;

    position: fixed;
    top: 20%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmSell {
    display: none;

    position: fixed;
    top: 20%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmItem {
    display: none;

    position: fixed;
    top: 5%;
    left: 50%;

    margin-left: -400px;
    width: 800px;

    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmWindow {
    display: none;

    position: fixed;
    top: 40%;
    left: 50%;

    margin-left: -200px;
    width: 400px;

    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow,
* html .jqmBidder,
* html .jqmItem,
* html .jqmSell, {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}