/*Master CSS Section*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a,a:link,a:visited,a:hover{
	color:#333;
	text-decoration:none;
}
a:focus,a:hover,a.curr{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background:#ffffff;
	color:#333;
	font:62.5% Verdana,Arial,sans-serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
.replace span{
	display:block;
	position:absolute;
	top:-1px;
	left:0px;
	z-index:1;
}
.skiplink{
	display:none;
}

fieldset {
	border: none;
}

#wrapper{
	width:987px;
	margin:0 auto;
}
#content_top{
	background:url('../images/content_top.jpg') no-repeat;
	width:987px;
	height:105px;
	margin:1px 0 0;
	overflow:hidden;
	display:block;
}
#content_data{
	background:url('../images/content_lr.jpg') repeat-y;
	width:967px;
	padding:4px 10px 0 10px;
}

/*Logo and Upper Nav (Above Tabs)*/
#logo{
	width:304px;
	height:85px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
	margin:20px 0px 0 25px;
}
#logo span{
	background: url('../images/logo_no_tagline.jpg') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#slogan{
	float:right;
	display:inline;
	color:#000000;
	width: 567px;
	height: 89px;
	margin: 28px 0 0 10px;
}
#slogan .curr span,#slogan a:hover span{
	background-position:0 -22px;
}
#login{
	margin: 28px 0 0 470px;
	height:22px;
	width: 77px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#login span{
	background:url('../images/login.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#logout{
	margin: 28px 0 0 470px;
	height:22px;
	width: 77px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#logout span{
	background:url('../images/logout.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#slogan .phone{
	margin: -28px 0 0 250px;
}

/* member views specific */

ul.member{
	position: absolute;
}

li.member-company{
	float:right; 
	margin-top: 15px; 
	margin-right: 2px;
}

/*Main Nav Tabs*/
#menu{
	padding:0px 0 0;
	width:962px;
	margin-left: 6px;
}
#menu li{
	float:right;
	display:inline;
}
#menu .curr span{
	background-position:0 -34px;
}
#menu_home{
	width:125px;
	height:34px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 0;
}
#menu_home span{
	background:url('../images/menu_home.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_why_reviews{
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 1px 0 1px;
}
#menu_why_reviews span{
	background:url('../images/menu_why_reviews.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_reputation_marketing{
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 1px 0 1px;
}
#menu_reputation_marketing span{
	background:url('../images/menu_reputation_marketing.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_how_works{
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	margin:0 1px 0 0px;
	display:block;
}
#menu_how_works span{
	background:url('../images/menu_how_it_works.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_signup{
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 2px 0 0px;
}
#menu_signup span{
	background:url('../images/menu_features.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_bar{
	width:967px;
	border-bottom:5px solid #FF7800;
	margin: 33px 0 0 0px;
}

/*Picture Section on Home Page*/
#promo{
	background:#f0f1f3;
	width:967px;
	height:306px;
	margin-top: 10px;
}

/*Main Body CSS for Index*/
#index_content{
	width:967px;
	font-family:Verdana,Arial,sans-serif;
	padding: 30px 0 20px 0;

}
#index_content .curr span,#index_content a:hover span{
	background-position:0 -60px;
}
#index_content h1{
	font-weight:normal;
	font-size:1.9em;
	color:#FE800F;
	margin:0 0 5px 0;
}
#index_content  p{
	font-size:1.2em;
	line-height:30px;
	margin:0 0 12px;
}
#index_1 a{
	color:#0033FF;
	font-size:1.3em;
	margin-top: 10px;
}
#index_1{
	float:left;
	width: 400px;
	padding: 10px 0px 0 40px;
}
#index_2{
	float:left;
	width: 215px;
	margin-top: 0px;
	padding-left: 30px;
}
#indexanswer{
	height:60px;
	width: 215px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#indexanswer span{
	background:url('../images/index_answers.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#indexexample{
	/*margin-top: 20px;*/
	height:60px;
	width: 215px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#indexexample span{
	background:url('../images/see_example.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#index_3{
	float:left;
	width: 215px;
	padding: 0 0px 0 20px;
	margin-top: 0px;
}
#indexhow{
	height:60px;
	width: 215px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#indexhow span{
	background:url('../images/find_out_how.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#indexreputation{
	height:60px;
	width: 215px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#indexreputation span{
	background:url('../images/index_reputation.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#indexfeature{
	margin-top: 20px;
	height:60px;
	width: 215px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#indexfeature span{
	background:url('../images/features_pricing.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/*Main Body CSS including Right Sidebar - NOT including Index*/
#content_bodytop{
	background:url('../images/content_bg_top.jpg') no-repeat;
	width:967px;
	height:30px;
}
#content{
	background:url('../images/content_bg.jpg') repeat-y;
	width:967px;
	font-family:Verdana,Arial,sans-serif;
}
#content p{
	font-size:1.2em;
	line-height:20px;
	margin:0 0 12px 0;
}
.inline_button{
	margin-bottom: -3px;
}

/*Main Body Section*/
#data_part,
#data_part_nolist {
	float:left;
	display:inline;
	width:654px;
	margin:0 40px 0 40px;
	padding:10px 0 0;
}
#data_part ul{
	list-style-type:disc;
	margin: -8px 0 5px 0;
}
#data_part li{
	font-size:1.2em;
	margin: 0 0 4px 38px;
	line-height: 20px;
}
#data_part li p.error {
	color:red;
	font-size:1em;
	margin: 0px;
	width:200px;
}
#data_part_nolist li,
#data_part_nolist p {
	font-size:1.2em;
}
#data_part ol{
	margin-left: 5px;
}
#data_part a,
#data_part_nolist a{
	color:#0033FF;
}
#data_part h1,
#data_part_nolist h1 {
	font-weight:normal;
	font-size:2.1em;
	color:#000000;
	margin:0 0 18px;
}

