
#DataGridDefault p, td, th, input {
	font: 11px;
}

#DataGridDefault {
	border: 1px solid gray;
	border-collapse: collapse;
	width: 100%;
}

#DataGridDefault td {
	border: 1px solid gray;	
	padding: 4px;
	font: 0.6em;
}

#DataGridDefault th {
	border: 1px solid gray;
	background-color: #383F66;
	text-align: left;
	padding-left: 4px;
	padding: 2px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	/* background: #496090 url("/login/inc/design/Menu/MenuHeader/Images/background.png") top repeat-x; */
}

#DataGridDefault caption {
	font: bold 1em;
	color: #496090;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}

#DataGridDefault tr:hover, #DataGridDefault tr.mouseover {
	background-color: #E8EAE8;
	color: #000000;
}

#DataGridDefault a {
	font-decoration: none;
}

#DataGridDefault .tr_active {
	background-color: #ddd;
}

#DataGridDefault .tr_inactive {
	background-color: #fff;
}


#DataGridSearch p, td, th, input {
	font: 0.8em;
}

#DataGridSearch {	
	border-collapse: collapse;
	width: 100%;
}

#DataGridSearch td {
	padding: 4px;
	font: 0.6em;
}

#DataGridSearch th {
	border: 1px solid gray;
	background-color: #383F66;
	text-align: left;
	padding-left: 4px;
	padding: 2px;
	color: white;
	font: 0.7em;
	font-weight: bold;	
	/* background: #496090 url("/login/inc/design/Menu/MenuHeader/Images/background.png") top repeat-x; */
}

#DataGridSearch td {
	border: 0;	
	padding: 4px;
}

#DataGridSearch a {
	font-weight: bold;
}

#DataGridSearch select {
	
}

#DataGridAction {
	text-align: right;
}

#DataGridActionLink {
	text-align: right;
}

#DataGridSearchOnlyCategory {
	text-align: right;
}

#DataGridSearchOnlyCategory a {
	font-weight: bold;
}


#DataGridDefaultThumbnail {
	list-style-type: none;
	min-width: 400px;
}

#DataGridDefaultThumbnail li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: 0.8em verdana;	
	color: #000;
	text-align: center;
	cursor: hand;
}

#DataGridDefaultThumbnail img {
	display: block;
	border: 1px solid gray;
}

