body {
	font: 100% "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	background: none;
}
#header {
	display: none;
}

#menu {
	display: none;
}

#banner {
	display: none;
}
#sidebar {
	display: none;

}
#content {
	width: 100%;
}
.contentTable {
	padding: 5px;
}
.contentTable td {
	vertical-align: top;
}

#pos {
	display: none;
}

.posIcon {
	display: none;
}

.formItem {
	margin: auto;
	width: 420px;
	margin-bottom: 10px;
}

.formItem label {
	display: block;
	width: 80px;
	font-weight: bold;
	text-align: right;
	margin: 0px 5px 10px 0px;
	float: left;
	clear: both;
}

.input {
	border: 1px solid #919191;
	background-color: #DDDDDD;
	color: #000000;
}

.btnInput {
	color: #ffffff;
	border: 1px solid #919191;
	background-color: #DDDDDD;
	padding: 1px 6px 1px 6px;	
}

/* CSS for the PLUS / MINUS items */		
.expanded, .trigger{
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.trigger img, .expanded img {
	display: inline;
}
.show, .hide{
	position:static;
	display: table;
}
/*end css for plus / minus items*/

#footer {
	display: none;
}

.clearer {
	clear: both;
}
