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