/*      Hora Time Management  CSS      */ 

body {
		scrollbar-base-color: #DBDBDB; 
		scrollbar-arrow-color: #333333;
		scrollbar-track-color: #FFFFFF; 
	 }

font.ft {    
			font-family: Verdana; 
            font-size: 11px;
            }

font.ft2 {    
			font-family: Verdana; 
            font-size: 56px;
            }			 

a.menu {    
			font-family: Verdana; 
            font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu:hover { 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFF66
			     } 

a.menu_small {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: none;
			color: #0066B3
            } 

a.menu_small:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #000000
			     }			 		 

a.links {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #17698F
            } 

a.links:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #000000
			     } 
	 
table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #5B87B4;
	   border-width: 1px;
}			 
 
input.fn {
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: none;
			color: #00000
}

input.fs {
			background-color: #CCCCCC;
			padding-top: 2px;
			padding-bottom: 2px;
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: none;
			color: #000000
}


/* button styles */
a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image:  url(images/buttons.gif);
background-repeat: no-repeat;
width: 150px;
height: 30px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: center;
line-height: 30px;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #FFFFFF;
}
a.button:hover, a.button:active {
background-position: 0 -38px;
color: #FFFFCC;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -76px;
color: #FFFFCC;
cursor: default;
}