/* ----------------------------------------------------------------------------------------------------------------*/
/* styles applicable for MOJ website, overwriting thickbox.css
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window{
    top: 40%;
}
#TB_window a:link, #TB_window a:visited {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
#TB_window a:hover{
	color: #FF0000;
}
#TB_title {
	background: #E9E9D1;
	height: 29px;
}
#TB_ajaxWindowTitle {
	color:#666666;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