#data_part h2,
#data_part_nolist h2 {
	font-weight:normal;
	font-size:1.7em;
	color:#000000;
	margin: 10px 0 5px 0;

}
#data_part h3,
#data_part_nolist h3 {
	font-weight:bold;
	font-size:1.4em;
	margin: 10px 0 5px 0;
}
#data_part h4,
#data_part_nolist h4 {
	font-weight:bold;
	font-size:1.2em;
}
#whos_using{
float:left;
width:300px;
padding:0px 20px 0 0;
}
#whos_using p{
margin-top: 25px;
}
#whos_using h2{
font-size: 1.9em;
}

/*Buttons on Why Reviews*/
#why_buttons{
	margin: 0 0px 0 50px;
	padding-top: 30px;
}
#why_buttons a:hover span{
	background-position:0 -78px;
}
#warning{
	height:78px;
	width: 244px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#warning span{
	background:url('../images/warning_black.jpg') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#look{
	height:78px;
	width: 244px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin: -79px 0 0 300px;
}
#look span{
	background:url('../images/look_black.jpg') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#calc{
	height:78px;
	width: 244px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin: 10px 0 0 0;
}
#calc span{
	background:url('../images/calc_black.jpg') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#thumb{
	height:78px;
	width: 244px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin: -79px 0 0 300px;
}
#thumb span{
	background:url('../images/thumb_black.jpg') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#back a:hover span{
	background-position:0 -22px;
}
#back_button_why{
	height:22px;
	width: 147px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	text-indent: 5px;
}
#back_button_why span{
	background:url('../images/back_why.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#back_button_how{
	height:22px;
	width: 147px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	text-indent: 5px;
}
#back_button_how span{
	background:url('../images/back_how.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#highlight p {
	font-size:1.2em;
	line-height: 20px;
	padding: 0px 0 0 50px;
	margin-top: -10px;
}
#highlight ul {
	padding-left: 50px;
	line-height: 14px;
}

img.how{
	margin: 0 0 14px 5px;
}

/*Features Pages: Get, Manage, Publish*/
#features{
	padding:10px 0 0 10px;
}


#features-text{
	float:left;
	width:350px;
	padding:0px 20px 0 0;
}

#features-text img{
	padding-top: 10px;

}

#features-text p{
	font-size:1.4em;
	margin-top: 25px;
}

#features-img{
	float:left;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 25px;
}


/*Table on Demo-Login and Suggestion */
.table {
	font-size:1.2em;
}

