body, html {
	font-family: "Gill Sans MT", "Calibri", "DevanagariSangamMN", "Roboto", "HelveticaNeue";
	font-size: 1.1em;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	color: #4d4d4d;
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 50px;
	background-color: #fff;
	height: 100%;
	min-height: 650px;
}

a {
	color: #3bb240;
	cursor: pointer;
}

.top {
	width: 1350px;
	margin: 0 auto;
	display: table;
	position: relative;
	text-align: center;
}

.menu {
	width: 1050px;
	display: inline-block;
}

.menu ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 5px 0 0 -10px;
	vertical-align: bottom;
}

.menu ul li {
	display: inline;
	padding: 10px 15px 5px 15px;
	margin: 20px 15px 0 15px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.85em;
	vertical-align: bottom;
}

.menu ul, .menu ul li a {
	color: #4d4d4d;
	text-decoration: none;
}

.menu ul li a {
	vertical-align: bottom;
}

.menu ul li a img {
	vertical-align: middle;
	margin-left: -30px;
}

.menu ul li#home {
	margin: 0;
	padding: 0;
}

a#home_link {
	float: left;
	margin: -10px 10px 0 20px;
}

.menu_arrow, .drop {
	position: absolute;
	z-index: 9000;
}

.menu_arrow {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: solid 15px #636466;
	top: 60px;
}

#leads_dd, #features_dd, #reports_dd, #accounts_dd, #integrate_dd {
	display: none;
}

#leads_dd .menu_arrow {
	left: 365px;
}

#leads_dd .drop {
	left: 345px;
}

#integrate_dd .menu_arrow {
	left: 480px;
}

#integrate_dd .drop {
	left: 460px;
}

#features_dd .menu_arrow {
	left: 630px;
}

#features_dd .drop {
	left: 610px;
}

#reports_dd .menu_arrow {
	left: 765px;
}

#reports_dd .drop {
	left: 745px;
}

#accounts_dd .menu_arrow {
	left: 900px;
}

#accounts_dd .drop {
	left: 880px;
}

.drop {
	top: 75px;
	background: #636466;
	width: 200px;
	text-align: left;
/*	display: none; */
}

.drop a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: None;
	font-size: 0.9em;
}

.drop a:hover {
	background: #b3b3b3;
}

.head, .content {
	display: block;
	width: 100%;
}

.head {
	height: 20px;
	margin-bottom: 20px;
}

.top {
	width: 1275px;
	padding: 10px 50px;
	margin: 0 auto;
}

.top img {
	float: left;
}

.content {
	margin: 0 auto;
}

span.welcome {
	float: right;
	display: inline-block;
	padding: 5px;
	margin-top: 5px;
	color: #3bb240;
	font-weight: bold;
}

a.logout {
	float: right;
}

/*.menu {
	width: 900px;
	margin: 5px auto;
}

.menu a {
	float: left;
	display: block;
	font-size: 0.9em;
	padding: 0 10px;
} */

.blackout {
	z-index: 1000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
	background: #fff;
}

#ajax_loading, .blackout {
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	display: none;
}

#ajax_loading {
	z-index: 2000;
}

.ajax_loading {
	font-family: Verdana;
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	z-index: 2000;
	width: 100%;
	position: absolute;
	top: 45%;
	text-align: center;
}

h1 {
	font-size: 1.7em;
	color: #4d4d4d;
}

h2 {
	font-size: 1.2em;
	color: #4d4d4d;
}

span h2 {
	float: left;
	display: block;
	padding: 3px 20px;
	margin: 20px 10px 0 10px;
	position: relative;
	z-index: 500;
}

span h2.selected {
	border: solid 1px #000;
	border-bottom: solid 1px #fff;
	background-color: #dee2f3;
}

.tabs {
	border-bottom: solid 1px black;
	height: 31px;
	position: relative;
	z-index: 100;
}

h3 {
	font-size: 1.05em;
}

.content_inner {
	width: 1100px;
	margin: 5px auto;
}

table.submission {
	width: 900px;
	border-collapse: collapse;
}

table.submission td {
	padding: 3px;
	border: solid 1px #636466;
}

table.submission tr.header td, table.float_right tr.header td {
	font-weight: bold;
	background: #e3e3e3;
	color: #000;
}

table.submission td.cat {
	width: 600px;
	font-weight: bold;
}

table.submission tr.header td.del, table.submission td.del {
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}

table.float_right {
	width: 550px;
	float: left;
	margin: 50px 50px 0 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.float_right tr, table.float_right td {
	padding: 5px;
	margin: 0;
	border-bottom: solid 1px #000;
}

form {
	width: 700px;
}

form#add_call {
	float: left;
	width: 600px;
}

label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

label, input {
	margin: 5px 0;
}

input, textarea, select {
	border: solid 1px #000d3e;
	font-size: 0.8em;
}

select {
	font-size: 0.7em;
}

#sourceid {
	display: none;
}

form.wide, form.lead_contact, form.confirm {
	width: 1150px;
}

input[type="text"], input[type="password"], form.search input[type="text"] {
	width: 200px;
}

input.wide_input {
	width: 300px;
}

form.wide label {
	font-weight: bold;
	width: 175px;
}

