* {
	margin: 0;
	padding:0;
}
body, input, textarea, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
body {
	background-color:#0E1933;
	min-width: 1230px;
}
.clear {
	clear: both;
}
a {
	text-decoration:none;
}
label {
	font-weight:bold;	
}
#contentWrap {
	padding:0 0 30px;
	border-top: 1px solid #888;
	background:url(/img/dropshadow.png) repeat-x #555;
}
#container {
	width:100%;
	height:auto;
}
#header {
	position:relative;
	width:100%;
	min-width:900px;
	height:70px;
	background:url(/img/header_bg.png) repeat-x;
	border-bottom:4px solid #000;
}
#navContainer {
	background:url(/img/sub_bg.png) repeat-x 0 -35px #ccc;
	border-bottom: 1px solid #333;
	border-top: 1px solid #eee;
	height: 35px;
	min-width: 900px;
}
#navContainer #navContent {
	padding:5px 0 0 14px;
}
ul.headerNav {
	list-style:none;
}
ul.headerNav li {
	list-style:none;
	float:left;
}
.headerNav a, .headerNav a:active, .headerNav a:visited {
	display:block;
	color:#333;
	text-align:center;
	text-decoration:none;
	outline:none;
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	line-height:16px;
	margin:0 10px 0 0;
	padding:5px 13px 4px;
}
.headerNav a:hover, .headerNav a:focus {
	background:url(/img/sub_bg_link.png) repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #ccc;
	color:#FFF;
	text-decoration:none;
	outline:none;
	padding:4px 12px 3px;
}
.headerNav li ul.dropDownMenu {
	background:url(/img/bg_dropdown.png) repeat-x 0 5px transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:0 none;
	list-style:none outside none;
	margin:0 0 0 -999em;
	padding:10px 0 5px;
	position:absolute;
	width:200px;
	z-index:999;
}
.headerNav li ul.dropDownMenu span.arrow {
	background:url(/img/bg_dropdown_arrow.png) no-repeat;
	display: block;
	height: 8px;
	left: 44%;
	position: absolute;
	top: -3px;
	width: 17px;
}
.headerNav li:hover ul.dropDownMenu, .headerNav li.over ul.dropDownMenu {
	margin-left:-55px;
	display:block;
}
.headerNav li ul.dropDownMenu li {
	float:none;
	margin:0;
	padding:0;
	background-image:none;
}
.headerNav li ul.dropDownMenu li a {
	border:0 none;
	color:#fff;
	display:block;
	float:none;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	margin:0;
	padding:5px 0 5px 13px;
	text-align:left;
	text-transform:none;
	cursor:pointer;
}
.headerNav li ul.dropDownMenu li a:hover, .headerNav li ul.dropDownMenu li a:focus {
	background-color:#355190;
	background-image:none;
	border:0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a.headerNotification {
	display:block;
	width:22px !important;
	height:16px !important;
	text-indent:-9999px;
	padding:0 !important;
	margin:0 !important;
	background:url(/img/agent/notificationIcons.png) no-repeat;	
	background-position:0 0;
	cursor:pointer;	
	overflow:hidden;
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a.headerNotification:hover, a.headerNotification:focus, a.headerNotification:active {
	display:block;
	width:22px;
	height:16px;
	text-indent:-9999px;
	padding:0;
	margin:0;
	background:url(/img/agent/notificationIcons.png) no-repeat;
	background-position:-22px 0;	
	cursor:pointer;	
	overflow:hidden;
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.headerNotificationHolder {
	padding:5px 7px 2px 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid transparent;
}
.headerNotificationHolder:hover {
	background:url(/img/sub_bg_link.png) repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #ccc;
	outline:none;
}
#title {
	color:#FFFFFF;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin:28px 40px 0 27px;
}
form#SearchForm {
	width:100%;
}
form#SearchForm input {
	width:100px;
}
form#SearchForm div {
	background:#c8cdd8 url(/img/leadsearch_bg.gif) repeat-x 0 0;
	color:#333333;
	padding:0 10px 10px;
	border:1px solid #c8cdd8;
}
form#SearchForm table {
	margin: 10px 0 0;
}
#nav {
	/*background:#666666 url(/img/subnav_glass_gray.gif) repeat-x scroll 0 -4px;*/
