span.sitecontrol {

	font-family:Comic Sans Ms;
	font-style:italic;
	font-size:16px;
	line-height: 16px;
}
span.highlight {
	
	color:black;
	font-weight: bold;
	
}
span.highlight_green {
	
	color : #80b201;
	font-size: 14px; 
}	
span.highlight_violet {
	
	color : #9565d4;
	font-weight:bold;
	font-size:13px;
}

#top_menu {
	
	position:absolute;
	left:440px;
	top:98px;		
	width:510px;
	
	color:#356904;
	font-family: Verdana;
	font-size:12px;
	margin:0;
	padding:0;
	
	
	}
	
#top_menu a {
		color:#356904;
		font-weight: bold;
		font-size:12px;
}

#top_menu a:hover {
		color:#91bf13;
		text-decoration: none;
		
}
#ulTopMenu {
	
	margin:0;
	padding:0;
}
#ulTopMenu li{
	display: inline;
	
	margin-right:20px;
	}
	
LABEL, tr, td  {
    color:black;
    font-size: 10px;
    }

td.forms_td1 {
    background-color: #6C8DB0;
    color:white;
    font-weight:bold;
    padding-left:2px;
    padding-right:2px;
    padding-top:5px;
    padding-bottom:5px;
    border-right:1px solid white;
    border-bottom:1px solid white;  
   }
   
td.forms_td2 {
    background-color: #D4E4FE;
    color:black;
    font-size:10px;
    border-right:1px solid white;
    border-bottom:1px solid white;
    padding-left:2px;
    padding-right:3px;
    padding-top:2px;
    padding-bottom:2px;      
}

td.forms_td2 label {
	background-color: #D4E4FE;
    color:black;
    font-size:10px;
    padding-left:2px;
    padding-right:3px;
    padding-top:2px;
    padding-bottom:2px;
	}

.delete_client_cursor, .edit_client_cursor  {
    width:16px;
    height:16px;
    cursor :pointer;
    }
    
h2 {
    font-size: 30px;
    font-family: century gothic, arial;
    font-weight: bold;
    padding: 0;
    margin: 0;
    }

h4 {
	font-size:14px;
	color:black;
	margin: 0;
	padding: 0;
    }

h3 {
    font-size:14px;
    margin: 0;
    padding: 0;
    color: black;
    border-bottom: 2px solid #A1D317; 
    }


    
legend {
	color:#7EB100;
	font-weight:bold;
    }
  

input.module_button {
    color:white;
    font-weight: bold;
    margin: 0;
    padding: 0;    
    background-image: url("/sites/templates/images/repeat_input.gif");
    background-repeat: repeat-x;    
    border: 1px solid gray;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    padding-bottom: 3px;
}

input.module_button:hover {
   background-image: url("/sites/templates/images/repeat_input_hover.gif");
   background-repeat: repeat-x;
    
}

input.module_button {
    background-image: expression(
            this.onmouseover = function()
            {
                this.style.backgroundImage = "url('/sites/templates/images/repeat_input_hover.gif')";
                this.style.backgroundRepeat = "repeat-x";             
            },
            this.onmouseout = function()
            {
                this.style.backgroundImage = "url('/sites/templates/images/repeat_input.gif')";
                this.style.backgroundRepeat = "repeat-x";
            }
        );
}

* html input.module_button
{
    border: 0px;
    border:none;    
}
    