/*
 * General styles
 */
*, html {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #5b5b5b;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	line-height: 16px;
}
table tr td { 
	font-size: 12px;
}
hr {
	height:1px;
	border:1px;
	background-color: #d1d1d1;
	margin-top:10px;
}
ul {
	list-style: none;
	padding: none;
	margin: none;
}

.error {
	color: red;
	display: block;
	clear: both;
}

#maincontent {
	background-color:#ffffff;
	width:960px;
}

a {
	text-decoration: none;
}
a:hover {}
#header-nav a {
	color: #8DC63F;
	text-decoration: none;
}
#header-nav a:hover {
	color: #FFFF00;
}


.page-heading {
    border-bottom: 1px solid #CCCCCC;
    color: #67A216;
    font-size: 20px;
    font-weight: bold;
    margin: 2px 0 20px;
    padding: 3px;
	font-family: tahoma, verdana;
}
#page-wrapper {
	background-color: #E4E6F4;
	padding: 10px;
}
#page-content {
	background-color: #FFFFFF;
	padding: 20px;
	overflow: hidden;
}

#response-wrapper {
	margin-bottom: 10px;
}
.flash-response-notice, .flash-response-alert {
	padding: 5px;
	background-color: #F4F995;
	color: #000000;
	border: 1px solid #CAEF97;
	margin: 2px;
}
.flash-response-alert {
	background-color: #F7D8CF;
	border: 1px solid #EA9F8A;
}
.notice {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 2px 2px 10px 2px;
	background-color: #FCFCF4;
	border: 1px solid #CCCCCC;
}
.dataTable .lead-details {
	display: none;
}
tr.row-highlight td {
	background-color: #E3F9C4;
}
.table-1 {
	padding: 0;
	margin: 0;
    width: 100%;
    border-collapse: collapse;
	color: #2f4c07;
	float: left;
	margin-bottom: 20px;
}
.table-1 caption {
	padding: 0 0 5px 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 25px;
}
.table-1 th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #b2d289 url(/media/img/bg_header_green.png);
	background-repeat: repeat-x;
}
.table-1 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #CCCCCC;
	background: none;
}
.table-1 td {
	border: 1px solid #CCCCCC;
	background: #fff;
	padding: 6px 6px 6px 12px;
}
.table-1 td.alt {
	background: #F5FAFA;
}
.table-1 th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.table-1 th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.table-1 td.add {
    background-color: #e3f9c4;
}
.table-grey th {
	background: #D8D8D8 url(/media/img/bg_header_grey.png) no-repeat;
}
.table-orange th {
	background: #F9AF96 url(/media/img/bg_header_orange.png) no-repeat;
}
td.table-row-spacer {
	border: 0;
	height: 25px;
}
.t-width-1 {
	width: 24%;
}
.t-width-2 {
	width: 49%;
	margin-right: 5px;
}
.t-width-3 {
	width: 74%;
}
thead {
	padding: 0;
	margin: 0;
}

.status-message-1 {
	font-size: 9px;
	color: #FC2420;
}
.status-message-2 {
	font-size: 9px;
}

ul.quick-links {
	list-style: none;
	margin-bottom: 10px;
}
ul.quick-links li {
	background-image: url('/view/default/images/link_pointer.png');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
	height: 18px;
	line-height: 18px;
}

#punchline {
	bottom: 10px;
    color: #6F6F6F;
    float: left;
    font-weight: bold;
    left: 25px;
    position: absolute;
    width: 300px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
/*
 * Generic form styles
 */
form label
{
	width: 150px;
	float: left;
	margin-right: 0.5em;
	display: block
}
form .input-submit {
	background-color: #8DC63F;
	border: 1px solid #7BAA38;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	padding: 2px 10px;
	text-decoration: none;
}
form .submit-variation-1 {
	background-color: #CCC;
	border: 1px solid #AFAFAF;
}
form .input-text,
form select,
form textarea
{
	color: #000000;
	background-color: #F9F7F4;
	border: 1px solid #CCCCCC;
	margin: 3px;
	height: 20px;
	width: 200px;
	padding: 2px;
}
form select {
	width: 100px;
}
.element-width-1 {
	width: 100px;
}
.element-width-2 {
	width: 200px;
}
form .camp-cost {
	width: 90px;
}
form textarea {
	height: 50px;
}

