.datagrid
{
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
}


.gridrow a
{
	color: #000000;
}

.gridrow 
{
	height: 14px;
}

.gridcol span
{
	overflow: hidden;
}

.gridcol 
{
	padding: 3px;
	border-left: 1px solid #646464;
	word-wrap:break-word;
}

.even
{
	background: #f1f2f2;
}

.odd
{
	backround: #d5d8d8;
}

.overviewitem
{
	height: 185px;
	background: #ffffff;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 240px;
}

a.dgitembutton
{
 color: #ffffff;
 background: #993366;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 4px;
 padding-bottom: 4px;
}

.dgitemimg
{
	border:1px solid #cecece;
}

.colheader
{
	background: #003399;
	color: #ffffff;
	text-align:left;
	padding-left:6px;
	height: 20px;
	font-size:11px;
	
}

.asc 
{
	background: #003399 url(images/sortasc.gif) no-repeat;
	background-position: 2px 10px;
	
}

.desc 
{
	
	background: #003399 url(images/sortdesc.gif) no-repeat;
	background-position: 2px 10px;
}

.datagridsort
{
	padding: 2px; 
	text-align: center;
}

.datagridsort a
{
	background: #003399;
	margin-left: 5px;
	color: #ffffff;
	display: block;
	margin-bottom: 3px;
}

.sortboxdesc
{
	background: url(images/sortdesc.gif) no-repeat;
	background-position: 2px 10px;
}

.colheader a
{
	color: #ffffff;
	font-weight: bold;
	padding-left: 4px;
}

