﻿
#Grid
{
	margin: 0;
	padding: 0;
	overflow: auto;
}

#Grid table th
{
	position: relative;
}

.GridView
{
	border: 0;
	background-color: Transparent;
	border-collapse: collapse;
}

.GridView input, .GridView select
{
	/*border: 0;*/
	margin: 0;
	padding: 0;
	height: 16px !important;
	background-color: Transparent; /* ??? chrome ??? */
	font-size: 10px;
	text-align: center;
}

.GridView th
{
	border: 0;
	display: none;
}

.GridView td
{
	border: 0;
	border-bottom: solid 1px #6dcff6;
	vertical-align:middle;
	margin:0 !important;
	padding:0 !important;
}

.GridRow
{
	border: 0;
	background-color: White;
	border: solid 0px gray !important;
}

.Hover:hover
{
	background-color: #eeee9e;
}

.GridRow td a
{
	display: block !important;
	margin:0 !important;
	padding:0 !important;
	height: 16px;
	position: relative;
	text-decoration: none;
}

.Hover td img
{
	margin:0 !important;
	padding:0 !important;
	height: 16px;
	position: relative;
}


.GridBox
{
	margin: 0;
	padding: 0;
	border: 0;
	border: solid 0px gray;
	padding-left: 0px;
	font-size: 10px;
	height: auto;
}

.GridHead
{
	table-layout: fixed !important;
	border-collapse: collapse;
	border-spacing: 0px;
	position: relative;
	border-bottom: solid 1px #6dcff6;
	background-color: Transparent;
	background-image: url(../../img/main_menu_sel_center.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 10px 0 0 0px;
	padding: 0;
}

.GridHead td
{
	background-color: Transparent;
	text-align: left;
	color: #158fd6;
	border: solid 0px blue;
	font-size: 11px;
	vertical-align: middle;
	padding: 0px 0 0px 0;
	height: 31px;
	font-weight: bold;
}

.GridHead td span
{
	background-color: Transparent;
	color: #158fd6 !important;
	font-size: 11px !important;
	display: block !important;
	text-transform: none;
}


#Detail
{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background-color: White;
	float: left;
}

.ColImg
{
	width: 100px;
	border: solid 1px #cccccc;
	margin: 10px 0 10px 0;
}

