﻿/* table style */
.datagrid {
    font-family: Verdana;
    font-size: 11.5px;
   
    min-width: 65%;
}

/* common cell styles */
.datagrid th, .datagrid td
{
    cursor: default;
    height: 20px;
}

/* header cell style */
    .datagrid th {
        color: white;
        
        border-right-width: 1px;
        height: 25px;
        font: bold 11.5px Verdana;
        text-align: center;
        background-color: black;
    }
.datagrid th a
{
    text-decoration: none;
}
/* cell styles */
.datagrid td
{
   
    border-style:none;
    border-right-width: 0px;
    border-right-color: #f2e8da;
    border-bottom-width: 0px;
    border-bottom-color: #f2e8da;
     /*background:url(../../App_Themes/AUT/images/bg_title.gif) repeat;*/
}

/* mouseover row style */
/*.datagrid tr:hover{ background-color:#daffce; height:10px;}*/

    .datagrid tr:hover {
        background-color: #e9ecf7;
    }
/* table field row selected */
.rowselect
{
    background: url(../images/grids_bluebg_selected.gif) repeat;
    height: 25px;
    border: solid 1px #5CB3FF;
}
/* table row */
/*.table_oddrow				{ background-color:#e8e8e8; height:10px; }*/
/*.table_oddrow				{ background-color:#f0f8ff; height:10px; }
.table_evenrow				{ background-color:#FFFFFF; height:10px; }*/
.table_oddrow {
    height: 25px;
    background-color: #cce6ff;
}
.table_evenrow
{
	height: 25px;
	background-color: #FFFFFF;
}
.pager_style
{
    background-color: #FFFFFF;
    font: 12px Tahoma;
}
.pager_style a
{
    color:Black;
    text-decoration: none;
}
.pager_style a:hover
{
    background-color:White;
    border-radius:50%;
    color:Black;
    padding: 2px 5px 2px 5px;
}
.pager_style span
{
    background-color:#cae6fa;
    border-radius:50%;
    color:Black;
    padding: 2px 5px 2px 5px;
}

.pager_style td
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    outline: none;
}

.pagination
{
    font: normal 13px Tahoma;
    color: #000;
    text-decoration: none;
    padding: 0px 3px 0 3px;
    cursor: pointer;
    height: 14px;
}
.pagination:hover, .pagination:active
{
    font: bold 13px Tahoma;
    color: #000;
    text-decoration: none;
    padding: 0px 3px 0 3px;
    background-color: #9C9C9C;
    cursor: pointer;
    height: 14px;
}

.datagridKPI
{
    font-family: Tahoma, Tahoma;
    font-size: 11px;
    border: solid 1px #ad9e87;
}

/* common cell styles */
.datagridKPI th, .datagridKPI td
{
    cursor: default;
    height: 20px;
}

/* header cell style */
.datagridKPI th
{
	color: #000000;
	height: 25px;
	font: bold 11px Tahoma;
	text-align: center;
	border: solid 1px #C0C0C0;
	background-color:#cfd0d1;
}
.datagridKPI th a
{
    text-decoration: none;
}
/* cell styles */
.datagridKPI td
{
    color: #000;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #f2e8da;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f2e8da;
    border: solid 1px #C0C0C0;
     /*background:url(../../App_Themes/AUT/images/bg_title.gif) repeat;*/
}
.PagingFooter
{
	background-color:#cae6fa;
	height: 15px;
	width:100%;
	font: bold 11px Tahoma;
	text-align: center;
	border: solid 1px #C0C0C0;
	min-width:65%;
}
.footerKPI
{
    color: #000;
    border: solid 1px #C0C0C0;
    background-color:#F7F7F7;
}

/* table style */
.datagridnew
{
    font-family: Tahoma, Tahoma;
    font-size: 12px;
    border: solid 1px #ad9e87;
}

/* common cell styles */
.datagridnew th, .datagridnew td
{
    cursor: default;
    height: 20px;
}

/* header cell style */
.datagridnew th
{
	color: #000000;
	background: url(../images/bg_tablegrid_head.png) repeat center;
	height: 25px;
	font: bold 12px Tahoma;
	text-align: center;
	border: solid 1px #C0C0C0;
}
.datagridnew th a
{
    text-decoration: none;
}
/* cell styles */
.datagridnew td
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #f2e8da;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f2e8da;
    border: solid 1px #C0C0C0; /*background:url(../../App_Themes/AUT/images/bg_title.gif) repeat;*/
}

/* mouseover row style */
/*.datagrid tr:hover{ background-color:#daffce; height:10px;}*/

    .datagridnew tr:hover {
        background-color: #ecf4e1;
    }

.datagridNoHover
{
    font-family: Tahoma, Tahoma;
    font-size: 11.5px;
    border: solid 1px #ad9e87;
}

/* common cell styles */
.datagridNoHover th, .datagridNoHover td
{
    cursor: default;
    height: 20px;
}

/* header cell style */
.datagridNoHover th
{
	color: #000000;
	height: 25px;
	font: bold 11px Tahoma;
	text-align: center;
	border: solid 1px #C0C0C0;
	background-color:#cfd0d1;
}
.datagridNoHover th a
{
    text-decoration: none;
}
/* cell styles */
.datagridNoHover td
{
    color: #000;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #f2e8da;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f2e8da;
    border: solid 1px #C0C0C0;
}