/* CSS Document */

div#header {
	width: 100%;
    background-color:#2E2E2E;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    /*padding: 0px;*/
    height: 40px;
	padding-top: 12px;
	padding-bottom: 0px;
}
#header #search input {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	color: #666666;
}
div#menubar {
	width: 100%;
	background-color:#393939;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(assets/menbar_bg.gif);
	background-repeat: repeat-x;
	height: 24px;

}
#menubar p {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: .7em;
	font-weight: bold;
	color: #618D34;
	margin-top: 4px;
	text-align: right;
	margin-right: 15px;
}

#menubar a:link {
	color: #618D34;
	text-decoration: none;
}
#menubar a:visited {
	color: #618D34;
	text-decoration: none;
}
#menubar a:hover {
	color: #618D34;
	text-decoration: underline;
}
#menubar a:active {
	color: #000000;
	text-decoration: none;

}

.systemTitle {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 4px;
	margin-left: 16px;
	margin-top: 9px;
	margin-bottom: 0px;	
}
.systemTitleSmall {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #B6DF7D;
}
body {
	margin: 0px;
	padding: 0px;
		
}
p, td { margin: 0; }
#search {
	position:absolute;
	width:auto;
	height:30px;
	z-index:1;
	right: 16px;
	top: 10px;
}
#header #search form {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 14px;
	color: #BDE28C;
}
/*#watermark {
	position:absolute;
	width:780px;
	height:70px;
	z-index:1;
	left: auto;
	right: auto;
	top: 72px;
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 60px;
	font-weight: bold;
	color: #E9E9E9;
	text-align: right;
	text-transform: uppercase;
}*/
#watermark {
	position:absolute;
	width:auto;
	height:auto;
	z-index:0;
	right: 0px;
	top: 0px;
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 60px;
	font-weight: bold;
	color: #F4F4F4;
	text-align: right;
	text-transform: uppercase;
	margin-right: 15px;
}
#status {
	position:absolute;
	width:auto;
	height:auto;
	z-index:0;
	right: 0px;
	top: 0px;
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: .6em;
	/*font-weight: bold;*/
	text-align: right;
	margin-right: 15px;
	margin-top: 8px;
}
#main {
	position:absolute;
	left:50%;
	width:740px;
	margin-top:15px;
	margin-left:-370px;
	/*padding:15px;*/
	border:1px dashed #E2E2E2;
	/*background-color:#eee;*/
	overflow: visible;
	height:auto;
	z-index: 4;
	background-color: #FFFFFF; 
	/*background-color: transparent;*/
	
}
#main .title {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	padding-top: 22px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index: 11;
}
#main .assignedCalls {
	color: #000000;
	height: auto;
	width: 226px;
	margin-left: 15px;
	margin-top: 0px;
	float: left;
	
}
#main .missedCalls {
	color: #000000;
	height: auto;
	width: 226px;
	margin-left: 15px;
	margin-top: 0px;
	float: left;
}
#main .fupCalls {
	color: #000000;
	height: auto;
	width: 226px;
	margin-left: 497px;
	margin-top: 0px;
	
}
#main a:link {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
#main a:visited {
	color: #006600;
}
#main a:hover {
	text-decoration: none;
}

#main input {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	/*color: #666666;*/
}
#main select {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	color: #666666;
}
#main th {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	font-weight: bold;
	background-color: #CCE9A5;
	background-image: url(assets/menbar_bg.gif);
	background-repeat: repeat-x;
	padding: 3px 6px;
	text-align: left;
	margin-right: 3px;
	margin-left: 3px;
}
#main td {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;;
	/*text-align: left;
	*/padding: 3px 6px;
}
#main table {
	margin-bottom: 25px;
}
#main a:active {
	color: #000000;
	text-decoration: underline;
}
#main .textMain {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	margin-bottom: 7px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
}

 div.fup { /* scrollable div for followup calls */
	height: auto;
	width: 100%x;
	overflow: auto;
	border: 1px solid #E9F5D8;
	background-color: #FFFFFF;
	padding: 5px;
    scrollbar-arrow-color:#336600;
  	scrollbar-track-color:#E9F5D8;
  	scrollbar-shadow-color:#336699;
  	scrollbar-face-color:#C3E495;
  	scrollbar-highlight-color:#E9F5D8;
  	scrollbar-darkshadow-color:#336600;
  	scrollbar-3dlight-color:#618D34;
}

