@charset "utf-8";

/* Genral Styles */
html, body {    
   height: 100%; 
}

body {
	background: #dcf2ff url(../images/bg_sub.jpg) no-repeat top center;
	font-family: Verdana, Geneva, sans-serif;
	color: #4A4A4A;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
}

h1 {
	color: #002138;	
	font-weight: normal;
}

#login h1 {
	font-size: 18px;	
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #C66926;	
}

form {
	margin: 0;	
}

a:link, a:visited, a:active {
 color: #990505;
}

a:hover {
	color: #C11010;
}


table.list_table label {
	position: absolute;
	margin-left: 2px;
	color: #A9A9A9;
}



#login {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 300px;
	padding: 10px;
	border: solid 1px #cccccc;
	position: relative;
	top: 200px;
	background-color: #fff;
}

#login_fail {
	font-size: 9px;
	color: #AB1D3B;
	font-weight: bold;
}

td {
	vertical-align: top;	
	text-align: left;
}

table.list_table, table.callnotes_table {
	width: 100%;
	border: solid 1px #fff;	
}

table.list_table {
	background-color: #C2E4F5;
}

table.callnotes_table {
	background-color: #AFD5E7;
}

td.label {
	font-weight: bold;
	text-align: right;
}

.reqd, .label span {
	color: 	#C66926;
}

.submit, .submit_warn, .submit_red, .submit_green {
	border: solid 1px #fff;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
select.go {
	width: 25%;	
}

.submit {
	background: #003360 url('../images/button_bg.png') repeat-x;
}

.submit_warn {
	background: #003360 url('../images/button_bg_yellow.png') repeat-x;
}

.submit_red {
	background: #a70007 url('../images/button_bg_red.png') repeat-x;
}

.submit_green {
	background: #4F962C url('../images/button_bg_green.png') repeat-x;
}

.text, .auto, select, textarea, .popBox-input, .text_req {
	font-size: 12px;
	font-family: verdana;
}

.text, .auto, select, textarea, .popBox-input {
	border: solid 1px #92B9CF;
	color: #4A4A4A;
}

.text_req, .req_drop {
	border: solid 2px #FFAA00;
	color: #DD9607 !important;
	background-color: #FDE7BB;
	font-weight: bold;
}

input.text[readonly="readonly"] {
	border: solid 1px #92B9CF;
	font-size: 12px;
	font-family: verdana;
	color: #4A4A4A;
	background-color: #D0DEE5;
}


#admin_table {
	width: 100%;
	height: 100%;
}

#admin_table h1 {
	font-size: 22px;
	font-weight: normal;
	color: #A14806;
	margin-bottom: 5px;
}

#admin_table #navigation {
	width: 180px;
	min-width: 180px;
	background-color: #5FA0C0;
	color: #fff;
	border-right: solid 2px #fff;
	padding: 10px;
}

#admin_table #navigation a {
	color: #fff;	
}

#admin_table #navigation .navgroup div {
	font-weight: bold;
	background-color: #78AFCA;
	padding: 4px;
	margin-right: -8px;	
	margin-bottom: -7px;
}

.navgroup ul {
	margin-left: -15px;	
}


#admin_table #content {
	width: 85%;
	height: 94%;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}



/* Client List */
#card_type {
    display: table-cell;
	font-weight: normal;
	font-size: 16px;
	color: #C66926;	
	vertical-align: middle;
	margin-top: -10px;
}

#listing_actions {
	display: block;
	clear: both;
}

#listing_actions p {
	float: left;	
}

#listing_actions span {
	float: right;	
}

.listing {
	width: 100%;
	background-color: #BCD6E5;
	margin-top: 35px;
}

.header {
	background-color: #4F962C;	
	color: #fff;
	font-weight: bold;
	vertical-align: bottom;
}

.header a {
	color: #fff;	
}

.row1 {
	background-color: #F3FAFF;
}
.row2 {
	background-color: #E0EFF9;
}
.row_red {
	background-color: #A70A05;
	color: #fff;
}

#errors {
	border: solid 1px #FFAA00;
	padding-left: 15px;
	background-color: #FFD455;
	color: #000;
	font-weight: bold;
}

#errors li {
	font-weight: normal;	
}

#msg, #msg2 {
	padding: 5px;
	margin-bottom: 5px;
	color: #000;
}

#msg {
	border: solid 1px #4BCB21;
	background-color: #D4FFD4;
}

#msg2 {
	border: solid 1px #DD8700;
	background-color: #F9D881;
}

.field_label {
	border: solid 1px #92B9CF;
	font-size: 12px;
	font-family: verdana;
	color: #99B3C1;
}



/* Filter box */
#filter {
	border: solid 2px #fff;
	background-color: #CCE2EF;
	margin-bottom: 15px;
	padding: 8px;	
}
#filter span {
	font-size: 16px;
	font-weight: bold;
	color: #002138;
}
.calloption {
	display: block;
}
.admin_note {
	
}





/* Popup style */
#pop_contain {
		
}
#pop_contain2 {
	width: 99%;
	padding: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}




/* Landing Page / Projects List */
.projects {
	margin-bottom: 20px;	
}

#projects_left, #projects_right {
	position: absolute;
	top: 60px;
	vertical-align: top;	
}

#projects_left {
	left: 215px;
	width: 320px;
	z-index: 1000;
	text-align: center;
}

