/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* Change hover over to Blue */
.cb-postcontent  a:hover, .cb-postcontent a.hover
{
   font-family: Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   color: #0066ff;
   text-decoration: underline;
}
/* End of Change hover over to Blue */
.page-blocks{
	background-color: #f9f5f0;
	border: 1px solid silver;
	border-radius: 8px;
}
.clock-hp {
    pointer-events: none;
	position: absolute;
    right: 50px;
    top: 10px;
}
.gb {
	background: url("../../../img/tng_hist.gif") no-repeat scroll 13px 1px transparent;
    color: #000000;
    font-size: 12px;
	font-weight: bold;
    left: 35px;
    padding: 2px 0 10px 38px;
    position: absolute;
    top: 10px;
}
.gb a:link {
    color: #000000;
}
.cpfeatureback {
	background-color: #f8f400;
}
.cb-footer{
	background: #E7DDCA;
    background: transparent;
    padding:0px 5px 5px 0px;
    margin:0px 15px 0px 15px;
}
/* Added for Family Chart customisation */
.mfambox {
    background-color: #FFFDC8;
}