/* STD STYLE */
.grContainer_std {
	position:relative; 
	width:auto; 
	overflow:hidden;
	background-color:#EFEFEF;
	border:1px solid #DDDDDD;
	font-size:8pt;
}
.grContainer_std a,a:visited {
	text-decoration:none;
	color:#006699;
}

.grContainer_std a:hover {
	text-decoration:underline;
	color:#006699;
}

.grHeader_std {
	width:100%; 
	background-color:#EFEFEF; 
	border-bottom:1px solid #CCCCCC; text-align:center;
}
.grHeaderTitle_std {
	float:left;
	margin:5px 5px 0px 5px;
	font-size:12pt;
	font-weight:bold;
}
.grHeaderFilter_std {
	float:right;
	margin:5px 5px 5px 10px; 
	border:1px solid #CCCCCC;
}
.grToolbar_std {
	width:100%; 
	height:30px;
	/*background-color:#EFEFEF;*/
	background-image:url(./images/grid/std/toobar_bkg.jpg); 
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:1px solid #336699; text-align:left;
}
.grTitlesContainer_std {
	width:100%;
	height:26px;
	background-color:#EFEFEF; 
	border-bottom:1px solid #DDDDDD;
	padding-top:4px;
}

.grTitles_std {
	overflow:hidden;
	position:relative; 
	height:30px; 
	font-weight:bold;	
}

.grData_std {
	position:relative; overflow:auto; background-color:#FFFFFF;
min-height:350px;
}

.grFooter_std {
	text-align:center; 
	width:100%; height:50px; 
	overflow:hidden;
	background-color:#EFEFEF; border-top:1px solid #DDDDDD;
}

.grRowEven_std {
	background-color:#EFEFEF; border-bottom:1px solid #FF0000; height:35px;
}
.grRowOdd_std {
	background-color:#FFFFFF; border-bottom:3px solid #FFFF00; height:35px;
}