a {
	outline:none;
}

.mainContentWrap {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


.dashSection01 {
	background-color: #efefef;
	padding: 10px;
	font-size: 12px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #CCC;
	cursor: default;
}
.dashSection01.TopCenter {
	margin-right: 5px;
	margin-left: 5px;
}
.dashSection01.TopMar5 {
	margin-top: 5px;
}
.dashSectionBody {
	background-color: #efefef;
	padding: 10px;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	overflow: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 300px;
}

.dashSection02 {
	background-color: #efefef;
	padding: 10px;
	font-size: 12px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #CCC;
	margin: 5px;
	overflow: auto;
}
.overflowWrap {
	overflow: auto;
	margin-top: 10px;
}
.dashSectionTitle {
	background-color: #efefef;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-left-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



.DataTable {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
.DataTable tr {
	font-family: Arial, Helvetica, sans-serif;
}

.DataTable tr td {
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.DataTable tr.Total td.TotalData {
	font-size: 10px;
	background-color: #FFC !important;
}

.DataTable .Label {
	font-size: 10px;
	color: #CCC !important;
	background-color: #666 !important;
}
.DataTable .num {
	text-align: right !important;
}
.DataTable .even {
	/*background-color: #FFFFFF;*/
	background-color: rgba(255,255,255,1.0);
}
.DataTable .odd {
	/*background-color: #EFEFEF;*/
	background-color: rgba(255,255,255,0.7);
}
.DataTable tr:nth-child(2n+1) {
    /*background-color: #EFEFEF;*/
	background-color: rgba(255,255,255,0.7);
}
.DataTable tr:nth-child(2n) {
    /*background-color: #FFFFFF;*/
	background-color: rgba(255,255,255,1.0);
}
.DataTable .Total {
	background-color: transparent !important;
}
.DataTable tr.Total td.TotalLabel, .DataTable tr.Total td.TotalEmpty {
	border: none;
	font-size: 10px;
	background-color: transparent !important;
	text-align: right;
}
.contactBtnSml {
	background-image: url(../images/dashboard/icon-phone.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.viewBtnSml {
	background-image: url(../images/dashboard/icon-eye.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}

.sortBtnSml {
	background-image: url(../images/dashboard/icon-sort-15.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}

.delBtnSml {
	background-image: url(../images/dashboard/del.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}


.labelBtnSml, .tagBtnSml {
	font-family:"Times New Roman", Times, serif;
	font-size: 9px;
	font-weight:bold;
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.inventoryBtnSml {
	background-image: url(../images/dashboard/icon-inventory.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}

.emailBtnSml {
	background-image: url(../images/dashboard/icon-email.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}

.openAtchSml {
	background-image: url(../img/icon-attach.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11px;
	border-radius: 3px;
	cursor: pointer;
}
.lockBtnSml:hover, .unlockBtnSml:hover, .inventoryBtnSml:hover, .notesBtnSml:hover, .viewBtnSml:hover, .contactBtnSml:hover, .editBtnSml:hover, .competeBtnSml:hover, .missingBtnSml:hover, .reportBtnSml:hover, .openAtchSml:hover, .labelBtnSml:hover, .tagBtnSml:hover, .summaryBtnSml:hover {
	background-color: #999 !important;
	border: 1px solid #666;
}
.openAtchSml.Disabled:hover {
	background-color: #CCC !important;
	border: 1px solid #999 !important;
}

.lockBtnSml {
	background-image: url(../images/dashboard/lock-icon.png);
	border: 0px solid #999;
	margin: 1px;
	padding: 0px;
	height: 16px;
	width: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}

.unlockBtnSml {
	background-image: url(../images/dashboard/unlock-icon.png);
	border: 0px solid #999;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	background-color: none !important ; 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}



.notesBtnSml {
	background-image: url(../images/dashboard/icon-notes.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.summaryBtnSml {
	background-image: url(../images/dashboard/icon-summary.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.editBtnSml {
	background-image: url(../images/dashboard/icon-pencil.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.competeBtnSml {
	background-image: url(../images/dashboard/icon-swords.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.missingBtnSml {
	background-image: url(../images/dashboard/icon-missing-space.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.doneBtnSml {
	background-image: url(../images/dashboard/icon-white-check.png);
	background-color: #6C0;
	border: 1px solid #390;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.doneBtnSml:hover {
	background-color: #090;
	border: 1px solid #060;
}
.deleteBtnSml {
	background-image: url(../images/dashboard/icon-x-dark.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.deleteBtnSml:hover {
	background-image: url(../images/dashboard/icon-x-white.png);
	background-color: #900;
	border: 1px solid #900;
}
.reportBtnSml {
	background-image: url(../images/dashboard/icon-report.png);
	background-color: #CCC;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}

.Action {
	width: 52px;
	text-align: center !important;
}
.Action2 {
	width: 34px;
	text-align: center !important;
}
.Action4 {
	width: 92px;
	text-align: center !important;
}
.DashBtmBtns {
	text-align: right;
	margin-top: 10px;
	clear: both;
}
.DataTableTitleBar {
}
.DataTableTitleBar .DataTableControllers {
	float: right;
}
.selectField {
	font-size: 10px;
}
label {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.radioBtnsWrap {
	float: right;
}
.radioBtn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.spaceRight {
	padding-right: 20px;
}
.radioTitle {
	padding-right: 10px;
}
.AlertWrap {
	padding: 5px;
	border: 1px solid #efefef;
}
.AlertWrap:hover {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 3px;
}

.DataTableTitle2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.dashSectionTitleText {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}



.AlertImg {
	width: 20px;
	text-align: left;
	vertical-align: top;
}
.AlertFrom {
	font-size: 9px;
	color: #666;
}
.AlertTitle {
	color: #333;
	font-size: 12px;
}
.AlertDesc {
	font-size: 10px;
	color: #666;
	padding-top: 5px;
}
.AlertSubTitle {
	font-size: 11px;
	color: #666;
}

.AlertActions {
	width: 45px;
	text-align: right;
	vertical-align: top;
}
.AlertListLine {
	font-size: 10px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.GryBtnSml {
	display: none;
}
.AlertWrap:hover .GryBtnSml:hover {
	border: 1px solid #666;
	background-image: none;
	background-color: #999;
	color: #333;
}
.AlertWrap:hover .GryBtnSml {
	display: inline;
	border: 1px solid #999;
	color: #666;
	font-size: 9px;
	border-radius: 2px;
	width: 40px;
	margin-bottom: 3px;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.RED {
	color: #C00 !important;
}

/* Collapsible Panels */

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
	outline:none;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-attachment: scroll;
	background-image: url(../images/dashboard/icon-minus.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
	background-attachment: scroll;
	background-image: url(../images/dashboard/icon-plus.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.spacer01 {
	margin-left: 10px;
}
.floatLeft {
	float:left !important;
}
.SalesStatsContentWrap {
	background-color: #FFF;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #CCC;
}
.DataTableTitle2.NoBorder {
	border: none;
}
.SpeedometerWrap {
	border-bottom: 1px solid #CCC;
}
.SingleSpeedometer {
	padding: 10px;
	width: 130px;
}
.SingleSpeedometer.Right {
	float: right;
}
.FieldsWrap input {
	font-size: 10px;
	color: #333;
	text-align: right;
	padding: 5px;
}
.FieldsWrap {
	margin-top: 10px;
	margin-bottom: 10px;
}
.FieldsWrap .Field input {
	width: 80px;
	margin-left: 5px;
}
.FieldsWrap .StatLabel {
	text-align: right;
	font-size: 10px;
}
.FieldsWrap .Field.Middle input {
	margin-bottom: 10px;
	margin-top: 10px;
}
.SpeedometerText {
	text-align: center;
}
.TimeSpanFull {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
.InsideFields .Label {
	font-size: 10px;
	padding: 0 6px;
}
.InsideFields .Label.PadLeft {
	padding-left: 20px;
}
.InsideFields select {
	width: 80px;
	margin: 5px;
}
.SSinButton {
	float: right;
	border-radius: 3px;
	border: 1px solid #999;
	color: #666;
	padding: 2px;
	margin-bottom: 2px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica, sans-serif !important;
}
.DataTableTitle2.PadTwk {
	padding-bottom: 8px;
}

/* TO KEEP SALES STATS, PROPSALS, AND ALERT STATUS BOX THE SAME HEIGHT */

.SalesStatsContentWrap {
	height: 360px;
}
.overflowWrap {
	height: 361px;
}

/* PIE GRAPH SECTION MARGIN ON LEFT AND RIGHT */

#note_piecharts_module {
	margin: 0px 5px;
}

/* Calendar */
.fc-event.note-done {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.circleBtnSmlRed {
	background-image: url(../img/circle_red.png);
	background-color: white;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.circleBtnSmlBlue {
	background-image: url(../img/circle_blue.png);
	background-color: white;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}
.circleBtnSmlGrey {
	background-image: url(../img/circle_grey.png);
	background-color: white;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}