/* admin.css -- CSS Document
------------------------------
- admin home
- admin login
- admin change password
- admin manage categories
- admin categorize sites
- admin manage custom searches
- admin edit custom search
- admin categorize blog posts
- admin uploaded photos
- admin test emails
- admin recent review queue
- admin search report
- admin dashboard report
- admin product report
- admin search reviews
- admin reviews
- admin review adult urls
- admin adult urls
- admin site owner billing
- admin make site owner
- admin spam emails
- admin order emails
- admin queue
- admin import products
- admin marketing channels dashboard
- admin custom billing
- admin lead dashboard
- admin self-service dashboard
- admin import reviews
- admin press links
------------------------------
*/

.admin form div {
	margin:0;
}

.admin form div.input {
	min-height:25px;
}

.admin form div.input.checkbox {
	min-height:auto;
}

.admin form div.hidden {
	display: none;
}

.admin h1 {
	margin-bottom:30px;
}

.admin label {
	height:20px;
	line-height:20px;
	width:110px;
	float:left;
}

.admin input[type=text], .admin input[type=password], .admin input[type=email], .admin input[type=number] {
	height:20px;
	width:190px;
	margin-bottom:10px;
	padding: 2px 5px;
}

.admin select {
	height:20px;
	width:120px;
}

.admin .navigation {
	margin-top:20px;
}

/* admin home */
#admin_home ul {
	margin-bottom:50px;
}

#admin_home li {
	margin-bottom:5px;
}

#admin_home a {
	font-weight:bold;
}

/* admin login */
#admin_login #instructions {
	font-style:italic;
	margin-bottom:30px;
}

/* admin change password */
#admin_change_password label {
	width: 130px;
}
#admin_change_password div.validator-error {
	font-weight: normal;
	color: #C73E14;
	margin-bottom: 10px;
}

/* admin manage categories */
#admin_manage_categories #crumbtrail {
	margin-bottom: 20px;
}

#admin_manage_categories #view_link {
	font-size: 14px;
	font-weight: normal;
}

#admin_manage_categories #error {
	margin-bottom: 20px;
	color: #c73e14;
}

#admin_manage_categories .section {
	margin-bottom: 30px;
}

#admin_manage_categories h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

#admin_manage_categories #category_image {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#admin_manage_categories #uploadButton {
	padding-top: 82px;
}

#admin_manage_categories label {
	width: 130px;
}

#admin_manage_categories label .instructions {
	font-size: 12px;
	font-style: italic;
	color: #969696;
}

#admin_manage_categories textarea {
	float: left;
	height: 50px;
	width: 400px;
	clear: none;
	margin-bottom: 10px;
}

#admin_manage_categories form div {
	vertical-align: baseline;
}

#admin_manage_categories .input {
	display: inline-block;
	margin-right: 5px;
}

#admin_manage_categories .position_label {
	width: 32px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

#admin_manage_categories .position {
	width: 20px;
}

#admin_manage_categories #contUploadButton {
	display:none;
}

/* admin categorize sites */
#admin_categorize_sites table td {
	padding-top:10px;
}

#admin_categorize_sites select {
	height: auto;
	overflow: auto;
}

#admin_categorize_sites option {
	font-size: 12px;
}

/* admin manage custom searches */
#admin_manage_custom_searches .input {
	display: inline-block;
	margin-right: 5px;
}

/* admin edit custom search */
#admin_edit_custom_search #crumbtrail {
	margin-bottom: 20px;
}

#admin_edit_custom_search #view_link {
	font-size: 14px;
	font-weight: normal;
}

#admin_edit_custom_search #error {
	margin-bottom: 20px;
	color: #c73e14;
}

#admin_edit_custom_search h1 {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#admin_edit_custom_search #custom_search_image {
	margin-bottom: 10px;
	width: 920px;
}

#admin_edit_custom_search #contUploadButton {
	margin-bottom: 10px;
	height: 35px;
}