color:#3f3f3f;
	float:left;
	font-size:20px;
	font-weight: lighter;
	margin:10px 0 5px;
	width:100%;
}
#nav a, #nav span {
	display:inline-block;/*padding:5px;
	margin:0 7px;*/
}
#login_form {
	width:350px;
	height:250px;
	margin:50px auto;
	background:url(/img/login_bg.png) no-repeat;
	padding: 25px;
}
#login_form h1 {
	background:transparent url(/img/logo_leadforward_1.png) no-repeat scroll 0 0;
	display:block;
	height:40px;
	text-indent:-7890px;
	width:300px;
}
#login_form ul li {
	margin:12px 0;
	list-style:none;
}
#login_form ul li label {
	color:#FFFFFF;
	display:inline-block;
	width:95px;
	font-size:16px;
}
#login_form input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:3px solid #ccc;
	color:#333;
	font-size:14px;
	padding:5px 2px;
	width:230px;
}
#login_form input.btn {
	background:#FFFFFF url(/img/login_btn_bg.png) repeat-x scroll 0 0;
	border:2px solid #FFFFFF;
	color:#333333;
	font-size:16px;
	margin:10px 0 0 98px;
	padding:5px 20px;
	width:auto;
}
#login {
	color:#FFFFFF;
	float:right;
	margin:10px 15px 0 0;
	text-align:right;
	text-transform:capitalize;
}
#login b {
	color:#BBB;
}
#login a {
	color:#ffffff;
}
#login a:hover {
	color:#DDD;
}
#page {
	margin:3px 24px;
	min-width:900px;
}
#content {
	min-height:100px;
}
.footbtn {
	list-style-type: none;
	float: left;
	margin:0 30px 30px 24px;
	width:1020px;
	vertical-align:bottom;
	bottom:0;/* z-index:99; *//* position:fixed; *//* bottom:100px; */
}
.footbtn li {
	width:196px;
	height:101px;
	background:url(/img/btn_footer.png) no-repeat;
	font-weight:bold;
	color:#ffffff;
	left:10px;
}
.footbtn li a {
	color:#fff;
	padding:16px 0px 0px 25px;
	width:161px;
	height:45px;
	display:block;/* position:relative; */
}
.footbtn li a:hover {
	color:#c2cd23;
}
.footbtn li a:active {
	background:url(/img/btn_footer_down.png) no-repeat;
	padding:17px 0px 0px 26px;
	width:160px;
	height:44px;
}
#footer {
	background:url(/img/footer_bg.png) repeat-x;
	bottom:0;
	color:#fff;
	font-size:12px;
	height:30px;
	padding:16px 0 0;
	position:fixed;
	left:0;
	width:100%;
	min-width:900px;
	z-index:99;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#DDD;
}
.push {
	height: 30px;
}
.hidden {
	visibility: hidden;
}
.hideMe {
	display:none;
	visibility:none;
}
.submit_bg {
	width:186px;
	height:101px;
	background:url(/img/btn_footer.png) no-repeat;
}
.modlinks, .modlinks[disabled]:hover {
	background:url(/img/btn_bg.gif) repeat-x #E5E5E5;
	border:1px solid #535353;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius:16px;
	padding:1px 10px;
	margin:0 5px;
	font-size:12px;
	color:#000;
	font-weight:normal;
}
.modlinks:hover, .modlinks:focus {
	background:url(/img/btn_bg2.gif) repeat-x #E5E5E5;
	border:1px solid #192a3a;
	cursor:pointer;
	color:#000;
	outline:none;
}
.modlinks[disabled], .modlinks[disabled]:hover {
	color:#CCC !important;
	border-color:#CCC !important;
	cursor:default;
}
input[type="radio"], input[type="checkbox"] {
	width: auto;
}
.login_submit {
}
a {
	color:#628CAF;
	text-decoration:none;
}
a:hover {
	color:#DDD;
}
#summary_panel {
	width:100%;
	background-color:#666;
}
img#client_image_child {
	float:left;
	margin:2px 0 15px 8px;
	border:0 none;
}
img#client_image_parent {
	float:left;
	margin:15px 5px 15px 5px;
	border:0 none;
}
ul#client_info, ul#client_stats, ul#agentorder_stats, ul#source_info {
	width:auto;
	float:left;
	margin:8px 35px 8px 15px;
	color:#666;
}
ul#client_info, ul#source_info {
	max-width:400px;
}
ul#client_stats, ul#agentorder_stats {
	float:right;
	margin:4px 8px 4px 4px;
}
ul#client_info li, ul#client_stats li, ul#agentorder_stats li, ul#source_info li {
	margin:0 0 3px;
	float:left;
	clear:left;
	width:230px;
	text-align:right;
}
ul#client_info li span, ul#client_stats li span, ul#agentorder_stats li span, ul#source_info span {
	font-weight:bold;
	display:block;
	width:130px;
	float:left;
	margin-right:1px;
}
ul#client_info li div, ul#client_stats li div, ul#agentorder_stats li div, ul#source_info li div {
	display:inline-block;
}
ul#client_info li span#client_name, ul#source_info li span#source_name {
	font-size:18px;
	float:none;
	display: inline-block;
	font-weight:normal;
	width:auto;
	margin-top:-4px;
	color:#333;
}
ul#client_info li.important, ul#client_stats li.important, ul#agentorder_stats li.important, ul#source_info li.important {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#agent-sumpanel {
    border: 10px solid #777777;
	background:#fff;
    height: 100px;
    padding: 15px;
    position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img#client_image_agent {
    border: 0 none;
    float: left;
    margin: 0 50px 0 0;
    position: relative;
}
#aohp-counts {
	position:absolute;
	right:0;
	top:0;
	width:240px;
	margin-right:20px\9;
}
ul#agent_info {
    color: #333333;
    float: left;
    font-size: 14px;
    position: relative;
}
ul#agent_info li {
	margin:2px 0 2px 10px;
	float:left;
	clear:left;
}
ul#agent_info li span {
	font-weight:bold;
	display:block;
	color:#37397d;
	float:left;
	margin-right:4px;
}
ul#agent_info li div {
	font-weight:bold;
	font-size:14px;
	display:inline;
	color:#37397d;
	margin-left:30px;
	margin-right:4px;
}
#date_filter {
	float:right;
	margin:-27px 0 0;
	color:#333;
	background:#F9F9F9 url(/img/default/grid/grid3-hrow.gif) repeat-x scroll 0 bottom;
	padding:5px 10px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#date_filter a {
	color:#666;
	text-decoration:underline;
}
#date_filter a:hover {
	color:#333;
}
#date_filter strong {
	font-weight:bold;
}
#admin {
	background-color: #F6F6F6;
	min-height: 700px;
}
#admin .clientOverview {
	background-color: #e6e6e6;
	border: 1px solid #c4c4c4;
	width: 400px;
}
#admin .headerRow {
	text-align: left;
	width: 150px;
}
#admin .headerRow1 {
	text-align: center;
	width: 150px;
}
#admin .underline {
	border-bottom: 1px dotted #000000;
}
#admin table {
	padding: 2px;
}
.scc-clients {
	margin:15px;
}
.scc-clients div {
	margin:7px 0;
}
#url_panel a {
	color:silver;
}
#url_panel {
	overflow:auto;
}
#lead_panel {
	padding:10px;
	width:280px;
}
#lead_panel div.meta {
	font-size:12px;
	width:260px;
}
#lead_panel div.price {
	font-size:30px;
	font-weight:bold;
	color:#333;
	position:absolute;
	left:200px;
	top:40px;
}
#pageTitle {
	color: #8CC739;
	font-size: 24px;
	line-height: 26px;
	padding: 15px 0 2px 22px;
}
.gridTitle {
	background:url(/img/header_bg.png) repeat-x;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:10px;
	font-weight:bold;
	text-align:left;
	position:relative;
}
.gridTitle .gridTitleControls {
	text-transform:none;
	font-size:11px;
	font-weight:normal;
	position:absolute;
	right:10px;
	top:10px;
}
.gridTitle a {
    color: #EEEEEE;
    cursor: pointer;
    text-decoration: underline;
}
/* GET RID OF THOSE DOTTED LINES */
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, a::-moz-focus-inner {
 border:0px;
}
.loading_animation {
	position:absolute;
	top:375px;
	left:50%;
	margin-left:-55px;
	z-index:99999999;
	display:block;
	background:url(/img/loading_animation.gif) no-repeat center transparent;
	height:115px;
	width:115px;
	display:none;
}
#lfLogo {
	background:url(/img/logo_leadforward_1.png) no-repeat scroll center top transparent;
	display:block;
	height:27px;
	left:9px;
	overflow:hidden;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top:28px;
	width:235px;
}
#lfVersion {
	color:#ccc;
	display: block;
	font-size: 11px;
	left: 236px;
	position: absolute;
	top: 35px;
	width: 200px;
}
#gridtoolbar, #gridfooter, .toolbar {
	position:relative;
	color:#fff;
	background:#777 url(/img/dropshadow_up.png) repeat-x bottom;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:26px; 
	text-align:left;
}
#gridtoolbar {
	margin:0 0 10px;
}
#gridfooter {
	margin:10px 0 0;
}
.contentPlain {
	padding:30px;
	background:#eee;
	border:10px solid #777;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#numAgents {
	color:#fff;
}
label.oneLineLabel {
	font-weight:bold;
	display:block;
	padding: 2px 0px 2px 0px;
}
#globalFooter {
    background: url(/img/header_bg.png) repeat-x scroll 0 0 transparent;
    border-top: 4px solid #000000;
    height: 70px;
    position: relative;
    width: 100%;
}
.innerFooter {
	display:block;
	padding:10px 35px;
	text-align:right;
	color:#fff;
}
.loadingAnimation {
	width:100px; 
	height:180px;
	display:block;
	margin:0 auto;
	background:url(/img/loading_animation.gif) center center no-repeat;
}
.loadingAnimation.wholePage {
	position:absolute;
	top:300px;
	left:50%;
	margin:0 0 0 -50px;
}
.helper {
	height:16px;
	width:16px;
	background:url(/img/icons/help.png) transparent center center no-repeat;
	border:none;
	text-indent:-9999px;
	text-align:left;
	display:inline-block;
}
.helper:hover {
	background:url(/img/icons/help2.png) transparent center center no-repeat;
}
.dialogHelp li {
	margin:0 0 7px 14px;
}
.progressbarContainer {
	width:500px;
	padding:35px;
	margin-left:15px;
	display:block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:solid 1px #BBB;
	background:#F5F5F5;
}
.excelExport {
	display:block;
	text-indent: -9999px;
	text-align: left;
	height:	24px;
	width:24px;
	background:url(/img/icons/export-excel-icon-24.png) center center Transparent no-repeat;
	margin:0 0 -15px 10px;
	border:none;
	text-decoration:none;
	float:right;
}
label.error {
	float: none;
	color: red;
	display: block;
	vertical-align: top;
}
input.error, select.error {
	border: 1px dotted red;
}
.italics {
	font-style:italic;
}
.bold {
	font-style:bold;
}
label.fixedWidth {
	display:inline-block;
	width:120px;
}
label.fixedWidth.right {
	padding-right:5px;
	text-align:right;
}
