.CntLayout
{
    border: 0px;
    margin-left:auto; 
    margin-right:auto;
	width: 500px;
}
.CntLayout td
{    
    text-align: center;    
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	border: 1px solid rgba(200, 200, 200, 1); 
	background-color: rgba(255, 255, 255, 1); 
	vertical-align:  middle; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -o-border-radius: 5px; 
    border-radius: 5px;
    moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    -webkit-box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
    -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
}
.CntHeader td
{
    font-size: 10px;  
    padding: 2px;
}
.CntDisplay td
{    
    background: url('cnt_clock_face.png');
    background-repeat: repeat-x;
    background-position: center;
    background-color: rgba(255, 255, 255, 1);
    width: 12.5%;
    height: 75px;     
    font-size: 40px;
    color: rgba(100, 100, 100, 1);
}
.CntFooter td
{
    font-size: 9px;
    color: rgba(100, 100, 100, 1);
    padding: 2px;    
}
#content table  /*IMPORTANT OVERRIDE WORDPRESS DEFAULT CONTENT STYLE FOR TABLES*/
{
	border-collapse: inherit;
	border-spacing: 2px;
	border: 0px;
}
#content tr td
{
	border: 1px solid rgba(200, 200, 200, 1); 
	padding: 0px 0px 0px 0px;
}
