@font-face {
    font-family: "Calibri";
    src: url("CALIBRI.TTF");
}
@font-face {
    font-family: "CalibriBold";
    src: url("CALIBRIB.TTF");
}
a:link, a:visited {
	color: #0066CC;
	font-size:10pt;
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover, a:active {
	color: #0000FF;
	font-size:10pt;
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.greylink{ color:#999999 }
a.whitelink{ color:#FFFFFF }
a.small{ size:7pt; }
hr{ margin:0px; text-align:left; }
form{ margin:0px; }
button { 
  border:0; 
  cursor:pointer; 
  font-family:Calibri, Verdana;
  font-size:13pt;
  font-weight:bold;
  padding:0 20px 0 0; 
  text-align:center;
  
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px;
  font-family:Calibri, Verdana;
  font-size:13pt;
  font-weight:bold;
}
button.btn { 
  background:url(../graphics/bluebtnr.png) right no-repeat;
}
button.btn span { 
  height:50px;
  line-height:50px;
  background:url(../graphics/bluebtnl.png) left no-repeat;
  color:#fff;
}
button.btn:hover {
	background:url(../graphics/bluebtnr-hover.png) right no-repeat; 
}
button.btn:hover span {
	background:url(../graphics/bluebtnl-hover.png) left no-repeat; 
}
button.btn[disabled], button.btn[disabled]:hover {
	background:url(../graphics/bluebtnr-disabled.png) right no-repeat;
	cursor:default;
}
button.btn[disabled] span, button.btn[disabled]:hover span {
	background:url(../graphics/bluebtnl-disabled.png) left no-repeat;
}
.normal {
	color:#000000;
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
}
.normalwhite {
	color:#FFFFFF;
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
}
.heading {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
}
.headingwhite {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}
.heading1 {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
}
.heading1white {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}
.heading1red {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.heading1blue {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.heading1ltblue {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}
.heading1drkgry {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.heading1b {
	font-family: Calabri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
}
.heading2 {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style: normal;
	font-weight: bold;
	color:#000;
}
.heading2white {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}
.heading2grey {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
.heading2red {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.heading2blue {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.heading3 {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
}
.heading3white {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}
.small {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	font-style: normal;
	font-weight: normal;
}
.smallwhite {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.smallblue {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #0000FF;
	font-style: normal;
	font-weight: normal;
}
.smallgrey {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	font-style: normal;
	font-weight: normal;
}
.smallred {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}
.small2 {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#000000;
	font-style: normal;
	font-weight: normal;
}
.small2white {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.small2blue {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color: #0000FF;
	font-style: normal;
	font-weight: normal;
}
.tiny {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:6pt;
	color:#000000;
	font-style: normal;
	font-weight: normal;
}
.tinywhite {
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:6pt;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
}
img.block {display: block;}
img.loader {
	border:0;
	width:16px;
	height:16px;
}
.statusDiv, .statusdiv, .newsLoadingStatusDiv, .newsEditStatusDiv, .productSearchStauts, .statusLightDiv, .templateLoadingStatusDiv, div.userAccountStatusLightDiv, div.dealerAccountStatusLightDiv, .LoadingStatus, .userAccountLoadingStatus, .dealerAccountLoadingStatus {
	width:20px;
	height:20px;
}
.response {
	background: #FBFAEC;
	border: 2px solid #CCCCCC;
	display: none;
	padding: 5px;
	text-align: center;
	margin: 0 auto 10px auto;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000
}
.response2 {
	background: #FBFAEC;
	border: 2px solid #CCCCCC;
	padding: 5px;
	text-align: center;
	margin: 0 auto 10px auto;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000
}
.boxHeader, .boxHeader a {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	color:#FFF;
}
.boxHeader {
	background:url(../graphics/greybar.png) repeat-x;
	height:24px;
	padding:2px 2px 6px 8px;
	border-bottom:solid #000 1px;
}
.boxHeader2, .boxHeader2 a {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color:#FFF;
}
.boxHeader2 {
	background:url(../graphics/greybar.png) repeat-x;
	height:20px;
	padding:2px 2px 4px 6px;
	border-bottom:solid #000 1px;
}
.boxHeaderSmall, .boxHeaderSmall a {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
}
.boxHeaderSmall {
	background:url(../graphics/greybar.png) repeat-x;
	height:16px;
	padding:2px 2px 2px 4px;
	border-bottom:solid #000 1px;
}
.boxHeader a:link, .boxHeader a:visited, .boxHeader2 a:link, .boxHeader2 a:visited, .boxHeaderSmall a:link, .boxHeaderSmall a:visited{
	color:#09F;
	font-weight:normal;
}
.boxHeader a:hover, .boxHeader a:active, .boxHeader2 a:hover, .boxHeader2 a:active, .boxHeaderSmall a:hover, .boxHeaderSmall a:active{
	color:#03F;
	font-weight:normal;
}
.listHeader{
	background:url(../graphics/greybarb.png) repeat-x bottom left;
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	height:26px;
	padding:2px 1px 2px 4px;
}
.listHeaderNormal{
	background:url(../graphics/greybarb.png) repeat-x bottom left;
	font-family: Calabri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	height:26px;
	padding:2px 1px 2px 4px;
}
tr.listHeader td{
	height:26px;
	padding-top:4px;
}
div.listHeader{
	padding-top:4px;
	height:22px;
	overflow:hidden;
	font-weight:normal;
}
#dhtmltooltip{
	position: absolute;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
tr.on {background: #A8C2F2;}
tr.off {background: #F7F7F7;}
tr.on2 {background: #CC9999;}
td.off { background-image:none; }
tr.rowSelected {
	background:#0000FF;
	color:#FFFFFF;
}
tr.lightgrey { background-image:url(../graphics/lightgrey.png); }
tr.white { background-image:url(../graphics/white.png); }
.listRow {
	background:url(../graphics/borderbtm.png) repeat-x bottom;
}
.listRowL {
	background:url(../graphics/borderbtml.png) no-repeat left bottom;
}
.listRowR {
	background:url(../graphics/borderbtmr.png) no-repeat right bottom;
}
.currencyTxtBox {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width:60px;
}
.objectStatus, a.objectStatus{
	color:#CCCCCC;
}
.objectStatusCompleted, a.objectStatusCompleted{
	color:#999966;
	font-weight:bold;
}
.objectStatusActive, a.objectStatusActive{
	color:#00CC00;
	font-weight:bold;
}
.objectStatusInActive, a.objectStatusInActive{
	color:#CCFF00;
	font-weight:bold;
}
.objectStatusRevised, a.objectStatusRevised{
	color:#FF9900;
	font-weight:bold;
}
.objectStatusNotReady, a.objectStatusNotReady{
	color:#FF0000;
	font-weight:bold;
}
.unitLbl {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0000FF;
	font-style: normal;
	font-weight: normal;
}
.NavBarImgTd {
border:none
}
.rowOver {background:#99FFFF;}
.rowOut {background: #F7F7F7;}
.rowSelected {
	background:#66CCFF;
	color:#FFFFFF;
}
v\:* {
  behavior:url(#default#VML);
}.psdBoxTR {
	background:url(../graphics/psdboxtr.png) no-repeat top right;
}
.psdBoxBR {
	background:url(../graphics/psdboxbr.png) bottom right no-repeat;
}
.psdBoxBL {
	background:url(../graphics/psdboxbl.png) bottom left no-repeat;
}
.psdBoxTL {
	background:url(../graphics/psdboxtl.png) no-repeat left top;
}
.psdBoxT {
	margin-left:55px;
	margin-right:64px;
	background:url(../graphics/psdboxt.png) repeat-x top;
}
.psdBoxL, .psdBoxR {
	margin-bottom:29px;
	margin-top:24px;
}
.psdBoxB {
	margin-left:55px;
	margin-right:64px;
	margin-bottom:0px;
}
.psdBoxC {
	margin:2px;
	background:#FFF;
}
.spoiler{
	color:#000;
	background-color:#000;
}
