﻿.MaviGrid 
{ 
	font-family:Tahoma;
	margin-top:5px;
	padding:0px;
	border:solid 1px #C8C8C8;
}
.MaviGrid H2 
{ 
	margin:0; padding:0; 
	color:#ffffff;
	height:20px;
	line-height:20px;
	font-size:14px;
}
.MaviGrid .mid
{
	padding:1px;

}
.MaviGrid .datatable
{
	
	color:#666;
	padding:0px; margin:0px;
	width:100%;
}

.MaviGrid .datatable caption {
background-color: #5D7B9D;
color: White;
font-weight:bold;
text-align:left;
padding:3px;
height:20px;
line-height:17px;
}
.MaviGrid .GridViewSummary
{
    font-size:12px;
    letter-spacing:0px;
    text-align:left;
    padding: 2px 0px 0px 5px;
    color:#333333;
    border-top:solid 1px #bbd9ee;
    height:20px;
    line-height:17px;
    background-color:#F3F3F3;
    }


.DataGridFixedHeader 
{
    background-color: white; 
    position:relative; 
    top:expression(this.offsetParent.Top-1);
    }
        
.MaviGrid .datatable TH
{
    font-size:12px;
    font-weight:bold;
    letter-spacing:0px;
    text-align:left;
    padding:2px 4px;
    color:#333333;
    border-bottom:solid 2px #bbd9ee;
    height:30px;
    background-color:#F3F3F3;
}
.MaviGrid .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color:#0066cc;
}
.MaviGrid .datatable TH.sortasc A { background:url(../../images/mavigrid/asc.gif) right center no-repeat; }
.MaviGrid .datatable TH.sortdesc A { background:url(../../images/mavigrid/desc.gif) right center no-repeat; }
.MaviGrid .datatable .row TD
{
    font-size:11px;
    text-align:left;
    padding:6px 4px;
    border-bottom:solid 1px #bbd9ee;
}      
.MaviGrid .datatable .row:hover
{
	background-color:#fffacd;
	color:#000;
}
.MaviGrid .datatable .row TD.first { padding-left:10px; }
.MaviGrid .datatable TH.first { padding-left:10px; }
.MaviGrid .datatable .row:hover .first
{
    background-repeat:no-repeat;   
	background-image:url(../../images/mavigrid/bullet.gif);
}  
/* Data Pager Styles */
.MaviGrid TR.pager-row TD
{
    border-top:solid 2px #bbd9ee;
}
.MaviGrid .pager
{
    font-family:arial,sans-serif;
    text-align:left;
    padding:6px;	
    font-size:18px;
} 
.MaviGrid .pager SPAN.command,        
.MaviGrid .pager SPAN.current,        
.MaviGrid .pager A.command,
.MaviGrid TR.pager-row TD A
{
    color:#5a90ce;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}
.MaviGrid .pager A.command:hover,
.MaviGrid TR.pager-row TD A:hover
{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 3px;
    text-decoration:none;
}        
.MaviGrid .pager SPAN.current,
.MaviGrid TR.pager-row TD SPAN
{
	border:none;
    font-weight:bold;
    color:#3e3e3e;
    padding:0px 6px;
}
.MaviGrid TR.pager-row TD
{
	border-top:none;
	text-align:left;
}
.MaviGrid TR.pager-row TABLE
{
	height:35px;
	margin: 0 auto 0 5px;
}

div.rounded {
    clear:both;
    max-width:2400px;
}

div.rounded div.top-outer {
    background:url(../../images/mavigrid/tl.gif) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.rounded div.top-outer div.top-inner {
    background:url(../../images/mavigrid/tr.gif) no-repeat right bottom;
    margin-left:9px;
}

div.rounded div.top-outer div.top-inner div.top {
    background:url(../../images/mavigrid/tm.gif) repeat;
    height:23px;
    margin-right:9px;
    font-size:.01em;
}

div.rounded div.mid-outer {
    background:url(../../images/mavigrid/l.gif) left repeat-y;
    clear:both;
    width:100%;
}

div.rounded div.mid-outer div.mid-inner {
    background:url(../../images/mavigrid/r.gif) right repeat-y;
    margin-left:2px;    
}

div.rounded div.mid-outer div.mid-inner div.mid {
	background-color:#ffffff;
    margin-right:2px;
}

div.rounded div.bottom-outer {
    background:url(../../images/mavigrid/bl.gif) no-repeat left top;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom-outer div.bottom-inner {
    background:url(../../images/mavigrid/br.gif) no-repeat right top;
    margin-left:4px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    background:url(../../images/mavigrid/bm.gif) repeat;
    height:8px;
    margin-right:4px;
    font-size:.01em;
}