/* CENTRAL PANEL */
#centralPanel {
	display: block;
	float: left;
	width: 750px;
	height: auto;
	margin-left: 5px;
}
/* STATUS BAR */
#statusBarPanel {
	width: 750px;
	margin:5px;
	margin-left: 0.75em;
	
}
#statusBarDesign {
	width: 750px;
	height: 22px;
}
#statusBarBox {
	margin: auto;
	width: 750px;
	height: 22px;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.statusBarText {
	padding-top: 2px;
	margin: auto;
	width: 670px;
	height: 22px;
}
#statusBarSpace {
	width: 700px;
	height: 8px;
}
a.statusPanelHref {
	font-family: Tahoma;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}
a:hover.statusPanelHref {
	color: red;
}
/* WELCOME BAR */
#welcomeBar {
	width: 700px;
	height: auto;
}
#welcomeBarText {
	padding-top: 2px;
	margin: auto;
	width: 670px;
	height: auto;
}
/* FILTERS PANEL */
#filtersPanel {
	width: 700px;
	height: 26px;
	margin-left:0.75em;
}
#filtersPanelBox {
	margin: auto;
	width: 750px;
	height: 24px;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
#filtersPanelText {
	margin: auto;
	padding-top: 2px;
	width: 670px;
	height: 22px;
}
.filtersPanelItem {
	float: left;
	height: 22px;
	width: auto;
}
.filtersPanelLongSpace {
	float: left;
	height: 20px;
	width: 20px;
}
.filtersPanelSmallSpace {
	float: left;
	height: 22px;
	width: 15px;
}
.filtersPanelSelect {
	width: 100px;
	height: 20px;
	font-size: 8pt;
}
input.filtersAction {
	width: 100px;
	height: 20px;
	font-size: 8pt;
}
input.filtersAction2 {
	width: 70px;
	height: 20px;
	font-size: 8pt;
}
/* SORTING PANEL */
#sortingPanel {
	width: 750px;
	height: 30px;
	border-bottom: 1px solid #BBBBBB;
	margin-left: 0.75em;
}
#sortingPanelText {
	padding-top: 2px;
	margin: auto;
	width: 750px;
	height: 26px;
}
.sortingPanelBox {
	float: left;
	width: auto;
	height: 24px;
}
#sortingPanelSpace {
	float: left;
	width: 5px;
	height: 24px;
}
#sortingPanelLongSpace {
	float: left;
	width: 20px;
	height: 24px;
}
#sortingVertSpace {
	width: 15px;
	height: 2px;
}
#screenPanelSelect {
	width: 45px;
	height: 20px;
	font-size: 8pt;
}
