body { background-color: #fff; 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: #004BA8; text-decoration: none; }
a:visited { color: #004BA8; text-decoration: none; }
a:hover { color: #004BA8; text-decoration: underline; }

img
{
	border: 0;
}

h1
{
	color: #438018;
	font-family: "Times New Roman",Times,serif;	
	font-size: 190%;
}

h2
{
	color: #004BA8;
	font-family: "Times New Roman",Times,serif;
	font-size: 190%;
	line-height: 1.25;
}


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: 488px;
	height: 60px;
	background-image: url('/images/belfast_telegraph_logo.png');
	cursor: pointer;
}


.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: 322px;
}

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

.error
{
	margin-bottom: 15px;
	padding: 7px;
	
	background-color: #ffd1d5;
	border: 1px solid #ff949d;
	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;
	margin-top: 5px;
	margin-right: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
}

.help
{
	display: inline;
	float: right;
	width: 310px;
	padding: 7px;
	margin-right: 15px;
}

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

#invitation_preview
{
	border: 1px solid #999;
	padding: 7px;
	background: #f5f5f5;
}

.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: 1px solid #999;
	padding: 10px;
	background: #f5f5f5;
}

#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: relative;
	top: 0px;
	margin-left: 457px;
	width: 380px;	
}

#login_helper fieldset
{
	width: 375px;
}

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

fieldset
{
	border: 1px solid #999999;
	margin-bottom: 7px;
	padding: 0px 7px 7px 7px;
}

div#login_form_container
{
	width: 450px;
	float: left;
}

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: center;
}

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;
}