/*
 * Layout Stylesheed Silvestrum
 ******************************
 * Created October 28th 2008
 * layout.css
 * 
 * 
 */

body {
	color: #4c4d4e;
	font: 10pt "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
h1 span.subh1 {
	font-size: 12pt;
}

#container {
	height: auto !important;
	heigth: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 1000px;
}


/* Icons */
span.editimg, span.dropimg, span.addimg, span.saveimg {
	display: inline-block;
	height: 12px;
	margin-right: 5px;
	padding: 0 !important;
	position: relative;
	top: 2px;
	width: 12px;
}
span.editimg {
	background: url("img/d_edit.png") no-repeat center !important;
}
span.dropimg {
	background: url("img/d_remove.png") no-repeat center !important;
}
span.addimg {
	background: url("img/d_add.png") no-repeat center !important;
}
span.saveimg {
	background: url("img/d_save.png") no-repeat center !important;
}
h3 span.editimg, h3 span.dropimg, h3 span.addimg, h3 span.saveimg {
	top: 0px;
}
a.moveimg {
	background: url("img/right.png") no-repeat center !important;
	bottom: 2px;
	cursor: move;
	display: inline-block;
	height: 5px;
	left: 10px;
	padding: 0 !important;
	position: relative;
	width: 5px;
}