body { 	
    
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    line-height: 1.4em;
}

.title { 	
    
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

.subtitle { 	
    
    font-family: Arial;
    font-size: 11pt;
    color: #000000;
}

.maindiv {
        /*overflow: scroll;*/
	height: 400px;
	width: 650px;
	overflow: auto;
	line-height:1.4em;
        padding-right: 3px;
        padding-left: 3px;
    /*padding: 3px;*/
}

.subdiv {
        /*overflow: scroll;*/
	height: 250px;
	width: 672px;
	overflow: auto;
	line-height:1.4em;
        padding-right: 3px;
        padding-left: 3px;
    /*padding: 3px;*/
}

.subdiv_long {
        /*overflow: scroll;*/
	height: 400px;
	width: 672px;
	overflow: auto;
	line-height:1.4em;
        padding-right: 3px;
        padding-left: 3px;
    /*padding: 3px;*/
}

table { 	
    
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    line-height: 1.4em;
}

.error { 	
    
    font-family: Arial;
    font-size: 10pt;
    color: #FF0000;
}


.but
{
  font-family: Arial;
  height: 20px;
  color: #333333;
  font-size: 8pt;
  padding-left: 8px;
  padding-right: 8px;
  background: url(../images/system/button.gif) repeat-x #f0f0f0;
  border: 1px solid #a4a4a4;
}

.navbut
{
    background-image: url(../images/nav/nav.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 3px;

}

a.menulink
{  
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
	line-height:1.4em;
}

a.menulink:hover
{
    color: #009534;
    text-decoration: none;
	line-height:1.4em;
}

a.menulinkAdmin
{  
    font-family: Arial;
    font-size: 10pt;
    color: #FF0000;
    text-decoration: none;
	line-height:1.4em;
}

a.menulinkAdmin:hover
{
    color: #000000;
    text-decoration: none;
	line-height:1.4em;
}

a.menulinkSel
{  
    font-family: Arial;
font-weight: bold;
    font-size: 10pt;
    color: #009534;
    text-decoration: none;
	line-height:1.4em;
}

a.menulinkSel:hover
{
    color: #000000;
font-weight: bold;
    text-decoration: none;
	line-height:1.4em;
}

a.link
{  
    font-family: Arial;
    font-size: 10pt;
    color: #009534;
    text-decoration: none;
	line-height:1.4em;
}

a.link:hover
{
    color: #000000;
    text-decoration: none;
	line-height:1.4em;
}

a.boldlink
{  
    font-family: Arial;
 font-weight: bold;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
	line-height:1.4em;
}

a.boldlink:hover
{
    color: #009534;
 font-weight: bold;
    text-decoration: none;
	line-height:1.4em;
}

.textfield_short
{
     border: 1px solid #a4a4a4;

     height: 20px;
     font-family: Arial;
     width: 50px;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.textfield_middle
{
          border: 1px solid #a4a4a4;
  
     height: 20px;
     font-family: Arial;
     width: 200px;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.textfield_long
{
     border: 1px solid #a4a4a4;
     /*padding-top: 3px;
     padding-bottom: 3px;
     padding-left: 3px;
     padding-right: 3px;*/
     height: 20px;
     font-family: Arial;
     width: 300px;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.textarea_middle
{
     border: 1px solid #a4a4a4;
     font-family: Arial;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.textfield_short_error
{
     border: 1px solid #ff0000;

     height: 20px;
     font-family: Arial;
     width: 50px;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.textfield_middle_error
{
          border: 1px solid #ff0000;
  
     height: 20px;
     font-family: Arial;
     width: 200px;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.textfield_long_error
{
     border: 1px solid #ff0000;
     /*padding-top: 3px;
     padding-bottom: 3px;
     padding-left: 3px;
     padding-right: 3px;*/
     height: 20px;
     font-family: Arial;
     width: 300px;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.textarea_middle_error
{
     border: 1px solid #ff0000;
     font-family: Arial;
     font-size: 10pt;
     background-color: #F3F3F3;
}

.button_middle
{
          border: 1px solid #a4a4a4;
     padding-top: 3px;
     padding-bottom: 3px;
     padding-left: 3px;
     padding-right: 3px;
     height: 25px;
     font-family: Arial;
     width: 100px;
     font-size: 10pt;
     background-color: #F3F3F3;
}
