﻿.MyGridView 
{
    font-family: Arial;
    font-size: 12px;
    border-bottom:solid 1px;
    border-left:none;
    border-right:none;
    border-top:none;
    
}
.MyGridView tr.row
{
    color: #000000;
    background-color:Gray;
}

.GridViewStyle
{   
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color:#FFFFFF;
    color: #333333;
    
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
	font-family: Arial;
    font-size: 10px;
    border: 1px solid black ;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
}

.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;
}
.GridCategoryRowStyle td
{
	font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    background-color:silver;
    border: 1px solid black ;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
}

.LabelStyleBold
{
	font-family: Arial;
    font-size: 14px;
    font-weight:bold;
    color:White;
}
.LabelStyleBoldtoo
{
	font-family: Arial;
    font-size: 16px;
    font-weight:bold;
}
.LabelText
{
	font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    color:black;
    vertical-align:top;
}
.LabelText2
{
	font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    color:white;
}


.LabelStyleNormal
{
	font-family: Arial;
    font-size: 12px;
}

.CategoryText1
{
    font-family: Arial;
    font-size: 24px;
    font-weight:bold;
    color:#1974DB;
}

.RequiredFieldColor
{
	font-family: Arial;
    font-size: 15px;
    font-weight:bold;
    color:Red;    
}

td.offerstyle
{
	font-family: Arial;
    font-size: 14px;
    background-color: #FFE4B3;
    border: 1px solid black ;
}
.redtext
{
	color:Red;
	font:12px;
}
.textboxclass {
	width: 300px;
	height: 100px;
	border: 1px solid #666699;	
	font-family: Tahoma, sans-serif;	
}
.imageclass
{
	border:1px;
	border-style:solid;
	border-color:Black;	
}
.readmore
{		
	font-size:10px;
	text-decoration:none;	
	text-align:right;
	font-weight:bold;
}
.readmore a 
{ 	
	font-size:10px;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
}
.readmore a:hover
{	
	font-size:10px;
	text-decoration:underline;	
	text-align:right;
	font-weight:bold;
}
.memheader
{
	background-color: #121212;
	font-family: Arial;
    font-size: 14px;
    font-weight:bold;
    color:White;
    padding:5px;
}
.memfooter
{
	background-color: #121212;
	font-family: Arial;
    font-size: 12px;
    color:White;
    padding:2px;
    text-decoration:none;
}
.memfooter a
{
	background-color: #121212;
	font-family: Arial;
    font-size: 12px;
    color:White;
    padding:2px;
    text-decoration:none;
}
.memfooter a:hover
{
	background-color: #121212;
	font-family: Arial;
    font-size: 12px;
    color:White;
    padding:2px;
    text-decoration:underline;
}
.memtextheader
{
	font-size: 12px;
    font-weight:bold;
}
.memsmalltext
{
	text-align:right;
	font-size:10px;	
}
.pagerstyle
{
	padding:5px;
}

.sidebarRight { text-align: center; }
.sidebarRight a img { margin-top: 20px; }

.bottomBanner { text-align: center; }
.bottomBanner a img { margin-top: 20px; }