#form-date-picker {
	margin-bottom: 10px;
	float: left;
}
#form-date-picker .input-text{
	width: 80px;
}
#form-searchbox {
	float: right;
}
/*
 * Login 
 */
#form-login {
	width: 205px;
	margin: 0 auto;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.8);
    -webkit-box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.8);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    font-weight: normal;
    padding: 26px 24px 46px;
}
#form-login .input-login {
	 width: 200px;
	 height: 30px;
	 font-size: 14px;
	 font-weight: bold;
	 line-height: 30px;
	 border: 1px solid #CCC;
	 color: #666;
	 padding-left: 5px;
	 margin-bottom: 5px;
}
#form-login .input-submit {
	margin: 10px;
	float: right;
}

#form-login label {
	color: #777777;
    font-size: 14px;
}
/*
 * Page header styles
 */
 
.header-message {
	float: right;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FCFCF4;
	padding: 5px;
    border-radius: 5px;
	border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-moz-box-shadow: 1px 2px 8px #C1C1C1;
	-webkit-box-shadow: 1px 2px 8px #C1C1C1;
	box-shadow: 1px 2px 8px #C1C1C1;
}
#header {
	background-color:#fefefe;
	height:130px;
	background-image: url(/view/default/images/myleadtrackingbg.png);
	background-repeat:repeat-x;
	position: relative;
}
.logo {
	float:left; 
	width:231px; 
	height:130px;
	margin:0 20px;
	border:0px;
}
#header-welcome-user {
	color: #62911D;
	float: right;
	padding: 5px;
}
#header-nav {
	background-color: #8DC63F;
	border: 1px solid #67A216;
	height: 30px;
	overflow: hidden;

}
#header-nav ul {
	padding: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	line-height: 30px;
}
#header-nav ul li {
	display: inline;
	list-style: none;

}
#header-nav ul li a {
	padding-right: 10px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
#header-nav ul li a:hover {
	color: #FFFFFF;
}


/*
 * Page footer styles
 */
#footer {
	clear:both;
	padding:15px 10px;
	text-align:center;
	border-top: dotted #9b9b9b 1px;
	border-bottom: dotted #9b9b9b 1px;
	margin: 10px 0;
	font-size: 10px;
}

#footer span{
	font-size: 9px;
	color:#69696b;
}
/*
#wide-content{
	padding:20px;
	line-height:18px;
	font-size:13px;
	background-color:#FFFFFF;
	overflow: hidden;
}

#wide-content h1, h2, h3, h4{
	color:#67a216;
	padding: 0;
	margin: 2px 0px 2px 0px;
}
*/
#campaign-info-box {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    float: right;
    padding: 5px;
    width: 300px;
	overflow:hidden;
}
#campaign-info-box div {
    border-bottom: 1px solid #CCC;
}
#canceled-camp-box {
    border: 1px solid #CCCCCC;
    float: right;
    padding: 3px;
}
.mlt-infotip {

}
.table-style {
	border-collapse: collapse;
}
.table-style th {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
}
.table-style td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
}
.table-style .table-summary td {
	background-color: #F2F2F2;
	font-weight: normal;
}
.table-style .table-total td {
	background-color: #F2F2F2;
	color: brown;
	font-weight: bold;
	font-size: 14px;
}
.billing-report {
	float: right;
}
#billing-files img {
	border: none;
}
#billing-files li {
	list-style: none;
}

.paginateit-links, .paginateit-links a {
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    margin: 3px;
}
.paginateit-links {
    color: #000000;
}
.paginateit-links a:hover {
    color: #CC0000;
}
.paginateit-links a .plinks {
    background-color: #EBEBEB;
    border: 1px solid #999999;
    display: inline-block;
    padding: 3px;
    text-align: center;
    width: 15px;
}
.paginateit-links a .plinks strong {
    color: #CC0000;
}

.shortcut-links {
	float: right;
}
.shortcut-links ul {
	padding: 0;
	margin: 0;	
}
.shortcut-links div.title {
	font-weight: bold;
}
.shortcut-links li {
	background-image: url('/images/link_pointer.png');
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	padding-left: 12px;
}

/*
 * Views leads 
 */
.lead_price_rule {
	width: auto;
}
.lead-details-service {
	width: 200px;
}
.filters-wrapper {
	width: 100%;
	float: left;
}
.campaign-lead-info-box {
	 width: 35%;
	 float: left;
	 margin-bottom: 10px;
 }
