/* HTML ELEMENTS */

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: white;
	margin: 0px;
	padding: 10px;
}

a img { border: none; }

h2 {
	color: black;
	margin: 10px 0px 0px 10px;
}

h3 {
	color: black;
	margin: 0px;
}

h4 {
	color: black;
	margin: 10px 0px 0px 0px;
}

p {
	margin-left: 10px;
}


/* DIV CLASSES AND IDs */

.wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
}

.banner {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: black;
	font-family: Verdana;
}

.even {
	position: relative;
	background-color: #f1f1f1;
	padding: 10px;
}

.odd {
	position: relative;
	background-color: #cccccc;
	padding: 10px;
}

.even2 {
	background-color: white;
}

.odd2 {
	background-color: #f1f1f1;
}

.target {
	position: relative;
	margin-top: 10px;
	margin-left: 25px;
}

.actiontxt {
	margin: 10px 0px 25px 15px;
	background-color: #99ccff;
	font-weight: bold;
	color: #333333;
	padding: 10px;
	width: 400px;
}

.remove {
	position: relative;
	left: 200px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: #67B8EB;
	text-align: right;
}

#questiondiv {
	position: relative;
	padding: 10px;
}

.none, .closed { display: none; }
.inline, .open { display: inline; }
.block { display: block; }

.selected { font-weight: bold; color: green; }

.openpointer {
	display: inline;
	cursor: pointer;
}

.addquestion {
	margin-left: 10px;
	cursor: pointer;
}

.choice h4 {
	display: inline;
}

.choice input {
	margin-bottom: 10px;
}

.button {
	cursor: pointer;
}

.button2 {
	margin: 5px 0px;
	cursor: pointer;
}

.buttonlabel {
	color: #666666;
	font-weight: bold;
}	

.buttonlabel2 {
	color: #999999;
	font-weight: bold;
}	

.addchoice {
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}

.progressbar {
	position: relative;
	height: 40px;
	background-color: black;
	color: #cccccc;
}

.progressbar a {
	color: #CCCCCC;
	text-decoration: none;
}

.progressbar a:hover {
	color: #99ccff;
	text-decoration: none;
}

.steps {
	width: 80%;
}

.progressbar td { 
	font-weight: bold;
	text-align: center;
}

.login {
	color: #cccccc;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}

.login input {
	font-size: 10px;
	background-color: white;
	color: black;
	font-weight: bold;
}

.login a {
	color: white;
	font-weight: bold;
}

.login a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.small { font-size: 10px; }

.price {
	display: none;
}

.error {
	color: red;
	font-size: 11px;
	font-weight: bold;
}

.polltable {
	margin: 10px 10px;
	font-size: 10pt;
}

.polltable th {
	color: #000000;
	font-weight: bold;
}

.polltable td {
	font-size: 9pt;
	text-align: center;	
}

.submit, .viewedit, .delete {
	text-decoration: none;
}

.submit:hover, .delete:hover, .viewedit:hover {
	text-decoration: underline;
}
