@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bg_page.gif);
	background-repeat: repeat-x;
	text-align:center;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 65px;
	padding-top: 0px;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}
#side_bar {
	background-color: #fff;
	float: right;
	width: 195px;
	padding:0px;
	margin-right: 10px;
	
}
#menu {
	background-color: #ffffff;
	float: left;
	width: 174px;
	padding: 10px;
	margin-bottom: 15px;
}
#content_area {
	float: right;
	width: 640px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: 1px solid #EBEBEB;
}
#content_area h1 {
	font-size: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content_area p {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_area form {
	text-align: left;
	width: 325px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}

#menu_area form {
	text-align: left;
}

.big_input {
	padding: 4px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 200px;
	background-color: #FDFBCE;
	border: 1px solid #F9BB0D;
	font-size: 18px;
	letter-spacing: 1px;
	float: left;
	text-align: left;
}
#content_area h2 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
.stream {
	background-color: #fff;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfd3f0;
	border-right-color: #bfd3f0;
	border-bottom-color: #bfd3f0;
	border-left-color: #bfd3f0;
	width: 175px;
	font-size:12px;
}

.stream_box {
	width: 175px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	}
#content_area h3, .stream_box h3 {
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 15px;
}
.icon_days {
	background-image: url(../images/days.png);
	background-repeat: no-repeat;
}

.icon_archive {
	background-image: url(../images/icon_archive.png);
	background-repeat: no-repeat;
}

.icon_scam {
	background-image: url(../images/icon_scam.png);
	background-repeat: no-repeat;
}

.icon_prank {
	background-image: url(../images/icon_prank.png);
	background-repeat: no-repeat;
}

.icon_debt {
	background-image: url(../images/icon_debt_2.png);
	background-repeat: no-repeat;
}

.icon_unknown {
	background-image: url(../images/icon_unknown.png);
	background-repeat: no-repeat;
}


.icon_telemarketer {
	background-image: url(../images/icon_telemarketer.png);
	background-repeat: no-repeat;
}

.icon_caution {
	background-image: url(../images/icon_caution.gif);
	background-repeat: no-repeat;
}

.icon_tally {
	background-image: url(../images/tally.gif);
	background-repeat: no-repeat;
}

.icon_stop {
	background-image: url(../images/stop.png);
	background-repeat: no-repeat;
}

.icon_about {
	background-image: url(../images/icon_about.png);
	background-repeat: no-repeat;
}

.icon_search_1 {
	background-image: url(../images/search_1.png);
	background-repeat: no-repeat;
}

.icon_search {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
}

.icon_month {
	background-image: url(../images/month.png);
	background-repeat: no-repeat;
}

.icon_all_time {
	background-image: url(../images/all_time.png);
	background-repeat: no-repeat;
}

.icon_red {
	background-image: url(../images/bullet_red.png);
	background-repeat: no-repeat;
}

.icon_black {
	background-image: url(../images/bullet_black.png);
	background-repeat: no-repeat;
}

.icon_blue {
	background-image: url(../images/bullet_blue.png);
	background-repeat: no-repeat;
}

.icon_pollster {
	background-image: url(../images/icon_pollster.png);
	background-repeat: no-repeat;
}

.icon_orange {
	background-image: url(../images/bullet_orange.png);
	background-repeat: no-repeat;
}

.icon_purple {
	background-image: url(../images/bullet_purple.png);
	background-repeat: no-repeat;
}

.icon_green {
	background-image: url(../images/bullet_green.png);
	background-repeat: no-repeat;
}

.icon_star {
	background-image: url(../images/bullet_star.png);
	background-repeat: no-repeat;
}

#menu .input {
	border: 1px solid #ccc;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color: #FFFFFF;
	height: 18px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-size: 14px;
	width: 120px;
	float: left;
	margin-right: 6px;
}
#menu form {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 190px;
}
.stream ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}

.stream li {
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: none;
	height: 18px;
	}
	
#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 195px;
	font-size: 12px;
}

#menu li {
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
	height: 18px;
}

.icon_home {
	background-image:url(../images/home.png);
	background-repeat: no-repeat;
}

.icon_reported {
	background-image:url(../images/reported.png);
	background-repeat: no-repeat;
}

.icon_report {
	background-image:url(../images/report.png);
	background-repeat: no-repeat;
}
#side_bar h2 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
}
#menu h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

ul.browse_list {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 195px;
	font-size: 12px;
	line-height: 18px;
}

li.browse_list {
list-style:none;
}.browse_list li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.report_listing_header {
	color: #4474CC;
}
.more_numbers {
	float: right;
	font-size: 10px;
	padding-top: 0px;
	width: 600px;
	text-align: right;
	margin: 0px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	height: auto;
}

.spam {
	float: right;
	font-size: 10px;
	padding-top: 0px;
	width: 98%;
	text-align: right;
	margin: 0px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
}

