@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
.oneClient   h3        {
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
}

.top {
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #333333;
	height: 80px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.everything {

}
.oneClient         {
	background-image: url(../../images/dropclient.png);
	height: 71px;
	width: 195px;
	text-align: center;
	padding: 0px;
	position: relative;
	float: left;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 33px;
	clear: none;
}

.everything .left {
	width: 250px;
	left: 5px;
	top: 81px;
	clear: none;
	float: left;
	position: absolute;
}
.everything .right .middle .theContent {
	padding: 0px;
	clear: none;
	top: 0px;
	color: #FFFFFF;
	width: auto;
	margin-top: 5px;
	margin-right: 33px;
	margin-bottom: 5px;
	margin-left: 33px;
}

.everything .right .top .ne {
	background-image: url(../../images/gbox_ne.png);
	height: 33px;
	width: 33px;
	float: right;
	position: relative;
	right: 0px;
	overflow: hidden;
	clear: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.everything .right .top .nw {
	background-image: url(../../images/gbox_nw.png);
	height: 33px;
	width: 33px;
	left: 0px;
}
.everything .right .top {
	background-image: url(../../images/gbox_n.png);
	background-repeat: repeat-x;
	height: 33px;
	padding: 0px;
	clear: both;
}

.everything .right .bottom .se {
	background-image: url(../../images/gbox_se.png);
	height: 33px;
	width: 33px;
	float: right;
	position: relative;
	overflow: hidden;
	clear: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.everything .right .bottom .sw {
	background-image: url(../../images/gbox_sw.png);
	height: 33px;
	width: 33px;
	left: 0px;
}
.everything .right .bottom {
	background-image: url(../../images/gbox_s.png);
	background-repeat: repeat-x;
	height: 33px;
	padding: 0px;
	clear: none;
}

.everything .right .middle .e {
	background-image: url(../../images/gbox_e.png);
	width: 33px;
	float: right;
	position: relative;
	right: 0px;
	overflow: hidden;
	clear: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	background-repeat: repeat-y;
	height: 300px;
}
.everything .right .middle .w {
	background-image: url(../../images/gbox_w.png);
	width: 33px;
	left: 0px;
	background-repeat: repeat-y;
	height: 300px;
}
.everything .right .middle {
	padding: 0px;
	clear: both;
	height: 300px;
	background-color: #000000;
}




.everything .left .searchBox {
	background-image: url(../../images/searchbox.png);
	height: 90px;
	width: 250px;
	padding: 0px;
	margin-top: 5px;
}
.everything .right {
	margin: 10px;
	left: 260px;
	position: absolute;
	top: 81px;
	right: 10px;
	padding: 0px;
}
.everything .left .dropBox {
	margin-top: 5px;
}
.everything .left .dropBox .top {
	background-image: url(../../images/dropbox_top.png);
	height: 440px;
	width: 250px;
}
.everything .left .dropBox .bottom {
	background-image: url(../../images/dropbox_bottom.png);
	height: 60px;
	width: 250px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}
