﻿.tableheader
{
    background-image: url(tableheader.gif);
    background-repeat:repeat-x;
    color:#666666;
    font-weight:bold;
}

.collapsePanel {
	
	background-color:white;
	overflow:hidden;
	border:1px solid #e3e3e3;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
    background-image: url(tableheader.gif);
	background-repeat:repeat-x;
	color:#666;
	font-weight:bold;
}




.tableheader a:link,
.tableheader a:visited,
.tableheader a:hover,
.tableheader a:active {
    color:#666666;
	text-decoration:none;
	}
	
.tableheader a:hover {
	text-decoration: underline;
}






.tablefooter
{
    background-image: url(tableheader.gif);
    background-repeat:repeat-x;
    color:#666666;
    font-weight:normal;
}
.tablefooter a:link,
.tablefooter a:visited,
.tablefooter a:hover,
.tablefooter a:active {
    color:#666666;
	text-decoration:none;
	}
	
.tablefooter a:hover {
	text-decoration: underline;
}





.tableline
{
    cursor:hand;
}
.rownormal
{
    background:#f6f6f6;
    color:#a31515;
}
.rowalternative
{
    background:#eeeeee;
    color:#dd3409;
}
.gridHover
{
    background:#c4d8ea;
}
.tablebord, TABLE
{
    padding:0;
    border-spacing: 0px;
    border: none;
    border-collapse: collapse;
}