#core table {
margin: 8px 0px 20px 45px;
border-right: silver inset; border-left: silver inset;
border-top: silver inset;border-bottom: silver inset;
border-width:3px;
} 

#core table.login {
margin: 8px 0px 20px 45px;
border-right: silver inset; border-left: silver inset;
border-top: silver inset;border-bottom: silver inset;
border-width:3px;
width: 100%;
} 

#core td {
padding:2px;
}

#core tr{
padding:2px;
}

#core td.colTitle {
border: thin inset #3d3d3d;
font-size:14px;
font-weight: bold; 
color: #858585;   
padding:0px 6px 0px 6px;
}

#core td.value{  
border: thin inset #3d3d3d;
padding:3px 0px 3px 5px;
background:#505050;
}

#core tr.title{ 
font-weight: bold; 
color: #858585; 
background: url(../images/core/table_title_bg.gif) left center;   
background-repeat:repeat-x;  
height:25px;
border:5px solid red;
}

/*FOLLOWING IS THE DISPLAY FOR THE ADMIN MENU TO THE LEFT*/

#menu_core table {
margin: 8px 0px 20px 5px;
border-right: silver inset; border-left: silver inset;
border-top: silver inset;border-bottom: silver inset;
border-width:3px;
}

#menu_core tr.title{ 
font-weight: bold; 
color: #e5e5e5; 
background: url(../images/core/table_title_bg.gif) left center;   
background-repeat:repeat-x;  
height:25px;
border:5px solid red;
}

#menu_core span{	
	margin : 0px;
	padding : 0px ;
	font-weight:bold;
	width : auto ;
	font-size:15px;	
	color: #A1A1A1 ;	
	/*border:thin solid blue;*/
}

#menu_core td{	
	margin : 0px;
	padding : 2px ;	
	width : 20%;
	text-align:center;
}

#menu_core a{
letter-spacing:2px;
font-size:12px;
font-weight:bold;
padding-left : 5px;
text-align:center;
width:100%;
}

#menu_core a:link {
color: #A1A1A1 ;
text-decoration :none;
} 
    
#menu_core a:visited { 
color: #A1A1A1 ;
text-decoration:none;
} 
 
#menu_core a:hover {  
color: #e1e1e1 ;
text-decoration:none ;
}    

#menu_core a:active {
color: #A1A1A1 ;
text-decoration:none;
}   