@charset "utf-8";
/* CSS Document */

#login {
	background-color: #FFF;
	clear: both;
	height: 200px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	margin-top: 150px;
	overflow: hidden;
}
#loginOutput {
	color: #900;
	clear: both;
	text-align: center;
}


dt {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 150px;
	text-align: right;
	padding-top: 2px;
}
dd {
	margin-bottom: 10px;
}


body {
	background-color: #DDD;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* [disabled]overflow: hidden; */
	margin: 0px;
	padding-top: 75px;
}
.center {
}

.sectionHeader {
	font-size: 19px;
	height: 30px;
	color: #FFF;
	background-color: #666;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
}
dl {
	clear: both;
	margin: 0px;
}
.inputText {
	border: 1px solid #CCC;
	padding: 3px;
	border-radius: 4px;
}


#loginBody {
	margin: 10px;
	margin-top: 20px;
}
#majorContainer {
	width: 950px;
	background-color: #FFF;
	border: 1px solid #999;
	min-height: 450px;
	margin-left: 25px;
	/* [disabled]margin-right: auto; */
}

#headerContainer {
	background-color: #333;
	height: 75px;
	font-size: 36px;
	font-weight: bolder;
	color: #FFF;
	padding-left: 30px;
	padding-top: 30px;
}
.dashItem {
	float: left;
	width: 675px;
	margin-top: 20px;
	margin-left: 20px;
	/* [disabled]min-height: 150px; */
	border-radius: 5px;
	border: 1px solid #CCC;
	overflow: hidden;
	padding-bottom: 3px;
}
.dashNumber {
	width: 75px;
	text-align: center;
	float: left;
	min-height: 18px;
}
.dashActions {
	float: left;
	width: 75px;
	min-height: 18px;
}

.dashName {
	width: 300px;
	float: left;
	min-height: 18px;
}
.dashPhone {
	float: left;
	width: 120px;
	min-height: 18px;
}
.dashData {
	font-size: 15px;
}
.clear {
	clear: both;
}


.dashDate {
	float: left;
	width: 95px;
	min-height: 18px;
}
.tableHeader {
	font-weight: bold;
	background-color: #DDD;
	margin-bottom: 2px;
}





.dashWidget {
	/* [disabled]margin-right: 15px; */
	/* [disabled]margin-top: 20px; */
	/* [disabled]min-height: 75px; */
	border: 1px solid #CCC;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#widgetContainer {
	float: right;
	width: 220px;
	margin-top: 20px;
	margin-right: 15px;
}
#actionsWidget li {
	margin-top: 3px;
	margin-left: 8px;
}
#actionsWidget ul {
	/* [disabled]margin-left: 5px; */
	padding-left: 5px;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
#navBar {
	color: #FFF;
	background-color: #006262;
	padding: 3px;
	padding-bottom: 4px;
}







#frame {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.newRow {
	background-color: #CCFFCC;
	display: none;
	opacity: 0;
}
.dashDropdown {
	display: none;
	padding: 5px;
}
form {
	padding: 5px;
}
.sectionBody {
	padding: 5px;
}
.table {
	/* [disabled]border: 1px solid #CCC; */
	/* [disabled]margin: 10px; */
	/* [disabled]min-height: 26px; */
}
.tablerow {
	/* [disabled]padding-top: 3px; */
	/* [disabled]padding-bottom: 3px; */
	padding: 3px;
	min-height: 20px;
}
.actionIconsTableCell {
	float: right;
	/* [disabled]width: 1px; */
	text-align: right;
}
.hintText {
	font-style: italic;
	font-size: small;
}
.hidden, .bp-hide {
	/* [disabled]margin-top: 10px; */
	display: none;
}
.center {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]text-align: center; */
}
.textCenter {
	text-align: center;
}

.smallInputText {
	width: 50px;
}
.techInventoryCell {
	float: left;
	width: 312px;
	text-align: right;
	padding-right: 10px;
}

