/**********************************************************************************
*	PROJECT	:	SECURE WEB APPLICATION
*	AUTHOR	:	AKHILESH SHARMA
*	CREATED	:	2nd OCTOBER, 2005
/**********************************************************************************
	MODIFIED DATE				MODIFIED BY					PURPOSE
**********************************************************************************/
/*27th August 2006		Akhilesh Sharma			Enhancement and improvement of page template
																					and CSS accordingly to upgrade flexibility
																					and structure of pages.
*/


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


BODY{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #faf9e9;
}


TABLE{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}



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


/* DOCUMENT AREA */
/*
This is the outermost table of the page template.  This table can be used to add/remove or modify round corner structure etc.
*/
TABLE.documentArea{
	width: 100%;
	height:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	line-height: 5px;
}

TABLE.documentArea TR.top
{
	height: 5px;
	display: none;
	visibility: hidden;
	/*
	MODIFIED TO HIDE ROUND CORNER STRUCTURE
	*/
}

TABLE.documentArea TR.top TD.left
{
	width: 5px;
	height: 5px;
	background-image: URL(../images/bgTopLeft.gif);
}

TABLE.documentArea TR.top TD.mid
{
	height: 5px;
	background-image: URL(../images/bgTopMid.gif);
	background-repeat: repeat-x;
	background-color:#000000;
}

TABLE.documentArea TR.top TD.right
{
	width: 5px;
	height: 5px;
	background-image: URL(../images/bgTopRight.gif);	
	background-repeat: no-repeat;
}

TABLE.documentArea TR.mid
{
	vertical-align: top;
}

TABLE.documentArea TR.mid TD.left
{
	width: 5px;
	background-image: URL(../images/bgMidLeft.gif);
	background-repeat: repeat-y;
	display: none;
	visibility: hidden;
	/*
	MODIFIED TO HIDE ROUND CORNER STRUCTURE
	*/	
}

TABLE.documentArea TR.mid TD.mid
{
	padding: 0px 0px 0px 0px;
}

TABLE.documentArea TR.mid TD.right
{
	width: 5px;
	background-image: URL(../images/bgMidRight.gif);
	background-repeat: repeat-y;
	display: none;
	visibility: hidden;
	/*
	MODIFIED TO HIDE ROUND CORNER STRUCTURE
	*/	
}

TABLE.documentArea TR.bottom
{
	height: 5px;
	display: none;
	visibility: hidden;
	/*
	MODIFIED TO HIDE ROUND CORNER STRUCTURE
	*/	
}

TABLE.documentArea TR.bottom TD.left
{
	width: 5px;
	height: 5px;
	background-image: URL(../images/bgBottomLeft.gif);
}

TABLE.documentArea TR.bottom TD.mid
{
	height: 5px;
	background-image: URL(../images/bgBottomMid.gif);
}

TABLE.documentArea TR.bottom TD.right
{
	width: 5px;
	height: 5px;
	background-image: URL(../images/bgBottomRight.gif);
}




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



/* BODY AREA */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea{
	width: 100%;
	height:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align:top;
	/*line-height: 15px;*/
}


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