.report_listing_header {
	float: left;
	width: 200px;
	margin-left: 10px;
}
.report {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin: 0;
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.report_numbers {
	float: left;
	width: 55px;
	background-image: url(../images/bg_report.gif);
	background-position: center 12px;
	background-repeat: no-repeat;
	padding-top: 15px;
	height:45px;
	text-align: center;
	color: #999999;
}

/*
.report_numbers:hover {
	background-image: url(../images/bg_report_hover.gif);
	background-position: center 12px;
	background-repeat: no-repeat;
	height:65px;
	}
*/
.report_numbers img {
margin-top:10px;
}

.report_content {
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 540px;
}

.report_content_full{
	float: left;
	text-align: left;
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.reply_content{
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 590px;
}

.report_function {
	float: left;
	width: 55px;
	padding-left: 5px;
}

.report_function a:hover {
text-decoration:none;
}

a {
text-decoration:none;
color:#4474CC;
}

a:hover {
text-decoration:underline;
}

.number_reported {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text_reports {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.report_listing {
	float: left;
	margin-bottom: 25px;
	width: 610px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.reply_listing {
	float: left;
	margin-bottom: 0px;
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #F9F9F9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}

#stream_section {
	margin-bottom: 15px;
}
#sub_content {
	background-color: #F9F9F9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	text-align: left;
}

#separator {
	background-color: #F9F9F9;
	padding-left: 15px;
	padding-right: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	height:5px;
	float: left;
	margin-bottom: 10px;
}

#confirmation {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-bottom: 10px;
	text-align: left;
	background-image: url(../images/bg_confirmation.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 16px;
}

#confirmation_small {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7D11C;
	width: 415px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7D11C;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(../images/bg_confirmation.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 16px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F7D11C;
	border-left-color: #F7D11C;
}

.white {
border:none;
background-color:#ffffff;
}

#reports {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	width: 610px;
	padding-bottom: 10px;
}

#top_content {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	background: #fff;
	margin-bottom: 15px;
	width: 610px;
	text-align: left;
}
.author_info {
	float: left;
	width: 380px;
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.legend {
	float: left;
	width: 590px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	line-height: 24px;
}

.reply_by {
	float: left;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	margin: 0px;
	width: 580px;
}

.example_number {
	float: left;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	margin-bottom: 10px;
	width: 180px;
	color:#666;
}

.legend ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 590px;
}
.legend li {
	padding-left: 15px;
	display: inline;
	height: 18px;
	padding-bottom: 4px;
	padding-top: 2px;
	margin-right: 4px;
}
#footer {
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 11px;
	width: 840px;
	margin-top: 25px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	color: #666;
	padding-bottom: 10px;
}
.column {
	width: 130px;
	float: left;
	margin-top: 10px;
	margin-right: 11px;
	padding-top: 5px;
	margin-left: 11px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bfd3f0;
	margin-bottom: 10px;
}

.small_column {
	width: 77px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 0px;
	margin-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bfd3f0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #666;
	text-align: center;
}
.column ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 195px;
	font-size: 12px;
}

.column li {
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-left: 20px;
	list-style-type: none;
	height: 18px;
}
.right {
	text-align: right;
	padding-left: 30px;
}

#results_box p {
	margin-top:0;
	margin-bottom: 0px;
	padding: 5px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-left-color: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
#results_box p.top {
	border-top: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 0px;
}
#results_box p.grey {
	background-color: #f2f2f2;
	margin-bottom: 0px;
}

#results_box p.blue {
	background-color: #F3F7FC;
	margin-bottom: 0px;
}

#results_box p.bottom {
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
	margin-bottom: 10px;
}

.results_box_titles {
	float: left;
	width: 120px;
	font-size: 12px;
}

.results_box_column {
	float: left;
	width: 225px;
	font-size: 12px;
	margin-right: 5px;
}

.results_box_column_small {
	float: left;
	width: 220px;
	font-size: 12px;
}

.complaints_reports_box {
	float: left;
	width: 120px;
	padding-bottom: 5px;
	background-image: url(../images/bg_reports_complaints_1.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 70px;
	background-position: center bottom;
	margin-bottom: 10px;
}

.small_text_1 {
font-size:10px;
}

.complaints_reports_box h1 {
text-align:center;
}

.results_box_content {
	float: left;
	width: 325px;
	font-size: 12px;
}
.google_map_box {
	float: left;
	width: 440px;
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	text-align: left;
	border: 1px solid #ccc;
	margin-top: 0px;
}

#complain_box_small {
	float: left;
	width: 448px;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: 15px;
	border: 1px solid #E7E7E7;
	padding: 0px;
	margin-top: 0px;
}

#complain_box_big {
	float: left;
	width: 450px;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: 15px;
	border: 1px solid #E7E7E7;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#complain_box_small form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 430px;
}

#complain_box_big form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
}

#results_box {
	float: left;
	margin-top: 15px;
	width: 610px;
}
.complaints_reports {
	text-align: center;
	float: left;
	width: 51px;
	font-weight: bold;
	margin-top:0px;
}

.tally {
	text-align: center;
	width: 59px;
	float: left;
	margin-top:15px;
margin-bottom:15px;

}
#sub_content input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 16px;
	font-size: 11px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	letter-spacing: 0px;
}
#sub_content form {
	background-color: #FFFFFF;
	width: 590px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