#projects_left a {
	text-decoration: none;
}

#projects_right {
	left: 534px;
	right: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 80%;
	background-color: #F0F8FB;
	border: solid 1px #99B3C1;
	z-index: 100;

}

.project_title {
	font-size: 20px;
	color: #002138;
	margin-top: 14px;
	margin-bottom: 9px;
}

#projects_left img, .logo {
	border: solid 1px #99B3C1;	
	width: 110px;
}

.contact_list_button {
	border: solid 1px #A14806;
	background-color: #C66926;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 170px;
	cursor: hand;
	float: left;
}

.contact_list_button:hover{
   background-color: #F3883C;
}

.contact_list_button a {
	color: #fff !important;	
	text-decoration: none;
}

ul#menu { 
	margin-left: 60px;
	padding: 0; 
	list-style-type: none;
}
ul#menu li {
	padding: 10px;
	text-align: left;
}
ul#menu li.current {
	background-color: #F0F8FB;
	border-top: solid 1px #99B3C1;
	border-left: solid 1px #99B3C1;
	border-bottom:solid 1px #99B3C1;
}
.pbox {
	display: none;
}
.pbox span {
	font-size: 25px;
	color: #A14806;
	border-bottom: solid 1px #C66926; 
	display: block;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#div0 {
	display: block;
}




/* Contact Page */
.notes_label {
	font-weight: bold;
}
.notes_list, .proposal_list, .sales_list {
	width: 99%;
	margin-bottom: 0;
	border: solid 1px #fff;	
	overflow-y: auto;
	overflow-x: hidden;
}
.notes_list {
	max-height: 100px;
}
.proposal_list {
	max-height: 110px;	
}
.notes_list tr:hover, .proposal_list tr:hover {
	background-color: #67B9E1;	
	color: #fff;
}
.notes_full_contain {
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
.notes_full {
	width: 90%;
	border: solid 1px #99B3C1;
	padding: 10px;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}
.textboxpop {
	width: 98%; 
	height: 70px;	
	margin-bottom: 2px;
	display: block;
}
.callback_queue, .contact_rejected {
	color: #fff;
	vertical-align: middle;
	border-bottom: solid 1px #fff;
}
.callback_queue {
	background: #4F962C;
}
.contact_rejected, #errors2 {
	background: #C11919 url('../images/redstripe2.png') repeat;
}
.callback_complete {
	font-size: 12px;
	padding: 2px;
	border: solid 1px #fff !important;
	color: #fff;
	background: url('../images/button_bg_green.jpg') repeat-x;
}

#errors2 {
	height: 40px;
	color: #fff;
	border: solid 1px #fff;
	padding: 4px;
}

#warning {
	min-height: 40px;
	color: #000;
	border: solid 1px #fff;
	padding: 4px;
	margin-bottom: 5px;
}

#warning {
	background: #F8A10C url('../images/warnstripe.png') repeat;
}

#warning li {
	display: block;	
}

#proposal_iframe {
	width: 98%;
	height: 140px;
}
#sales_iframe {
	width: 98%;
	height: 140px;
}
#iframe {
	width: 100%;
	height: 100%;
	background-color: #C2E4F5;
}







/* Contact Page Pagination */
#contactform {
	display: inline;	
}
.contact_pagination {
	width: 100%;
	background-color: #5FA0C0;
	border: solid 1px #fff;	
	margin-bottom: 5px;
	margin-top: 5px;
	color: #fff;
}
.contact_pagination div {
	padding: 5px;	
}
.contact_pagination div select {
	margin-right: 10px;	
}
.contact_pagination div .submit {
	width: 75px;
}
.contact_pagination div .record_numbers {
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;	
	padding: 5px;
	font-size: 14px;
}
#msg_contain {
   height: 30px;
}
#autosave_msg {
	border: solid 1px #4BCB21;
	padding: 5px;
	background-color: #D4FFD4;
	color: #000;
}

.contact_calloptions {
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #fff;
	background: #003360 url('../images/button_bg.png') repeat-x;
	color: #fff;
	margin: 2px;
	white-space: nowrap;
	padding-right: 8px;
}
.contact_calloptions input {
	position: relative;
	top: 2px;	
}




/* SEarch popup */
#search_contain {
	width: 97%;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

/* Callback Popup */
#callback_range {
	width: 99%;
	padding: 4px;
	background-color: #3D85A9;
	border: solid 1px #fff;
	margin-bottom: 15px;
}

#callback_range label {
	color: #fff;
	font-weight: bold;	
}

/* Sales Report */
.total_row {
	font-weight: bold;
	background-color: #4F962C;
	color: #fff;
}

/* Add Sale Popup */
.row_add {
	background-color: #E1D370;
} 


/* User Activity Report */
.useractivity {
	margin-bottom: 15px;	
	width: 100%;
}
.useractivity table {
	width: 100%;	
}
.useractivity h2 {
	background-color: #F6FAFD;	
}
.useractivity td {
	padding: 2px;	
}
.useractivity td h3 {
	text-align: right;
	margin: 0 0 10px 0;	
}

table#useractivity {
	width: 100%;	
}

table#useractivity .user {	
	color: #C66926;
	padding-top: 30px;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 2px;	
}

table#useractivity .customer_type {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #92B9CF;
}

table#useractivity .type_count {
	text-align: center;
}
