@import "sweetTitles.css";
body {
	background-color: #363636;
	color: #333;
}

body, p, ol, ul, td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

pre {
	background-color: #eee;
	padding: 10px;
	font-size: 11px;
}

a {
	color: #5d0b0b;
	text-decoration: none;
}
a:visited {
	color: #5d0b0b;
	text-decoration: none;
}
a:hover {
	color: #5d0b0b;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	color: #938065;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
}
h1 strong {
	font-size: 170%;
	font-weight: bold;
}

h2 {
	color: #5d0b0b;
	/*font-family: "Times New Roman",Times,serif;
	font-size: 190%;*/
	line-height: 1.25;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}


ul#admin_menu {
	padding: 7px;
	margin: 0;
	border: 1px solid #999999;
}

ul#admin_menu li {
	display: inline;
	list-style: none;
	border-left: 1px solid #999999;
	padding-right: 7px;
	padding-left: 7px;
}

ul#admin_menu li.first {
	border-left: none;
	padding-left: 0px;
}

div#logo {
	margin-top: 10px;
	margin-bottom: 8px;
	width: 180px;
	height: 59px;
	background: url('/images/logo.gif') no-repeat top left;
}


.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

div.uploadStatus {
	margin: 5px;
}

div.progressBar {
	margin: 5px;
}

div.progressBar div.border {
	background-color: #fff;
	border: 1px solid grey;
	width: 100%;
}

div.progressBar div.background {
	background-color: #333;
	height: 18px;
	width: 0%;
}

.active {
	color: red;
}

.not_active {
}


.message {
	margin-bottom: 15px;
	padding: 7px;
	background-color: #FFF7D1;
	border: 1px solid #FFD793;
	width: 600px;
}

.notice {
	margin-bottom: 15px;
	padding: 7px;
	background-color: #d1ffd1;
	border: 1px solid #93ff93;
	width: 322px;
}

.error {
	margin-bottom: 15px;
	padding: 7px;
	background-color: #EDD3D5;
	border: 1px solid #ED1B2E;
	width: 322px;
}

.vertical_spacer {
	height: 14px;
}

.user {
	display: inline;
	float: left;
	height: 50px;
	width: 120px;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	background-color: #e4e4e4;
	border: 1px solid #dddddd;
}

.details {
	color: #999;
	font-size: 0.8em;
}

.separator {
	margin-top: 10px;
	height: 10px;
	border-top: 1px solid #d1d1d1;
}

#preferred_image_question_upload_form {
	margin-bottom: 7px;
}

.box {
	width: 500px;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	background-color: #e4e4e4;
	border: 1px solid #dddddd;
}

.box_number {
	display: inline;
	float: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
}

#question_container .box_number {
	color: #aaa;
	font-size: 56px;
}
.help {
	display: inline;
	float: right;
	width: 310px;
	padding: 7px;
	margin-right: 15px;
}

.empty {
	color: #999;
	font-weight: bold;
	text-align: center;
}

.replacement {
	color: #f00;
}

a.replacement {
	color: #f00;
}
a.replacement:visited {
	color: #c00;
}
a.replacement:hover {
	color: #fff;
	background-color: #000;
}

.filter_category {
	height: 50px;
	clear: both;
}

.filter_category_title {
	font-weight: bold;
	margin-bottom: 3px;
}

.filter_choices {
	float: left;
	text-align: left;
	width: 120px;
}

.spinner_container {
	height: 26px;
}

th {
	text-align: left;
}

td {
	padding-right: 14px;
}

#question_container_container {
	text-align: center;
}

#question_container {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	border: 10px solid #F1EFED;
	padding: 10px;
	background: white;
}

#question_content {
	text-align: left;
	margin-bottom: 25px;
}

.ratings {
	margin-top: 15px;
}

table#ratings {
	margin: 0 auto;
}
table#ratings td {
	text-align: left;
}

.open_question_text_area {
	text-align: center;
}

.normal {
	font-size: 10px;
	font-weight: normal;
}

.preferred_image_question_form {
	clear: both;
}

.preferred_image_question_form .image {
	display: inline;
	float: left;
	width: 260px;
	text-align: center;
	margin-bottom: 20px;
}

.preferred_image_question_form .radio {
	text-align: left;
	margin-left: 270px;
	margin-bottom: 20px;
}

.preferred_image_question_form .choices {
	clear: left;
}

#login_helper {
	position: static;
	margin-left: 371px;
	width: 400px;
	background-color: #F1EFED;
	padding: 0 9px 0;
}
#login_helper fields {
	margin-top: 10px;
}

legend {
	font-family: "Times New Roman",Times,serif;
	font-size: 190%;
	color: #363636;
	font-weight: bold;
	height: 28px;
}

fieldset {
	border: none; /*1px solid #999999;*/
	background-color: white;
	margin-bottom: 7px;
	padding: 0px 7px 7px 7px;
}

div#login_form_container {
	background-color: #F1EFED;
	width: 350px;
	float: left;
	padding: 3px 9px 3px;
}

div#volunteer {
	position: relative;
	top: -11px;
	_top: -7px;
	padding: 7px;
	border: 1px solid #999999;
	margin-left: 457px;
	width: 380px;
}

fieldset.small {
	width: 310px;
}

fieldset.medium {
	width: 420px;
}

fieldset.large {
	width: 550px;
}

fieldset#subscribe {
	padding: 10px;
	width: 420px;
}

fieldset div#first_column {
	display: inline;
	float: left;
	padding-top: 1px;
	width: 270px;
}


fieldset div#second_column {
	padding-top: 1px;
	margin-left: 280px;
}

fieldset div#submit_tag {
	text-align: center;
}

ul.questions_list {
	list-style: none;
}

div.handle {
	display: inline;
	float: right;
	margin-right: 14px;
	color: #fff;
	font-weight: bold;
	cursor: move;
}

div.small {
	font-size: 80%;
}

div#rate_a_phrase_choices div {
	width: 200px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
}
div#recommend_a_friend_friends {
	margin-top: 15px;
}
input.friendname {
	width: 32%;
}
input.friendemail {
	width: 52%;
}
div#phrase {
	width: 80%;
	margin: 0 auto 1em auto;
	text-align: left;
}

table#multiple_ratings {
	margin: 0 auto;
}
table#multiple_ratings td {
	line-height: 2.5;
}
table#multiple_ratings td.colhead {
	text-align: right;
	font-weight: bold;
}
table#multiple_ratings tr.even {
	background-color: #E0EEFF;
}
table#multiple_ratings th {
	text-align: center;
}
table#multiple_ratings input {
	margin-left: 1em;
	margin-right: 0;
}

div#footdocs {
	clear: both;
}
div#footdocs a {
	color: white;
}
p.oneline {
	color: white;
}
