@charset "UTF-8";
/* CSS Document */

#contentWrapper .deskCell {
	width: 960px;
}
#contentWrapper .deskCell .deskCellHeader {
	height: 40px;
	width: 960px;
	background-image: url(../images/desk/topBgd.png);
	background-repeat: repeat-x;
}
#contentWrapper .deskCell .deskCellHeader .topLeftCap {
	float: left;
	height: 40px;
	width: 40px;
	background-image: url(../images/desk/topLeft.png);
	background-repeat: no-repeat;
}
#contentWrapper .deskCell .deskCellHeader .topRightCap {
	float: right;
	height: 40px;
	width: 40px;
	background-image: url(../images/desk/topRight.png);
	background-repeat: no-repeat;
}
#contentWrapper .deskCell .deskCellHeader .deskTitle {
	float: left;
	height: 32px;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
}
#contentWrapper .deskCell .deskCellBody {
	width: 960px;
	background-image: url(../images/desk/bodyBgd.png);
	background-repeat: repeat-y;
}
#contentWrapper .deskCell .deskCellBody .deskInfo {
	width: 247px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	height: 145px;
}
#contentWrapper .deskCell .deskCellBody .deskFilter {
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
#contentWrapper .deskCell .deskCellBody .deskDisplay {
	float: left;
	width: 190px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #999999;
}
#contentWrapper .deskCell .deskCellBody .deskButton {
	float: left;
	width: 206px;
	margin-top: 10px;
	margin-right: 18px;
	margin-left: 10px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px solid #FF9900;
	background-color: #FF9900;
}
#contentWrapper .deskCell .deskCellBody .deskFilter .deskFcolL {
	width: 60px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#contentWrapper .deskCell .deskCellBody .deskFilter .deskFcolR {
	float: right;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#contentWrapper .deskCell .deskCellBody .deskFilter .deskFclear {
	clear: both;
	height: 0px;
	width: 210px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#contentWrapper .deskCell .deskCellFooter {
	height: 25px;
	width: 960px;
	background-image: url(../images/desk/baseBgd.png);
	background-repeat: repeat-x;
}
#contentWrapper .deskCell .deskCellFooter .deskFooterLeft {
	background-image: url(../images/desk/baseLeft.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 25px;
}
#contentWrapper .deskCell .deskCellFooter .deskFooterRight {
	background-image: url(../images/desk/baseRight.png);
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	width: 25px;
}
#contentWrapper .deskCell .deskCellHeader .deskCrumbs {
	float: left;
	height: 28px;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
}
#contentWrapper .deskCell .deskCellBody .deskClearBar {
	clear: both;
}