.assignedBox {
	border-top: 1px solid #AFDC74;
	border-right: 1px solid #AFDC74;
	border-bottom: 1px solid #AFDC74;
	border-left: 1px solid #AFDC74;
	padding: 0px;
	margin: 0px 0px 45px;
	width: 224px;
	clear: both;
}
.missedBox {
	padding: 0px;
	margin: 0px 0px 45px 0px;
	width: 224px;
	clear: both;
	border: 1px solid #FF2B2B;
}
.fupBox {
	padding: 0px;
	margin: 0px 0px 45px 0px;
	width: 224px;
	clear: right;
	border: 1px solid #FFCC00;
}
.boxList {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 0.7em;
	margin: 6px;
}
#main #right_column { /*used on dossier page*/
	width: 250px;
	background-color: #FFFFFF;
	margin-left: 475px;
}
#main #left_column { /*used on dossier page */
	background-color: #FFF;
	width: 450px;
	margin-left: 15px;
	float: left;
}
#footer {
	position: relative;
	bottom: 0px;
	left:0;
	width:700px;
	/*margin-left:-371px;*/
	height:auto;
	z-index:1;
	overflow: visible;
	background-color: #F5F5F5;
	font-family: Arial;
	color: #666666;
	font-size: 11px;
	border-top-width: 8px;
	border-top-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	
}.textFormLabel {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	/*font-size: .7em;
	*/margin-right: 4px;
	text-align: right;
}
.textForms {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	/*font-size: 0.7em;
	*/margin: 5px;
	border: 1px solid #BBE185;
	padding: 5px;
}
.textError {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	/*font-size: .7em;
	*/color: #FF0000;
	margin-left: 5px;
}
.textFormsSmall {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 0.6em;
	margin: 5px;
	border: 1px solid #BBE185;
	padding: 5px;
}
#main .company_info {
	position:relative;
	width:400px;
	height:auto;
	z-index:2;
	/*clear:both;*/
	left: 5px;
}

/*#main .menu_dossier {
	/*position:absolute;
	width:220px;
	height:auto;
	z-index:2;
	overflow: auto;
	/*background-color: #006600;*/
	/*right: 5px;
}

#main .menu_dossier p {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: .6em;
	padding: 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-bottom: 1px #FFFFFF ridge;
}
#main .menu_dossier a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#main .menu_dossier a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#main .menu_dossier a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main .menu_dossier a:active {
	color: #33FF00;
	text-decoration: none;
}*/

/* BEGIN style1 for dossier menu */
#navlist
{
	padding-left: 0;
	margin: 0;
	border-bottom: 1px solid gray;
	width: 100%;

}

#navlist li
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.6em;
	list-style: none;
	margin: 4px;
	padding: 0.25em;
	border-top: 1px solid gray;
	font-weight: bold;	
	
}

#navlist li a:link { 
	text-decoration: none; 
	color:#FFFFFF	
	
	}
#navlist li a:hover { 
	text-decoration: none; 
	color:#FFFFFF;
	margin-left: 2px;
	}
#navlist li a:visited { 
	text-decoration: none; 
	color:#FFFFFF	
	}
#navlist li a:active { 
	text-decoration: none; 
	color:#FFFFFF	
	}

/* END style1 */

#main .script {
	position: relative;
	color: #000000;
	height: auto;
	width: 100%;
	/*margin-left: 15px;*/
	margin-top: 5px;
	margin-bottom: 0px;
	/*padding-bottom: 12px;*/
	/*padding-top: 112px;/*
	/*float: left;*/
	/*background-color:#00CCCC;*/
	
}

#main .admin {
	position:relative;
	width: 710px;
	height:auto;
	z-index:2;
	clear:both;
	left: 5px;
	
}

