/* at-dusk main.css */
* {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em; color: black; background-color: white;
}

h1 {
	text-decoration: none;
	color: #ff0000;	
}

h2 {
	padding: 8px;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}
a.small {
	text-decoration: none;
	color: blue;
	font-size: .6em;
}

a.small:hover {
	text-decoration: none;
	color: red;
	font-size: .6em;
}

#pagetop {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
	height: 80px;
}

#topnav {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: white;
}

#container {
	position: absolute;
	top: 110px;
	bottom: 16px;
/*	left: 160px; */
	left: 0px;
/*	width: 100%; */
	right: 0px;
	overflow: auto;
}

#container2 {
	position: absolute;
	top: 110px;
	bottom: 16px;
/*	left: 160px; */
	left: 0px;
/*	width: 100%; */
	right: 0px;
/*	overflow: auto; */
}

#container3head {
	position: absolute;
	top: 110px;
	height: 20px;
	left: 200px; 
	right: 0px;
	font-size: 12px;
	font-weight: bold;
}
#container3 {
	position: absolute;
	top: 130px;
	bottom: 16px;
	left: 160px; 
/*	width: 100%; */
	right: 0px;
	overflow: auto;
}

/*
* html #container {
	height: 100%;
}
*/
#pagebottom {
	position: absolute;
	left: 0px;
	bottom: 0px;	
	height: 16px;
	width: 100%;
	background-color: silver;
}

#logoimage {
	margin: 10px;
	border: 0px;
	width: 163px;
	height: 60px; 
}

#userlogin {
	position: absolute; 
	top: 10px; 
	right: 10px;
}

#userlogoff {
	position: absolute; 
	top: 10px; 
	right: 10px;
}

#userinfo {
	position: absolute; 
	top: 10px; 
	right: 10px;
}		

#userview {
	margin: 10px;
}	

#content {
	position: absolute;
	top: 0px;
}

#contentleft {
	position: absolute;
	top: 102px;
	bottom: 16px;
	left: 4px;
	width: 156px;
/*	background: #FFCCCC; */
	overflow: auto;
/*	border-style: solid;
	border-width: 0px 1px 0px 0px; */
}

#contentmiddle {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.contentoverlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: silver;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#popmsg {
	position: absolute; 
	display: none; 
	background: yellow; 
	border-style: solid; 
	border-color: red; 
	border-width:1px;
}

button {
	color: white;
	font-size: 18px;
	background: silver;
	border-color: black;
}
button.btnsubanswer {
	font-size: 10px;
	font-weight: bold;
}

#captcha {
	display: none;
}

.dragme {
	position: absolute;
	background: silver;
	z-index: 5;
/*	
	top: 0px;
	left: 0px; 
	width: 200px;
	height: 200px;
*/
}

#qandasubject {
	font-size: 14px; 
	font-weight: bold;
	color: red;
	width: 100%;
	border-style: solid; 
	border-color: black; 
	border-width:2px;
}
#qandasubjectwrap {
	border-style: solid; 
	border-color: black; 
	border-width:2px;
}
#qandaorg {
	background: #F2F2F2;
	width: 100%;
}
#qandaans {
	background: #F2F2F2;
	width: 100%;
}
#qandaanswer {
}
#qandapopup {    
	background: white; 
/*	width: 100%; */
 	display: none;	
	border-style: solid; 
	border-color: black; 
	border-width:2px;
}
.qandawrap0 {
	background: white;
	border-style:groove;
	border-color: red;
	width: 100%;
}

.qandawrap1 {
	background: white;
	border-style:groove;
	border-color: blue;
	width: 100%;
}

#qandascroll {
/*	position: absolute; */  
	width:90%;   
/*	top: 0px; 
	width:90%;   
	bottom: 20px;  
	overflow:auto; */
/*	background: lightblue; */
}
.qandadragline {
	background: red; 
	color: white; 
	font-weight: bold;	
}

#popmsgavail {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
/*	width: 400px;
	height: 200px; */ 
	background: silver;
	display: none;
	z-index: 5;
}

#centercontent {
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}

#frmContact {
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}

#admindiv {
	border-style: solid; 
	border-color: red; 
	border-width: 1px;
}

