@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/*new add css 29 NOV 2016 admin design changes start*/
.heading-logo{font-family: 'Open Sans', sans-serif; font-size:30px; font-weight:300; color:#fff}
.logo{padding:8px 0 0 0}
.left-title{font-family: 'Open Sans', sans-serif; font-size:18px; border-bottom:1px solid #fff; font-weight:700; color:#fff; text-transform:uppercase; padding-bottom:16px;}
/*.left-link{border-bottom:1px solid rgba(255,255,255,0.41);}*/
.left-link{margin:0px; padding:40px 0 0 0; list-style:none}
.left-link li{float:left; width:100%; border-bottom:1px solid rgba(255,255,255,0.41); padding-bottom:19px; margin-bottom:16px; }
.left-link li a{color:#fff; font-family: 'Open Sans', sans-serif; font-size:15px; font-weight:400}
.footer{float:left; font-size:14px; padding:16px 0 16px 10px; color:#bababa}
.footer a{font-size:14px !important; color:#bababa !important; font-weight:400 !important}

/*new add css 29 NOV 2016 admin design changes end*/

body,div {
	color: #000;
	font-family: verdana;
	font-size: 11px;
	font-weight:normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-decoration: none;
}
td {
	color: #555555;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
.table_header
{
    background-color: #FF0101;
    line-height: 20px;
    vertical-align: middle;
}
.table_header td {
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	line-height:20px;
	vertical-align:middle;
}
.table_footer
{
    background-color: #FF9696;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}
.table_footer td {
	color: #555555;
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
table.gridstyle
{
    border: 1px solid #ff0101;
    width: 100%;
    text-align: center;
}
table.gridstyle th
{
    background-color: #FF9696;
    border-color: #ff0101;
    color: #ffffff;
    font-size: 11px;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    height: 25px;
    vertical-align: middle;
}
table.gridstyle td
{
    background-color: #ffffff;
    border-color: #ff0101;
    color: #555555;
    font-family: verdana;
    font-size: 11px;
    padding: 5px;
    height: 25px;
    vertical-align: middle;
}
table.gridstyle td.datarow1 {
	text-align: center;
}
table.gridstyle td.datarow2 {
	text-align: left;
}
table.gridstyle td.datarow3 {
	text-align:right;
}

a
{
    color: #ff0101;
    font-family: verdana;
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}
a:link
{
    color: #ff0101;
    font-family: verdana;
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}
a:visited
{
    color: #ff0101;
    font-family: verdana;
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}
a:active {
	color: #ff0101;
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #ff0101;
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
input, textarea, select {
	color: #555555;
	border: solid 1px #555555;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
.border
{
    border: 1px solid #FF9999;
}
.msg
{
    color: #b81727;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

/* Anshuman CSS*/
table tr
{
	text-align:left;
	vertical-align:top;
}
select
{
	font-size:12px;
	text-align:left;
	padding:1px;
	font-family:Verdana;
}
input.Textbox
{
	height:14px;
	line-height:14px;
	font-family:Verdana;	
}
.TableStyle
{
    border-color: #ff0101;
    border-width: 1px;
    border-style: solid;
}
.ErrorText
{
	color:Red;
}
textarea
{
	height:60px;
	font-family:Verdana;
	width:250px;
}

.TableStyle {
	border: solid 1px #FF9696;
}


/* grid view styling*/
.GridViewStyle
{  
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;   
    border-left: 2px solid #A7A6AA;
    border-top: 2px solid #A7A6AA;
    padding: 4px;
}

.GridViewStyle a
{
    color: #333;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #03523f;
    font-weight: bold;
    color: White;
    line-height:20px;
}

.GridViewFooterStyle
{
    background-color: #006CB7;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle,.GridViewRowStyle a
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle,.GridViewAlternatingRowStyle a
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.button
{
	padding-left:5px;
	padding-right:5px;
}