/************************************************************************************************
*PROJECT 		:	Paradise Seafood Market
*AUTHOR			:		
*Date Created	:	13 Jun.2008
*Purpose		:	Global Styles
*************************************************************************************************
Modification History
Modified			By				Purpose
************************************************************************************************/



/************************************************************************************************/
/* Begin : Global Styles																		*/
/************************************************************************************************/
BODY {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #001B3B;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left:0px;
	margin-right:0px;
	background-color: #001B3B;
	background-image:url(../Images/SeaBackground.jpg);
	text-align:center;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

TABLE.container
{
	/*vertical-align:middle;*/
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

TABLE.container TR TD
{
	width: auto;
	padding: 0px 0px 0px 0px;
}

TABLE.container TR TD.containerArea
{
	width: 780px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	/*vertical-align:top;*/
}


/* Global Link Style */
A:Link
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	color: #9E0B0E;
}

A:Visited
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #9E0B0E;
}

A:Active
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #9E0B0E;
}

A:Hover
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #E32327;
}


/* Global Table Style */
TABLE{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
}

TABLE TD
{

}

/************************************************************************************************/
/* End : Global Styles																		*/
/************************************************************************************************/




/************************************************************************************************/
/* Begin : Styles for outermost table i.e. bodyArea												*/
/************************************************************************************************/

/* Body Area */
TABLE.bodyArea 
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}



/************************************************************************************************/
/* Begin : Header Section																		*/
/************************************************************************************************/