/*Signup*/
#data_part_wide{
	float:left;
	width:887px;
	padding:40px 40px 40px 40px;
	font-family:Verdana,Arial,sans-serif;
}
#data_part_wide p{
	font-size:1.2em;
	line-height:20px;
	margin:0 0 12px 0;
}
#data_part_wide a{
	color:#0033FF;
}
#data_part_wide h1{
	font-weight:normal;
	font-size:2.1em;
	color:#000000;
	margin:0 0 18px;
}
.signup {
	border: 1px #ccc solid;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.2em;
}
.signup td {
	line-height: 35px;
	border-bottom: 1px #ccc solid;
	vertical-align: middle;
}
.signupheader {
	background-color: #DEE6D2;
	text-align:center;
	border-bottom: 1px #4c90b4 solid;

}
.signupsection {
	border-bottom: 1px #4c90b4 solid;
	font-weight:bold;
}
.signupcol{
	text-align:center;
	width:20%;
	border-left: 1px #ccc solid;
}
.signuptext{
	text-align:left;
	padding-left: 10px;
	width:60%;
}
.offer {
	margin: 0 0 15px 50px;
	font-size:1.2em;
	line-height: 20px;
	float:left;
}
.offer td {
	padding-right: 5px;
}
.underline {
	border-bottom: 1px solid #000000;
}
#get_started a:hover span{
	background-position:0 -34px;
}
#get_started {
	margin: 20px 0 0px 375px;
}
#get_started_here{
	height:34px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	text-indent: 4px;
}
#get_started_here span{
	background:url('../images/get_started.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#progress ul{
	list-style-type:none;
	margin-left: -6px;
	margin-bottom: 25px;
}
#progress li{
	display:inline;
	margin-left: 15px;
	font-size: 1.1em;
}
.current-step{
	font-weight: bold;
	text-decoration:underline;
}

/*Right Sidebar */
#member_sidebar{
	float:left;
	display:inline;
	width:213px;
	padding:5px 0 20px 0;

}
#member_sidebar h4{
	font-size:1.4em;
	font-weight: bold;
	color:#ff7800;
	margin:10px 0 0px 0;
}
#member_sidebar ul{
	margin: 0 0 0 15px;
}
#member_sidebar ul li a{
	line-height: 20px;
	font-size: 1.2em;
	display:block;
	width: 170px;
	padding-left:10px;
	text-decoration:none;
}
#member_sidebar ul li a:hover,#member_sidebar ul li a:focus{
	background-color:#FFFFFF;
	color: #000000;

}

#member_sidebar ul li.beta a{
	background: url('../images/icons/icon-beta.png') right center no-repeat;
}


#member_sidebar ul li.beta a:hover,#member_sidebar ul li.beta a:focus{
	background: #fff url('../images/icons/icon-beta.png') right center no-repeat;
}

 #member_sidebar .disabled-li a {

       color: #aaa;
}

#member_sidebar .current{
	width: 180px;
	background-color:#ADCEE0;
	color: #000000;
}

#sidebar{
	float:left;
	display:inline;
	width:213px;
	padding:15px 0 27px 0;
	margin:0px;
}

#sidebar_1{
	padding-bottom: 14px;
}
#sidebar_1 img{
	margin-top: 5px;
	margin-left: 28px;
}

#menu_demo{
	height:34px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 0;
}
#menu_demo span{
	background:url('../images/demo.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_report{
	height:34px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 0;
}
#menu_report span{
	background:url('../images/downloadreport.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_trial{
	height:34px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 0;
}
#menu_trial span{
	background:url('../images/free_trial.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/*Bottom Section*/
#content_demobottom{
	width:967px;
	height:30px;
}
#content_bodybottom{
	background:url('../images/content_bg_bottom.jpg') repeat-y;
	width:967px;
	height:30px;
}
#content_bottom{
	background:url('../images/content_bottom.jpg') no-repeat;
	width:987px;
	height:14px;
}
#footer{
	width:987px;
	color:#666;
	text-align:center;
	margin:5px 0 0;
	font-size:1.1em;
	font-family:Arial,sans-serif;
}
#footer ul{
	list-style-type:none;
	margin-bottom: 10px;
	}
#footer li{
	font-size: 1.2em;
	display:inline;
	margin: 5px 15px 5px 15px;
	}

/*Error / Notice Style */
.error_dialog {
	color: #f60;
	padding: 1em;
	background-color: #f9f9f9;
}
.notice {
	color: red;
}
.action_required{
	color: #f60;
}
/*Manage Reviews in Member Area (style used for table in invitation tracking as well)*/

.manage-reviews-table {
	width: 100%;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
	border-collapse: collapse;

}

.manage-reviews-table th {
	font-weight: bold;
	text-align: left;
	color: #f60;
	background-color: #eee;
	padding: 3px 5px 3px 5px;
	border-spacing: 0;
}