#admin_edit_custom_search label {
	width: 130px;
}

#admin_edit_custom_search label .instructions {
	font-size: 12px;
	font-style: italic;
	color: #969696;
}

#admin_edit_custom_search textarea {
	float: left;
	height: 50px;
	width: 400px;
	clear: none;
	margin-bottom: 10px;
}

#admin_edit_custom_search form div {
	vertical-align: baseline;
}

#admin_edit_custom_search .input {
	display: inline-block;
	margin-right: 5px;
}

#admin_edit_custom_search #attribute_list {
	float: left;
}

#admin_edit_custom_search .column {
	float:left;
	width:160px;
}

/* admin categorize blog posts */
#admin_categorize_blog_posts table tr td {
	vertical-align: middle;
}

#admin_categorize_blog_posts input[type=text] {
	width:300px;
	position: relative;
	top: 5px;
}

/* admin uploaded photos */
#admin_uploaded_photos .url_photo {
	float:left;
	padding-right:10px;
	width:140px;
	margin-bottom:20px;
	overflow:hidden;
}
#admin_uploaded_photos .url_photo img {
	padding:1px;
	border:1px solid #969696;
	margin-bottom:2px;
}

/* admin test emails */
#admin_test_emails #instruction {
	margin-bottom:10px;
}

#admin_test_emails .checkbox_list {
	margin-bottom:15px;
}
#admin_test_emails .checkbox_list label {
	float:none;
}

#admin_test_emails .checkbox_list input {
	position:relative;
	top:3px;
}

#admin_test_emails .checkbox_list h3 {
	margin-top:10px;
}

/* admin recent review queue */
#admin_recent_review_queue table {
	border:1px solid #d7d6da;
	border-collapse:collapse;
	border-spacing:0;
	margin:15px 5px 5px;
	position:relative;
	table-layout:fixed;
}

#admin_recent_review_queue table tr {
	padding:5px 0;
}

#admin_recent_review_queue table th, #admin_recent_review_queue table td {
	border:1px solid #d7d6da;
	padding:10px;
}

#admin_recent_review_queue table tr .checkbox {
	width:30px;
}

#admin_recent_review_queue table tr .review {
	width:420px;
}

#admin_recent_review_queue table tr .message {
	width:380px;
}

#admin_recent_review_queue label {
	width:60px;
}

/* admin search report */
#admin_search_report .left_side {
	float:left;
	margin-right:20px;
	width:495px;
}

#admin_search_report table tr .keyword {
	width:250px;
}

#admin_search_report table tr .num_results {
	width:125px;
}

#admin_search_report table tr .date {
	width:150px;
}

#admin_search_report table tr .frequency {
	width:75px;
}

#admin_search_report .right_side {
	float:left;
	padding:0 10px;
	width:350px;
}

/* admin dashboard report */
#admin_general_report div {
	margin-bottom:5px;
}

#admin_general_report h2 {
	margin-top:10px;
}

#admin_general_report span {
	font-weight:bold;
}

#admin_general_report span.red {
	color:#990000;
}

#admin_general_report span.green {
	color:#009900;
}

/* admin product report */
#admin_product_report div {
	margin-bottom:5px;
}

#admin_product_report h2 {
	margin-top:10px;
}

#admin_product_report span {
	font-weight:bold;
}

#admin_product_report span.red {
	color:#990000;
}

#admin_product_report span.green {
	color:#009900;
}

/* admin business names */
#admin_business_names td {
	vertical-align: middle;
}
#admin_business_names select {
	font-size: 12px;
}

#admin_business_names .input {
	float: left;
	margin-right: 20px;
	height: 20px;
}

#admin_business_names button {
	float: right;
	margin-right: 50px;
}

#admin_business_names .relative .website_thumbnail--inner.w60h40 {
	width: 60px;
	height: 40px;
}

/* admin business report */
#admin_business_report div {
	margin-bottom:5px;
}

#admin_business_report h2 {
	margin-top:10px;
}

