@CHARSET "ISO-8859-1";

body,html {
	font-family: Verdana,sans-serif,helvetica,arial;
	font-size:90%;
	text-align: center;
	padding: 0px;
	width: 100%; 
	height: 100%; 
	margin: 0;
}
#borderContainerTwo { 
    width: 100%; 
    height: 100%;
}
h1 {
	font-size: 1.4em;
	color: #008000;
}
a {
	color: #008000;
}
/* Table */

th {
	text-align: left;
}
td, th {
	padding-right: 5px;
}
/* style form */

form dt {
	width: 100px;
	display: block;
	float: left;
	clear: left;
}
form dd {
	margin-left: 0;
	float: left;
}
form #submitbutton {
	margin-left: 100px;
}
#imilogo {
	position: 	fixed;
	left: 		2px;
	top: 		50px;
}
#logo {
	color: transparent;
}
#mainSplit {
	overflow:	scroll;
}
#topPanel {
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 110%;
	height: 100px;
	position:			fixed;
	font-size: 30px;
}
#leftPanel {
	background-image: url('/images/layout/leftPane.jpg');
	background-repeat: repeat-y;
	width:150px;
	float: left;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	font-size: 14px;
}
#mainPanel {
	width: 60%;
	height: 100%;
	padding-bottom: 25px;
	overflow-y: scroll;
	text-align: center;
	float: left;
}
#statusPane {
	position: fixed;
	bottom: 0px;
}
.dijitAccordionTitle {
	background-image: url('/images/layout/accordianBar.png');
	background-repeat: repeat-x;
}
.dijitContentPane {
	background-color: #66FFFF;
}
#mainContainer {
	right: 0px;
	top: 100px;
	left: 0px;
	bottom: 0px;
	width:	100%;
	overflow-y: scroll;
	background-color: transparent;
	margin-top:	140px;
}
#footer {
	position:			fixed;
	margin-left: 		auto;
	margin-right: 		auto;
	bottom: 			0px;
	width: 				100%;
	height: 			25px;
	background-color: 	yellow;
}
#xmlFormArea {
	padding-left: 		100px;
	text-align: 		center;
	background-color: 	#3FC;
	height: 			200px;
	width: 				500px;
	border: 			2px solid black;	
}
#questions {
	background-color:	#3F9;
	text-align:			left;
	width:				15%;
	overflow:			scroll;
	height:				650px;
	margin-left: 		10px;
	float:				left;
	font-size: 			12px;
}
#detailQuestion, #tabulation, #tabDisplay {
	text-align:			left;
	padding: 			10px;
	height: 			630px;
	border:	 			1px solid black;
	background-color:	#EFEFEF;
	float: 				left;
	font-size: 			12px;
	overflow:			scroll;			
}
#detailQuestion {
	width: 				20%;
}
#tabulation {
	width:				30%;
	font-size: 			12px;
}
#tabDisplay {
	width:				20%;
}
#formArea {
	border: 			1px solid black;
	background-color:	#EFEFEF;
	margin:				50px;
	padding:			50px;
}
#graphmlSub1 {
	width: 450px;
	float: left;
}
#graphmlSub2 {
	width: 450px;
	float: left;
}
#logout {
	font-size: 14px;
	position: absolute;
	top: 15px;
	right: 200px;
}
#numeric-label {
	display:	none;
}
.noDisplay {
	display:	none;
}