.campaign-info-box {
	 width: 35%;
	 float: right;
	 margin-bottom: 10px;
 }
.lead-table {
	 margin-bottom: 5px;
	 width: 100%;
     background-color: #F7F7F7;
     border: 1px solid #CCCCCC;
}

.table-1 .lead-good th,
.table-1 .lead-bad th {
    background: #CAE8EA url(/media/img/bg_header_green.jpg) no-repeat;
}
.table-1 .lead-bad th {
	background: #CAE8EA url(/media/img/bg_header_grey.jpg) no-repeat;
}

.lead-table-cells {
	width: 25%;
    text-align: left;
    font-weight: bold;
}
.lead-table-cells span {
    padding: 5px;
    display: block;
}
.lead-body-right {
    border-left: 1px solid #CCCCCC;
    width: 50%;
	padding: 10px;
	vertical-align: top;
}
.lead-details-el {
	clear: both;
	margin-bottom: 10px;
}
.lead-details {
	border: 3px solid #CCC;
	padding-bottom: 10px;
}

.lead-details-notes textarea {
	width: 500px;
	height: 50px;
}
.lead-details-status input {
	
}
.lead-details-status {
	display: left;
}
.lead-details-reason input {
	width: 500px;
}
.lead-details-reason label {
	width: 500px;
}
form .lead-details-reviewed label {
	width: 165px;
}
.lead-details-reason {
	display: none;
}
.lead-info-detail {
	padding: 3px 3px 3px 0px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #CCC;
}
.lead-details-button {
	margin-top: 10px;
	margin-bottom: 10px;
}
td.row-hover {
	background-color: #EEE;
}
#bad-lead-wrapper {

}
.row {
	cursor: pointer;
}
.lead-section {
	float: left;
	margin-bottom: 20px;
}
.lead-info {
	width: 340px;
	margin-right: 10px;
}
.lead-info-name {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.lead-note-indicator,
.lead-reviewed-indicator {
	background-image: url('/media/img/notebook--pencil.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 2px;
	display: block;
	float: right;	
}
.lead-reviewed-indicator {
	background-image: url('/media/img/tick.png');
}
/*
 * Filters
 */
.fb-filters {
	float: left;
	margin: 10px 0px 10px 0px;
}
.fb-filters .fb-wrapper {
	display: block;
	height: auto;
	clear: right;
}
.fb-filters label {
	text-align: left;
}
.toggle-leads-details {
	float: left;
	clear: both;
}

/*
 * Pagination
 */
.paginator {
	clear: both;
	float: right;
	margin: 10px;
}
.paginator a {
	color: #2F4C07;
}
.paginator ul li.paginator_link_current {
    background-color: #FFFFFF;
    border: 0 none;
    color: #000000;
    font-weight: bold;
}
.paginator ul li.paginator_link {
    background-color: #F3F3F3;
    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 3px 3px;
    display: block;
    height: 18px;
    line-height: 18px;
    margin-right: 3px;
    text-align: center;
    width: 20px;
}
.paginator ul li {
    float: left;
    list-style: none outside none;
}
.paginator_link_next, .paginator_link_previous {
	padding: 2px;
}
/*
 * Campaigns view
 */
.campaign-end {
	color: red;
}

#campaign-settings-wrapper {
	width: 45%;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#campaign-access-wrapper {
	width: 45%;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/*
 * Charts
 */
.chart {
	float:left;
	overflow:hidden;
	padding:4px;
	height:240px;
}
.chart-2row {
	width:440px;
}
.chart-1row {
	width:100%;
	float:left;
	overflow:hidden;
	padding:4px;
	height:280px;
}
.chart p.title {
	font-weight:bold;
	color:#008000;
	padding:3px;
}

/*
 * Table sort
 */
.sortlink {}
.sortlink_asc {
	background-image: url('/view/default/images/asc.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 4px;
}
.sortlink_desc {
	background-image: url('/view/default/images/desc.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 4px;
}

/*
 * Changelog page
 */
.changelog-list {
	list-style: none;
}

/*
 * National dashboard filters
 */
.national-dashboard-filters {
	clear: left;
}

.national-dashboard-filters div {
	margin-bottom: 10px;
}

.national-dashboard-filters label {
	width: auto;
	margin-right: 5px;
	padding-top: 6px;
	font-weight: bold;
	color: #67A216;
}

.national-dashboard-filters select {
	width: auto;
	height: auto;
}