.alertBarGood {
	background-color: #CCFFCC;
	border-radius: 5px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 1px solid #CCC;
	margin: 3px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.alertBarBad {
	background-color: #FCC;
	border-radius: 5px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 1px solid #CCC;
	margin: 3px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.detailsRight {
	float: left;
	/* [disabled]height: 200px; */
	width: 303px;
	/* [disabled]border: 1px solid #000; */
	margin: 3px;
	margin-right: 0px;
	padding-left: 8px;
	padding-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;

}
.detailsLeft {
	float: left;
	/* [disabled]height: 200px; */
	width: 340px;
	margin: 3px;
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #CCC; */
	margin-right: 0px;
}

.notesDisplay {
	border: 1px solid #CCC;
	width: 100%;
	overflow: auto;
}
.subtext {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-style: italic;
}
.small {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.smallBlack {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}



.table .tablerow a {
	color: #000;
	text-decoration: none;
}
.table a {
	color: #000;
	text-decoration: none;
}


.viewInventoryCell {
	float: left;
	width: 247px;
	text-align: right;
	padding-right: 75px;
}
.viewClientsNameCell {
	float: left;
	width: 537px;
	text-align: left;
	/* [disabled]padding-right: 75px; */
	min-height: 20px;
}

.viewClientsStatusCell {
	float: left;
	width: 95px;
	text-align: right;
	/* [disabled]padding-right: 75px; */
	min-height: 20px;
}

.filenameCell {
	float: left;
	width: 612px;
	text-align: left;
	/* [disabled]padding-right: 75px; */
	min-height: 20px;
}

.fileDeleteCell {
	float: left;
	width: 20px;
	text-align: right;
	/* [disabled]padding-right: 75px; */
	min-height: 20px;
	background-image: url(images/del.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
.delFR {
	float: right;
	width: 20px;
	text-align: right;
	/* [disabled]padding-right: 75px; */
	min-height: 20px;
	background-image: url(images/del.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.contactDeleteCell {
	float: left;
	width: 20px;
	text-align: right;
	/* [disabled]padding-right: 75px; */
	min-height: 20px;
	background-image: url(images/del.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.contactNameCell {
	float: left;
	width: 612px;
	text-align: left;
	/* [disabled]padding-right: 75px; */
	min-height: 20px;
}

.pending {
	font-style: italic;
	color: #F90;
}
.active {
	font-style: italic;
	color: #090;
}
.inactive {
	font-style: italic;
	color: #F00;
}
#searchWidgetInput {
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: 10px; */
	width: 190px;
	/* [disabled]margin-top: 10px; */
}
#searchWidgetResults , #searchResults, #CBWResults{
	position: absolute;
	border: 1px solid #CCC;
	/* [disabled]width: 190px; */
	padding: 1px;
	display: none;
	z-index: 1;
	background-color: #FFF;
	min-width: 190px;
	float: left;
}

.widgetBody {
	/* [disabled]margin-right: auto; */
	margin-left: 10px;
	width: 190px;
	margin-top: 10px;
}
.note {
	padding: 5px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 4px;
	border: 1px solid #CCC;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}

.searchIcon {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	/* [disabled]margin: 1px; */
	height: 16px;
	width: 16px;
	float: left;
	margin-top: 4px;
	margin-right: 3px;
}

.FRCell {
	float: right;
	text-align: right;
	min-height: 20px;
	margin-right: 5px;
}
.FLCell {
	float: left;
	text-align: right;
	min-height: 20px;
	margin-right: 5px;
}

.right {
	text-align: right;
}
.callbackNameCell {
	float: left;
	min-height: 20px;
	width: 470px;
}
.callbackDateCell  , .serviceDateCell{
	float: left;
	min-height: 20px;
	width: 90px;
	text-align: center;
	/* [disabled]background-color: #C30; */
}
.serviceNameCell {
	float: left;
	min-height: 20px;
	width: 410px;
}
.serviceStateCell {
	float: left;
	min-height: 20px;
	width: 60px;
}

.CBSub table , .sub table{
	margin-right: 2px;
	padding-right: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	min-width: 350px;
}
.sub table {
	/* [disabled]min-width: 350px; */
}

.CBSub , .sub{
	background-color: #F9F9F9;
	padding-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.textRight {
	text-align: right;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.border td, table.border th{
	/* [disabled]border: 1px solid #999; */
	padding: 2px;
	text-align: center;
	padding-right: 8px;
}
table.border {
	/* [disabled]border-spacing: 0px; */
	border-collapse: collapse;
}
table.border th {
	/* [disabled]background-color: #DEE; */
}
.thickHR {
	background-color: #000;
	clear: both;
	height: 4px;
	width: 100%;
}
.thinHR {
	background-color: #000;
	clear: both;
	height: 1px;
	width: 100%;
}

.reportTableHeading {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.reportRow {
	clear: both;
}
.alt {
	background-color: #E9F9F9;
}
.reportTotal {
	clear: both;
	float: right;
	/* [disabled]border-top-width: 2px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #000; */
	font-weight: bold;
	/* [disabled]margin-bottom: 4px; */
}
.reportGrandTotal {
	clear: both;
	float: right;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	font-weight: bold;
	margin-top: 10px;
	font-size: 18px;
}

.reportFundedClientCell {
	float: left;
	width: 45%;
	min-height: 20px;
}


.reportFundedSalesmanCell {
	float: left;
	width: 20%;
	min-height: 20px;
}


.reportFundedValueCell {
	float: left;
	width: 15%;
	min-height: 20px;
	text-align: right;
}

.reportSalesClientCell {
	float: left;
	width: 63%;
	min-height: 20px;
}
.reportSalesDateCell {
	float: left;
	width: 25%;
	min-height: 20px;
}
.reportSalesValueCell {
	float: left;
	width: 12%;
	min-height: 20px;
	text-align: right;
}
.reportInstallsClientCell {
	float: left;
	width: 63%;
	min-height: 20px;
}
.reportInstallsDateCell {
	float: left;
	width: 25%;
	min-height: 20px;
}
.reportInstallsValueCell {
	float: left;
	width: 12%;
	min-height: 20px;
	text-align: right;
}

#reportPrintContainer {
	width: 950px;
	background-color: #FFF;
	padding-top: 15px;
	padding-left: 15px;
}


.reportFundedInstallerCell {
	float: left;
	width: 20%;
	min-height: 20px;
}
#calendar   {
	width: 100%;
}
#calendar tr td {
	height: 75px;
	width: 80px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 2px;
	vertical-align: top;
	font-size: 14px;
	background-color: #CCC;
}
#calendar tr td .date {
	float: right;
	padding-top: 0px;
	color: #000;
	font-size: 16px;
	clear: both;
}
#calendar
tr td.calendarActive {
	background-color: #FFF;
}

.calendarItem {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 2px;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.calendarActive a {
	text-decoration: none;
}

.calScheduled {
	background-color: #09C;
}
.calFunded {
	background-color: #C93;
}
.calMonEndDate {
	background-color: #A00;
}
.calService {
	background-color: #393;
}
.calCallback {
	background-color: #909;
}
.filters   {
	margin-right: 5px;
	margin-left: 5px;
	/* [disabled]float: left; */
	clear: none;
	display: inline-block;
}
