/*
CSS codes by Eli Christopher Enobio
*/

.table{
    font-family: Verdana;
	font-size: 8pt;
	background-color: white;
}
.table-error{
    font-family: Verdana;
	font-size: 8pt;
	background-color: #FFCC99;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}

.table-small { 
   font-family: verdana;
   font-size: 7pt;   
}

.floatright {
    float: right;
    margin: 5px;
}

body {
    background: url(images/bg.jpg) repeat;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}

h1 {
   font-family: Arial;
   font-size: 14pt;
   margin-top: 0px;
   }

h2 { 
   font-family: Arial;
   font-size: 10pt;
   margin-top: 16px;
   margin-bottom: 3px;
   }
   
#counter { 
   font-family: verdana;
   font-size: 7pt;
   text-decoration: none;  
   text-align:right;
   }
  
#container {	
	border-style: none;
	border-width: 1px;
	border-color: #339900;	
	width: 700px;
	align: center;	
	border-top-style: none;				
}

#banner {
	background: url(images/main-banner-spvm-iloilo.jpg) no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;	
	height: 275px;
}

#main {
	background: url(images/body-bg-full.jpg);
	border-style: none;
	border-width: 1px;
	border-color: white;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 5px;				
}

#content {
	border-style: none;
	border-width: 1px;
	border-color: #b1bcb4;
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: left;
	font-family: arial;
	font-size: 9pt;					
}

#main-top {    
    height: 10px;	
}

#main-bottom{    
    height: 35px;
	padding-top: 10px;
	padding-right: 5px;
	text-align:right;
	background: url(images/bottom.gif) no-repeat;						
}

#main-nav {	
	height: 30px;						
}

#main-under {
    background: url(images/SPVMlinks_bottom.jpg) no-repeat;
	height: 20px;
}

#footer {	
    background: url(images/footer.jpg) no-repeat;		
	height: 32px;
}

#divider {
    background-color: #b1bcb4;		
   	height: 10px;						
}
a { color:#0000ff ; text-decoration: none }
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { color: #339900; text-decoration: underline}
a:active { text-decoration: none }

a.navlink { color:#339900 ; text-decoration: none}
a.navlink:link { text-decoration: none }
a.navlink:visited { text-decoration: none }
a.navlink:hover { color: #339900; text-decoration: none; font-weight:bold }
a.navlink:active { text-decoration: none }
