H1 {
  color: #000000;
	font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
}

H2 {
  color: #000000;
	font-size : 12px;
  font-weight: bold;
  display: inline;
}

H3 {
  color: #000000;
	font-size: 14px;
  font-weight: bold;
  display: inline;
  padding-left: 12px;
}

.title {
  color: #00427C;
	font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.FrmBtnOut
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #325FA0;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #000000;
}

.FrmBtnOn
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #F69920;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #000000;
}

.TextField
{  
  height: 18px;
	font-family : Arial, Sans-serif, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #FFFFFF; 
  border-color: #CCCCCC; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}

A { text-decoration: none; }
A:link { color: #00427C; }
A:visited { color: #00427C; }
A:hover { text-decoration: none; color: #00427C; }

A { text-decoration: none; }
A.grey:link { color: #5B5B5B; }
A.grey:visited { color: #5B5B5B; }
A.grey:hover { text-decoration: none; color: #000000; }

A.black {text-decoration: underline; }
A.black:link {color: #000000; }
A.black:visited {color: #000000; }
A.black:hover {text-decoration: underline; color: #000000; }

A.white {text-decoration: none; }
A.white:link {color: #FFFFFF; }
A.white:visited {color: #FFFFFF; }
A.white:hover {text-decoration: underline; color: #FF9900; }

LI
{
  list-style-type: square;
}

UL
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

TD.headerRow
{
  background-color: #D5AE2F;
  color: #000000;
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
}

TD.headerRow2
{
  background-color: #FFFFFF;
  color: #000000;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

TD.DataRowEven
{
  background-color: #EFEFEF;
  border-bottom: 1px solid #CCCCCC;
}

TD.DataRowEven_NoBorder
{
  background-color: #EFEFEF;
}

TD.DataRowOdd
{
  background-color: #E0E0E0;
  border-bottom: 1px solid #CCCCCC;
}

TD.DataRowOdd_NoBorder
{
  background-color: #E0E0E0;
}

TD.header01 {
  background-color: #325FA0;
  color: #FFFFFF;
	font-size : 12px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

TD.body01 {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
}

TD.header02 {
  color: #325FA0;
	font-size : 10px;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
}

TD.body02 {
  color: #000000;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
}

TD.bannerColumn {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #989898;
}

TD.midColumn {
  padding-top: 2px;
}

TD.small {
	font-size : 10px;
  line-height: 13px;
}

TD.headerRow {
  color: #00427C;
  font-weight: bold;
  padding-top: 5px;
  border-bottom: 1px solid #CCCCCC;
}

TD.labelRow {
  color: #00427C;
}

#page {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  text-align: left;
}

#header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%px;
  height: 146px;
  background-color:#FFFFFF;
  background-repeat:no-repeat;
  background-position:right top;
}

#content
{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: left;
	font-size : 10px;
}

#mainmenu{
    background-image:url('/images/menuBG.gif');
    background-repeat:repeat-x;
    height:21px;
    padding-top:5px;
    padding-left:14px;
}

TD.left   { 
    width: 201px; 
    height:400px;
    text-align: left;  
    background-image:url('/images/bg_menu.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
}
TD.mid{ 
  background-color: #FFFFFF;
    background-image:url('/images/contentBG.gif');
    background-repeat:repeat-x;
    height: 100%;  
    text-align: left; 
    vertical-align: top; 
    padding: 20px; 
}

TD.midgroen{ 
    background-color: #FFFFFF;
    background-repeat:repeat-x;
    height: 100%;  
    text-align: left; 
    vertical-align: top; 
    padding: 20px; 
}

TD.right  { width: 175px; height: 100%;  text-align: left; vertical-align: top; padding: 10px; 
 background-color: #FFFFFF;
    background-image:url('/images/contentBG.gif');
    background-repeat:repeat-x;
    height: 100%;   }

TD.menuitem  {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #FFFFFF;
  height:20px;
  white-space:nowrap;
}
TD.menuitemOn  {
  cursor:hand;
  background-color:#9a9187;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #FFFFFF;
  height:20px;
  white-space:nowrap;
}

TD.submenuitem{
  border-bottom:1px solid #FFFFFF;
  padding-left: 10px;
  padding-right:0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
  height:20px;
  white-space:nowrap;
}
TD.submenuitemOn  {
  border-bottom:1px solid #FFFFFF;
  cursor:hand;
  background-color:#e7e3e1;
  padding: 10px;
  padding-right:0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
  height:20px;
  white-space:nowrap;
}



.column {
  padding-left: 0px;
}

#footer {
  border-top: 4px solid #000000;
  color: #000000;
  font-size: 9px;
  text-align: left;
  padding-left: 10px;
}  

TD.header {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
  line-height: 18px;
  font-weight:bold;
  color: #000000;
  padding:4px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style : normal;
	font-weight : normal;
  line-height: 14px;
  color: #000000;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
    background-image:url('/images/submenuBG.gif');
    background-repeat:repeat-y;
}

.colDtable{
width:175px;
  background-color:#766864;
  border: 1px solid #bbada8;
  padding:1px;
}
.colDheader{
  background-color:#514130;
  padding:3px;
  color:#FFFFFF;
  font-weight:bold;
}
.colDbody{
  padding:3px;
  background-image:url(/images/colDBG.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
  background-color:#70635d;
  color:#FFFFFF;
}


/* ----------------------------------- */

#dn_login{
  border:1px solid #fbf3e4;
  margin:5px;
  padding:5px;
  text-align:left;
}

#dn_details{
  border:1px solid #ccc;
  background-color:#efefef;
  margin:5px;
  padding:5px;
  background-repeat:repeat-x;
  background-position:bottom left;
}

.dn_row{
  border-bottom:1px solid #ccc;
}

.linkbtn{
  padding:2px;
  padding-left:8px;
  padding-right:8px;
  text-align:center;
  width:50px;
  height:19px;
  border:1px solid #ccc;
  color:#fff;
  background-color:#7f6b64;
}

A.linkbtn,A:hover.linkbtn,A:visited.linkbtn{ color:#fff;}
