﻿.Logout
{
    padding: 5px;
    text-align: left;
}
.Logout a
{
    font-family: Calibri;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
.Header
{
    border: 1px Solid #dedbdb;
    background-color: #ebebeb;
}
.HeaderName
{
    font-family: arial;
    font-size: 13px;
    color: #185996;
    text-shadow: #fff 0px 1px 0, #185996 0 -1px 0;
}
.A1
{
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    text-shadow: none;
}
.Footer
{
    border: 1px Solid #dedbdb;
    background-color: #ebebeb;
}
.Logout a:hover
{
    border-bottom-width: 1px;
    border-bottom-color: Gray;
    border-bottom-style: dotted;
}
.UserDetails
{
    font-family: calibri;
    font-size: 12px;
    color: #8a8a8a;
    text-shadow: none;
    background-color: #F2F2F2;
    background-image: url('../Images/UserDetailsBG.png');
    background-position: top left;
    background-repeat: repeat-x;
    padding: 2px;
    text-align: center;
}
.UserDetails b
{
    color: #818181;
    font-weight: normal;
}

.Green
{
    color: #2aa90d;
    font-weight: normal;
    text-align: right;
}
.Red
{
    color: #ed0b0b;
    font-weight: normal;
    text-align: right;
}
.Grid
{
    margin: 2px;
    background-color: White;
    font-family: Calibri;
    border: 1px Solid #b3b3b3;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}
.Grid th, .Header th
{
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px Solid #d4d3d2;
    border-top: 1px Solid #d4d3d2;
    padding: 2px;
    background-color: #ececec;
    color: #274c85;
    text-align: left;
}
.Grid td
{
    font-size: 10px;
    border-bottom: 1px Solid #d4d3d2;
    text-align: left;
    color: #4f4f4f;
    cursor:auto;
}
.Grid .Right
{
    text-align: right;
    padding-right: 2px;
}
.Grid span
{
    display: block;
    font-size: 8px;
    opacity: .9;
    padding-left: 3px;
    font-family: Courier New;
    font-size: 7px;
}
.tfooter
{
    padding: 5px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px Solid #d4d3d2;
    border-top: 1px Solid #d4d3d2;    
    background-color: #ececec;
    color: #274c85;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}
.GFooter
{
    padding: 5px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px Solid #d4d3d2;
    border-top: 1px Solid #d4d3d2;    
    background-color: #f0f0f0;
    color: #5c7baa;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}
.GroupByRow
{
    background: #306c9c;
    background: -moz-linear-gradient(top, #306c9c, #6098c4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#306c9c), to(#6098c4));
    height: 20px;
    padding-left: 2px;
    text-shadow: none;
    border-bottom: 1px solid #306c9c;
    border-right: 1px solid #306c9c;
    border-left: 1px solid #306c9c;
    color:white;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.GroupByRow11
{
    background: #4989bd;
    background: -moz-linear-gradient(top, #4989bd, #3787c7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4989bd), to(#3787c7));
    height: 20px;
    padding-left: 2px;
    text-shadow: none;
    border-bottom: 1px solid #4989bd;
    border-right: 1px solid #4989bd;
    border-left: 1px solid #4989bd;
    color:white;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.GroupByRow12
{
    background: #78a8ce;
    background: -moz-linear-gradient(top, #78a8ce, #59a4df);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78a8ce), to(#59a4df));
    height: 20px;
    padding-left: 2px;
    text-shadow: none;
    border-bottom: 1px solid #78a8ce;
    border-right: 1px solid #78a8ce;
    border-left: 1px solid #78a8ce;
    color:white;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.evenrow {background-color :#fff;}
.oddrow {background-color:#ecf2f6;}
.GroupByRow1
{
    font-weight:bold;
    text-shadow:none;
	height:20px;
	padding-left:2px;
	border-bottom:1px solid #c6d5e1; 
	border-right:1px solid #c6d5e1;
	border-left:1px solid #c6d5e1;
	color:#464646;        	
	background:#dcdada;
	background: -moz-linear-gradient(top, #dcdada, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdada), to(#BBBBBB));	
}
.tfooter b
{
    font-size: 11px;
}
.Grid .tfooter td
{
    font-weight: bold;
    padding: 5px;
}
.ErrorMessage
{
    border: 1px solid #f5e76e;
    background-color: #fff38c;
    color: #c95224;
    padding: 10px;
    margin: 5px;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    width: 97%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.Caption
{
    font-family: Calibri;
    font-size: 14px;
    color: #787879;
}
.SearchDetails
{
    border: 1px solid #a7a7a7 /*{b-body-border}*/;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    background-color: RGB(212,212,212);
    background-image: -moz-linear-gradient(top, #D1D1D1 0%, #B2B5B3 100%);
}
.SearchDetails tr td
{
    border-bottom: 1px solid #a7a7a7 /*{b-body-border}*/;
}
