﻿/* Grid */

.Grid
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    border-collapse: collapse;
    margin-top: 10px;
}
.Grid td
{
    color: #5e5e5e;
    padding: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cecbbd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecbbd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cecbbd;
}
.GridHeader
{
    font-weight: bold;
    color: #5e5e5e;
    padding: 8px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cecbbd;
    background-image: url(images/TableHead.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecbbd;
    text-align: center;
}
.GridHeader a
{
    color: #333333;
    text-decoration: none;
}
.GridHeader a:hover
{
    text-decoration: underline;
}

.GridItem
{
    color: #5e5e5e;
    padding: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cecbbd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecbbd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cecbbd;
}

.GridAltItem
{
    background: #e9f1f5;
}
.GridItem .Selected
{
    background: #5e5e5e;
}




.txtBox
{
    width: 300px;
    margin-top:3px;
    margin-bottom: 3px;
}



/*GridViewCSS*/
.GridViewStyle
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    border-collapse: collapse;
    margin-top: 10px;
    color: #5e5e5e;
}

.GridViewStyle a
{

}
/*Header and Pager styles*/
/*Common Styles*/
.HeaderStyle, .PagerStyle
{


}
.HeaderStyle th
{
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecbbd;
	background-image: url(../Images/TableHead.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecbbd;
	text-align: center;
	  background-color: #0041B9;
  background-image: linear-gradient(#4D7ACD,#0041B9 60%,#0B3583);
}
.HeaderStyle a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.HeaderStyle a:hover
{
    text-decoration: underline;
}




.PagerStyle table
{
	background-color: #CCCCCC;
	margin-left: auto;
}
.PagerStyle table td
{
	border: 3px solid #ffffff;
	padding: 0px;
}
.PagerStyle td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.PagerStyle a
{
	color: #000000;
	padding: 5px;
}
.PagerStyle a:hover
{
 text-decoration: underline;   
}

.PagerStyle span
{
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
/*RowStyles*/
/*Common Styles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td
{
	color: #000000;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecbbd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecbbd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecbbd;
}

.RowStyle1 td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td
{
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecbbd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecbbd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecbbd;
	color: #000000;
}
 
.RowStyle td
{
}
.RowStyle1 td
{

}



.AltRowStyle td
{
    background-color: #cfecfa;
}
.SelectedRowStyle td
{
	background-color: #D3DEEB;
}
/*GridViewCSS*/



/* Page style */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}



.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0A49BC;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    font-weight:bold;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}


/*Page style */