#admin_business_report span {
	font-weight:bold;
}

#admin_business_report span.red {
	color:#990000;
}

#admin_business_report span.green {
	color:#009900;
}

/* admin business product report */
#admin_business_product_report div {
	margin-bottom:5px;
}

#admin_business_product_report h2 {
	margin-top:10px;
}

#admin_business_product_report span {
	font-weight:bold;
}

#admin_business_product_report span.red {
	color:#990000;
}

#admin_business_product_report span.green {
	color:#009900;
}

/* admin search reviews */
#admin_search_reviews_state label {
	width:200px;
}

#admin_search_reviews_state input[type="text"] {
	width:400px;
}

/* admin reviews */
#admin_reviews .num_reviews {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d6da;
}

/* admin review adult urls */
#admin_review_adult_urls .row .thumbnail_column {
	float: left;
	width: 300px;
	padding-right: 20px;
}
#admin_review_adult_urls .row .url_column {
	float: left;
	font-size: 15px;
	width: 350px;
}
#admin_review_adult_urls .row .categories_column {
	float: left;
	width: 200px;
}

/* admin adult urls */
#admin_adult_urls #instructions {
	margin-bottom: 7px;
}
#admin_adult_urls #keyword {
	width: 250px;
	float: left;
	margin-right: 10px;
}
#admin_adult_urls #search_buttons {
	float: left;
}
#admin_adult_urls #count {
	font-weight: bold;
	margin: 15px 0 10px 0;
}
#admin_adult_urls .select {
	width: 10px;
}

/* admin site owners */
#admin_site_owners #search_input {
	float: right;
	margin-left: 7px;
}
#admin_site_owners #search_input input {
	height: 26px;
}
#admin_site_owners #search_button {
	height: 25px;
}
#admin_site_owners .owner input[type="text"] {
	width: 80px;
}
#admin_site_owners td {
	line-height: 1.4;
}
#admin_site_owners .navigation {
	margin-bottom: 10px;
}

/* admin site owner billing */
#admin_site_owner_billing #url {
	margin-bottom: 5px;
}
#admin_site_owner_billing label {
	width: 150px;
}
#admin_site_owner_billing #cancel_button {
	margin-right: 5px;
}
#admin_site_owner_billing #cancel_button:hover {
	cursor: pointer;
}
#admin_site_owner_billing input.short {
	width: 50px;
}
#admin_site_owner_billing input.long {
	width: 300px;
}
#admin_site_owner_billing div.validator-error {
	font-weight: normal;
	color: #C73E14;
	margin-bottom: 10px;
}
#admin_site_owner_billing #instructions {
	font-size: 10px;
	font-style: italic;
	position: relative;
	bottom: 7px;
}
#admin_site_owner_billing #buttons {
	margin-top: 30px;
}

/* admin make site owner */
#admin_make_site_owner select {
	font-size: 15px;
	height: 24px;
	margin-bottom: 20px;
}

/* admin spam emails */
#admin_spam_emails .destination {
	text-decoration: underline;
	margin-bottom: 7px;
}

#admin_spam_emails td.content {
	width: 500px;
}

#admin_spam_emails td li {
	margin-bottom: 5px;
}

/* admin order emails */
#admin_order_emails td.content {
	width: 360px;
}
#admin_order_emails td.data {
	width: 150px;
}
#admin_order_emails td.date {
	width: 100px;
}
#admin_order_emails .email_body {
	margin-top: 10px;
	width:350px;
	height:200px;
	overflow:auto;
	border: 1px solid #969696;
	background-color: #fff;
}
#admin_order_emails .data div {
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 1.2;
}
#admin_order_emails ul {
	list-style-type: circle;
}