#main .notes {
	position: relative;
	color: #000000;
	height: auto;
	width: 100%;
	/*margin-left: 15px;*/
	margin-top: 5px;
	margin-bottom: 0px;
	/*padding-bottom: 12px;*/
	/*float: left;*/
	/*background-color: #FFFF00;*/
	
}
.simpleBorder {
	border: solid 1px #CCCCCC;
}
.icon {
	float: right;
	margin-top: 19px;
	margin-right: 6px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: .5em;
}
.prettyForm {
	background-image: url(assets/form_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 20px;

}
.prettyForm td {
	border-bottom: 1px solid #C9DCA6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.prettyForm input {
	border: 1px solid #BBE185;
	margin: 1px;
}
.checkbox {
	margin: 0px;
}

.warning {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	margin: 10px;
	padding: 10px;
	border: 3px solid #FF0000;
}
.notice {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 10px;
	padding: 10px;
	border: 3px solid #BCE184;
}
.formButton {
	border-bottom: 1px solid #C9DCA6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9DCA6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C9DCA6;
	border-left-color: #C9DCA6;
}
/* Styles to go with add/edit companies*/
         .dvhdr1 {
            background:#BBE185;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #009900;
            padding:5px;
            width:100px;
			z-index: 200;
         }
         
         .dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #009900;
            border-right:1px solid #009900;
            border-bottom:1px solid #009900;
            padding:5px;
            width:100px;
			z-index: 200;
			
         }
		 .textMessage {
		 	font-family: Verdana, Helvitica, "MS Sans Serif";
			color: #CC3300;
			font-size: .9em;
			font-weight: bold;
			margin-bottom: 7px;
			margin-left: 15px;
			margin-top: 0px;
			margin-right: 15px;
		 }
/* END OF styles to go with add/edit companies */

h1 {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 15px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
}

#sysmessagetop {
	background-image: url(../app/assets/system_message_r1_c1.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	height: 49px;
	width: 312px;
}
#sysmessagemiddle {
	background-image: url(../app/assets/system_message_r2_c1.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 312px;
}
#sysmessage {
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;	
}
#sysmessagebottom {

}

/*formats numbers in mini stats report*/
.mini_stats_number {
	font-size: 22px;
	font-weight: bold;
	text-align: left;	
}



/*For use with star rating script */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../app/assets/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../app/assets/star_small.gif);
	line-height: 10px;
	height: 10px;
} 
/* end of star rating stuff */


.section_heading {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-image: url(assets/menbar_bg.gif);
	background-repeat: repeat-x;
	padding: 6px;
	background-position: bottom;
}
.report_heading {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-image: url(assets/menbar_bg.gif);
	background-repeat: repeat-x;
	padding: 6px;
	background-position: bottom;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 698px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#report_table {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 705px;
	/*border: 1px solid #C6E69B;*/
}
#report_table th {
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#report_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main .textMain li {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 25px;
	margin-top: 3px;
}

/* Text over thermometers*/
.thermo {
	font-family: Arial, sans-serif, "MS Sans Serif";
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	font-stretch:expanded;
	text-transform: uppercase;	
}
.thermodiv {
	/*background-color: #F8F8F8;*/
	float: right;
	width: 68px;
	border-bottom: solid 1px #B9E083;
	border-right: solid 1px #B9E083;
	border-left: solid 1px #B9E083;
	padding: 2px;	
	font-family: Arial, sans-serif, "MS Sans Serif";
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	font-stretch:expanded;
	text-transform: uppercase;	
}

#note_submit_button {
	position:relative;
	left:43px;
}
#out_count_holder {

}

#out_territory_left {
	float:left;
	width:300px;
}

#page_count_right {
	float:right;
	width:200px;
}

#out_count_clear {
	clear:both;
}

.similar_companies {
	position: absolute; right: 0; bottom: 0; overflow: auto;
	height: 400px; width: 250px; background-color: #EEEEEE;
	font-size: 11px;
}

.similar_companies_warning {
	background-color: #EEEEEE; font-size: 10px; width: 100%; color: red;
}

.similar_companies a:link { color: #006600; text-decoration: none; font-weight: bold; }
.similar_companies a:visited { color: #006600; text-decoration: none; }