﻿body 
{
    font-size:13pt;
}
span
{
    
}
textarea, input[type='text'], input[type='password'], select {
	font-size:12pt;
	/*font-family:@Arial Unicode MS;*/
}
.Header
{
      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C) );
    background:-moz-linear-gradient( center top, #991821 5%, #80141C 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991821', endColorstr='#80141C');
    background-color:#991821; 
    color:#FFFFFF; 
    font-size: 15px; 
    font-weight: bold; 
    /*border-left: 1px solid #F7CDCD;*/
    height:25px;
    
}
.datagrid table 
{ 
    border-collapse: collapse; 
    text-align: left; 
    width: 100%; 
    
}
.datagrid 
{
        font: normal 12px/150% Arial, Helvetica, sans-serif; 
        background: #fff; 
        overflow: hidden; 
        border: 10px solid #991821; 
        -webkit-border-radius: 11px; 
        -moz-border-radius: 11px; 
        border-radius: 11px; 
        
       
}
.datagrid table td, .datagrid table th 
{ 
            padding: 5px 10px; 
}
.datagrid table thead th 
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C) );
    background:-moz-linear-gradient( center top, #991821 5%, #80141C 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991821', endColorstr='#80141C');
    background-color:#991821; 
    color:#FFFFFF; 
    font-size: 15px; 
    font-weight: bold; 
    border-left: 1px solid #B01C26; 
    text-align:center;
   
} 
.datagrid table thead th:first-child 
{ 
    border: none; 
}
.datagrid table tbody td 
{ 
    color: #80141C; 
    border-left: 1px solid #F7CDCD;
    font-size: 12px;
    font-weight: normal; 
    overflow-x:hidden;
}
.datagrid table tbody .alt td 
{ 
    background: #F7CDCD; 
    color: #80141C; 
}
.datagrid table tbody td:first-child 
{ 
    border-left: none; 
}
.datagrid table tbody tr:last-child td 
{ 
    border-bottom: none; 
}
/*--------------For Without Border---------------*/
.datagrid1 table 
{ 
    border-collapse: collapse; 
    text-align: left; 
    width: 100%; 
}
.datagrid1 
{
        font: normal 12px/150% Arial, Helvetica, sans-serif; 
        background: #fff; 
        overflow: hidden; 
        
       
}
.datagrid1 table td, .datagrid table th 
{ 
            padding: 5px 10px; 
}
.datagrid1 table thead th 
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C) );
    background:-moz-linear-gradient( center top, #991821 5%, #80141C 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991821', endColorstr='#80141C');
    background-color:#991821; 
    color:#FFFFFF; 
    font-size: 15px; 
    font-weight: bold; 
    border-left: 1px solid #B01C26; 
   
} 
.datagrid1 table thead th:first-child 
{ 
    border: none; 
}
.datagrid1 table tbody td 
{ 
    color: #80141C; 
    border-left: 1px solid #F7CDCD;
    font-size: 12px;
    font-weight: normal; 
}
.datagrid1 table tbody .alt td 
{ 
    background: #F7CDCD; 
    color: #80141C; 
}
.datagrid1 table tbody td:first-child 
{ 
    border-left: none; 
}
.datagrid1 table tbody tr:last-child td 
{ 
    border-bottom: none; 
}

.mystyle
{
   color:#80141C ;
   font-size: medium;
   background-color:#F7CDCD;
  /* background-image: url('Images/test22.png');*/
   border-color:Blue;
   
}

.staticItem:Hover
    {            
        background-color:#991821;
        color:#ffffff;
        width:105px;
       
        padding-left:5px;
        background-position:right;
        background-repeat:no-repeat;
        background-image:url('Images/Go_hover.png');
        box-shadow:2px 3px 3px rgba(61,00,00,.5) inset;     
        border:1px #610000 solid;
        padding-left:10px;
        padding-right:19px;
        width:150px;
        text-align:center;
    }

    .staticItem
    {
        background-color:#F7CDCD;
        color:#80141C;
        font-size:18px;
        font-family: "High Tower Text";
        font-weight:bold;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:19px;
        padding-right:10px;
      
        background-position:left;
        background-repeat:no-repeat;
        background-image:url('Images/Go.png');
        border:2px #610000 solid;
        cursor:pointer;
        border-radius:5px;
        box-shadow:3px 3px 10px rgba(61,00,00,.8);
        width:150px;
        text-align:center;
    }
    
    
    
    