/* admin queue */
.admin_queue input[type="checkbox"] {
	margin: 4px 10px 0px 0px;
	font-size: 20px;
	float: left;
}
.admin_queue .group_actions {
	padding: 0px 5px;
}
.admin_queue .group_actions_block {
	margin: 20px 0;
	text-align: left;
}
.admin_queue #toggleFormDiv {
	margin: 20px 0;
}
.admin_queue .hide {
	display: none;
}
.admin_queue .group_actions .left {
	width: 240px;
}
.admin_queue .group_actions .center {
	width: 200px;
	display: inline-block;
}
.admin_queue .group_actions .right {
	min-width: 210px;
	height: 20px;
}
.admin_queue .group_actions_block .left, .admin_queue .group_actions_block .right {
	width: 400px;
}
.admin_queue .group_actions_block .wider {
	width: 480px;
	height: 110px;
	margin-left: 110px;
	margin-bottom: 20px;
}
.admin_queue .group_actions_block .wider div {
	width: 210px;	
}
.admin_queue .group_actions_block .wider div.center {
	width: 50px;	
}
.admin_queue .group_actions_block .wider div .block {
	display: block;
	margin: 0 auto 5px auto;
	width: 32px;
}
.admin_queue .group_actions.filter {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d6da;
}
.admin_queue .group_actions.top {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d6da;
}
.admin_queue .group_actions.bottom {
	padding-top: 10px;
	border-top: 1px solid #d7d6da;
}
.admin_queue .group_actions .input.select {
	margin-right: 10px;
	float: left;
}
.admin_queue .group_actions_block .input.select {
	float: none;
}
.admin_queue .group_actions .input.select select {
	font-size: 11px;
}
.admin_queue .group_actions .input.select select[multiple=multiple] {
	width: 190px;
	height: 85px;
}
.admin_queue .group_actions_block .wider .input.select select[multiple=multiple] {
	height: 110px;	
}
.admin_queue .group_actions_block .wider .input.select select[multiple=multiple] option.hidden {
	display: none;
}
.admin_queue .navigation {
	margin-top: 20px;
	border-top: 1px solid #000;
	padding-top: 20px;
}
.admin_queue .row {
	padding: 10px 5px;
	line-height: 1.2;
}
.admin_queue .row.odd {
	background-color: #eaeaea;
}
.admin_queue .row .user_column {
	float: left;
	font-size: 11px;
	width: 80px;
	padding-right: 10px;
	overflow: hidden;
}
.admin_queue .row .username {
	margin-top: 3px;
}
.admin_queue .row .object_column {
	float: left;
	width: 700px;
	padding-right: 10px;
	overflow: hidden;
}
.admin_queue .row .url {
	color: #969696;
	margin-bottom: 4px;
}
.admin_queue .row .url_link {
	color: #000;
}
.admin_queue .row .url_info {
	font-size: 11px;
}
.admin_queue .row .url_info a {
	color: #969696;	
}
.admin_queue .row .review_title {
	font-style: italic;
	margin-bottom: 3px;
}
.admin_queue .row .stars {
	margin-bottom: 3px;
}
.admin_queue .row .star_rating {
	float: left;
	margin-right: 7px;
}
.admin_queue .row .time {
	float: left;
	padding-top: 2px;
}
.admin_queue .row .solicited {
	float: left;
	padding-top: 2px;
	margin-left: 10px;
}
.admin_queue .row .date {
	font-style: italic;
	color: #969696;
	font-size: 11px;
}
.admin_queue .row .action_column {
	float: left;
	font-size: 11px;
	line-height: 1.4;
}
.admin_queue .row .link {
	display: block;
	margin-bottom: 3px;
}
.admin_queue .row .admin_override_links {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #969696;
}
.admin_queue .row .admin_override_links a {
	color: #969696;
}
/* admin import products */
#admin_import_products select {
	font-size: 10px;	
}
#admin_import_products label {
	width: 150px;
}
#admin_import_products #select {
	float: left;
	margin-right: 10px;
}
#admin_import_products #preview {
	float: left;
}
#admin_import_products #select select {
	width: 300px;
}
#admin_import_products input[type="text"] {
	width: 40px;
}
#admin_import_products #mappings {
	width: 900px;
	height: 400px;
	overflow-x: scroll;
	overflow-y: scroll;
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
}
#admin_import_products #mappings table td {
	font-size: 10px;
}
/* admin marketing channels dashboard */
#admin_marketing_dashboard #tabs {
	float: left;
}
#admin_marketing_dashboard #legend {
	float: left;
	font-size: 12px;
	width: 200px;
	margin-left: 50px;
	margin-top: 50px;
}
#admin_marketing_dashboard #legend a {
	color: #000000;
}
#admin_marketing_dashboard .legend_block {
	height: 12px;
	width: 12px;
	float: left;
	margin-right: 7px;
	margin-top: 1px;
	border: 1px solid #eaeaea;
}
#admin_marketing_dashboard .legend_block.direct {
	background-color: #e41a1c;
}
#admin_marketing_dashboard .legend_block.sitejabber {
	background-color: #377eb8;
}
#admin_marketing_dashboard .legend_block.email {
	background-color: #4daf4a;
}
#admin_marketing_dashboard .legend_block.seo {
	background-color: #984ea3;
}
#admin_marketing_dashboard .legend_block.blog {
	background-color: #ff7f00;
}
#admin_marketing_dashboard .legend_block.partners {
	background-color: #ffff33;
}
#admin_marketing_dashboard .legend_block.social {
	background-color: #a65628;
}
#admin_marketing_dashboard .legend_block.referral {
	background-color: #f781bf;
}
#admin_marketing_dashboard .legend_block.ads {
	background-color: #0f1377;
}
#admin_marketing_dashboard #legend .label {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
	width: 150px;
}
#admin_marketing_dashboard .graph {
	margin-bottom: 20px;
}

