@charset "utf-8";
.Page {
	border: 2px solid #101C26;
	background-color: #35658D;
	background-image: url(../images/pageBG.png);
}
.Page2 {
	background-color: #CFD2D5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #000;
	margin-top: 1px;
	border: 2px solid #101C26;
}
.user_text {
	padding-top: 8px;
}

.DELETE {
	border: thick solid #F00;
	font-size: 18px;
	font-weight: bolder;
}
.DELETE_SUCCESS {
	border: thick solid #0F0;
	font-size: 18px;
	font-weight: bolder;
}
.userborder {
	border: thin solid #FFF;
}
.bidselect {
	z-index: 3;
	position: absolute;
	border: thin solid #000;
	color: #000;
	background-color: #FFF;
}
.bidselect2 {
	border: thin solid #000;
	color: #000;
	background-color: #FFF;
}
.bidselectbg {
	z-index:3;
	position:absolute;
	border: thin solid #000;
	color: #000;
	background-image: url(../images/selectbg.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.main_table {
	position: absolute;
	top: 0px;
	width: 100%;
}
.home_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

