/**/
span.blue_bold {
	font-weight:bold;
	color:#00009C;
}
/**/
/*Buttons--*/
input[type='submit'].blue_button,button.blue_button,a.blue_button {
	display:inline-block;
	background-color:#3C63A2;
	border-color:#8BB3F4 #28426D #28426D #8BB3F4;
	border-width:1px;
	border-style:solid;
	height:23px;
	text-align:center;
	vertical-align:middle;!important;
	color:#FFF!important;
}
input[type='submit'].blue_button:hover ,button.blue_button:hover ,a.blue_button:hover {
	background:#FFF;
	color:#444444!important;;
}
a.blue_button {
	cursor:default;	
	font-size:8pt;
}
a.blue_button span {
	display:inline-block;
	padding-top:5px;
	margin-left:6px;
	margin-right:6px;
}
/*--Buttons*/
/*Overlay --*/
div.blue_overlay {
	background-color:transparent;
	display:none;
	position:fixed;
	left:0;
	width:100%;
	top:0;
	margin:0;	
	z-index:999;
}
div.blue_overlay > div.blue_opacity {
	background-color:#121212;
	position:fixed;
	opacity:0.4;
	filter:alpha(opacity=40);
	width:100%;
	height:100%;
	left:0;
	top:0;
	margin:0;	
	z-index:1000;
}
div.blue_overlay > div.blue_wrap {
	z-index:1001;
	margin: 0 auto;
	position:relative;
	width:620px;
	height:420px;
	top:100px;
}
div.blue_overlay > div.blue_wrap  > div.blue_close {
	background: transparent url('/images/blue/closebtn_faded.png') no-repeat;
	position:absolute;
	top:4px;
	left:586px;
	width:20px;
	height:20px;
	cursor:pointer;
}
div.blue_overlay > div.blue_wrap  > div.blue_content {
	background-color: #FFF;
	width:600px;
	height:400px;
	margin:10px;
}
div.blue_overlay > div.blue_wrap  > div.blue_content > iframe {
	border-style:none;
	margin 40px auto;
	display:block;
	background-color:white;
}
/*-- Overlay*/