/*	____________________
*
*	Document Setup
*	____________________
*/

body{
	font-family: 'trebuchet ms';
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #eee;
}

#doc {
	text-align: left;
	width: 760px;
	margin: 0px auto 0px auto;
}

.head {
	margin-left: 24px;
}

h2 {
	font-size: 22px;
	line-height: 28px;	
	color: #444;
	padding: 10px 0px;
}


/*	____________________
*
*	Navigation
*	____________________
*/

.nav {
	margin: 58px 0px 0px 20px; 
}

.formtop div a, .formtop div a:link, .formtop div a:visited, .formtop div a:hover {
	line-height: 14px;
	color: #888;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	display: block;
	width: 80px;
	height: 19px;
	background-image: url('../images/tab_off.jpg');
}

.formtop div a.selected, .formtop div a.selected:link, .formtop div a.selected:visited, .formtop div a.selected:hover {
	background-image: url('../images/tab_on.jpg');
	color: #fff;
}

a, a:link, a:visited 	{ color: #444; text-decoration: none; }
a:focus, a:hover 		{ color: #000; text-decoration: underline; }

#sendtofriend_link {
	background: #ffff00;
	color: #000;
	font-weight: bold;
}

#sendtofriend {
	color: #aaa;
}


/*	____________________
*
*	Comments
*	____________________
*/

.comments {
	margin: 0px 64px 0px 22px;
	padding: 9px 0px 12px 0px;
}

.comment {
	margin: 20px 0px;
	padding: 12px;
}

.comment_title {
	font-size: 18px;
	color: #888;
}

.comment_title a, .comment_title a:link, .comment_title a:visited{
	color: #444;
	text-decoration: underline;
}

.comment_title a:hover, .comment_title a:focus{
	color: #888;
}

.comment_copy {
	padding: 12px 0px;	
}

.comment_date {
	color: #aaa;
}

.even {
	background: #fafafa;
	border: 1px solid #ddd;
}

.odd {
	background: #dadada;
	border: 1px solid #ddd;
}

/*	____________________
*
*	Forms and Stuff 
*	____________________
*/

.top_tool {
	margin-top: 0px;
	line-height: 0px;
	padding: 0px;
}

.formtop {
	height: 27px;
}

.form_container {
	line-height: 0px;
	width: 749px;
	height: 46px;
	background: url('../images/form_background.jpg') no-repeat;
}

#search_form {
	width: 600px;
	margin: 0px auto;
	padding-top: 0px;
}

form div{
	display: inline;
	margin-right: 8px;
}

input.text_input {
	padding: 2px;
	font-size: 16px;
	width: 84px;
	border: 1px solid #ddd; 
}

input.input_submit {
	position: relative;
	top: 8px;
}


.error {
	font-size: 18px;
	color: #ff0000;
}

.q_and_c {
	margin: 0px 64px 0px 22px;
	padding: 9px 0px 12px 0px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.q_and_c form {
	padding: 12px 0px;
}

.q_and_c form div {
	display: block;
	padding: 4px 0px;
}

.q_and_c form .text_input_comment {
	color: #555;
	font-size: 16px;
	width: 620px;
	height: 180px;
	padding: 2px;
	border: 1px solid #aaa;
}

.q_and_c input.text_input {
	width: 180px;
	color: #555;
}


/*	____________________
*
*	Output
*	____________________
*/

.stats {
	margin: 0px 64px 0px 22px;
	padding: 9px 0px 12px 0px;
	border-top: 2px solid #fff;
}

.stat {
	padding: 4px 12px;
}

/*	____________________
*
*	Output
*	____________________
*/

#result_container {
	margin-top: 12px;
	width: 749px;
	background: url('../images/link_background.jpg') no-repeat;
}

.result_link {
	height: 410px;
	width: 700px;
	margin: 0px auto;
}

.search_results {
	margin: 0px 22px 12px 10px;
	padding: 4px;
	font-size: 18px;
	background: #ddd;
}

#rr {
	display: none;
	margin: 10px;
}

.g {
	width: 220px;
}

.bar {
	margin: 0px 10px;
	padding: 0px;
	background: #ddd;
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: #fff;
	font-size: 0px;
	line-height: 0px;
}

.bar a, .bar a:link, .bar a:visited, .bar a:hover, .bar a:focus {
	text-align: center;
}

.output_container{
	width: 749px;
	background: url('../images/graph_background3.jpg') no-repeat;
}

.result_link a, .result_link a:link, .result_link a:visited {
	display: block;
	width: 100%;
	height: 100%;
}

#output_graph {
	height: 336px;
	width: 700px;
	margin: 0px auto;
}

#output_data {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	height: 40px;
	width: 700px;
	margin: 0px auto;
}

.loading {
	text-align: center;
	font-size: 16px;
	padding-top: 120px;
	color: #fff;
}


/*	____________________
*
*	Feet
*	____________________
*/

.footer {
	font-family: 'trebuchet ms';
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #777;
}