﻿body {
}
h3 {
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size:30px;
	color:#5D381B
}
h2 {
	/*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size:18px;
	color:#5D381B*/

      font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    color: #8E4B02;
    border: solid 1px rgba(178, 179, 181, 0.32);
    padding: 10px;
    background-color: #f6f6f6;
    box-shadow: 0 0 46px rgba(142, 75, 2, 0.16);
    text-align: center;
}
.GridViewStyle
{   
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    
    font-size:11px;
    font-family :"Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
    color:Black ;
}

.GridViewStyle a
{
    color: #5D381B;
    
    
    font-size:11px;
    font-family :"Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
}
.GridViewStyle a:hover
{
    color: #7A4F30;
    font-weight :bold;
    text-decoration :underline;
    font-size:11px;
}

    .GridViewStyle th
    {
        font-size: 12px;
        border-left: 1px solid #EBE9ED;
        border-right: 1px solid #EBE9ED;
        text-align: center;
    }   
table.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
table.tftable th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
table.tftable tr {background-color:#d4e3e5;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}


.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle
{
    background-color: #835B2D;
    
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #000000;
    
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
    
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
    
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    
    color: #000000;
    
}

.GridViewPagerStyle
{
    background-color: #B78652;
    color: #FFFFFF;
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0.09, rgb(240,240,240)),color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:-moz-linear-gradient(center bottom , #AA743A 9%, #B78652 55%, #C4986A 78%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#B78652, #C4986A);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA743A', endColorstr='#B78652'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#AA743A), to(#B78652)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #AA743A,  #B78652); /* for firefox 3.6+ */ 
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
    text-align :center;
    background:		#B78652 ;
	box-shadow:0 0 3px #fff;
	background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:-moz-linear-gradient(center bottom , #AA743A 9%, #B78652 55%, #C4986A 78%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#B78652, #C4986A);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA743A', endColorstr='#B78652'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#AA743A), to(#B78652)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #AA743A,  #B78652); /* for firefox 3.6+ */ 
    
}
.GridViewStyleMonth
{   
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    
    font-size:10px;
    font-family :"Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
    color:Black ;
}

.GridViewStyleMonth a
{
    color: #5D381B;
    
    
    font-size:11px;
    font-family :"Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
}
.GridViewStyleMonth a:hover
{
    color: #7A4F30;
    font-weight :bold;
    text-decoration :underline;
    font-size:11px;
}

    .GridViewStyleMonth th
    {
        font-size: 12px;
        border-left: 1px solid #EBE9ED;
        border-right: 1px solid #EBE9ED;
        text-align: center;
    }  