﻿/* Default */
body, td {
	font-family: arial, verdana, sans;
	font-size: 12px;
	color: #787878;
}
p, div, ul {
	font-family: arial, verdana, sans;
	font-size: 12px;
	line-height: 18px;
	color: #787878;
}
.greyborder {
	background-color: #D8D8D8;
}
.lightborder {
	background-color: #F4F4F4;
}
.greybckg {
	background-color: #E5E5E5;
	padding: 5px;
}
.lightgreybckg {
	background-color: #F4F4F4;
}
.darkbluebkcg {
	background-color: #1A2042;
}
a:link {
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:link.white {
	color: #ffffff;
	font-size: 9px;
	font-weight: plain;
	text-decoration: underline;
}
a:visited.white {
	color: #ffffff;
	font-size: 9px;
	font-weight: plain;
	text-decoration: underline;
}
a:hover.white {
	color: #ffffff;
	font-size: 9px;
	font-weight: plain;
	text-decoration: underline;
}
a:link.grey {
	color: #787878;
	font-size: 11px;
	font-weight: plain;
	text-decoration: underline;
}
a:visited.grey {
	color: #787878;
	font-size: 11px;
	font-weight: plain;
	text-decoration: underline;
}
a:hover.grey {
	color: #FF6C00;
	font-size: 11px;
	font-weight: plain;
	text-decoration: underline;
}
.formTextbox {
	font-size: 11px;
	background-color: #CFCFCF;
	border: 1 solid #8A8A8A;
}
.formTexarea {
	font-size: 11px;
	background-color: #CFCFCF;
}
.formDropdown {
	font-size: 11px;
	background-color: #CFCFCF;
}
/*------------ defaults & form -  end  ---------------*/
.textbolded {
	font-weight: bold;
	color: #787878;
}
.orangeFormTextbox {
	font-size: 12px;
	background-color: #FF6C00;
	border: thick #1A2042 solid;
	color: #FFFFFF;
}
.darkgreyFormTextbox {
	margin: 0;
	border-style: dashed;
	font-size: 12px;
	color: #FFFFFF;
}

.highliteaction {
	border-width: thick;
	background: #dbe6de;
	margin: 5;
	font-size: 12px;
	border: 1 #FF9900 solid;
	color: #FFFFFF;
}
.cellhiliteaction {
	border: 1px #FF6C00 dotted;
	text-align: center;
	background-color: #dbe6de;
}


a:link.results {
	font-size: 11px;
	color: #535353;
	font-weight: bold;
}
a:hover.results {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a:visited.results {
	font-size: 11px;
	color: #535353;
	font-weight: bold;
}
.locationtitle {
	font-size: 12px;
	color: #787878;
	font-weight: bold;
}
.storetitle {
	font-size: 18px;
	color: #595959;
	font-weight: bold;
}
.orangetitle {
	font-size: 14px;
	color: #FF6C00;
	font-weight: bold;
}
.orangesubtitle {
	font-size: 13px;
	color: #FF6C00;
	font-weight: bold;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
}
.subsubtitle {
	font-size: 14px;
	font-weight: bold;
}
.headCell {
	font-size: 13px;
	color: #595959;
	font-weight: bold;
}
