body {
	background:#222222 url(/img/repeat2.gif) repeat scroll 0 0;
	color: #2d0000; 
	text-align:center;
}

.setup th
{
	border-bottom:1px solid black;
}

.spreadsheet td
{
	border:1px solid lightgray;
	width:90px;
}

.activecell
{
	background-color:lightgray;
	width:100%;
}

.cell
{
	border: medium none; 
	width:100%;
}

.active
{
	background-color: lightgray; 
	border-color: black;
}

.titlerow
{
	border-bottom:1px solid lightgray;
	border-top:1px solid lightgray;
}

.tablebottom
{
	border-bottom:1px solid lightgray;
}

td.boxleft, th.boxleft
{
	border-left:1px solid lightgray;
}

td.boxtop, th.boxtop
{
	border-top:1px solid lightgray;
}

td.boxbottom, th.boxbottom
{
	border-bottom:1px solid lightgray;
}

td.boxright, th.boxright
{
	border-right:1px solid lightgray;
}


input.lineitem
{
	margin:0.5em 0;
	border:1px solid #bbb;
	width:180px;
	padding:5px;
}
input.lineitem:focus, input.lineitem:focus
{
	border:1px solid #666;
}

input.lineitemshort
{
	margin:0.5em 0;
	border:1px solid #bbb;
	width:90px;
	padding:5px;
}

.sendbutton
{
	
}

.tableleft
{
	border-left:1px solid lightgray;
}

.tableright
{
	border-right:1px solid lightgray;
	width:90px;
}

.q-column
{
	float:left;
	margin-right:10px;
	padding-right:20px;
	width:30px;
	font-weight:bold;
}
.q-head
{
	float:left;
	margin-right:10px;
	width:360px;
	font-weight:bold;
	color:black;
}
.q-half
{
	float:left;
	margin-right:10px;
	width:155px;
	font-weight:bold;
}

.group_header strong
{
	font-size:larger;	
}

.rowtitle th {
	text-align:right;
	vertical-align:top;	
}

.required 
{
	color:red;
}
.page_head {
	font-variant: small-caps;
	margin-bottom:0;
	margin-top:0;
}
.content {
	background: #FFFFFF;  
	padding: 15px; 
	color: #2d0000;
	vertical-align:top;
	min-height: 900px;
}
.questionPreview {
	background: #FFFFFF;    
	padding: 15px; 
	color: #2d0000;
	vertical-align:top;
}
.container {
	text-align:left;
	background:#FFFFFF none repeat scroll 0 0;
	padding: 5px;
	margin:auto;
	min-height: 1024px;
	
	border: 1px solid #CCCCCC;
}
.control table {
	width: 200px;
	float: right;
	font-size: 10px;
}
.control textarea {
	font-size: 10px;
	width: 100%;
}
.logInOut
{
	padding: 7px; 
	font-variant: small-caps;
	line-height: 150%;
	vertical-align:top;
	text-align:right;
}

.logInOut  A:link {
	text-decoration: none;
	font-size: 12px;
}
.logInOut  A:visited{
	text-decoration: none;
	font-size: 12px;
}
.logInOut  A:hover {
	text-decoration: underline;
}

.menu{
	background: #FFFFFF;  
	padding: 7px; 
	font-variant: small-caps;
	line-height: 150%;
	vertical-align:top;
}

.menu li{
	list-style:none;
}

.menu  A:link {
	text-decoration: none;
	font-size: 12px;
}
.menu  A:visited{
	text-decoration: none;
	font-size: 12px;
}
.menu  A:hover {
	text-decoration: underline;
}

.qtext {
	color: #666666;
}

.footer
{
	background:#FFFFFF none repeat scroll 0 0;
	text-align: right;
	font-variant: small-caps;
	font-size: smaller;
}

.survey {
	background: #FFFFFF;  
	padding: 15px; 
	color: #2d0000;
	min-height:800px;
	vertical-align:top;
}
	
.regular {
	color: #666666;
}



.login {
	font-variant: small-caps;
	width: 300px;
}
.login .input {
	font-size: 18px;
	width: 200px;
	padding: 5px;
}

textarea.input {
	height: 75px;
}

.edit_icon {
	height:20px;
	border:none;

}
.register {
	font-variant: small-caps;
	width: 450px;
	table-layout: fixed;
	margin-left:auto;
	margin-right:auto;
}
.register .input {
	font-size: 12px;
	width: 200px;
}
.message {
	color: white; 
	background-color: #666666;
	font-size: 15pt; 
	text-align: center; 
}

table.message  {
	width: 450px;
	color: white; 
	background-color: #666666;
	font-size: 7pt; 
	text-align: left; 
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
table.message td {
	border-width: 1px;
	border-color: white;
}


.org_user
{
	background:#CCCCCC;
	border:thick;
	border-color:#333333;
	margin:5px;
	width:295px;
}
.question textarea
{
	height:120px;
	width:500px;
}

.name
{	
	display:inline;
}

.org_user input
{
	border:none;
	margin:0px;
	padding:0px;
}

.input .LEFT
{
	float:right;
}

