/**********************************************************************************
*	PROJECT	:	SECURE WEB APPLICATION
*	AUTHOR	:	AKHILESH SHARMA
*	CREATED	:	2nd July 2008 1:34 A.M.
/**********************************************************************************
	MODIFIED DATE				MODIFIED BY					PURPOSE
**********************************************************************************/
BODY{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

TABLE{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}

/****************SECTION BREAK*********************/

/* BODY AREA */
TABLE.bodyArea{
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

/****************SECTION BREAK*********************/

/* HEADER SECTION STYLES */
TABLE.bodyArea TR TD.headerSection{
	height: 65px;
	vertical-align: top;
	background-image: URL("../images/bgHeaderLR.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea{
	width: 780px;
	height: 100%;
}

/* FIRST ROW OF HEADER */
TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.headerLeft
{
	width: 0px;
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.headerMid
{
	width: 780px;
	height: 100%;
	background-image: URL("../images/bgHeader.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.headerMid TABLE TR TD.headerTop
{
	height: 15px;
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.headerMid TABLE TR TD.headerMain
{
	height: 50px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}  

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.headerMid TABLE TR TD.headerMain A
{
	color: #000000;
	text-decoration: none;
}  

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.headerMid TABLE TR TD.headerMain SPAN.headerTagLine
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.headerRight
{
	width: 0px;
}

/****************SECTION BREAK*********************/

/* MENU SECTION STYLES */
TABLE.bodyArea TR TD.menuSection{
	height: 25px;
}

TABLE.bodyArea TR TD.menuSection TABLE.menuArea {
	width: 780px;
	height: 100%;
}

TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.menuLeft
{
	width: 0px;
}
TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.menuMid
{
	width: 780px;
	height: 100%;
	background-image: URL("../images/bgHeader.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px 0px 0px 5px;
}
TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.menuMid A:link
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #353B04;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}    
TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.menuMid A:visited
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #353B04;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.menuMid A:active
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #353B04;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.menuMid A:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #353B04;
	background-color: #E7EA86;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}        
TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.menuRight
{
	width: 0px;
}        

/****************SECTION BREAK*********************/

/* CONTENT SECTION STYLES */
TABLE.bodyArea TR TD.contentSection
{
	height: 100%;
	vertical-align: top;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea
{
	width: 780px;
	height: 100%;
	background-color: #FAFAFA;
}
/****************SECTION BREAK*********************/

/* LEFT CONTENT SECTION STYLES */
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.contentLeft
{
	width: 0px;
}
/****************SECTION BREAK*********************/

/* MIDDLE CONTENT SECTION STYLES */
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.contentMid
{
	width: 780px;
	height: 100%;
	padding: 5px 5px 5px 5px;
}

/****************SECTION BREAK*********************/

/* RIGHT CONTENT SECTION STYLES */
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.contentRight
{
	width: 0px;
}

/****************SECTION BREAK*********************/

/* FOOTER SECTION STYLES */
TABLE.bodyArea TR TD.footerSection
{
	height: 100px;
	background-image: URL("../images/bgFooter.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	vertical-align: bottom;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea
{
	width: 100%;
	height: 100%;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerLeft
{
	width: auto;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerMid
{
	width: 780px;
	height: 100%;        
	padding: 0px 0px 0px 0px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerMid TABLE
{
	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #B7B7B7;
	font-weight: normal;            
	padding: 0px 0px 0px 0px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerMid TABLE TR TD
{
	vertical-align: bottom;
}        

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerMid TABLE TR TD A:link
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #B7B7B7;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}    

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerMid TABLE TR TD A:visited
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #B7B7B7;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerMid TABLE TR TD A:active
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #B7B7B7;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerMid TABLE TR TD A:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #B7B7B7;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}        

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.footerRight
{
	width: auto;
}

/* MISCELLENEOUS TABLE STYLES  */
