/*  */

/*** global styles ***/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	color: black;
	font-size: 12px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.hr {
	border-top: 1px solid #999999;
	height: 0px;
	margin: 20px 0;
}

.gray {
	color: #999999;
}

pre {
	font-family: "Courier New", Courier, monospace;
}

fieldset {
	width: 400px;
	margin: 0 auto;
}

fieldset.inner {
	 background-color:#f5f5ff
}

fieldset table {
	margin: 0 auto;
}

.hidden {
	display: none;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.disabled {
	color: gray;
}

.underline {
	text-decoration: underline;
}

.not {
	text-decoration: underline;
	color: red;
}

.small {
	font-size: 10px;
}

.privacy:link {
	color: black;
	text-decoration: underline;
}

.privacy:visited {
	color: black;
	text-decoration: underline;
}

.privacy:hover {
	color: red;
	text-decoration: none;
}

.indented {
	padding-left: 20px;
}

.required, .errors {
	color: red;
	font-size: 10px;
}

.required_star {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.mid_image {
	margin: 40px 0 40px 0;
}

/*
#left p {
	text-align: justify;
}
*/

#left {
	color: #555555;
}

h2 {
	font-size: 18px;
	margin: 20px 0;
}

h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

a img {
	border: none;
}

#middle p, #middle ul {
	text-align: justify;
}

.backtotop {
	float: right;
	font-size: 9px;
}

.backtotop:link {
	color: #999999;
}

.backtotop:visited {
	color: #999999;
}

.backtotop:hover {
	color: #ff0000;
}

/*** layout ***/

#wrapper {
	width: 800px;
	margin: 15px auto 0 auto;
}

#box {
	/*  */
	background-image: url('/images/gray.gif');
	/*  */
	border: 2px solid black;
	background-color: white;
	background-repeat: repeat-y;
}

#body {
	min-height: 550px;
}

#left {
	float: left;
	width: 180px;
	padding: 10px;
}

/*
#right {
	float: right;
	width: 180px;
	padding: 10px;
	padding-top: 60px;
}
*/

#middle {
	margin: 0 0 0 200px;
	padding: 15px 25px;
}

#footer {
	height: 120px;
	position: relative;
	margin-left: 200px;
}

#target {
	width: 123px;
	height: 120px;
	/*  */
	background-image: url('/images/target.gif');
	/*  */
}

#copyright p {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

#phone {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#phone p {
	font-size: 11px;
	margin: 0px;
	padding: 0 20px 2px 0;
}

#phone .seperator {
	color: red;
	font-weight: bold;
}

/*** client login ***/
/*
#login {
	text-align: right;
	padding: 5px;
}

#login a {
	text-decoration: none;
	color: black;
	font-size: 10px;
	font-weight: bold;
}
*/
/*** header ***/

#header {
	background-repeat: no-repeat;
	background-position: right;
	height: 79px;
	border-bottom: 1px solid #CCCCCC;
}

.puzzleglobe {
	/*  */
	background-image: url('/images/header_puzzleglobe.png');
	/*  */
}
.glassspheres {
	/*  */
	background-image: url('/images/header_glassspheres.png');
	/*  */
}
.headsets {
	/*  */
	background-image: url('/images/header_headsets.png');
	/*  */
}
.greentie {
	/*  */
	background-image: url('/images/header_greentie.png');
	/*  */
}
.bluecurves {
	/*  */
	background-image: url('/images/header_bluecurves.png');
	/*  */
}

#logo {
	/*  */
	background-image: url('/images/header_logo.gif');
	/*  */
	height: 79px;
	width: 200px;
	margin: 0;
}

#logo a {
	width: 200px;
	height: 79px;
	display: block;
}

/*** nav ***/

#nav {
	border-bottom: 1px solid #CCCCCC;
	height: 27px;
	padding-left: 200px;
	background-color: white;;
}

#nav a {
	display: block;
	float: left;
	width: 90px;
	height: 27px;
}

#nav a:hover {
	background-position: 0 -27px;
}

#nav .seperator {
	background-color: red;
	float: left;
	height: 13px;
	width: 2px;
	margin: 7px 4px;
}

#home {
	/*  */
	background-image: url('/images/nav_home.gif');
	/*  */
}

#aboutus {
	/*  */
	background-image: url('/images/nav_aboutus.gif');
	/*  */
}

#whatwedo {
	/*  */
	background-image: url('/images/nav_whatwedo.gif');
	/*  */
}

#experience {
	/*  */
	background-image: url('/images/nav_experience.gif');
	/*  */
}

#contactus {
	/*  */
	background-image: url('/images/nav_contactus.gif');
	/*  */
}

