﻿.grid
{
    width:100%;
    vertical-align:top;
    /*border:solid 1px #555555;*/
    table-layout:fixed;
}

.grid th a:link    { color: #1381c2; text-decoration:none; display:block; height:32px; line-height:32px;}
.grid th a:visited { color: #1381c2; text-decoration:none; display:block; height:32px; line-height:32px;}
.grid th a:hover   { color: #1381c2; text-decoration:none; display:block; height:32px; line-height:32px;}

.grid th
{
    font-weight:bold;
    color:#1381c2;
    cursor:pointer; 
    padding-left:5px;
    padding-right:5px;
    height:32px;
    /*background-image: url('../Images/gridViewHeader.png');*/
    background-repeat:repeat-x;
    border:0px;
    border-bottom:1px solid #555555;
    /*text-align:left;*/
}

.gridSmall th
{
    /*padding-left:2px;
    padding-right:2px;*/
	padding-left:0px !important;
	padding-right:0px !important;
}

.gridSmall td
{
	padding-left:0px !important;
	padding-right:0px !important;
}

.gridPadding2 th
{
	padding-left:2px !important;
	padding-right:2px !important;
}

.gridPadding2 td
{
	padding-left:2px !important;
	padding-right:2px !important;
}


.grid th.sortable:hover
{   
    /*background-image: url('../Images/gridViewHeaderSelected.png');*/
    background-repeat:repeat-x;
    /*color:White;*/
}

.grid th.sortable:hover a
{
    /*color:White;*/   
}

.grid th.selected
{
    /*background-image: url('../Images/gridViewHeaderSelected.png');*/
    background-repeat:repeat-x;
}

.grid th.selected a
{
    /*color:White;*/   
}

.grid td
{
    color:#818385;
    font-size:11px;
    padding:5px;
    border:0px;
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.grid .tdCenter
{
    text-align:center;
}

/*.grid .tdImage
{
    padding-right:6px;
    padding-left:6px;
    text-align:center;
    vertical-align:middle;
}*/

.grid tr
{
	/*border-bottom:solid 1px #ccc;*/
}

.grid .row0
{
    background-color:White;
}

.grid .row1
{
    background-color:#e8f4ff;
}

.grid .tdFooter
{
    color:#147ec2;
    font-weight:bold;
    background-color:#d6ebff;
    font-size:11px;
    padding:5px;
    border:0px;
}

div.pagination 
{
    background-color:#D6EBFF;
    border:5px solid #D6EBFF;
    margin:-5px 0px 0px -5px;
	padding:0px;
	text-align:center;
    width:100%;
}
div.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #136475;
	font-weight:bold;
}
div.pagination a:hover, div.pagination a:active 
{
	color: orange;
}
div.pagination span.current 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	color:orange;
}
div.pagination span.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #DDD;
}