/* admin custom billing */
#admin_custom_billing h2 {
	font-weight: normal;
	margin-bottom: 20px;
}
#admin_custom_billing label {
	width: 150px;
}
#admin_custom_billing select {
	font-size: 12px;
}
#admin_custom_billing select.date_select {
	width: 60px;
}
#admin_custom_billing table tr td {
	line-height: 1.3;	
}
#admin_custom_billing .validator-error {
	font-weight: normal;
	color: #C73E14;
	margin-bottom: 10px;
}

/* admin lead dashboard */
#admin_lead_dashboard label {
	font-weight: bold;
	margin-right: 10px;
	width: auto;
}
#admin_lead_dashboard select {
	font-size: 12px;
	width: auto;
}
#admin_lead_dashboard .left {
	margin-right: 10px;
}
#admin_lead_dashboard #leads {
	border: 1px solid #d7d6da;
	margin-top: 7px;
}
#admin_lead_dashboard #leads th {
	padding: 6px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #d7d6da;
}
#admin_lead_dashboard #leads td {
	border: none;
	line-height: normal;
}
#admin_lead_dashboard #leads td a {
	font-size: 10px;	
}

/* admin self-service dashboard */
#admin_self_service_dashboard #tabs {
	margin-bottom: 20px;
}
#admin_self_service_dashboard #tabs li {
	padding: 0 5px 0 5px;
}
#admin_self_service_dashboard label {
	font-weight: bold;
	margin-right: 10px;
	width: auto;
	font-size: 12px;
}
#admin_self_service_dashboard select {
	font-size: 12px;
	width: auto;
}
#admin_self_service_dashboard #SelfServiceBusiness_wrapper {
	font-size: 12px;
}
#admin_self_service_dashboard #SelfServiceBusiness {
	display: none;
}
#admin_self_service_dashboard #SelfServiceBusiness_wrapper thead th {
	vertical-align: middle;
}

#admin_self_service_dashboard .graph {
	margin-bottom: 20px;
}

/* admin import reviews */
#admin_import_reviews table#reviews_list {
	margin-top:10px;
}
#admin_import_reviews table#reviews_list td.date-td {
	white-space: nowrap;
}

/* admin press links */
#press_links #press_links_list {
	word-break: break-word;
}
