﻿body {font-family:Tahoma, Arial, Verdana;
      font-size: 12px;
      background-image:url("images/bg.jpg");
      background-repeat: repeat-x;
      background-color: #FFFFFF;
      color: #2e3436;
      margin: 0px 0px 0px 0px;}

a:link      {color: #666666;
			 font-size: 10px;
             text-decoration: none;}
			 
a:hover     {color: #729fcf;
			 font-size: 10px;
             text-decoration: none;}
			 
a:visited   {color: #666666;
			 font-size: 10px;
             text-decoration: none;}
			 
a:active    {color: #729fcf;
			 font-size: 10px;
             text-decoration: none;}



a.menu:link      {color: #FFFFFF;
                  font-weight: bold;}
				  
a.menu:hover     {color: #666666;
                  font-weight: bold;}
				  
a.menu:visited   {color: #FFFFFF;
                  font-weight: bold;}
				  
a.menu:active    {color: #666666;
                  font-weight: bold;}
				  
		
				  
a.tabletitle:link	 {color: #FFFFFF;
					  font-weight: bold;
					  font-size: 10px;
					  text-decoration: none;}
a.tabletitle:hover     {color: #666666;
                 		font-weight: bold;
                  		font-size: 10px;
                  		text-decoration: none;}
a.tabletitle:visited   {color: #FFFFFF;
                  		font-weight: bold;
                  		font-size: 10px;
                  		text-decoration: none;}
						
a.tabletitle:active    {color: #666666;
                  		font-weight: bold;
                  		font-size: 10px;
                  		text-decoration: none;}


h1 {font-family: Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #378899;}

h2 {font-family: Tahoma, Arial;
    font-size: 14px;
    color: #378899;}

h3 {font-family: Tahoma, Arial;
    font-size: 12px;
	font-weight:bold;
    color: #378899;}

input.addbutton {
      cursor: hand;
      border: 0px;
      background-image: url("images/button_add.png"); background-repeat: no-repeat;
      width: 62px;
      height: 64px;
	  background-color:#FFFFFF;
	  color: white;
	  font-size: 16px;
	  font-weight:bold;
	  padding-bottom: 18px;}

input.editbutton {
      cursor: hand;
      border: 0px;
      background-image: url("images/button_edit.png"); background-repeat: no-repeat;
      width: 62px;
      height: 64px;
	  background-color:#FFFFFF;
	  color: white;
	  font-size: 16px;
	  font-weight:bold;
	  padding-bottom: 18px;}

input.savebutton {
      cursor: hand;
      border: 0px;
      background-image: url("images/button_save.png"); background-repeat: no-repeat;
      width: 62px;
      height: 64px;
	  background-color:#FFFFFF;
	  color: white;
	  font-size: 16px;
	  font-weight:bold;
	  padding-bottom: 18px;}

input.activebutton {
      cursor: hand;
      border: 0px;
      background-image: url("images/button_edit.png"); background-repeat: no-repeat;
      width: 62px;
      height: 64px;
	  background-color:#FFFFFF;
	  color: white;
	  font-size: 16px;
	  font-weight:bold;
	  padding-bottom: 18px;}

input.structurebutton {
      cursor: hand;
      border: 0px;
      background-image: url("images/button_edit.png"); background-repeat: no-repeat;
      width: 62px;
      height: 64px;
	  background-color:#FFFFFF;
	  color: white;
	  font-size: 11px;
	  font-weight:bold;
	  padding-bottom: 18px;}

input.deletebutton {
      cursor: hand;
      border: 0px;
      background-image: url("images/button_del.png"); background-repeat: no-repeat;
      width: 62px;
      height: 64px;
	  background-color:#FFFFFF;
	  color: white;
	  font-size: 16px;
	  font-weight:bold;
	  padding-bottom: 18px;}

input.blankbutton {
      cursor: hand;
      border: 0px;
      background-image: url("images/button_blank.png"); background-repeat: no-repeat;
      width: 62px;
      height: 64px;
	  background-color:#FFFFFF;
	  color: white;
	  font-size: 14px;
	  font-weight:bold;
	  padding-bottom: 10px;}

input {font-family:Tahoma, Arial, Verdana;
       font-size: 11px;}

table.frame {width: 960px;
             background-color: #FFFFFF;}

table.border {border: 1px solid #d3d7cf;}

td          {font-size: 11px;}

td.cellborder {border-bottom: 1px solid #C0C0C0;
			   height: 20px;
			   padding-left: 3px}

td.topmenu {height: 30px;
            background-image:url("images/topmenubg.jpg");
            background-repeat: repeat-x;
            background-color: #033440;
            color: #FFFFFF;}

td.content {font-size: 11px;
            padding: 10px;
            vertical-align:top;}
			

td.error     {color:#a40000;
			  padding: 3px;}
td.approve   {color:#00CC00;}

td.reqfieldtxt {color:#a40000;
				padding-left: 3px;
				font-weight:bold;}

td.titlebar {background-image:url(images/titlebarbg.jpg);
			 background-repeat:repeat-x;
			 background-color:#729fcf;
			 color:#FFFFFF;
			 font-size: 10px;
			 height: 25px;
			 padding-left: 3px;
			 font-weight: bold;}

div.errormsg {color:#a40000;
			  font-weight:bold;
			  font-size: 16px;}			 

div.approve {color:#00CC00;
			 font-weight:bold;
			 font-size: 16px;}	
			  
tr.rolloff {background: #FFFFFF;}
tr.rollon {background: #d5e4f3;}	 

td.treemenu {padding-left: 5px}
td.treemenusub {padding-left: 30px}
td.treemenusub2 {padding-left: 50px}
td.treemenusub3 {padding-left: 70px}
td.treemenusub4 {padding-left: 90px}
td.treemenusub5 {padding-left: 110px}
