* html #sdbContainer, * html #sdbHeader, * html #sdbDrawing {height:1%;}

body {
	color: black;
	background-color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

h2 {
	font-size: 1.2em;
	margin: 0;
	}

h3 {
	font-size: 0.75em;
	color: #777777;
	margin-bottom: 8px;
	}

p {
	font-family: Verdana, Geneva, sans-serif;
	color: #777777;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 8px;
	}
	
a {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-size: 0.7em;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

	
	
div#sdbContainer {
	overflow: hidden;
	margin-left: 30px;
	}

	
	
div#sdbHeader {
	margin-top: 35px;
	margin-bottom: 20px;
	float: left;
	width: 220px;
	}

	
	
div#sdbPanels {
	position: absolute;
	width: 250px;
	top: 100px;
	left: 0px;
	}

div#sdbData {
	width: 220px;
	margin-left: 30px;
	}

form#sdbSpaceData {
	padding-right: 20px;
	margin-bottom: 0px;
	}

label.sdbAttr {
	font-family: Verdana, Geneva, sans-serif;
	color: #777777;
	font-size: 0.7em;
	}

input.sdbAttrValue {
	border: none;
	border-top: 1px solid #85e0ff;
	background: #dbdbff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 100%;
	}
	
input.sdbBottomSpaced {
	margin-bottom: 24px;
	}

div#sdbHelp {
	position: absolute;
	background-color: white;
	border-top: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	width: 240px;
	top: 0px;
	right: 250px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

div#sdbHelp h3 {
	float: left;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 6px;
	}

div#sdbHelp p {
	clear: left;
	margin-right: 20px;
	margin-left: 30px;
	}

div.sdbHelpHeader {
	padding-top: 6px;
	margin-bottom: 8px;
	margin-left: 8px;
	}

div.sdbHelpHeader div {
	float: left;
	width: 16px;
	height: 16px;
	}
	
div#sdbFileHelpHeader div {
	background: url('../images/page_white_find.gif') no-repeat;
	}
	
div#sdbViewHelpHeader div {
	background: url('../images/arrow_out.gif') no-repeat;
	}
	
div#sdbPrintHelpHeader div {
	background: url('../images/printer.gif') no-repeat;
	}

div#sdbDrawings {
	position: absolute;
	background-color: white;
	border-top: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	width: 240px;
	top: 0px;
	right: 250px;
	margin-right: 10px;
	padding-top: 10px;
	}

	
	
div#sdbDrawing {
    margin-left: 220px;
	border-left: 2px solid #aaaaaa;
	}

	
	
div#sdbTabs {
	position: absolute;
	text-align: center;
	top: -1px;
	left: 30px;
	}

div#sdbHelpTab {
	position: relative;
	float: left;
	background-color: red;
	border: 1px solid #990000;
	width: 35px;
	margin-right: 5px;
	}

div#sdbDrawingsTab {
	position: relative;
	float: left;
	background-color: #777777;
	border: 1px solid #444444;
	width: 60px;
	margin-right: 5px;
	}

div#sdbBackTab {
	position: absolute;
	background-color: #777777;
	border: 1px solid #444444;
	top: -32px;
	left: 0px;
	width: 35px;
	}

div.sdbTab a {
	color: white;
	}

div.sdbTab a:hover {
	text-decoration: none;
	}

	
	
ul#sdbAccordion {
	list-style: none;
	margin-left: 30px;
	}
	
ul#sdbAccordion li {
	width: 200px;
	background: url('../images/folder.gif') no-repeat;
	}

a.sdbAccordionHeading {
	display: block;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 18px;
	}
	
ul#sdbAccordion li a {
	font-size: 0.7em;
	}
	
p.sdbDrawingItem {
	background: url('../images/page_white_vector.gif') no-repeat;
	font-size: 1.0em;
	height: 18px;
	margin: 0;
	margin-left: 8px;
	padding-top: 2px;
	padding-left: 18px;
	}
	
p.sdbDrawingItem a.sdbSelected {
	color: red;
	}
