/*********************
 |------------------|
 |     Overlays     |
 |------------------|  
*********************/

#__olBackground {
	background-image: url("/res/img/overlay.png");
}

.__olContainer {
	background-color: #FFFFFF;



	border-left: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;

	border-right: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;

	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;

}

.__olContent {
}

.__olCaption {
	height: 20px;

	text-align: center;

	padding-top: 5px;

	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;

	background-image: url("/res/img/overlay_list_bg.png");
}

.__olShadow {
	background-color: #555555;
}