﻿body
{
	margin: 0 0 0 0 ;
	height:auto ;
	background: #4f7eaf url('../Image/back.jpg' );
	background-repeat:repeat-x ;
}
/*Header inside body Related */
.header
{
	background-image: url('../Image/Header_BKTop.jpg' );
	background-repeat: repeat-x; 
	width: 100%;
	height:138px;
}

.header1
{
	background-image: url('../Image/header1.jpg' );
	background-repeat: repeat-x;
}

.header_Below
{
	background-image: url('../Image/Header_BK.jpg' );
	background-repeat: repeat-x;
	height:36px;
}

.header2
{
	background-image:  url('../Image/header2.jpg' );
	background-repeat:repeat-x;
}

.header3
{
	background-image: url('../Image/header3.jpg' );
	background-repeat: repeat-x;
}

/* Main Content*/
.mainContent
{
	width: 770 ;
	background:White;
	text-align:right;
}
.titleMain
{
	text-align: center;
    color:White;
    font-size: xx-large;
	
}
.titleSub
{
	text-align: center;
    color:White;
    font-size: large;
    vertical-align:middle;
}
.titleSuperSub
{
	text-align: center;
    color:White;
    font-size:medium;
}

.td_Header
{
	margin: 0 0 0 0;
	height:auto;
	background: #4f7eaf url('../Image/Header_BK.jpg') repeat-x;
		text-align: left;
}

.td_HeaderTop
{
	margin: 0 0 0 0 ;
	height:150px ;
	background: #4f7eaf url('../Image/Header_BKTop.jpg' );
	background-repeat:repeat-x ;
}

.footer
{
	background-image: url( '../Image/backBottem.jpg' );
	background-repeat: repeat-x;
	text-align: center;
	font-size: small;
	width: 100%;
}

.tableFooter
{
	background-image: url('../Image/footer.jpg' );
	width: 770;
}
.adaptiveTable 
{
	width:100%;
	height:139; 
	table-layout:auto;
	border-collapse:collapse;
	margin:0 0 0 0 ;
	padding:0 0 0 0 ;
}

.popUpCalnder
{
	position:absolute;
	direction:inherit;
	text-align:right;
	
}
#center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}