﻿/*Common Css in most form*/
.clsBody
{
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	vertical-align:top;
	top:0;
	margin-top:0;
	padding:0;
}
.clsMainTable
{
	background-color: #ffffff;
	background-repeat: repeat-x;
}
.clsGridViewItem
{
	font-family: Arial;
	font-size: 8px;
	text-align: left;
	padding-left: 8px;
	padding-right: 5px;
}
.clsGridViewHeader
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.clsMessage
{
	text-align: left;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
}
/*End of Common Css in most form*/
.clsBasicNewsCell1
{
	width: 20%;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	height: 25px;
	font-weight: bold;
	padding-left: 14px;
}
.clsBasicNewsCell2
{
	width: 90%;
	text-align: left;
	vertical-align: middle;
	background-image:url('../NewsLetterImages/bottom_bg.png');
	background-repeat:no-repeat;
	height:105px;
	
}
.clsTitleLabel
{
	width: 20%;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 13px;
	height: 25px;
	color: #003368;
}

.clsLatestNewsletters
{
	background-image:url('../Images/BackgroundImages/lattest_newsletter_bg_567.png');
	background-repeat:no-repeat;
	width:567px;
	height:193px;
}

.clsArchives
{
	
	background-image:url('../Images/BackgroundImages/archives_bg_567.png');
	background-repeat:no-repeat;
	width:567px;
	height:193px;
	
	}
	
	
.clsMainTblLeftTop
{
	background-image:url('../NewsLetterImages/top_left_curve.png');
	background-repeat:no-repeat;
	width:10px;
	height:11px;
	
}

.clsMainTblRightTop
{
	background-image:url('../NewsLetterImages/top_right_curve.png');
	background-repeat:no-repeat;
	width:10px;
	height:11px;
	
}

.clsMainTblMiddleTop
{
	background-image:url('../NewsLetterImages/top_mid.png');
	background-repeat:repeat-x;
	width:1px;
	height:11px;
}

.clsMainTblLeftMiddle
{
	background-image:url('../NewsLetterImages/left_mid.png');
	background-repeat:no-repeat;
	width:10px;
	
}
	
.clsMainTblRightMiddle
{
	background-image:url('../NewsLetterImages/right_mid.png');
	background-repeat:no-repeat;
	width:10px;
	
}




