#grid_stored_reports_component_container_title {
	/*font-size:12px;*/
	font-weight:bold;
	background-color:#EEEEEE;
	/*height:15px;*/
	height:45px;
	/*padding:4px;*/
	/*padding-right:2px;*/
	border-bottom:1px solid #999999;
	text-shadow:0 1px 0 #FFFFFF;
	overflow:hidden;
}
#grid_stored_reports_options_container {
	font-weight:normal; 
	/*float:right; */
	/*margin-right:15px;*/
}

.grid_stored_reports_tab_style {
	border: 1px solid #AAAAAA;
	border-bottom: 1px solid #DDDDDD;
	background-color:#DDDDDD;
	box-shadow: 1px 1px 0 #FFFFFF inset;
	text-shadow: 1px 1px 0px #EEEEEE; 
	display:inline-block;
	
	border-radius: 4px 4px 0px 0px;
}

.grid_stored_reports_tab_style_selected {
	border: 1px solid #999999 ;
	border-bottom: 1px solid #FFFFFF;
	text-shadow: none; 
	background-color:#FFFFFF;
}

#grid_stored_reports_tab_bottom {
	width:20px;
	height:2px;
	margin-top:-1px;
	background-color:#FFFFFF;
	position:absolute;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}

.grid_stored_reports_menu_db_divider {
	height:14px;
	padding:2px 6px;
	font-weight:bold;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	/*background-color: #EEEEEE;*/
	background-color:#EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
}
#grid_stored_reports_options_container_inner {
	text-align:center;
	font-weight:bold;
}
#grid_stored_reports_options_action_refresh_container {
	font-weight:normal;
	color:#FF0000;
}

#grid_stored_reports_refresh_button {
	background-image:url(../images/refresh_grey_large_etched.png);
	width:16px;
	height:16px;
	cursor:pointer;
	float:right;
	margin-top:4px;
	margin-right:2px;
}

#grid_stored_reports_component_container {
	border:1px solid #BBBBBB;
	overflow:auto;
	background-image:url(../images/ann_background.png);
}

#stored_reports_list_container {
	width: 860px;
	border: 1px solid #999999;
	margin-top: 4px;
}

#stored_reports_filter_container {
	height:20px;
	border-bottom:1px solid #999999;
}