#client {
	/*  */
	background-image: url('/images/nav_client.gif');
	/*  */
}

#home.home,
#aboutus.aboutus,
#whatwedo.whatwedo,
#experience.experience,
#contactus.contactus,
#client.client
{ background-position: 0 -27px; }

/*** request form ***/
.field2 {
	display: none;
}

.request_table {
	border-spacing: 5px;
}

#privacy {
	/*  */
	background-image: url('/images/privacy.png');
	/*  */
	height: 55px;
	width: 55px;
	float: right;
	margin: 0 0 0 4px;
}

#participants_to_show {
	text-decoration: underline;
}

#indicator_div {
	border: 1px solid #999999;
	float: right;
	padding: 0 20px;
	margin-left: 10px;
	background-color: #ebebeb;
}

#quote_indicator {
	/*  */
	list-style: circle inside url('/images/checkmark.png');
	/*  */
	padding-left: 0px;
	margin-left: 0px;
}

#quote_links {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #999999;
}

/*** client login ***/

#login input {
	width: 100px;
}

/*** Quotes ***/

#quotes_table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ababab;
}

#quotes_table th {
	text-align: left;
	border-bottom: 1px solid #ababab;
}

#quotes_table td {
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
}

.altrow {
	background-color: #ebebeb;
}

#quotes_table tr:hover {
	background-color: #BFD2FF;
}

#quotes_view table {
	width: 80%;
}

#quotes_view td {
	padding: 3px 0;
}

/*** respondents ***/
.message {
	color: #009900;
	padding: 10px;
}

.respondent_table {
	width: 70%;
}

.respondent_table p {
	margin: 5px 0;
}

#respondent_indicator {
	font-weight: bold;
}

#respondent_indicator span {
	color: #7C7C7C
}

#respondent_indicator span.respondent1 {
	color: red;
}

#interview_dates, #call_history {
	border: 1px solid black;
	overflow: auto;
	max-height: 150px;
}

#interview_dates_table, #call_history_table {
	width: 100%;
	border-collapse: collapse;
}

#interview_dates_table tr:hover, #call_history_table tr:hover {
	background-color: #BFD2FF;
}

#interview_dates_table td, #call_history_table td {
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
}

#interview_dates_table th, #call_history_table th {
	border-bottom: 1px solid #ababab;
}

.duplicated {
	color: red;
}

/*** permissions ***/
#permissions_div select.multiple {
	width: 250px;
	height: 100px;
}

/*** Admin ***/
.indent {
	margin-left: 20px;
}

/*** Search Forms ***/
.searchForm label { position: absolute; text-align:right; width:100px; }
.searchForm select.indent, .searchForm input.indent, .searchForm span.indent { margin-left: 105px; }
.searchForm select { margin-bottom: 4px; }

/* contact page */
#expandButton {
	float: right;
}

#directions {
	border-bottom: 1px solid #999999;
}

#map {
	width: 540px;
	height: 300px;
	border: 1px solid black;
}

/*** grammar test ***/
.question {
	margin-bottom: 30px;
	position: relative;
}

.handle {
	cursor: move;
}

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

.incorrect {
	color: red;
	font-weight: bold;
}

.answers {
	margin-top: 10px;
	list-style-type: lower-alpha;
}

.addAnswerListItem, .addQuestionListItem {
	list-style-type: none;
}

/*** spelling test ***/
.word {
	margin-bottom: 10px;
}

.word.moveable {
	cursor: move;
}

/*** diction test ***/

#diction_test {
	text-align: justify;
	font-size: medium;
	border: 2px solid gray;
	padding: 20px;
	background-color: #F5F5F5;
}

.dword:hover {
	background-color: #FF9B69;
	cursor: pointer;
}

.clicked, .clicked:hover {
	background-color: #FF6969;
	text-decoration: underline;
}

/*** severe wether indicator ***/

.notice_power
{
	background-color:#FFEEEE;
	width:510px;
	min-height:45px;
	border:2px solid #CA6161;
	display:block;
	margin:10px;
	padding:5px;
}
	.notice_power img
	{
		float:left;
		margin-top:-10px;
		margin-right:10px;
	}
	.notice_power span
	{
		display:block;
		font-weight:bold;
	}
	.notice_power .date
	{
		text-align:right;
		font-weight: normal;
		color: gray;
	}
	
/*** PDAs ***/

ul.filelist {
	list-style-type: none;
	padding:5px;
}

ul.filelist p {
	margin: 0px;
	padding: 5px 0 10px 20px;
}

form.file_request_form label, form.report_view_form label {
	display: block;
	width: 100px;
	float: left;
}

tbody#files_table tr {
	cursor: move;
}

/*  */