#container h2 {
	text-align: center; 
	font-size:20px;
	padding: 8px 0px 8px 0px;
}

#tabs table { 
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%; 
	border-collapse: 
	collapse; border-spacing: 0; 
	text-align: center;
}

#tabs td, th { 
	border: 1px solid transparent; /* No more visible border */
	height: 30px; 
	transition: all 0.3s;  /* Simple transition for hover effect */
}

#tabs th {
	background: #D6D6D6;  /* Darken header a bit */
	font-weight: bold;
    font-size: 15px;
}

#tabs td {
	background: #FAFAFA;
	text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */ 
#tabs tr:nth-child(even) td { background: #EFEFEF; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ 
#tabs tr:nth-child(odd) td { background: #FEFEFE; }  

#tabs .delete_notice{
	font-size: 14px;
    font-weight: bold;
	width: 20%;
    background-color: #AED6A8;
    text-align: center; 
    border: 1px solid #E8D8D8;
    border-radius: 5px;	
}

#scf_form .error_msg{
	color: #CA3535;
}
#scf_form .required_sign{
	color: #FF0505;
}
#scf_form .captcha_field{
	width:12%;
}