<STYLE TYPE="text/css">
<!--
A:link {
	text-decoration: underline;
	color: Navy;/*color of unvisited ling*/
}

A:visited {
    text-decoration: underline;
	color:   navy;/*color of VISITED link*/
}

A:hover {
    text-decoration: underline;
    color: #008B8B;/*color of link when mouse moved up*/
}

BODY {
	color: navy; /*font color (used on all forms)*/
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background : #ffffff;
	text-align: center;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

BODY.popup {
    color: navy;/*font color (used on popup windows :calendar, loader)*/
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background : #C6D3DE;/*background (used on popup windows :calendar, loader)*/
	text-align: center;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}


TD {
	font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


TH {
	font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* for report printable forms */
td.print {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border-bottom : 1px solid;
}

th.print {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border-bottom : 1px solid;
    font : bold;
}


input {
    /*font-size: 11px;*/
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-color : #FFFFFF;
    border: 1px solid navy;/*border around controls*/
}


select {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-color : #FFFFFF;
    border: 1px solid navy; /*border of selects*/
}


input.btn {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-color :  #D6D3CE;/*backgroud of the buttons*/
    border: 1px solid navy1;/*border of the buttons*/
}

BUTTON {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img.hdr{
	border-color: navy; /*border color around image in the top of page*/
    border-width:1px;
}


/* cell Colors cXY,  X- first color(blue), Y-second color(grey), 0-white, 5-black */
.c50 {
    background-color: #633100;
    color:White;
}
.c03 {
    background-color: #FFFFFF;/*second column caption in orderlist*/
    color : Black;
}
.c30 {
    background-color: #FFFFFF;/*first column caption in orderlist*/
    color : Black;
}
.c01 {
     background-color:#FFFFFF;/*second column in the second row in the orderlist*/
}
.c11 {
    background-color: #FFFFFF;/*second row in orderlist*/
}
.c10 {
	background-color: #D6D3CE;	/*first row in orderlist*/
}
.c00 { background-color: #D6D3CE; }


/* form wrapper */
.form {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color:  #FFFFFF;/*backgound of outer container*/
  border: 1px solid navy; /*border of outer container;*/
}

.formctrls {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  margin: 5px;
  border: 1px solid navy;     /*border of containers that contain controls*/
  background-color: #C6D3DE; /*background of containers that contain controls*/
  padding: 5px;
}

span.text9 {
    font-family: Tahoma;
    font-size: 9pt;
}

span.error9b {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: red;
}
-->
</STYLE>