form.wide input[type="text"] {
	width: 125px;
	font-size: 0.75em;
}

form.lead_contact {
	margin-bottom: 30px;
	text-align: center;
}

form.lead_contact label {
	font-weight: bold;
	width: auto;
}

form.lead_contact input[type="text"] {
	width: 150px;
	margin: 5px 50px 5px 8px;
}

input[type="radio"] {
	margin: 5px;
}

form.narrow {
	width: 550px;
}

form.search label {
	width: 250px;
}

form.numbers label {
	width: 50px;
	margin: 0;
	vertical-align: top;
}

form.numbers label.wide {
	width: 250px;
}

form.numbers table.submission {
	width: 500px;
}

textarea {
	resize: none;
	width: 300px;
	height: 100px;
}

input[type="submit"], button[type="submit"] {
	background-color: #4d4d4d;
	color: #fff;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.75em;
	margin: 10px auto;
}

input.narrow_input {
	width: 75px;
}

span.payment-errors {
	display: block;
}

.part {
	display: block;
	padding-top: 20px;
	margin: 40px 30px;
	width: 500px;
	position: relative;
	text-align: left;
	border-bottom: solid 1px #7b7b7b;
}

.part span {
	position: absolute;
	top: 0;
	right: 0;
	color: #cecece;
}

.column {
	width: 560px;
	display: block;
	float: left;
	margin-right: 30px;
}

.column_title {
	text-transform: uppercase;
	color: #4d4d4d;
}

.underline {
	width: 560px;
	height: 2px;
	display: block;
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(left,  #4d4d4d 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d4d4d), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4d4d4d 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4d4d4d 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4d4d4d 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #4d4d4d 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	margin-bottom: 10px;
}

.activity_part {
	background: #f1f1f2;
	width: 540px;
	margin: 0 10px;
	border-bottom: solid 1px #000;
	font-size: 0.75em;
	padding: 12px 8px;
}

.activity_part_selected {
	background: #fff;
}

.activity_detail {
	padding: 10px 0;
	display: none;
}

span.date {
	width: 75px;
	margin-right: 25px;
}

a.show, a.delete {
	text-decoration: underline;
	float: right;
	margin-right: 10px;
	color: #1c75bd;
}

a.show_selected {
	color: #939598;
}

.part span.delete {
	position: absolute;
	color: #000;
	right: -100px;
	top: 25px;
	font-size: 0.8em;
}

.hidden {
	display: none;
	clear: both;
}

#reminders_div {
	display: block;
}

span.max_min, span.subcat {
	display: inline-block;
	padding: 5px 0;
	font-weight: bold;
	color: #939598;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.8em;
	width: 125px;
	text-align: center;
}

span.selected {
	color: #000;
	background: #c1e0ef;
}

.reminders_menu {
	width: 425px;
	margin: 0 auto;
}

span.subcat {
	width: 200px;
}

span.subcat_selected {
	background: #f1f1f2;
	color: #000;
}

#past {
	display: none;
}

.error, .error_large {
	color: red;
	font-size: 0.8em;
}

.error_large, .green {
	font-size: 1em;
	margin: 0 8px;
	font-weight: bold;
	display: inline-block;
}

.green {
	color: green;
}

a.tag {
	text-decoration: none;
	color: #000;
	margin: 5px 20px;
	font-weight: bold;
}

a.tag_underline {
	text-decoration: underline;
	color: #000;
	margin: 5px 20px;
	font-weight: bold;
	color: #1c75bd;
}

.or {
	display: inline-block;
	margin: -10px 10px;
}

.footer {
	color: #b3b3b3;
	width: 700px;
	font-size: 0.7em;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.footer a {
	color: #3bb240;
}

.clear {
	clear: both;
	display: block;
}

/* button.call {
	background: #1c75bd;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	font-size: 1em;
	padding: 3px 10px;
	margin-left: 100px;
	cursor: pointer;
} */

a.hint {
	margin-left: 10px;
	text-decoration: underline;
}

.input_options {
	display: inline-block;
	width: 200px;
	text-align: left;
	margin-right: -5px;
}

.confirm {
	position: relative;
}

.confirm label, .confirm input {
	margin: 15px 0;
}

.shown {
	width: 500px;
}

#analytics_check {
	display: inline-block;
}

#homepage, #calls {
	position: absolute;
	top: 220px;
	left: 500px;
	box-shadow: 0 0 8px 1px #888;
	-webkit-box-shadow: 0 0 8px 1px #888;
	background: #fff;
	padding: 10px;
	font-size: 0.8em;
}

#calls {
	left: 625px;
	top: 350px;
}

a.close {
	float: right;
	font-weight: bold;
	margin: 5px;
}

p.paypal {
	vertical-align: middle;
}

p.paypal input {
	border: 0;
	vertical-align: middle;
	margin-left: 5px;
}

.child_accounts, .call_search, .call_search form {
	float: right;
}

.call_search {
	font-weight: bold;
	text-align: middle;
	border: solid 2px #e3e3e3;
	padding: 5px;
}

.call_search form {
 	width: 200px;
}

.call_search form input {
	width: 100px;
	display: inline;
}

.call_search form input[type="submit"] {
	width: 50px;
	margin-left: 10px;
}