#text_area {
	border: 1px solid #CCCCCC;
	height: 75px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#stream_list {
	float: right;
	width: 130px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 305px;
	background-image: url(../images/bg_tally.gif);
	background-repeat: no-repeat;
}

#stream_list h2 {
padding-left:20px;
}

#stream_list p.even {
font-size:10px;
background-color:#ffffff;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:0px;
line-height:14px;

}

#stream_list p.odd {
font-size:10px;
background-color:#F8F8F8;
margin:0px;
line-height:14px;
}



.small_left {
	float: left;
	width: 250px;
	font-size: 10px;
	text-align: left;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin: 0px;
	height: 12px;
}

.small_right	 {
	float: right;
	width: 250px;
	font-size: 10px;
	text-align: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin: 0px;
	height: 12px;
}


.small_text {
	float: left;
	width: auto;
	font-size: 11px;
	padding: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#caution {
	width: 438px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FEF9E9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	border: 1px solid #FAE29C;
}

#caution img {
	float:left;
	margin-right:5px;
}

#caution p {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#caution h2 {
	margin-bottom:5px;
	line-height:20px;
	padding-left:25px;
}
.derivations {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8E6F5;
	border-bottom-color: #D8E6F5;
	background-color: #F3F7FC;
	float: left;
	width: 600px;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.memo {
	float: left;
	width: 610px;
}
.pages {
	width: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9FB7E4;
	text-align: center;
	padding: 4px;
	background-color:#ffffff;
	float:left;
	border: 1px solid #ccc;
	margin: 2px;
	font-size:11px;
}

.pages:hover {
	background-color:#ffffff;
	border:1px solid #A2B9E6;
}

#confirmation h2 {
	text-align:center;
	margin-top:0px;
	font-size:14px;
}

#confirmation h3 {
	text-align:center;
	padding:0px;
	font-size:12px;
	color: #333;
}

#confirmation a {
text-decoration:underline;
}
#page_box {
	float: none;
	text-align: left;
	margin-top: 0px;
	border-top: 1px solid #ccc;
	background-color: #f9f9f9;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 620px;
}
#report_counter {
	background-image: url(../images/bg_badge.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 150px;
	top: 0px;
	position: absolute;
	right: 50%;
	height: 80px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-right: -525px;
}

.small_input {
	padding:2px;
	float:left;
	width:125px;
	height:14px;
	font-size:12px;
	border: 1px #ccc solid;
}
#text_area2 {
	width: 100%;
	float: left;
	border: 1px #ccc solid;
}
#complain_box_small h2, .blue_header {
	color: #333333;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8E6F5;
	background-color: #F3F7FC;
}

.blue_header {
font-size:14px;
}

#confirmation_small h2 {
	text-align: center;
}
.big_text {
	font-size: 16px;
	font-weight: bold;
}

.big_text a:link {
text-decoration:underline;
}

.ftc_count {
	padding:4px 4px 2px 4px;
	height:17px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FAA60A;
	border-left-color: #FAA60A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FAA60A;
	background-color: #FFFFCC;
	
}

.notice {
	background-color: #FFFFCC;
	border:1px solid #FDE3B5;
	padding:4px;
}


.entry_footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3DEEB;
	font-size: 11px;
	padding: 4px;
	clear: both;
	background-color: #F8FAFC;
	float: left;
	width: 605px;
	
}


#comments-open-text {
float:left;
margin-top:15px;
}

#comments-open {
margin-top:10px;
float:left;
width:auto;
margin-bottom:25px;
text-align:left;
}

#comments-open-footer {
float:left;
margin-top:25px;

}

#comments-open h2 {
font-size:15px;
color:#333333;
padding-bottom:4px;
border-bottom: 1px solid #cccccc;
}

#comment_container {
	float: left;
	padding: 0px;
	margin-top: 10px;
	width: 575px;
}

#comment_container h2 {
	margin: 10px 0px 10px 0px;
	padding:3px;
	font-size: 14px;
	background-color: #F8FAFC;
	font-weight: bold;
	color:#4474CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3DEEB;
	width:605px;
	}
.comment_block {
	background-color: #F5F8FA;
	float: left;
	width: 590px;
	margin-top: 6px;
	margin-bottom: 10px;
	border: 1px solid #EAF0F4;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.comment_block p, .reply_block p{
	margin:0px;

	}
.comment_entry {
	float: left;
	padding-left: 6px;
	width: 585px;
}

.reply_entry {
	float: left;
	padding-left: 6px;
	width: 435px;
	margin-bottom:10px;
}

.reply_block {
	background-color: #FBF9F4;
	float: left;
	width: 425px;
	margin-top: 6px;
	margin-bottom: 0px;
	border: 1px solid #F4F0EA;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#comment-form-name, #comment-form-email, #comment-form-url, #comment-bake-cookie {
	margin-bottom:10px;
	text-align:right;
	}
	
#comments-open-data {
width: 280px;
}

.text_right {
text-align:right;
}

li.archive-list-item {
line-height:18px;
}