TABLE.bodyArea TR TD.headerSection
{
	height:95px;
	/*padding:0px 10px 0px 10px;*/
	vertical-align:top;
	
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea
{
	width: 100%;
	height:82px;
}
TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR.rowColor
{
	background-color: #D8E9FE;
}
TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.topleft
{
	width:295px;
	height:31px;
	background-image: url(../Images/bgHeaderFin.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.left
{
	width:295px;
	background-image: url(../Images/bgHeaderLeft.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.mid
{	
}

TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.right
{
	text-align:right;
	vertical-align:top;
	padding:12px 10px 0px 0px;
}
TABLE.bodyArea TR TD.headerSection TABLE.headerArea TR TD.rightBottom
{ 
	text-align:right;
	padding:0px 10px 6px 0px;
	color:#3A3A3A;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	vertical-align:bottom;
}
/* End: Header Section */

/************************************************************************************************/
/* Begin : Menu Section																			*/
/************************************************************************************************/


TABLE.bodyArea TR TD.menuSection
{
	height: 22px;
	vertical-align:middle;
	padding:0px 10px 0px 10px;
	background-color: #D8E9FE;
	border-bottom:1px solid #D8E9FE;
}

TABLE.bodyArea TR TD.menuSection TABLE.menuArea
{
	width:100%;
	height:22px;
	padding: 0px 0px 0px 0px;
	background-color:#BF3A3E;
}

TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.left
{
	width: 5px;
}

TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.mid
{
	vertical-align:middle;
	overflow:hidden;
}
TABLE.bodyArea TR TD.menuSection TABLE.menuArea TR TD.right
{
	width: 5px;
}

/* CSS Classes for SKM Menu */
TABLE.menuClass
{
	margin: 0px 0px 0px -2px;
	height: 22px;
	width: 100%;
}

TABLE.menuClass TR TD
{
	text-align: center;
}

TABLE.menuClass TR TD.menuItemNormal
{
	padding:0px 0px 0px 0px;
	/*
	background-image:url(../Images/divider.gif);
	background-repeat:no-repeat;
	background-position:left;
	*/
	cursor:hand;
	cursor: pointer;
}

TABLE.menuClass TR TD.menuItemOver
{
	padding:0px 0px 0px 0px;
	/*
	background-image:url(../Images/divider.gif);
	background-repeat:no-repeat;
	background-position:left;
	*/
	cursor:hand;
	cursor: pointer;
}

TABLE.subMenuClass
{
	cursor:hand;
	cursor: pointer;
	width: 160px;
	line-height:22px;
	background-color: #BF3A3E;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	border:1px #ffffff solid;
}

TABLE.subMenuClass TR TD.menuItemNormal
{
	cursor:hand;
	cursor: pointer;
	width: 160px;
	height:22px;
	background-color: #BF3A3E;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

TABLE.subMenuClass TR TD.menuItemOver
{
	cursor:hand;
	cursor: pointer;
	width: 160px;
	height:22px;
	background-color: #D54146;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
	font-size:11px;
	text-align: left;
}


/* End: Menu Section */

/************************************************************************************************/
/* Begin : Banner Section
/************************************************************************************************/
TABLE.bodyArea TR TD.bannerSection
{
	padding:5px 10px 0px 10px;
	background-color: #D8E9FE;
}
TABLE.bodyArea TR TD.bannerSection TABLE.bannerArea
{
	border-bottom:1px #7BA4D3 solid;
	border-top:1px #7BA4D3 solid;
}
TABLE.bodyArea TR TD.bannerSection TABLE.bannerArea TR TD.banner
{
	width:495px;
	height:150px;
}
TABLE.bodyArea TR TD.bannerSection TABLE.bannerArea TR TD.chalkboard
{
	width:266px;
	height:150px;
	padding:0px 1px 1px 7px;
	vertical-align:middle;
	border-left:1px #7BA4D3 solid;
}

/************************************************************************************************/
/* Begin : Content Section																		*/
/************************************************************************************************/

TABLE.bodyArea TR TD.contentSection
{
	padding:0px 10px 0px 10px;
	height: 100%;
	background-color: #D8E9FE;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea
{
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft
{
	/*padding:24px 0px 24px 0px;*/
	padding:12px 10px 12px 0px;
	width:496px;
	vertical-align:top;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent
{
	padding:0px 0px 0px 0px;
	width: 100%;
	height: 100%;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD
{
	padding:0px 0px 0px 0px;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea
{
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	text-align: center;
	/*
	height: 100%;
	*/
}
/* ROUNDED BOX STYLES*/
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox
{
	width:220px;
	/*height: 104px;*/
	height:110px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.topLeft
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgTopLeft.gif);
	background-repeat:no-repeat;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.topMid
{
	width:212px;
	height:4px;
	background-image:url(../Images/bgTopMid.gif);
	background-repeat:repeat-x;
	background-position:left;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.topRight
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgTopRight.gif);
	background-repeat:no-repeat;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.left
{
	width:4px;
	background-image:url(../Images/bgLeft.gif);
	background-repeat:repeat-y;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid
{
	width:212px;
	background-color:#EFF6FF;
	vertical-align:top;
	height: 100%;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid TABLE
{
	height:100%;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid TABLE TR TD
{
	vertical-align:top;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid TABLE TR TD.boxHeading
{
	color:#9E0B0E;
	font-weight:bold;
	font-size:11px;
	padding:5px 0px 2px 3px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid TABLE TR TD.boxContent
{
	vertical-align:top;
	padding:3px 1px 0px 3px;
	font-size:11px;
	/*line-height:14px;*/
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid TABLE TR TD.readMore
{
 	color:#9E0B0E;
	font-weight:bold;
	text-align:right;
	vertical-align:bottom;
	height:100%;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid A:Link
{
	color:#9E0B0E;
	font-weight:bold;
	text-decoration:none;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid A:Visited
{
	color:#9E0B0E;
	font-weight:bold;
	text-decoration:none;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid A:Active
{
	color:#9E0B0E;
	font-weight:bold;
	text-decoration:none;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.mid A:Hover
{
	color:#E32327;
	font-weight:bold;
	text-decoration:none;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.right
{
	width:4px;
	background-image:url(../Images/bgRight.gif);
	background-repeat:repeat-y;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.bottomLeft
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgBottomLeft.gif);
	background-repeat:no-repeat;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.bottomMid
{
	width:212px;
	height:4px;
	background-image:url(../Images/bgBottomMid.gif);
	background-repeat:repeat-x;
	background-position:left;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentLeft TABLE.homeContent TR TD.boxArea TABLE.roundedBox TR TD.bottomRight
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgBottomRight.gif);
	background-repeat:no-repeat;
}
/* END OF BOX STYLES*/

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight
{
	background-color:#E8F2FE;
	width:264px;
	padding:0px 0px 24px 0px;
	vertical-align:top;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott
{
	width:100%;
	font-size:11px;
	line-height:14px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott A:Link
{
	color: #16829E;
	text-decoration:none;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott A:Visited
{
	color: #16829E;
	text-decoration:none;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott A:Active
{
	color: #16829E;
	text-decoration:none;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott A:Hover
{
	color: #16829E;
	text-decoration:underline;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott TR TD.chefIMG
{
	padding:18px 0px 2px 0px;
	text-align:center;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott TR TD.chefContent
{
	padding:8px 12px 0px 15px;
	color:5c5c5c;
	font-style:italic;
	vertical-align:top
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.ContentRight TABLE.chefScott TR TD.signtr
{
	text-align:right;
	font-weight:bold;
	padding:2px 12px 0px 0px;
}

/****INSIDE PAGE STYLES****/
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection
{
	width:179px;
	background-image:url(../Images/bgLeftSection.gif);
	background-repeat:repeat-y;
	background-position:top;
	padding:14px 0px 25px 0px;
	vertical-align:top;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea
{
	width:100%;
	font-size:11px;
	line-height:14px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.headingLeft
{
	/*padding:0px 0px 8px 0px;*/
	padding:0px 8px 8px 8px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.headingLeft1
{
	padding:0px 8px 8px 8px;
}
SPAN.heading
{
	font-weight:bold;
	padding-bottom:3px;
	font-size:12px;
	color:#02428B;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.leftContent
{
	padding:7px 8px 8px 8px;
	color:#464646;
}
/****Classes for From Our Kitchen Page Left Navigation*****/

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.leftActiveNav
{
	color:#0E7A96;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0px 8px 10px 8px;
	background-image:url(../Images/arrowIcon.gif);
	background-repeat:no-repeat;
	background-position:162 4;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.leftActiveNav A
{
	cursor:text;
	text-decoration:none;
	color:#0E7A96;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.leftDActiveNav
{
	color:#0E7A96;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0px 8px 10px 8px;
}


TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.leftDActiveNav A
{
	color:#0E7A96;
	text-decoration:none;
}


/*TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.selectedKitchen
{
	font-size: 12px;
	font-weight: bold;
	color: #0E7A96;
	text-decoration: none;
	cursor: text;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.selectedKitchen
{
	font-size: 12px;
	font-weight: bold;
	color: #0E7A96;
	text-decoration: none;
	cursor: text;
}*/
/****End*****/

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.hrLine
{
	padding: 18px 0px 18px 0px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.leftForm
{
	padding:0px 19px 0px 11px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.leftSection TABLE.leftArea TR TD.leftForm TABLE TR TD.textboxArea
{
	width:124px;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection
{
	width:581px;
	background-color:#E8F2FE;
	vertical-align:top;
	/*padding:0px 0px 20px 0px;*/
	padding:0px 0px 0px 0px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection TABLE.rightContent
{
	width:100%;
	height:100%;
	font-size:11px;
	line-height:14px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection TABLE.rightContent TR TD.bannerIMG
{
	border-bottom:2px solid #7BA4D3;
	border-top:1px solid #7BA4D3;
	height:125px;
	width:581px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection TABLE.rightContent TR TD
{
	vertical-align:top;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection TABLE.rightContent TR TD.title
{
	padding:20px 0px 20px 6px;
}
TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection TABLE.rightContent TR TD.mainContent
{
	padding:0px 2px 0px 6px;
	font-size:12px;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection TABLE.rightContent TR TD.subHeading
{
	width:205px;
	font-size:14px;
	font-weight:bold;
	color:#02428B;
	background-image:url(../Images/headingLine.jpg);
	background-repeat:no-repeat;
	background-position:0px 15px;
	padding:0px 2px 0px 15px;
}

TABLE.bodyArea TR TD.contentSection TABLE.contentArea TR TD.rightSection TABLE.rightContent TR TD.contentCenter
{
	padding:0px 0px 0px 87px;
}

TABLE TR TD.subContentLeft
{
	font-size:12px;
	width:190px;
	padding:0px 0px 0px 25px;
}

TABLE TR TD.subContentRight
{
	font-size:12px;
	width:220px;
	padding:0px 0px 0px 25px;
}

.contentLabel
{
	font-weight:bold;
}

TABLE
{
	line-height:14px;
}

/*************Data Table and Rounded Table For Fresh Seafood****************/

TABLE.dataTable
{
	width:100%;
}
TABLE.dataTable TR TD
{
	padding:10px 10px 10px 5px;
	font-size:12px;
}

TABLE.dataTable TR.dataHeading TD
{
	font-weight:bold;
	color:#9E0B0E;
}

TABLE.dataTable TR TD.label
{
	font-weight:bold;
	width:120px;
}

/**Rounded Table**/

TABLE.roundedCorner
{
	width:570px;
}
TABLE.roundedCorner TR TD.topLeft
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgTopLeft-1.gif);
	background-repeat:no-repeat;
}
TABLE.roundedCorner TR TD.topMid
{
	width:562px;
	height:4px;
	background-image:url(../Images/bgTopMid-1.gif);
	background-repeat:repeat-x;
	background-position:left;
}
TABLE.roundedCorner TR TD.topRight
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgTopRight-1.gif);
	background-repeat:no-repeat;
}
TABLE.roundedCorner TR TD.left
{
	width:4px;
	background-image:url(../Images/bgLeft-1.gif);
	background-repeat:repeat-y;
}
TABLE.roundedCorner TR TD.mid
{
	width:562px;
	background-color:#EFF6FF;
	vertical-align:top;
	height: 100%;
}
TABLE.roundedCorner TR TD.right
{
	width:4px;
	background-image:url(../Images/bgRight-1.gif);
	background-repeat:repeat-y;
}
TABLE.roundedCorner TR TD.bottomLeft
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgBottomLeft-1.gif);
	background-repeat:no-repeat;
}
TABLE.roundedCorner TR TD.bottomMid
{
	width:562px;
	height:4px;
	background-image:url(../Images/bgBottomMid-1.gif);
	background-repeat:repeat-x;
	background-position:left;
}
TABLE.roundedCorner TR TD.bottomRight
{
	width:4px;
	height:4px;
	background-image:url(../Images/bgBottomRight-1.gif);
	background-repeat:no-repeat;
}

/*********************************************************/
TD.spacer
{
	height: 100%;
}
TD.spacerSmall
{
	height: 50px;
}

/************************************************************************************************/
/* Begin : Footer Section																		*/
/************************************************************************************************/
TABLE.bodyArea TR TD.footerSection
{

}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea
{
	color:#ffffff;
	width:100%
}
TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD A:Link
{
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	padding:0px 2px 0px 2px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD A:Active
{
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	padding:0px 2px 0px 2px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD A:visited
{
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	padding:0px 2px 0px 2px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD A:Hover
{
	font-weight: normal;
	color: #F78F1F;
	text-decoration: underline;
	padding:0px 2px 0px 2px;
}
TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.left
{
	padding:5px 0px 0px 10px;
}

TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.mid
{
}
TABLE.bodyArea TR TD.footerSection TABLE.footerArea TR TD.right
{
	text-align:right;
	padding: 5px 12px 0px 0px;
}
/* End: Footer Section */
/*********************************************************/
/* BEGIN : POPUP WINDOWS STYLES 		                 */
/*********************************************************/
TABLE.popup
{
	width:100%;
	height:100%;
	background-color:#E8F2FE;
	font-size:11px;
	line-height:14px;
}
TABLE.popup TR TD.popupContent
{
	vertical-align:top;
	padding:0px 10px 0px 10px;
}
TABLE.popup TR TD.pageHeading
{
	font-weight:bold;
	color:#02428B;
	font-size:14px;
	vertical-align:top;
	padding:10px 10px 10px 10px;
}

/****************END OF POPUP WINDOWS STYLES**************/
UL.marginSet
{
	margin-bottom:0px;
}

/*  Form Fields */
.mandatory
{
}

INPUT.button
{
}
INPUT.textBoxSmall
{
	height:20px;
	width:110px;
	color:#000000;
	padding:0px 0px 0px 0px;
}