.manage-reviews-table tr {
	vertical-align: top;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.manage-reviews-table .last-row td {
	border-bottom: 1px solid #ddd;
}

.manage-reviews-table .header-row {
	border: 1px solid #ddd;
}

.manage-reviews-table td {
	padding: 5px 10px 5px 5px;
	margin: 0;
	border-spacing: 0;
}
.manage-reviews-table td span{
	color: #369;
	text-decoration: underline;
}

.review-summary{
	padding-left: 50px;
}
.record-row-highlight td {
	color: #369;
	text-decoration: underline;
	cursor: pointer;
}

/*Review Details in Member Area*/
#management{
	margin: 10px 0px 30px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
#management td{
	padding: 5px;
}
#detail{
	margin: 10px 0px 30px 20px;
}
#detail li{
	list-style-type: none;
	margin: -5px 0 0 15px;
}
#detail p{
	margin: 5px 0 3px 0;
}
#detail table{
	margin-left: 15px;
	font-size:1.2em;
}
#detail td{
	padding-right: 5px;
}
.review-details-header,
.review-details-header a {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
}
.review-details-section {
	width: 100%;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#underline {
	border-bottom: 1px solid #ccc;
	height: 10px;

}
/*New Section for integration*/
.radio-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.radio-list li{
	list-style-type: none;
}
.radio-list li label {
	margin-left: 10px;
	width: 90%;
}
.radio-list li {
	display: block;
}
.radio-list input {
	float: left;
	margin: 2px 0 0 12px;
}

.radio-list textarea {
	margin-left: 10%;
}
.select-questions li {
	list-style-type: none;
	display: block;
}
.select-questions li label {
	float: left;
	width: 160px;
	font-size: 10px;
}
.select-questions input{
	width: 391px;
	margin-bottom: 15px;
}
.label-on-left li {
	list-style-type:none;
}
.label-on-left input{
	margin-left: 0px;
}
.form-list {
	list-style-type: none;
	padding: 1em;
}
.form-list li {
	display: block;
	list-style-type: none;
}

.label-on-left li label {
	float: left;
	width: 200px;
}

.label-align-right {
	text-align: right;
}

.form-list li strong {
	color: #333;
}

.cell-center {
	text-align: center;
}

.star-on, .star-off {
	float: left;
	width: 24px;
	height: 24px;
	clear: none;
	margin: 0;
	padding: 0;
}

.star-on {
	background: url('../images/star.gif') top left no-repeat;
}

.star-off {
	background: url('../images/star-off.gif') top left no-repeat;
}

.star-on-small, .star-off-small {
	float: left;
	width: 14px;
	height: 14px;
	clear: none;
	margin: 0;
	padding: 0;
}

.star-on-small {
	background: url('../images/star-small.gif') top left no-repeat;
}

.star-off-small {
	background: url('../images/star-off-small.gif') top left no-repeat;
}


.suggestion-date-cell {
	font-size: 10px;
	width: 8em;
}

.suggestion-group {
	background-color: blue;
}


#content blockquote {
	background: #eee;
	padding: 1em;
	margin: 0 1em 1em 0;
	border: 1px solid #ddd;
	font-size: 1.2em;
}

.hrdiv {
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #000;
}

.list-controls,
.list-controls select,
.list-controls input {
	font-size: 11px;
}

.small-input, .small {
	font-size: 11px;
}


/*
.update-information{
	margin: 0 0 0 50px;
}
*/

.alert-header {
	color: #f00;
	font-size: 16px;
}

.two-column-left {
	width: 50%;
	position: relative;

}

.two-column-right {
	float: right;
	width: 50%;

}
.two-column-container {
	width: 100%;
}

pre {
	font-size: 12px;
}

.form-table td {
	font: 12px Verdana, Arial, sans-serif;
	vertical-align: top;
	padding: 2px;
}

#logo_selection_table td {
	text-align: center;
}

#logo_selection_table {
	padding-bottom: 3em;
}

#task_list li ul {
	margin: 1em 0 1em 0;
}

#task_list li {
	margin-bottom: 1em;
}

#task_list li ul li {
	font: 12px Verdana, Arial, sans-serif;
}

#sitemap_link, .sitemap-link {
	color: #666 !important;
}


#management {
	background: #eee;
	padding: 1em;
	margin: 0 1em 1em 0;
	border: 1px solid #ddd;
	font-size: 1.2em;
}

.call-details-left {
	width: 50%;
	position: relative;

}
.script {
	color:#000000;

}
.call-details-right {
	float: right;
	width: 50%;
}


/*
*  Styles for Syndication Page
*/	

#profile-pages td{
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
}

#profile-pages th{
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
}

#profile-pages{
	border-collapse: collapse;
}


