﻿html,body 
{ 
	background-color: white; 
	color: black;
	margin: 0px;
}

html body, input
{
	font-family: "Lucida Grande", "Arial", "sans-serif";
	font-size: small;
	color: #444444;
}

body 
{
	text-align: center;
}

#bodyDiv 
{
	text-align: center; 
}

h1 { font-size: 135%; font-weight: 700; }

#centerColumn 
{
	text-align: left; 
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#logoAndSwitcher
{
	margin-bottom: 5px;
	white-space: nowrap;
}

#logo
{
float: left;
padding: 0px;
position: relative;
left: -5px;
}

#logoContainer
{
	position: relative;
	float:left;
	overflow: visible;
}

#betaBadge
{
	position: absolute;
	background: #6eab26;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: white;
	top: -10px;
	right: -5px;
	font-size: 8pt;
	z-index: 100;
}

a
{
	color: #59990e; 	
}

select 
{
	font-family: "Arial", "sans-serif";
}

/* Area selector */
#selector
{
	list-style: none;
	display: block;
	font-size: 105%;
	float: left;
	margin: 0px;
	margin-top: 4px;
	padding-left: 0;
	white-space: nowrap;
	margin-left: 20px;
}

#selector li
{
	display: inline;
}

#selector li a { text-decoration: underline; color: #444444; padding: 0.4em 0.5em 0.4em 0.5em; display: inline-block;}
#selector li.selected a { background: #ddd; text-decoration: none; }

div#header
{
	width: 809px;
	padding-top: 0px;
}

div#header div#headerBody
{
	padding: 7px 0px 7px 14px;
}

div#footer
{
	width: 809px;
	padding-bottom: 16px;
}

div#footerBody
{
	padding: 7px 14px 0px 14px;
	text-align: left;
	height: 20px;
}

div#footerBody #progressIndicator
{
	padding-left: 20px;
	width: 400px;
	float: left;
	margin-top: 2px;
	display: none;
	font-size: 12px;
	background: transparent url("../images/spinner.gif") no-repeat 0 top;
}

.navLinks
{
	float: right;
}

#headerBody .navLinks
{
	margin: 10px 40px 12px 0px;
}

div#body
{
	padding: 20px;
	padding-top: 5px;
	width: 809px;
	text-align: left;
}

#radioGroup
{
	padding-left: 24px;
	margin: 7px 0px 20px 0px;
}

.stepNumber
{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: 5px;
	color: #f0b910;
	margin-right: 7px;
}

#meat
{
	padding: 7px 14px 14px 14px; 
	text-align: left;
}

#rightSidebar
{
	float: right;
	width: 330px;
}

#leftColumn
{
	width: 440px;
	padding-left: 5px;
}

.descriptionBox
{
	border-left: 1px dotted gray;
	padding: 7px 7px 7px 14px;
	margin-top: 14px;
	font-size: 11px;
}

#btnAnalyze
{
	margin: 7px 20px 7px 0px;
	vertical-align:middle;
}

#output
{
	width: 420px;
	border: 1px solid gray;
	background: white url("../images/shadow.png") no-repeat 0 top;
	height: 150px;
	padding: 2px 4px 2px 4px;
	overflow: auto;
}

#userInput
{
	font-family: "Lucida Grande", "Arial", "sans-serif";
	background: white url("../images/shadow.png") no-repeat 0 top;
	padding: 2px 4px 2px 4px;
	border: 1px solid gray;
	width: 420px;
}

#examineAndAccept
{
	margin-top: -3px;
	margin-bottom: 5px;
	width: 420px;
}

.notification
{
	font-size: 11px;
	color: #777;
}

#sampleSentences
{
	width: 430px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.weaslCritique
{
	background: transparent url("../images/squiggle_dark_green.png") repeat-x 0 bottom;
	cursor: pointer;
	cursor: hand;
}

.spellingCritique
{
	background: transparent url("../images/squiggle_red.png") repeat-x 0 bottom;
	cursor: pointer;
	cursor: hand;
}

.grammarCritique
{
	background: transparent url("../images/squiggle_blue.png") repeat-x 0 bottom;
	cursor: pointer;
	cursor: hand;
}

.annotationMenu
{
	float:left;
	display: none;
}

.suggestions
{
	border: 1px solid #a2a2a2;
	background-color: #eeeeee;
	border-top: none;
	padding: 4px 0 4px 0;
}

.suggestionsHeader
{
	background: transparent url("../images/fake_border.png") repeat-x 0 bottom;
}

.suggestionsHeader img
{
	padding-left: 7px;
}

.suggestion
{
	padding: 2px 4px 2px 4px;
	cursor: pointer;
	cursor: hand;
}

.suggestions .highlight
{
	background-color: gray;
	color: white;
}

.confidentialityNotice
{
	text-align:center;
	font-size: 12px;
	color: Gray;
}

.spellingErrors
{
	padding: 7px;
	margin-top: 7px;
	display: none;
}

.spellingErrors .text
{
	font-weight: bold;
	width: 320px;
	float:left;
}

.spellingErrors .instructions
{
	font-size:11px;
	font-weight: normal;
}

.spellingErrors input
{
	margin-top: 12px;
	float:right;
}

.spellingErrors .stepNumber
{
	float: left;
	top: -5px;
	margin-left: -7px;
}