/* WIDTH FIXING ROW */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR.fixWidth{
	height: 0px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR.fixWidth TD.left{
	width: 165px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR.fixWidth TD.mid{
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR.fixWidth TD.right{
	width: 165px;
}




/* HEADER SECTION STYLES */

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection{
	height: 121px;
	width: 100%;
	background-image:url(../images/bgHeader.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}


TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea{
	width: 100%;
	height: 121px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* FIRST ROW OF HEADER */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.firstRow
{
	height: 21px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.firstRow TABLE.headerTopRow{
	width: 100%;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.firstRow TABLE.headerTopRow TR TD.headerTopRowLeft{
	vertical-align: middle;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #faf9e9;
	padding: 0px 5px 0px 5px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.firstRow TABLE.headerTopRow TR TD.headerTopRowRight{
	width: 175px;
	vertical-align: middle;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #faf9e9;
	padding: 0px 5px 0px 5px;
	text-align: right;	
}

/* SECOND ROW OF HEADER */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.secondRow
{
	height: 100px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.secondRow TD.headerLeft{
	width: 239px;
	height: 100px;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.secondRow TD.headerMid{
	vertical-align: middle;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ec5401;
	padding: 0px 5px 0px 10px;
}

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



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


/* MENU SECTION STYLES */

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection{
	width: 100%;
	height: 25px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	height: 25px;
	background-image:url(../images/bgMenuBand.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #ec5401;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.left{
	background-image:url(../images/spacer.gif);
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.mid{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4dda7;
	padding: 0px 5px 0px 5px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.mid A:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4dda7;
	text-decoration: none;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.mid A:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4dda7;
	text-decoration: none;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.mid A:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4dda7;
	text-decoration: none;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.mid A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4dda7;
	text-decoration: underline;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.right{
	background-image:url(../images/spacer.gif);
}



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



/* CONTENT SECTION STYLES */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection {
	/*width: 100%;*/
	vertical-align: top;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea {
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.spacer{
	height: 100%;
}



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


/* LEFT CONTENT SECTION STYLES */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection {
	width: 165px;
	/*
	background-image:url(../images/bgLeftCol.gif);
	*/
	vertical-align: top;
	padding: 8px 2px 2px 5px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection TABLE.leftContentArea {
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ec5401;
	line-height: 20px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection TABLE.leftContentArea TR TD{
	vertical-align: top;
}

/* LEFT LINKS */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection TABLE.leftContentArea TR TD TABLE.leftMenuArea{
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ec5401;
	line-height: 20px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection TABLE.leftContentArea TR TD TABLE.leftMenuArea TR TD A:link{
	color: #ec5401;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 0px 0px 5px;
	vertical-align: middle;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection TABLE.leftContentArea TR TD TABLE.leftMenuArea TR TD A:visited{
	color: #ec5401;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 0px 0px 5px;
	vertical-align: middle;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection TABLE.leftContentArea TR TD TABLE.leftMenuArea TR TD A:hover{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 0px 0px 5px;
	vertical-align: middle;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftContentSection TABLE.leftContentArea TR TD.spacer{
	height: 100%;
}



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



/* MIDDLE CONTENT SECTION STYLES */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.midContentSection {
	vertical-align: top;
	padding: 2px 5px 2px 5px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.midContentSection TABLE.contentMain{
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.midContentSection TABLE.contentMain TR TD.spacer{
	height: 100%;
}

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



/* RIGHT CONTENT SECTION STYLES */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea  TR TD.rightContentSection {
	width: 165px;
	background-image:url(../images/bgLeftCol.gif);
	vertical-align: top;
	padding: 8px 2px 2px 2px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightContentSection TABLE.rightContentArea {
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* LEFT LINKS */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightContentSection TABLE.rightContentArea TR TD A:link{
	width: 155px;
	height: 22px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/bgLeftLink.gif);
	padding: 3px 0px 0px 25px;
	vertical-align: middle;
	border: Solid 1px #FFFFFF;
	margin: 4px 0px 0px 0px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightContentSection TABLE.rightContentArea TR TD A:visited{
	width: 155px;
	height: 22px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/bgLeftLink.gif);
	padding: 3px 0px 0px 25px;
	vertical-align: middle;
	border: Solid 1px #FFFFFF;
	margin: 4px 0px 0px 0px;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightContentSection TABLE.rightContentArea TR TD A:hover{
	width: 155px;
	height: 22px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/bgLeftLinkOver.gif);
	padding: 3px 0px 0px 25px;
	vertical-align: middle;
	border: Solid 1px #FFFFFF;
	margin: 4px 0px 0px 0px;
}


TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightContentSection TABLE.rightContentArea TR TD.spacer{
	height: 100%;
}


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


/* FOOTER SECTION STYLES */
TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.footerSection{
	width: 100%;
	height: 40px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.footerSection TABLE.footerArea{
	width:100%;
	height:40px;
	border: none;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.left{
	width: 0px;
	height: 40px;
	background-image:url(../images/bgLeftCol.gif);
	padding: 2px 2px 2px 2px;
	border: none;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.mid{
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}

TABLE.documentArea TR.mid TD.mid TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.right{
	width: 0px;
	height: 40px;
	background-image: url(../images/poweredByIBW.gif);
	background-repeat: no-repeat;
}

TD{
/*	vertical-align: top;*/
}



/* MISCELLENEOUS TABLE STYLES  */

/* QUERY FORM TABLE */

TABLE.tblQueryForm
{
	width: 90%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
}

TABLE.tblQueryForm TR TD
{
	padding: 2px 2px 2px 5px;
}

TABLE.tblQueryForm TR TD.fieldTitle
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
}













/* FORM ELEMENTS */

INPUT.textBoxSmallest{
	width: 25px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBoxVeryVerySmall{
	width: 50px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBoxVerySmall{
	width: 75px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBoxSmall{
	width: 100px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBox{
	width: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBoxBig{
	width: 200px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBoxVeryBig{
	width: 250px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBoxVeryVeryBig{
	width: 300px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.textBoxBiggest{
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.btnDefault{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: Solid 1px #000000;
	background-color: #000000;
	cursor: hand;
	color: #FFFFFF;
}

INPUT.btnDefaultHover{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*
	border: Solid 1px #000000;
	*/
	background-color: #EEEEEE;
	cursor: hand;
	color: #000000;
}



/* Miscelleneous Styles */

.errorMessage{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #CC0000;
	text-align: center;
}

.mandatory{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #CC0000;
}