body {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 12px;
}

.uname {  font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.pass {  font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.redlin {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000; white-space: normal;}

td {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 12px;
        color: #333333;
}

td.nowrap {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 12px;
        white-space: nowrap;
}

div {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 12px;
	padding: 0px;
}

div.nowrap {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 12px;
        white-space: nowrap;
}

h1 {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 22px;
	color: #333333;
}

h2 {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 12px;
	color: #333333;
	font-style: italic;
}

h3 {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        font-size: 14px;
	color: #333333;
}

a.std:link {
        font-family: Verdana, sans-serif, Arial, Helvetica;
	color: #5070E0;
}
a.std:visited {
        font-family: Verdana, sans-serif, Arial, Helvetica;
	color: #5070E0;
}
a.std:active {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        color: #002DB4;
	
}
a.std:hover {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        color: #002DB4;
}

a.mini {
        font-family: Verdana, sans-serif, Arial, Helvetica;
        color: #5070E0;
	font-size: 7px;
	text-decoration: none;
}

a.std_box:link {
	border: 1px solid #5070E0;
	text-decoration: none;
        font-family: Verdana, sans-serif, Arial, Helvetica;
	color: #5070E0;
	font-size: 10px;
}
a.std_box:visited {
	border: 1px solid #5070E0;
	text-decoration: none;
        font-family: Verdana, sans-serif, Arial, Helvetica;
	color: #5070E0;
	font-size: 10px;
}
a.std_box:active {
	border: 1px solid #002DB4;
	text-decoration: none;
        font-family: Verdana, sans-serif, Arial, Helvetica;
        color: #002DB4;
	font-size: 10px;
}
a.std_box:hover {
	border: 1px solid #002DB4;
	text-decoration: none;
        font-family: Verdana, sans-serif, Arial, Helvetica;
        color: #002DB4;
	font-size: 10px;
}

a.button {
  font-size: 12px;
  padding: 1px 5px 1px 5px;
  border: 1px solid #707070;
  background:#dddddd url("../include/images/button.gif") repeat-x top;
  color: #444;                         
  text-decoration: none;               
}

a.button:hover {
  border: 1px solid #144F95;           
  background:#437AB4 url("../include/images/button_on.gif") repeat-x top;
  color: #FFFFFF;
}

input.button {
  background-color    : #dddddd;
  color               : #444 !important;
  background-image    : url("../include/images/button.gif");
  background-repeat   : repeat-x;
  border              : 1px solid #707070;
  font-weight         : bold;
}

input.button:hover {
  border: 1px solid #144F95;
  background:#437AB4 url("../include/images/button_on.gif") repeat-x top;
  color: #FFFFFF !important;
  cursor: pointer;
}

.popup
{
color: #ffffff;
cursor: help;
text-decoration: none
}

td.active_order_step
{
  border-right:1px solid #5070E0;
  padding:2px;
  background-color:#F0F0FF;
  white-space: nowrap;
  font-weight:bold;

}

td.inactive_order_step
{
  border-right:1px solid #5070E0;
  padding:2px;
  white-space: nowrap;
}

.t {background: url(images/dot.gif) 0 0 repeat-x; width: 100%; text-align: center;}
.b {background: url(images/dot.gif) 0 100% repeat-x;}
.l {background: url(images/dot.gif) 0 0 repeat-y;}
.r {background: url(images/dot.gif) 100% 0 repeat-y;}
.bl {background: url(images/bl.gif) 0 100% no-repeat;}
.br {background: url(images/br.gif) 100% 100% no-repeat;}
.tl {background: url(images/tl.gif) 0 0 no-repeat;}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; margin-bottom:5px;}

.t_header {background: url(images/dot_header.gif) 0 0 repeat-x; width: 100%;}
.tl_header {background: url(images/tl_header.gif) 0 0 no-repeat;}
.tr_header {background: url(images/tr_header.gif) 100% 0 no-repeat; margin-bottom:5px;}
.header {min-height:21px;width:100%;font-weight:bold;text-align:center;padding-top:3px;}
