﻿/* Datagrid */
.table_datagrid 
{
	border:1px solid #AAB3B3;
}
.tr_dg_title 
{
	background:url(../Media/dg_title_sf.gif) repeat-x;
}
.td_dg_title 
{
	border-bottom:2px solid #000000;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.td_dg_title  a:hover 
{
	background-color:Transparent;
	color:#0D456E;
}
.tr_dg_el 
{
	background-color:#F7F7F7;
}
.tr_dg_el_alt
{
	background-color:#FFFFFF;
}
.tr_dg_el_selected
{
	background-color:#B7F39B;
}
.td_dg_el 
{
	padding:8px;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
}
.table_dg_page
{
	width:100%;
}
.td_dg_page
{
	color:#000000;
	text-align:left;
}
.td_dg_page a,.td_dg_page a:link,.td_dg_page a:visited
{
	color:#000000;
}
.td_dg_page a:hover
{
	background-color:Transparent;
	text-decoration:none;
}
.td_dg_page_c
{
	background:url(../Media/dg_title_sf2.gif) repeat-x;
	color:#000000;
	padding:0px;
}
.tr_dg_search 
{
	background-color:#666666;
}
.td_dg_search 
{
	border-bottom:1px solid #000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:right;	
}
.td_dg_i 
{
	border-top:1px solid #000000;
}
