
img 	{ border-width: 0px; } 	
h1	{text-align: center; margin: 10px; font-size:20px; } 	
h2	{text-align: center; margin: 10px; font-size: 15px; } 	
table	{ font-size: 12px; border-collapse: collapse} 	
table.main {width: 100%; border-width: 0px;} 
table.loginablak {
    background-color: #ffffff;
    border-width: 1px; 
    border-style: solid; 
    border-color: #555550;
    width:400px} 	
td	{ padding: 2px } 
tr.cimsor {background-color: #000000; color:#ffffff}
form	{ margin: 30px;padding: 0px; } 	
input	{ font-size: 12px; font-family:Verdana,Arial; background-color: #fffff0; border: solid 1px #666690;} 
select.pp {  	    padding: 0px; margin: 0px; 	    border: none 0px #778890; 	    font-size: 12px;  	    background-color: #eeeee0; 	   font-family: Verdana,Arial;  	    } 	
select.pp>option { border: none 0px black; } 	
input.submit 	{ border: solid 1px #776650; } 	
table.loginablak thead td { 	background-color: #666690;
		text-align: center; 	   
		font-family: Verdana,arial;
		font-size: 10pt; 	    
		font-weight:
		bold; 	    
		color: white; 	
		border-bottom: solid 1px white;
}
table.loginablak tbody tr.top td { border-top: solid 1px #666690; }

tfoot td { 	   background-color: #888880; 	    text-align: center; 	} 
td.co { 	    text-align: center; 	    vertical-align: bottom; 	    font-family: Verdana,arial; 	    font-size:8pt; 	} 	
img.aauthImg {
    border-top: solid 1px #666690; 	   
    border-bottom: solid 1px #888880; 	    
    border-left: solid 1px #666690; 	    
    border-right: solid 1px #888880; 	
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 4px;
left: 10px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
left:-220px; /*position where enlarged image should offset horizontally */

}
}

