body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/body-backimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #9ACCFF;
	margin: 10px;
}
body.editBody {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/edit-backimg.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #333;
	margin: 10px;
}
.TabContent .Speedometer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}
.RED {
	color: #C00 !important;
}
.SpeedometerText {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.LoginHeader {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.footer .links {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}
.footer .legal {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}
.LoginContent {
	background-color: #FFF;
	margin-top: 20px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding: 5px;
}
.LoginContent .LoginTitle {
	background-color: #666;
	font-size: 14px;
	color: #FFF;
	padding: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
}
.LoginContent .LoginInfo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.LoginContent .LoginInfo .LoginRow .FieldLabel {
	color: #666;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}
.LoginContent .LoginInfo .LoginRow .FieldLabel2 {
	color: #666;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}
.LoginContent .LoginInfo .LoginRow .FieldText input {
	border: 1px solid #CCC;
	padding: 5px;
	width: 175px;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
}
.LoginContent .LoginInfo .LoginRow .FieldText {
	padding-top: 10px;
	padding-bottom: 10px;
}
.LoginContent .LoginInfo .LoginRow input[type=checkbox] {
	margin: 0px;
}
.LoginContent .LoginInfo .LegalRow .LegalText {
	font-size: 8px;
	text-align: right;
	padding-top: 30px;
	color: #333;
}
.LoginContent .LoginInfo .ButtonRow .LoginButtons {
	text-align: right;
	padding-top: 10px;
}
.LoginContent .CompanySelect {
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #efefef 0%,#cccccc 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 );
	margin-top: 5px;
	color: #666;
}
.LoginContent .CompanyLink {
	text-decoration: none;
	color: #999;
	font-size: 14px;
}
.LoginContent .Last  {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.GrayButton {
	border: 1px solid #999 !important;
	background: #efefef !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #cccccc 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#cccccc 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#cccccc 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#cccccc 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #efefef 0%,#cccccc 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ) !important; /* IE6-9 */
	border-radius: 4px !important;
	color: #999 !important;
	padding-top: 5px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	font-size: 12px !important;
	width: auto !important;
}
.GreenButton {
	border: 1px solid #669966 !important;
	background: #99cc99 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #99cc99 0%, #336633 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc99), color-stop(100%,#336633)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #99cc99 0%,#336633 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #99cc99 0%,#336633 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #99cc99 0%,#336633 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #99cc99 0%,#336633 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc99', endColorstr='#336633',GradientType=0 ) !important; /* IE6-9 */
	border-radius: 6px !important;
	color: #FFF !important;
	padding-top: 5px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	font-size: 12px !important;
	width: auto !important;
}
.RedButton {
	border: 1px solid #660000 !important;
	background: #ff0000 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #660000 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#660000)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#660000 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#660000 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#660000 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #ff0000 0%,#660000 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#660000',GradientType=0 ) !important; /* IE6-9 */
	border-radius: 4px !important;
	color: #FFF !important;
	padding-top: 5px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	font-size: 12px !important;
}
.Header {
}
.Header .Logo {
	float: left;
	padding-left: 5px;
}
.Header .UserInfo {
	padding-top: 8px;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
	line-height: 15px;
}
.TopNav {
	margin-top: 10px;
	border: 1px solid #999;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #efefef 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
}
.TopNav a {
	text-decoration: none;
}
.TopNav .LeftLink {
	padding: 10px;
	font-size: 14px;
	color: #666;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.TopNav .LeftLink:hover, .TopNav .LeftLink:focus, .TopNav .RightLink:hover, .TopNav .RightLink:focus {
	background: #ff9935; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff9935 0%, #d3742c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9935), color-stop(100%,#d3742c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff9935 0%,#d3742c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff9935 0%,#d3742c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff9935 0%,#d3742c 100%); /* IE10+ */
	background: linear-gradient(top,  #ff9935 0%,#d3742c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9935', endColorstr='#d3742c',GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
.TopNav .RightLink {
	padding: 10px;
	font-size: 14px;
	color: #666;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.LeftCap {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.RightCap {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.HomeBaseContent .MainImage {
	height: 150px;
	margin-top: 10px;
	text-align: right;
	border-radius: 8px;
	background-attachment: scroll;
	background-image: url(../images/main-image-backimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
}
.HomeBaseContent .MainImage img {
	position: relative;
	right: 20px;
	top: 30px;
}
.HomeBaseContent .MainButtons {
	width: 100%;
	margin-top: 10px;
}
.HomeBaseContent .MainButtons .MBRow .MBCol {
	width: 50%;
}

.HomeBaseContent .MainButtons .MBRow .MBCol .MBLink {
	text-decoration: none;
}
.HomeBaseContent .MainButtons .MBRow .MBCol .MainButton {
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #999;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #efefef 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	height: 80px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.HomeBaseContent .MainButtons .MBRow .MBCol .Disabled {
	opacity: 0.5;
}
.RightMar5 {
	margin-right: 5px;
}
.LeftMar5 {
	margin-left: 5px;
}
.TitleBar {
	margin-top: 10px;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 10px;
}
.TitleBar.Accounts {
	border: 1px solid #039;
	background: #3399ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #3399ff 0%, #003366 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399ff), color-stop(100%,#003366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3399ff 0%,#003366 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3399ff 0%,#003366 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3399ff 0%,#003366 100%); /* IE10+ */
	background: linear-gradient(top,  #3399ff 0%,#003366 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
}
.TitleBar.Contacts {
	border: 1px solid #900;
	background: #ff3333; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3333 0%, #660000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3333), color-stop(100%,#660000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3333 0%,#660000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3333 0%,#660000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3333 0%,#660000 100%); /* IE10+ */
	background: linear-gradient(top,  #ff3333 0%,#660000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#660000',GradientType=0 ); /* IE6-9 */
}
.TitleBar.Forecast {
	border: 1px solid #003300;
	background: #009900; /* Old browsers */
	background: -moz-linear-gradient(top,  #009900 0%, #003300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009900), color-stop(100%,#003300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009900 0%,#003300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009900 0%,#003300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009900 0%,#003300 100%); /* IE10+ */
	background: linear-gradient(top,  #009900 0%,#003300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#003300',GradientType=0 ); /* IE6-9 */
}
.TitleBar.Notes {
	border: 1px solid #333;
	background: #a16c42; /* Old browsers */
	background: -moz-linear-gradient(top,  #a16c42 0%, #6e4728 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a16c42), color-stop(100%,#6e4728)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a16c42 0%,#6e4728 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a16c42 0%,#6e4728 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a16c42 0%,#6e4728 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a16c42 0%,#6e4728 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a16c42', endColorstr='#6e4728',GradientType=0 ); /* IE6-9 */
}
.TitleBar.Saleinfos {
	border: 1px solid #039;
	background: #3399ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #3399ff 0%, #003366 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399ff), color-stop(100%,#003366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3399ff 0%,#003366 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3399ff 0%,#003366 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3399ff 0%,#003366 100%); /* IE10+ */
	background: linear-gradient(top,  #3399ff 0%,#003366 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
}
.TopTabs {
	position: relative;
	bottom: -1px;
}
.TopTabs a {
	text-decoration: none;
}
.TopTabs .Tab {
	border: 1px solid #999;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #efefef 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.TopTabs .Tab.Left {
	float: left;
	margin-right: 5px;
}
.TopTabs .Tab.Right {
	float: right;
	margin-left: 5px;
}
.TopTabs .Tab.Active {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.TopTabs .Tab.Disabled {
	opacity: .6;
}
.AccordionPanelOpen .AccordionPanelTab .TabCriteria{
	float: right;
	display: inline;
}
.TabCriteria{
	display: none;
	margin-left: 10px;
}
.TabContent {
	background-color: #FFF;
	border: 1px solid #999;
	min-height: 150px;
	clear: both;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px;
}
.SearchTable {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.SearchTable .SearchRow .FieldLabel {
	font-size: 12px;
	color: #666;
	text-align: right;
	padding-right: 5px;
	width: 35%;
}
.SearchTable .SearchRow .FieldText {
	width: 55%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.SearchTable .SearchRow .FieldText input, .SearchTable .SearchRow .FieldText select {
	width: 70%;
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
}
.SearchTable .SearchRow .FieldText select {
	width: 74%;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 12px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.SearchTable .SearchRow .FieldLabel select {
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 12px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.SearchTable .SearchRow .FieldText input.SearchBTN {
	width: 31px;
	height: 31px;
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
	background-attachment: scroll;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #efefef;
}
.SearchLoading {
	padding: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
}
.TabContent .GraySortTable {
	width: 100%;
	font-size: 10px;
	color: #666;
}
.TabContent .GraySortTable .GSRow .Left {
	width: 33%;
	text-align: left;
	padding: 10px;
}
.TabContent .GraySortTable .GSRow .Left100Pct {
	width: 100%;
	text-align: left;
	padding: 10px;
}
.TabContent .GraySortTable .GSRow .Leftx2 {
	width: 66%;
	text-align: left;
	padding: 10px;
}
.TabContent .GraySortTable .GSRow .Center {
	width: 33%;
	text-align: center;
	padding: 10px;
}
.TabContent .GraySortTable .GSRow .Right {
	width: 33%;
	text-align: right;
	padding: 10px;
}
.GSRow ul {
	margin: 0px;
	padding-left: 15px;
}
.GSRow ul li {
	margin-left: 0px;
	padding-right: 10px;
}
.TabContent .GraySortTable tr:nth-child(odd) {
	background: #efefef
}
.TabContent .GraySortTable tr:nth-child(even) {
	background: #FFF
}
.GraySortTable .Pad10px {
	padding: 10px;
}

.GraySortTable .GSRow .LeftImage {
	width: 75px;
	padding: 10px;
	vertical-align: top;
}
.GraySortTable .GSRow .Sub01 {
	margin-top: 5px;
}
.SearchTable .SearchRow .SearchBtmBtns {
	text-align: center;
	padding-top: 40px;
}
.AlignVertTop {
	vertical-align: top;
}
.TabContent .GraySortTable .ResultTitle, .TabContent .GraySortTable .ResultTitle02 {
	font-size: 14px;
	color: #333;
}
.TabContent .GraySortTable .WrappedTitle {
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	margin-bottom: 5px;
}
.GraySortTable .RightSingleLineText {
	padding-top: 10px;
	padding-bottom: 10px;
}
.TabContent .DetailTitleBar {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(top,  #cccccc 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	padding: 10px;
	color: #333;
	font-size: 14px;
}
.TabContent .DetailTitleBar .Left {
	float: left;
}
.TabContent .DetailTitleBar .Right {
	float: right;
}
.Table5050 {
	width: 100%;
}
.Table5050 .Row5050 .Left {
	width: 50%;
}
.Table5050 .Row5050 .Right {
	width: 50%;
}
.Table5050 .Row5050 .Label, .Table50 .Row50 .Label {
	font-size: 10px;
	color: #999;
}
.Table5050 .Row5050 .Data, .Table50 .Row50 .Data {
	font-size: 12px;
	color: #333;
	padding-bottom: 15px;
}
.Table5050 .Row5050 .AcctStatus {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
.Table5050 .Row5050 .AcctStatus.Hold {
	background-color: #F90;
}
.Table5050 .Row5050 .AcctStatus.Stop {
	background-color: #F00;
}
.Table5050 .Row5050 .AcctStatus.Active {
	background-color: #090;
}
.Table50 {
	width: 48%;
}
.Table50 .Row50 .Left {
	width: 100%;
}
.TabContent li  {
	list-style-type: square;
}
.TabContent .TopCriteria {
	text-align: right;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.TabContent .TopCriteria label {
	font-size: 10px;
	color: #666;
	margin-left: 10px;
}
.TabContent .TopCriteria select {
	width: 70px;
	font-size: 10px;
}
.DataTable01 {
	width: 100%;
	font-size: 10px;
	text-align: left;
	border-collapse: collapse;
	table-layout: fixed;
}
.Money {
	text-align: right !important;
}
.DataTable01 .Money.editable input, .DataTable01 .Money input {
	text-align: right !important;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 10px;
	width: 70% !important;
}
.DataTable01 tr td input, .DataTable01 tr td select {
	text-align: left !important;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 10px;
	width: 90% !important;
}
.DateWrap {
	width: 62px;
}
.DataTable01 td {
	border: 1px solid #CCC;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.DataTable01 th {
	color: #FFF;
	background-color: #666;
	padding: 10px;
	border: 1px solid #333;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.DataTable01 tr:nth-child(odd) {
	background: #fff
}
.DataTable01 tr:nth-child(even) {
	background: #efefef
}
.DataTable01 .DT01TotalRow .TotalAmount {
	background-color: #FFC;
    text-align: right;
}
.DataTable01 .DT01TotalRow .TotalLabel {
	background-color: #FFF;
	text-align: right;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.FloatLeftMarRight10 {
	float: left;
	margin-right: 20px;
}
.BtmBtns {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 8px;
	margin-top: 8px;
	clear: both;
}


/* Edit CSS */


.EditContent {
	background-color: #FFF;
	border-radius: 8px;
	padding: 10px;
	opacity: 1;
}
.EditContent .EditTitle .TitleText {
	font-size: 14px;
	color: #333;
	float: left;
	padding-top: 8px;
}
.EditContent .EditTitle .TitleNav {
	float: right;
}
.EditContent .EditSection {
	padding-top: 20px;
}
.EditContent .EditSection .SectionTitle {
	background-color: #efefef;
	padding: 10px;
	font-size: 12px;
	color: #666;
	float: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #efefef;
	border-left-color: #CCC;
	position: relative;
	bottom: -1px;
}
.EditContent .EditSection .SectionTitleRemove {
	background-color: #efefef;
	font-size: 12px;
	color: #666;
	float: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #efefef;
	border-left-color: #CCC;
	position: relative;
	bottom: -1px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
}
.EditContent .EditSection .SectionContent {
	clear: both;
	background-color: #efefef;
	border: 1px solid #CCC;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;
}
.EditTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.EditTable .ETRow .Label {
	font-size: 10px;
	color: #666;
	text-align: right;
	padding-right: 5px;
	width: 100px;
	vertical-align: middle;
}
.EditTable .ETRow .Label input {
	width: 50px;
	border: 1px solid #999;
	border-radius: 2px;
	font-size: 12px;
	color: #333;
	padding: 5px;
	text-align: right;
}

.EditTable .ETRow .FieldText {
	padding-top: 5px;
	padding-bottom: 5px;
}
.EditTable .ETRow .FieldText input, .EditTable .ETRow .FieldText select, .EditHolder2Col input, .EditHolder2Col select, .EditTable .FieldText textarea {
	width: 90%;
	border: 1px solid #999;
	border-radius: 2px;
	font-size: 12px;
	color: #333;
	padding: 5px;
}
.FieldText textarea {
	resize: none;
	min-height: 100px;
}
.EditHolder2Col .Label input {
	width: 50%;
}
.EditHolder2Col.NoBorders {
    border-style: none;
}
.EditHolder2Col.GraySepted tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #FFFFFF;
}
.EditHolder2Col .Total {
    background-color: #EFEFEF;
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    padding-top: 10px;
}
.EditHolder2Col .Data02 {
    color: #666666;
    font-size: 12px;
    padding: 5px;
    text-align: right;
    width: 70px;
}
.EditHolder2Col.NoBorders.NoTopMarg {
    margin-top: 0;
}
.Indent {
	text-indent: 10px;
}
.EditHolder2Col .Label02 {
    color: #666666;
    font-size: 12px;
    padding: 5px;
    text-align: left;
}
.EditTable .ETRow .AddRemove {
	width: 30px;
	padding-left: 5px;
	vertical-align: middle;
}
.EditTable .ETRow .FieldText select {
	width: 92%;
	height: 25px;
}
.EditTable .ETRow .Buttons {
	padding-top: 5px;
	padding-bottom: 5px;
}
.EditContent .BottomButtons {
	text-align: right;
	margin-top: 10px;
	clear: both;
}
.EditHolder2Col {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 10px;
}
.EditHolder2Col .LeftSection {
	width: 50%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.EditHolder2Col .Bottom {
	vertical-align: bottom;
}
.EditHolder2Col .Top {
	vertical-align: top;
}
.EditHolder2Col .RightSection {
	width: 50%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #efefef;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.EditContent .Label {
	font-size: 10px;
	color: #999;
	margin-top: 10px;
}
.EditContent .Data {
	font-size: 12px;
	color: #666;
}
.EditContent .DataTitle {
	font-size: 16px;
	color: #333;
}
.EditHolder2Col .Button {
	text-align: left;
	margin-top: 5px;
}
.clear {
	clear: both;
}
.EditTable .ETRow .Label.Top{
	vertical-align: top;
	padding-top: 13px;
}

.Data.Note {
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #CCC;
	margin-top: 5px;
	min-height: 100px;
}
.Data.Note.Editing {
	padding: 0px;
	background-color: transparent;
	border: none;
	margin-top: 5px;
	min-height: auto;
}
.Data.Note.Editing textarea {
	padding: 5px;
	border: 1px solid #CCC;
	width: 95%;
	height: 100px;
	resize: none;
}
.LeftSection.NoRightPad {
	padding-right: 0px;
}
.RightSection.NoBorder {
	border-left-style: none;
}
.EditTable .ETRow .FieldText .Time {
	width: auto;
	margin: 0px;
}



.clear {
	clear: both;
}

.LoadWrap
{
	width: 100%;
	text-align: center;
}

span.none
{
	color: #ccc;
}
.editable.multipleCTypeSelListed {
	clear: both;
	line-height: 30px;
	display: block;
}
.editable.multipleCTypeSelListed span {
	float: left;
	margin-right: 5px;
	margin-top: 8px;
}
.acct {
     display: none;  
}
tr.RecordActive {
	color: #999 !important;
}
.EditContent .TopCriteria label {
	font-size: 12px;
	color: #666;
	margin-left: 20px;
}
.EditContent .TopContent {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.EditContent .TopCriteria {
	float: right;
}
.DataTable01 .Center {
	text-align: center;
}
.EditContent .TopDescription {
	float: left;
	font-size: 12px;
	color: #666;
}
.EditContent .TopDescription div {
	padding-bottom: 10px;
}
.AutoComplete td {
	background-color: #FFF;
	border: none;
	padding: 5px;
}
.AutoComplete {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.AutoComplete td:hover {
	background-color: #EEEEEE;
	border: none;
}
.MapWrap {
	background-color: #FFF;
	border: solid 1px #999;
	border-radius: 7px;
	margin-top: 10px;
	padding: 10px;
}
.SectionWrap {
	background-color: #FFF;
	border-radius: 8px;
	margin-bottom: 10px;
	border: solid 1px #999;
}
.SectionWrap .SectionContent {
	padding: 10px;
}
.SectionWrap .SectionTitle {
	border-bottom: solid 1px #999;
	background-color: #EEE;
	border-radius: 7px 7px 0 0;
	font-size: 14px;
	color: #666;
	padding: 12px 10px 12px 28px;
	background-image: url(../images/icon-circle.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.SectionWrap .SectionTitle.Min {
	border-radius: 7px;
	border-bottom: none;
	background-image: url(../images/icon-plus.png);
}
.SectionWrap .SectionContent.Min {
	display: none;
}
.SpeedometerWrap {
	border-bottom: 1px solid #CCC;
}
.SingleSpeedometer {
	padding: 10px;
	width: 130px;
}
.SingleSpeedometer.Right {
	float: right;
}

/* GROUPS AND CATS */
	
	.GroupsList {
		margin: 10px;
		padding: 0;
	}
	.GroupsList span {
		color: #669900;
		font-weight: bold;
		font-size: 14px;
	}
	.GroupsList li {
		margin-top: 3px;
		list-style: none;
		color: #666;
		font-size: 12px;
	}
	
/* END GROUPS AND CATS */

.PastDue {
	color: #F00 !important;
}
.Hide {
	display: none;
}
.Show {
	display: block;
}