#box_content input.grid_button
{
    width: auto;
    cursor:pointer;
}

.grid_input
{
    border: gray 1px solid;
    BACKGROUND-COLOR: white;
	font-size: 10px;
    color: #616161;
}


.editor_ok_button
{
    border: gray 1px solid;
    BACKGROUND-COLOR: white;
	font-size: 10px;
    color: #616161;
}

.editor_field
{
    border: gray 1px solid;
    BACKGROUND-COLOR: white;
	font-size: 10px;
    color: #616161;
}

.grid_maindiv
{
	position: relative; 
	overflow: hidden; 
	width: 600px; 
	font-family: verdana,arial;	
}

.grid_table
{
	background-color: white;
	width: 100%; 
	font-size: 10pt;
	border: 1px solid #BDCD72; 
}

.grid_table_header
{
	background-image: url('../media/header.png'); 
	height: 27px; 
	color: white; 
	font-weight: bold; 
	font-size: 14pt;	
}

.grid_table_header_row
{

	background-color: #EBEADB; 
	font-weight: bold;
	cursor:pointer;
	padding-left: 5px;
	padding-bottom: 0px;
	position: relative; 
	height: 18px; 
	overflow: hidden; 
	font-size: 12px;	
	cursor:pointer;
	margin-bottom: 0px;
	background-image: url('../media/column.png'); 
	background-position:bottom;

}

.grid_table_header_row_hover
{
	font-weight: bold;
	cursor:pointer;
	padding-left: 5px;
	padding-bottom: 0px;
	position: relative; 
	height: 18px; 
	overflow: hidden; 
	font-size: 12px;	
	cursor:pointer;
	margin-bottom: 0px;
	background-color: #FEFDFC;
	background-image:  url('../media/column_on.png'); 
	background-position:bottom;

}



.grid_table_row_uneven
{
	background-color: #EBEADB; 
}

.grid_footer
{
	background-color: #f9f9f9; 
	height: 30px; 
	color: #616161;
	border-top: 1px solid #BDCD72;
	border-right: 1px solid #BDCD72;
}

.grid_table_cell
{
	/*border-right:1px solid #BDCD72;
	border-top:1px dashed #BDCD72;
	padding:5px 10px;
	font-size:11px;
	vertical-align:top;*/
}

.grid_table_row_even td, .grid_table_row_uneven td{
	border-top:1px dashed #BDCD72;
	padding:5px 10px;
	font-size:11px;
	vertical-align:top;
}

.grid_table_row_uneven td.grid_table_resize_row, .grid_table_row_even td.grid_table_resize_row
{
	background-image: url('../media/resize.gif'); 
	border-right:1px solid #BDCD72;
	width: 1px; 
	margin: 0px;	
	padding:0;
}

.grid_column_resize
{
	cursor: e-resize; 
	width: 1px; 
	border-right:2px solid #BDCD72;
	border-left:none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('../media/column.png');
}
