@charset "utf-8";
.top_left_white {
	background-attachment: scroll;
	background-image: url('/public/images/round_corners/tl_corner_white.gif');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	height: 8px;
}
.top_right_white {
	background-attachment: scroll;
	background-image: url('/public/images/round_corners/tr_corner_white.gif');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	background-color: transparent;
	position: relative;
	top: 0px;
	right: 0px;
	height: 8px;
}
.top_left_light_blue {
	background-attachment: scroll;
	background-image: url('/public/images/round_corners/tl_corner_light_blue.gif');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: relative;
	top: -3px;
	right: -3px;
	height: 8px;
}
.top_right_light_blue {
	background-attachment: scroll;
	background-image: url('/public/images/round_corners/tr_corner_light_blue.gif');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	background-color: transparent;
	position: relative;
	top: 0px;
	right: 0px;
	height: 8px;
}

.top_left_light_blue_inside {
	background-attachment: scroll;
	background-image: url('/public/images/round_corners/tl_corner_blue_inside.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: relative;
	height: 8px;
}
.top_right_light_blue_inside{
	background-attachment: scroll;
	background-image: url('/public/images/round_corners/tr_corner_blue_inside.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	background-color: transparent;
	position: relative;
	top: 0px;
	right: 0px;
	height: 8px;
}

.main_container{
	background-color:#0099FF; 
	color:#FFFFFF; 
	font-family:Tahoma; 
	font-size:large; 
	font-weight:bold; 
	padding: 5px; 
	border-left:1em solid #0000CC; 
	border-right: 1em solid #0000CC;
	float:left;
}
