
body, html {
	margin: 0;
	padding: 0;
	font:10px verdana;
	height: 100%;
	width: 100%;
}

#fw_wrapper {
	padding: 2em;
}


/*
 * Alert styles
 */
#alert_background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 999997;
	background-color:Lime;
	_height: expression( document.body.clientHeight+'px' );
	_position: absolute;
	_top:expression( document.body.scrollTop+'px' );
}

#ContentiFrame{
    position:absolute;
    z-index:999;
    top: 1px;
		left: 1px;
		width:423px;
}
#ButtonsiFrame{
    position:absolute;
    z-index:999;
    left: 1px;
    width:310px;
    height:53px;
}

#alert_wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 200px;
	width: 400px;
	margin-top: -100px;
	margin-left: -200px;
	padding: 12px;
	z-index:9999999;
	font:10px verdana;
	border:1px solid #c1c1c1;
	background-color:#C0F0E0;
	
	
	/* Hooray for webkit! */
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	
	_position: absolute;
	_top:expression((documentElement.scrollTop + 300)+ 'px');
}

#alert_header {
	height: 30px;
	padding-top: 10px;
	
	font-size: 18px;
	font-weight: bold;
	background-color: #2C9790;
	color:#FFF;
	border: 1px solid #8F908F;
	text-align: center;
	z-index:9999999;
	background-image:url(../images/alert.png);
	background-repeat:no-repeat;
	background-position:10px 4px;
	/* Hooray for webkit - again! */
	-webkit-border-radius: 2px;
}

#alert_content {
    position:static;
	height: 110px;
	padding-top: 10px;
	z-index:9999999;
}

#alert_buttons {
	height: 45px;
	z-index:9999999;
	
}

#alert_buttons table {
}

#alert_buttons td {
	margin: 0;
	padding: 0;
	background: url(../images/button.jpg) no-repeat top left;
	text-align: center;
}

#alert_buttons td.empty {
	background: none;
}

#alert_buttons a {
	display: block;
	height: 28px;
	margin: 0;
	padding-top: 7px;
	margin-left: 10px;
	padding-right: 10px;
	
	background: url(../images/button.jpg) no-repeat top right;
	text-align: center;
	font-size: 12px;
	color: black;
	text-decoration: none;
	*cursor: hand;
	cursor: pointer;
}

#alert_buttons td.selected {
	background: url(../images/button_selected.jpg) no-repeat top left;
}

#alert_buttons a.selected {
	background: url(../images/button_selected.jpg) no-repeat top right;
}




/*
 * 'Different' styles for the 'different' classed alert box
 * Strip these out when you do your own styling
 */
#alert_background.different {
	position: fixed;
	height: 100%;
	width: 100%;
	
	z-index: 999997;
	background-color: black;
	opacity: 0.4;
	filter: alpha(opacity=40);
	
	_position: absolute;
	_top:expression( document.body.scrollTop+'px' );
}

#alert_wrapper.different {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	
	z-index:999999;
	color: #3E3E3E;
	background: url(../images/alt_bg.png) no-repeat bottom left;
	
	_position: absolute;
	_top:expression((documentElement.scrollTop + 300)+ 'px');
}

#alert_wrapper.different #alert_header {
	display: none;
}

#alert_wrapper.different #alert_content {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 90px;
	margin-top: -45px;
	margin-left: -200px;
	padding: 12px;
	
	background-color: #f3f3f3;
	border: 3px solid #3f3f3f;
}

#alert_wrapper.different #alert_buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 30px;
	width: 400px;
	margin-top: 15px;
	margin-left: -200px;
}

#alert_wrapper.different #alert_buttons td {
	margin: 0;
	padding: 0;
	background: url(../images/button.jpg) no-repeat top left;
	text-align: center;
}

#alert_wrapper.different #alert_buttons td.empty {
	background: none;
}

#alert_wrapper.different #alert_buttons a {
	display: block;
	height: 28px;
	margin: 0;
	padding-top: 7px;
	margin-left: 10px;
	padding-right: 10px;
	
	background: url(../images/button.jpg) no-repeat top right;
	text-align: center;
	font-size: 12px;
	color: black;
	text-decoration: none;
	*cursor: hand;
	cursor: pointer;
}

#alert_wrapper.different #alert_buttons td.selected {
	background: url(../images/button_selected.jpg) no-repeat top left;
}

#alert_wrapper.different #alert_buttons a.selected {
	background: url(../images/button_selected.jpg) no-repeat top right;
}



.CvrDiv{width:900px;overflow:hidden;margin:5px;}
.divLabel{font:12px verdana;width:200px;float:left;overflow:hidden;text-align:right;padding-right:5px;}
.divControl{font:12px verdana;overflow:hidden;}

.MyCalendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color: #000000}
.input-text{width:140px;height:15px;border:1px solid gray;text-align:left;font:12px verdana}

.clearboth
{
clear:both;
}

.height-5{height:5px;}
.height-10{height:10px;}
.height-15{height:15px;}
.height-20{height:20px;}

.error{font:12px verdana;color:Red;}



/* Records */
.noRecord{width:100%;text-align:center;padding-top:80px;}
.td-Headercell-50{width:50px;text-align:center;font-weight:bold}
.td-Headercell-100{width:100px;text-align:center;font-weight:bold}
.td-Headercell-180{width:180px;text-align:center;font-weight:bold}
.td-Header2cell-116{width:116px;text-align:center;font-weight:bold}
.td-Header2cell-161{width:161px;text-align:center;font-weight:bold}
.td-Headercell-250{width:250px;text-align:center;font-weight:bold}
.td-Headercell-300{width:325px;text-align:center;font-weight:bold}
.td-Headercell-350{width:350px;text-align:center;font-weight:bold}
.td-cell-10{width:10px}
.td-cell-30{width:30px}
.td-cell-40{width:40px;}
.td-cell-50{width:50px}
.td-cell-75{width:75px}
.td-cell-80{width:80px}
.td-cell-116{text-align:right}
.td-cell-150{width:150px}
.td-cell-200{width:200px}
.td-cell-300{width:300px}

/*LotwiseBid Report*/
#tblLotWise{border:1px solid #E9BFCD;margin-left:2px;width:99%}
#tblLotWise td{border:1px solid #E9BFCD}
#tblLotWise .tr-Lot{text-align:left;background-color:#D3CDDF}

#tblBidWise{margin:1px 1px 1px 2px;width:100%}
#tblBidWise td{border:1px solid #8B8D6E;line-height:20px}
#tblBidWise .tr-Item{background-color:#FFFFFF}
#tblBidWise .tr-Alter{background-color:#EFF0E8}

/*BidSheet Report*/
#tblBidsheet{line-height:20px}
#tblBidsheet .trHead{background-color:#E8F4F0;font-weight:bold;height:25px}
#tblBidsheet .tr-Even{background-color:#FFFFEE;vertical-align:top}
#tblBidsheet .tr-Odd{background-color:#EFF0E8;vertical-align:top}
