/*
SKINS FOR THE MEDIA GALLERY
*/



div.DataGrid_green {
	position:relative;
	/*float: left;
	width: 100%;*/
	margin: 0px;
  border: 1px solid #038615 ; 
	border-top: 1px solid #c5e172;
	padding: 0px;
}

table.DataGrid_green {
	position: relative;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	color:#444;
	border-bottom: 1px solid #CCC;
}

tr.DataGrid_green  {
	border: none;
	margin: 0px;
	padding: 0px;
}

th.DataGrid_green ,
tr.DataGrid_green td.DataGrid_green {
	text-align: left;
	padding: 1px 3px 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #EEE;
	vertical-align: top;
}

th.DataGrid_green {
	border-right: 1px solid #888;
}

th.DataGrid_green  {
	color: #003300; 
	background: #049619 url('/sharedlibraries2/assets/images/titleBar_green.jpg') top repeat-x;
	border-bottom: 1px solid #666;
	text-align: left;
	padding: 2px 3px;
}

.DataGrid_green_shadow {
	height: 9px;
	font-size: 1px;
	padding: 0px;
	background: url(/sharedlibraries2/assets/images/shadow.jpg) top repeat-x;
}

tr.DataGrid_green td.thumbnail img {
	height: 25px;
}
