/* ================================
    CSS STYLES FOR CMS UEBFC
	@version = 1.1.0 2005-01-12
	@version = 1.1.1 2005-01-20
	@version = 1.2.0 2005-01-31

UPDATE HISTORY

Created on 2004-09-12 by Olivier Bridgeman, based on Tranquility skin.

@user	OB1 2005-01-10
@desc	Removed header td class, the image is now defined directly in the page in order to have an image map.

   ================================
*/ 


/*======================== START DEFAULT ELEMENTS OVERRIDE ==========================*/


body {
	background: #3C659D;
}

/*======================== END DEFAULT ELEMENTS OVERRIDE ==========================*/


/*======================== START CLASSES FOR THE PAGE LAYOUT ==========================*/


td.contentTopTD {
	background: url(/Portals/0/Skins/UEBFC.SkinJocelyn200501/images/hmU-top.gif) no-repeat top left;
	height: 86px;
	text-align: right;
	font-size: 11px;
}

td.contentMiddleTD {
	background: url(/Portals/0/Skins/UEBFC.SkinJocelyn200501/images/hmU-mid.gif) left repeat-y;
	font-size: 11px;
}

td.bottomTD {
	background: url(/Portals/0/Skins/UEBFC.SkinJocelyn200501/images/hmU-bot.gif) no-repeat bottom left;
	height: 72px;
	color: #fff;
	text-align: right;
	font-size: 11px;
}


/*======================== END CLASSES FOR THE PAGE LAYOUT ==========================*/


/*======================== START CLASSES FOR THE TEXT STYLES ========================*/


/* hyperlink style for the unselected tabs 
Used in the hyperlinks at the bottom of the page (Privacy Policy, Terms)*/
A.OtherTabs:link {
    text-decoration:    none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

/* Class for the container title text */
.Head {
	font-size: 10px;
	color: #fff;
	background: transparent;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
}


/*======================== END CLASSES FOR THE TEXT STYLES ========================*/




