 .normal-input{background-color:white}
 .required-input{background-color:yellow}
 .no-edit-input{border:none; background-color:transparent;}

 .white-box{ 
    border: 1px solid Black;  
    background-color: White;  
    padding: 4px 10px 4px 10px;}
 .white-table{ border: 1px solid Black;  
    background-color: White;}
 .white-cell{ background-color: White; 
    padding: 4px 10px 4px 10px;}
 .white-header{ background-color: #ECECEC;
   padding: 4px 10px 4px 10px;
   font-weight: bold; }
 
 .gray-box{
   border: 1px solid Black;
   background-color: #EEEEEE;
   padding: 4px 10px 4px 10px;}
 
 .highlight{background: #ECECEC;}
 
 
 .old-red-button{
}
 .old-red-button-alt{
}
 .old-green-button{
}
 .old-green-button-alt{
}

 .red-button{
   background-color: #E60E29;
   color: White;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px; 
	border-bottom-color: Black;
	border-left-color: #F44B60;
	border-right-color: Black;
	border-top-color: #F44B60;         
}
 .red-button-alt{
   background-color: #A4111B;
   color: #D7959A;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px; 
	border-bottom-color: Black;
	border-left-color: #E71828;
	border-right-color: Black;
	border-top-color: #E71828;         
}
 .green-button{
   background-color: #00A650;
   color: White;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px;
	border-bottom-color: Black;
	border-left-color: #00F477;
	border-right-color: Black;
	border-top-color: #00F477;    
}
 .green-button-alt{
   background-color: #00602B;
   color: #96BDA8;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px;
	border-bottom-color: Black;
	border-left-color: #009544;
	border-right-color: Black;
	border-top-color: #009544;    
}
 .blue-button{
   background-color: #76A9DA;
   color: White;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px; 
	border-bottom-color: Black;
	border-left-color: #BCD5ED;
	border-right-color: Blak;
	border-top-color: #BCD5ED;    
}
 .blue-button-alt{
   background-color: #3E6B99;
   color: #B4C5D5;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px; 
	border-bottom-color: Black;
	border-left-color: #779EC8;
	border-right-color: Blak;
	border-top-color: #779EC8;      
}
 .black-button{
   background-color: White;
   color: black;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px; 
	border-bottom-color: #888888;
	border-left-color: #EAEAEA;
	border-right-color: #888888;
	border-top-color: #EAEAEA;    
}
 .black-button-alt{
   background-color: Gray;
   color: white;  
   font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 13px; 
	border-bottom-color: Black;
	border-left-color: #AAAAAA;
	border-right-color: Blak;
	border-top-color: #AAAAAA;   
   
}


 .red-text{
   color: #E60E29;
}


 .message-update{
   background-color: #663366; 
   padding: 4px 10px 4px 10px; 
   font-weight: bold; 
   color: white;
   border: 1px solid black;
   text-align: center;
}
 .message-create{
   background-color: #00A650; 
   padding: 4px 10px 4px 10px; 
   font-weight: bold; 
   color: white;   
   border: 1px solid black;
   text-align: center;
}
 .message-warning{
   background-color: #E60E29; 
   padding: 4px 10px 4px 10px; 
   font-weight: bold; 
   color: white;
   border: 1px solid black;
   text-align: center;
}

 .arrow-box{
    width: 12px;
    height: 13px;
    vertical-align: middle;
    text-align: center;  
 }
 
 .arrow-link{
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color : Black;
	font-size : 12px;
	text-decoration : none;
 }
 .arrow-link:link{
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color : Black;
	font-size : 12px;
	text-decoration : none;
 }
 .arrow-link:active{
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color : Black;
	font-size : 12px;
	text-decoration : none;
 }
  .arrow-link:visited{
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color : Black;
	font-size : 12px;
	text-decoration : none;
 }
 .arrow-link:hover{
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color : Black;
	font-size : 12px;
	text-decoration : none;
 }

 .list-cell{
	background-color : #ECECEC;
	padding : 2px;
	vertical-align : top;
}
 .list-cell-alt{
	padding : 2px;
	vertical-align : top;
}



 .login-box{border: 1px solid Black;
   background-color: #ECECEC;
   width:100%}
  input{font-family: Arial,Helvetica;}
  .OLD_select{font-family: Arial,Helvetica;}
 
 .large-text{
	font-size: 16px;
}

span{
   vertical-align: baseline;
}
