.UBSPageBody
{
	background-color: #FFF;
	margin-top: 0.75em auto;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 900px;
	position: static;
}
.UBSPageBodyDiv
{
	height: 100%;
	width: 900px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	min-height: 100%;
}
.UBSPageBodyCenterDiv
{
	height: 100%;
	width: 900px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	min-height: 100%;
}
.UBSPageBodyDiv375
{
	height: 100%;
	width: 375px;
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 99;
	min-height: 100%;
}
.UBSPageBodyDiv525
{
	height: 100%;
	width: 900px;
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 99;
	min-height: 100%;
}
.UBSHeader
{
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888;
	width: 100%;
	background-color: #FFFFFF;
	padding: 4px;
	border-collapse: collapse;
	background: url(../images/header_back.jpg) repeat-x bottom left;
	height: 110px;
}
.UBSHeader TD
{
	padding: 4px;
}
#UBSHeaderBG
{
	background: transparent url(../images/header_back.jpg) repeat-x scroll left bottom;
	height: 110px;
}
.UBSFooter
{
	border-top: 4px solid #0080C0;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888;
	width: 100%;
	background-color: #FFFFFF;
	padding: 4px;
	border-collapse: collapse;
	position: static;
	bottom: 0;
	text-align: center;
}
.UBSFooterABS
{
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888;
	width: 100%;
	background-color: #FFFFFF;
	padding: 4px;
	border-collapse: collapse;
	position: relative;
	bottom: 0;
	text-align: center;
}
.UBSMain
{
	overflow: auto;
	padding-bottom: 37px;
}
/*must be same height as the UBSFooterBG*/
.UBSFooterBG
{
	background: url(../images/footer_back.jpg) repeat-x bottom left;
	clear: both;
	line-height: 15px;
	height: 75px;
	margin-top: 20px;
	position: relative;
}
/*------------------------------------------------------------------------
.UBSBillLogo
{
	
}
/*------------------------------------------------------------------------
WSI Logo*/
#logoBox
{
	border-right: 0px solid #D1D1D1;
	float: left;
/*margin: 15px 0px 10px 30px;*/
	margin: -3px 0px -24px 26px;
	padding-right: 30px;
}
#logo
{
	background: url(../images/WSILogo.png) no-repeat center left;
	width: 258px;
	height: 102px;
}
.header-delimitation
{
	background: url(../images/header_delimiter.jpg) repeat-x bottom left;
	position: relative;
	height: 3px;
	padding-bottom: 11px;
}
/*------------------------------------------------------------------------*/
.UBSLargeButton
{
	width: 218px;
	height: 94px;
	margin: 0;
	cursor: pointer;
	padding: 0px;
	text-align: left;
}
.UBSLargeButtonTable
{
	cursor: pointer;
	padding: 0px;
	margin: 10px 10px; 
	text-align: left;
}
.UBSLargeButtonTable TD
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	color: #666;
	text-align: left;
	width: 76px;
}
.UBSMediumButton
{
	width: 218px;
	height: 76px;
	margin: 0;
	cursor: pointer;
	padding: 0px;
	text-align: left;
}
.UBSMediumButtonTable
{
	cursor: pointer;
	padding: 0px;
	margin: 10px 10px; 
	text-align: left;
}
.UBSMediumButtonTable TD
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	color: #666;
	text-align: left;
	width: 76px;
}
/*------------------------------------------------------------------------
Style for Thick Underline Menu*/

.underlinemenu 
{
	font:bold 11px Tahoma;
	width:100%;
}

.underlinemenu UL 
{
	margin-left:109px;
	padding:4px 0;
	text-align:left;
}

.underlinemenu UL LI
{
	display: inline;
}
.underlinemenu UL LI A
{
	color: #494949;
	padding: 6px 3px 4px;
/*top padding is 6px, bottom padding is 4px*/
	margin-left: 12px;
/*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #808080;
/*bottom border is 3px*/
}
.underlinemenu UL LI A:hover, .underlinemenu UL LI A.selected
{
	border-bottom-color: #F7B100;
}
.underlinemenu A
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
/*------------------------------------------------------------------------
Opera Fix*/
BODY:before
{
/*thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
/*thank you Erik J - negate effect of float*/
}
/*------------------------------------------------------------------------*/
.LoginFormContent
{
	height: auto;
	margin: 0 0 50px 300px;
	text-align: center;
}
/*------------------------------------------------------------------------*/
/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: 5px; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

