/*
'/\/\/\/\/\/\/\/\/\/\/\/\/\/\*  Program MAINTENANCE Log
' *Copyright (c) 2002, by ULTRADATA AUSTRALIA PTY LTD
'*Rel  byWhom     When              ReviewedBy When
' ---  ------     ----              ---------- ----
'4.0    SWakefield  25Sep13
'        [#407363] Removed the .dropDownList width property
'4.1    SWakefield  19Jun13
'        [PD2603B] Design specified changes
'       Set .dropDownList width as well as min-width to support IE
'4.1    SWakefield06Jun13
'       [PD2603]
'       Further tweaking of searchable dropdown to Prod Designs requirements
'4.0    SWakefield27May13
'       [#407363]
'       Changed .dropdown to specify min-length, not length
'4.0    SWakefield27May13
'       [#407187]
'       Added a scrollbar to udaselect dropdown
'TODO:GUNA - no change log for changeset 1175. cant code review.
'4.0    SWakefield2May13
'       [PD2532B - HumeDesignIssue#3]
'       Changed the font for udaselect, and colour for (udaselect .dropdown span:hover)
'4.0    SWakefield2May13
'       [PD2532B - HumeDesignIssue#3]
'       Include class .DropDownCurrentItem for HTML based combobox
'4.0    SWakefield2Apr13
'       [PD2532B - HumeDesignIssue#3]
'       Implement HTML based combobox for To Account List
'4.0    CBooth    31May12
'       [PD1994B]
'       Menu changes as per design
'4.0    KBTan     07Mar12
'       [PD1994B # 197]
'       Remove height setting for Sub menu control, it may have more that one row.
'       Move submenustaticselected's style because StaticSelectedStyle-CssClass is not working.
'4.0    YPGan     02Mar12
'       [PD1994C # 146]
'       Modified stText and stTextBold to Helvetica 8pt
'4.0    GKrish    01Mar12
'       [PD1994B] #25
'       Removed dropShadow from .welcomeMessageText
'4.0    CBooth  17Feb12
'       [PD1994B]
'       Fixed loginerrortext colour
'4.0    BenW    23Nov11
'        [PD0877B] Added right padding to .newRowHeading for right align data.
'4.0    GKrish    21Sep10
'        [PD1469B]
'        Added css style to display horizontal menu
'4.0    YFWong    09Sep10
'        [PD1469B]
'        Added new style item called "radioButton" & "timingDropDownList"
'4.0    GKrish    27Aug10
'        [PD1469B]
'        Added Conservative theme.
'4.0    GKrish  25Aug10
'       [PD1469B]
'        Added .passwordFont class.
'4.0    GKrish  18Aug10
'       [PD1469B]
'        Added A:visited.wptitle
'4.0    GKrish  27Jul10
'       [PD1469B]
'       Updated with new styles for grid view items
*********************************************************/

.maindiv {
	position: relative;
	margin-left:auto;
    margin-right:auto;
    width:1135px;
  	z-index: 10000; 			/* IMPORTANT for IE7 */
}


.classname
{
	background-color: #F8F8F8;
	color: White;
}

.loginTitle {
	position: relative;
    top: -6px;
    left: -2px;
    padding: 0;
    right: auto;
}

@-moz-document url-prefix() { 
  .loginTitle
	{ 	  
		padding-top:0px;
  	}
}

.loginTitle.placement {
    top: -2px;
   
}
/*@-moz-document url-prefix() { 
    .loginTitle {
        padding-top: 7px
    }
}*/
.loginGeneralMessage {
	/* MVandeloop Site-Specific Mods */
	position: absolute;
	float: left;
	top: 369px;
	right: 260px;
	width: 255px;
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Helvetica;
	text-align: left;
	padding: 5px;
    display: none;
    /*    top: 510px;;
    right: auto;
    left: 15px;
    width: 240px;
    color: red;
    text-align: left;
    padding: 5px;*/
}

.loginLogo
{
	position: absolute;
	left: 20px;
	top: 20px;
	float: left;
	display:none;
}


.loginInputs {
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
/*	float: right;*/    
	text-align: left;
	
	padding-top: 20px;
	vertical-align: middle;
    top: -58px;
    left: 35px;
    width: 550px;
    height: 500px;
}
    .loginInputs span {
		text-align:right;
        font-weight: normal;
        color: #004b8d;
        font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
        font-size: 15px;
    }
	
.tblLoginInputs
{
    width: 535px;
}
	
.newsignonfontOne {
    margin-bottom: 20px
}
.loginSubmitButton {
    padding-top: 6px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    left: 0;
}

.loginSubmitButton input
{
	background: inherit;
	float: left;
	margin-left: 146px;
}

.newsignonfont /* This is the class that is used for login text */ {
    color: #004b8d;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
	font-weight: bold;

}
table.newsignonfont {
    width: 400px
}
.signonfont /* This was originally the font for login text,
but has been used in many other places */ {
	font-weight: bold;
    color: #004b8d;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    padding-top: 20px;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
}
.H1 {
    color: #004b8d;
	font-weight: bold;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.stText {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 14px; /* was 12 */
	font-weight: bold; 
    line-height: 22px; /* was 20 */
    color: #004b8d;
    /*padding: 7px 10px !important;*/
}
.stTextBold {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
	font-weight: bold;
    line-height: 22px;
    color: #004b8d;
}
.errorheading {
	font-weight: bold;
	color: #FF0000;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 10px;
}
.errortext {
	color: #FF0000;
    font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.loginerrortext {
	font-size: 8pt;
	color: #red;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}

.small
{
	font-size: 8pt;
	font-family: Monospace;
}

.subHeading {
	font-weight: bold;
	font-size: 12pt;
	color: black;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.warningtext {
	font-weight: bold;
	font-size: 8pt;
	color: #FF0000;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.navhighlight {
	border-right: white thin solid;
	border-top: white thin solid;
	font-size: 10pt;
	border-left: white thin solid;
	color: white;
	border-bottom: white thin solid;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    background-color: #1d2172;
}
A:link .Navlink {
	font-size: 10pt;
	color: white;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.descHeading {
	font-size: 8pt;
	color: white;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    background-color: #004b8d;
}
.Mandatory {
    color: red;
}
.medium {
	font-size: 9pt;
	color: black;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.combo {
	font-size: 8pt;
	font-family: Helvetica;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}

@media print
{
	.DONOTPRINT
	{
		visibility: hidden;
	}
}
@media screen
{
	.DONOTPRINT
	{
		visibility: visible;
	}
}



.tableItem {
    padding: 7px 1px 7px 10px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
}
/***** tabs *****/
.tabControl {
	padding-right: 0px;
	border-top: medium none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 30px;
	border-bottom: none;
	background-color: #ffffff;
	
    border-right: #009dcb 0px solid;
    border-left: #009dcb 0px solid;
    padding-top: 30px;
    border-bottom: none;
}
.tab {
	font-size: 8pt;
	font-weight: bold;
	float: left;
	margin: 0px;	
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    color: #ffffff;
    padding: 8px 18px 8px 18px;
    background-color: #596c72;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 0px solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= 'white' , EndColorStr= '#009dcb' );
}
.tabDisabled {
	
	font-size: 8pt;
	color: black;
	font-weight: bold;
	float: left;
	margin: 0px;
	background-color: gray;
	border: 0px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= 'white' , EndColorStr= 'gray' );
	
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    padding: 8px 18px 8px 18px;
}
.tabHighlight {
	
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	float: left;
	margin: 0px;
	border: 0px;
	cursor: default;
	
	
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    padding: 8px 18px 8px 18px;
    background-color: #009dcb;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 0px solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#009dcb' , EndColorStr= '#009dcb' );
}

/***** master page *****/
.contentDiv
{
	width: 100%;
	display: block;
	border: 1px solid #000;
	background: inherit;
}


/* elements, default styles */
INPUT {
    font-size: 10pt;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 5px;
    background-color: #fff;
    color: #004b8d;
    border: 1px solid #597798;
}
.loginInput INPUT {
    font-size: 15pt; /* was 10 */
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 10px;
    background-color: #fff;
    color: #2ba6cb;
    border: 1px solid #004b8d;
}
INPUT[type="radio"],
INPUT[type="checkbox"] {
    background-color: transparent;
    border: none;
}
INPUT[class="btnSignOn"] {
    background-color: transparent;
    border: none;
}
OPTION {
    font-size: 10pt;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 4px;
    background-color: #fff;
    color: #004b8d;
    border: 1px solid #597798;
}
SELECT {
    font-size: 10pt;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 4px;
    background-color: #fff;
    color: #004b8d;
    border: 1px solid #597798;
}

BODY
{
	margin-left: 0;
	margin-top: 0;
}

.dropdownbutton {
    cursor: hand;

    background-image: url("DropDownButton.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    margin: 0 0 0 -18px;
    top: 0;
}
A:link {
    font-size: 10pt;
    color: #009dcb;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	text-decoration: none;
}
A:active {
    font-size: 10pt;
    color: #009dcb;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	text-decoration: none;
}
A:visited {
    font-size: 10pt;
    color: #009dcb;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	text-decoration: none;
}
A:hover {
    color: #009dcb;
    text-decoration: underline;
}
.BSBnumber {
    height: 55px;
	margin-top: 12px;
	vertical-align: middle;
}

.headerbackground {
	display: none;
	}


.AltRow {
	font-size: 10pt; /* was 8 */
	font-weight: bold; /* new addition */
	color: black; 
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.rhighlight {
	font-weight: bold;
	font-size: 10pt;
	
    color: #004b8d;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.rowHeading,
.rowHeading a:link,
.rowHeading a:visited,
.rowHeading a:active {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 12px;
    padding: 10px;
	font-weight: bold;
}
.tblBorder {
	border-collapse: collapse;
	
    color: #004b8d;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 8pt;
    border-right: #e5e5e5 1px solid;
    border-top: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    background-color: #fff;
}
.tableSelectedRow /*used on web parts [PD1469B]*/ {
    background-color: #cce3ed;
}
.newRowHeading /*used on web parts [PD1469B]*/ {
	font-weight: bold;
		
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
	color: #004b8d;
}
.background {
	font-size: 8pt;
	color: black;
	font-family: Helvetica;
    background-color: transparent;
}

/* web parts */
.wpTitle {
	font-size:10pt;
	font-weight:bold;
	
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    color: #004b8d;
    background-color: #cce3ed;
    background-image: none;
    background: #cce3ed;
    background: -webkit-gradient(linear, left top, left bottom, from(#cce3ed), to(#cce3ed)) /*safari chrome*/; filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#cce3ed,endColorStr=#cce3ed); /*IE*/
    background-image: -moz-linear-gradient(top, rgb(204,227,237), rgb(204,227,237)); /* Firefox */
    height: 35px;
}
.wpHeader {
	border-collapse: collapse;
	font-family: arial;
	font-size: 11.5px;
	border-style: none; 
	color: #FFFFFF;
	font-weight: bold;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
a.wpTitle {
    color: #004b8d;
	font-weight:bold;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    padding-left: 4px;
}
a:active.wpTitle {
	font-size:10pt;
	font-weight:bold;
	
    color: #004b8d
}
a:visited.wpTitle {
	font-size:10pt;
	font-weight:bold;
	
    color: #004b8d
}
.wpContentBorder {
    border: 1px solid #cce3ed;
    height: 100%;
    border-bottom: none;
    background-color: white;
    margin: 0px;
    padding: 8px;
}
.wpFooter {
	height: 2px;
	font-size: 2px; 
    border-bottom: 1px solid #cce3ed
}
/***** menu *****/
.menubar {
	height: 43px;
    background: none /*repeat-x scroll left center #004b8d*/; height: 40px;
    width: 100%;
    position: absolute;
    left: 290px;
	*left: 225px;					/* IMPORTANT for IE7 */
     top: 30px;
		z-index: 1000; 			/* IMPORTANT for IE7 */
}
/* LEVEL 1*/
.menuStatic /* level 1 menu style */
{
	height: 43px;
	z-index: 99999;
	vertical-align: middle;
	line-height: 43px; /*to enable list items to be properly vertical aligned*/
	padding: 0px;
	margin: 0px;
}

/* LEVEL 1*/
.menuStaticItem /* style for level1 menu items with no sub menu items */ {
    /*font changes here need to be replicated in li.static*/
	line-height:43px;
	
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #004b8d !important;
    line-height: none;
    padding: 13px 32px 20px 0px;
    padding: 13px 32px 20px 0px\9; /* IE6, IE7, IE8, IE9 */
	*padding: 13px 32px 20px 0; 			/* IMPORTANT for IE7 */
    line-height: 38px;
}
. ie10 .menuStaticItem {
    padding: 13px 32px 20px 0px; /* IE10 */
}
@-moz-document url-prefix() { 
    /* Firefox */
    .menuStaticItem {
        padding: 13px 32px 20px 0px
    }
}
/*.menuStaticItem:after
{
    content: ">";
}*/
.menuStaticItem:hover {
    color: #004b8d !important;
}
.highlighted {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #004b8d !important;
    line-height: none;

}
ul.menustatic li.static a.selected.highlighted {
    color: #004b8d !important;
	padding-left: 0;
	
}
.submenubar {
	background-color: transparent;
	width: 100%;
    display: none
}
div.submenubar div:first-child {
    background-color: #009dcb;
    height: 52px;
}
.submenuStatic /* level 1 menu style */
{
	height: 20px;
	vertical-align: middle;
	line-height: 20px; /*to enable list items to be properly vertical aligned*/
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

.submenuStaticItem /* style for level1 menu items with no sub menu items */
{
	/*font changes here need to be replicated in li.static*/
	/*font-family: Tahoma !important;
	font-size: 10px !important;
	font-weight: bold !important;
	color: #ffffff !important;*/
	line-height:20px;
	white-space:nowrap;
}

ul.static {
    height: 40px;
	padding: 0px;
	margin: 0px;
}


ul.level1.submenustatic
{
	position:static !important;  
}
ul.level1.submenustatic li.static
{	
    width: auto !important;
    line-height: 20px;
	font-size: 10px !important;
	font-weight: normal !important;
	position:static !important;
	background:none !important;
	
	padding: 3px 7px 3px 7px;
    font-family: Arial, Helvetica, sans-serif !important;
    border-right: 1px solid #004b8d;
}

ul.level1.submenustatic li.static:hover,
ul.level1.submenustatic li.static:active {
    background-color: #004b8d !important;
    color: #009dcb;
	padding: 3px 7px 3px 7px;
}
ul.level1.submenustatic a {
	font-style:normal;
    font-weight:normal;
    color: #004b8d !important
}
ul.level1.submenustatic a:hover {
    text-decoration: none;
    color: #ffffff !important;
}
ul.level1.submenustatic a.selected {
    color: #004b8d !important;
    font-size: 9pt;
    text-decoration: underline;
	font-weight: bold;
}
ul.level1.submenustatic a.selected:hover {
    color: #ffffff !important
}
li.static /* style for level1 menu item that has sub menu items*/ {
    /*background: url("downArrowGreen.png") no-repeat scroll 88% center transparent;*/
	text-align: left;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height:43px;
	
    font-family: Arial, Helvetica, sans-serif !important;
    color: #FFFFFF !important;
    line-height: 40px;
    width: inherit; 			/* IMPORTANT for IE7 */
		*width: 132px; 			/* IMPORTANT for IE7 */ 
    border-top: 2px solid transparent;
    transition: background-color 1s ease 0s;
}

li.static:nth-child(4) a.static {
    background: url("rightArrowMenu.png") no-repeat scroll 80% center transparent;
	width: inherit; 			/* IMPORTANT for IE7 */
		*width: 132px; 			/* IMPORTANT for IE7 */
		padding-left: 0;
}
li.static:first-child:active /* style for level1 menu item that has sub menu items*/
{	
	width: inherit; 			/* IMPORTANT for IE7 */
		*width: 132px; 			/* IMPORTANT for IE7 */
}

li.static:first-child {
	width: inherit; 			/* IMPORTANT for IE7 */
		*width: 80px; 			/* IMPORTANT for IE7 */
}

li.static:first-child:hover {
	width: inherit; 			/* IMPORTANT for IE7 */
		*width: 80px; 			/* IMPORTANT for IE7 */
}


li.static:hover,
li.static:active {
    border-top: 2px solid #004b8d;
    color: #004b8d !important;
    line-height: 40px;
	width: inherit; 			/* IMPORTANT for IE7 */
		*width: 132px; 			/* IMPORTANT for IE7 */
}
ul.menustatic li.static a.selected {
    color: #004b8d !important;
    border-top: 2px solid #004b8d;
    line-height: 40px;
    text-decoration: none;
}

ul.menustatic li.static a.static
{
    text-decoration:none;
}


ul.menustatic li.static a.selected:hover {
    color: #004b8d !important;
    line-height: 40px;
    text-decoration: none;
}
ul.menustatic li.static a:hover,
ul.menustatic li.static a:active {
    color: #009dcb;
    line-height: none;
    text-decoration: none;
}

ul.menustatic li.has-popup.static a.static {
	 text-decoration:none;
	cursor: text;
    background:url("downArrowGreen_internal.png") no-repeat scroll right 18px transparent;
	line-height:40px;
	padding-right: 37px;
	padding-left: 15px;
		*padding-right: 33px;
		*padding-left: 0px;
}

ul.menustatic li.has-popup.static a.static:hover,
ul.menustatic li.has-popup.static a.static:active {
	padding-right: 37px;
	padding-left: 15px;
		*padding-right: 33px;
		*padding-left: 0px;
}



/* LEVEL 2 */
/*  HORIZONTAL SUB MENUS
    1. Enable the ul li below. This makes the sub menus appear horizontally 
    2. In menuDynamic, set the width to a very wide figure, ex 2000px and overflow: hidden. */
.menuDynamic /* sub menu */ {
	z-index: 99999;
	overflow: hidden ;
	text-align:left;
	padding: 0px;
	
    background-color: #004b8d;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 28px;
    width: 225px;
/* removed width: auto; - it was over-riding the 210px (now 225px) */
}

ul li  
{
    list-style: none; 
	/*position: static !important; 
    float: left;*/
}
.menuDynamicItem /* this gets applied to the hyperlink (<a>) within the list item */ {
	text-align: left;
	font-weight: bold !important;
	color: #ffffff !important;
	white-space: nowrap;
	z-index: 99999;
	
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 3px 8px;
	*padding: 3px 0; 			/* IMPORTANT for IE7 */
    line-height: none;
    font-size: 12px !important;
	display: block;
    width: auto;
    height: 100%;
}
li.dynamic /*individual sub menu item style*/ {
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 99999;
	width: auto;
	text-align:left;
	
    border-color: #004b8d;
    background-color: #004b8d;
    color: #ffffff;
    padding: 3px 8px;
    line-height: none;
}

li.dynamic a {
    color: #ffffff !important
}
li.dynamic a:hover {
    color: #ffffff !important
}
li.dynamic:hover /* when hovering over submenu item */ {
    border-color: #33b1d5;
    background-color: #33b1d5;
    color: #ffffff;
    padding: 3px 8px;
    line-height: none;
}
.menuDynamicHover {
    background-color: #004b8d;
    color: #ffffff;
}
/***** print and logout buttons *****/
.printAndLogout {
	position:absolute;
	float:right;
	display:inline ;
	
    top: 120px;
    right: 30px;
}
/***** welcome message *****/
.welcomeMessageText {
	text-align:left;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
	
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    color: #004b8d;
    font-size: 16px;
    margin-bottom: 20px;
}
.welcomeMessageBkgLeft {
    background-image: none;
	height: 27px;
}
.welcomeMessageBkg {
    background-image: none;
    padding-top: 20px;
	height: 27px;
}
.welcomeMessageBkgRight {
    background-image: none;
	height: 27px;
}
.welcomeContent {
    width: 1024px;
    margin-top: 70px;
}
/***** other styles *****/
.passwordFont {
    font-family: Arial, Helvetica, sans-serif
}

.waterMark
{
	color: #999;
	position: absolute;
	z-index: 100;
	background-color: transparent;
	margin-top: 0;
	margin-left: 0;
	padding-top: 5px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

.hidden /* class to use with jQuery .toggleClass to toggle visibility of an element */
{
    visibility:hidden;
}

.hiddenControl
{
	visibility: hidden;
	display: none;
}

.centerAlign
{
	margin-left: auto;
	margin-right: auto;
}
.centerAlignText
{
	text-align: center;
}

.indent
{
	text-indent: 10px;
}


.dropDownList
{
	min-width: 250px;
}

.leftAlign
{
	text-align: left;
} 

.UdaTextBox
{
    width:90px;
}

/* udaHtmlComboBox control */
.udaselect{ /* invisible parent of the dropdown */
        font: normal normal 10px helvetica;
        margin:0px;
        position: relative;
        text-indent: 3px;
        padding: 1px 0;
        cursor: hand;
        cursor: pointer;
}

.udaselect .dropdown{ /* Dropdown List  */
        position: absolute;
        left: 0;
        border: 1px solid black;
        display: none;
        z-index: 5;
        font-weight: normal;
        max-height:400px;
        overflow:scroll;
        overflow-x:hidden;
}

.udaselect .dropdown span{ /*Dropdown Items */
        width: auto;
        display: block;
        background: white;
        padding: 1px 0;
        text-indent: 5px;
        text-decoration: none;
}

.udaselect .dropdown span:hover{ /*Dropdown Items Mouseover*/
        background: lightgrey;
}

.DropDownHighlight
{
	color: blue;
	background-color: transparent;
    font-style:italic;
}
.DropDownPayNewHighlight
{
	color: black;
	background-color: transparent;
    font-weight:bold;
}

.DropDownCurrentItem
{
    background: lightgrey !important;
}


#HorizontalMenuPanel {
    margin-bottom: 20px
}
table#ContentTable {
    margin-top: 20px;
    border-spacing: 0;
}
.contentInner {
    /*background-color: rgba(230, 245, 255, 0.9);*/
	background-color: #ffffff;
}
.contentWrapper {
	width: 100%;
    border-spacing: 0
}
.internal.uda_logo {
    display: none
}
.headerBackgroundInner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
/*	border-bottom: 2px solid #597798;
    background-color: rgba(255, 255, 255, 0.9);
    background: url("BGmaindiv.png") repeat top left transparent\9;*/
z-index: -101; 			/* IMPORTANT for IE7 */
    
}



/*.maindiv {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position:relative;
  background-color: rgba(255, 255, 255, 0.7);
  background:url("BGmaindiv.png") repeat top left transparent\9;
}*/

.innermaindiv {
    position: relative;
    width: 1135px;
    height: auto;
    margin: 0 auto;
}
@media screen {
/* for some reason this prevents printing properly in firefox, causing blank white pages */
#ContentColumn {
    vertical-align: top;
    min-height: 200px;
    min-height: 200px\9;
    display: block;
}
}

.instructionsText A:link
{
	font: 8pt/11pt verdana;
	color: #FF0000;
}
.instructionsText A:visited
{
	font: 8pt/11pt verdana;
	color: #4e4e4e;
}

/* global hyperlink settings */
a img
{
	border-width: 0px;
}


/*.ContentColumnOuter {
    vertical-align: top;
    min-height: 600px;
      display: block;
}*/
/*form[action="Login.aspx"]*/
.ContentColumnOuter {
    vertical-align: top;
    min-height: 785px;
    margin: 0 auto;
    width: 1100px;
    padding: 0;
    border-spacing: 0;
    background-color: #ffffff;
    display: block;
}
.contentTable { /*modify this to align content */
	/*margin-left:0px - left justified */
	/*margin-right:0px - right justified */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 1100px;
    border-spacing: 0;
}

.leftMargin
{
	width: 1%;
	display:none;
}

.contentColumn
{
	text-align: left;
}

.footerbackground
{
	background-color: white;
	text-align: right;
}

.footerbackgroundContainer {
    /*background-color: rgba(89, 108, 114, 0.8);;
    background: url("BGfooter.png") repeat top left transparent\9;*/
    height: 400px;
    width: 100%;
    position: relative;
    padding-top: 10px;
    clear: both;
	z-index: -1000; 			/* IMPORTANT for IE7 */
}
.footerbackgroundContainerOuter {
    background-color: transparent;
    height: 400px;
    width: 100%;
    position: relative;
    padding-top: 10px;
    clear: both;
    vertical-align: top;
}
.footerbackgroundContainer td {
    vertical-align: top
}
.footerContainerInner {
    width: 1136px;
    margin: 0 auto;
    /*color: #d8dade;*/
    color: :#004b8d;
    font-size: 0.8em;
    line-height: 1.5em;
}
.footerContainerOuter {
    width: 1100px;
    margin: 0 auto;
    color: #004b8d;
    font-size: 0.8em;
    line-height: 1.5em;
}
.footerContainerInner p {
    margin-left: 10px;
    margin-right: 10px;
}
.footerTopLine {
    font-size: 12px;
    margin-top: 5px;
}
/*.footerTopLine:after {
    content: "";
      display: block;
      height: 1px;
      width: 22px;
      border-top: 2px solid #009dcb;
      margin: 5px 0px 30px;
}*/
/*calendar */
.calendarheading {
    background-color: #597798;
    color: #ffffff;
    font-family: "Arial Bold";
    font-size: 8pt;
}
    .calendarheading a:link {
        background-color: #597798;
        color: #ffffff;
        font-family: "Arial Bold";
        font-size: 8pt;
    }
SELECT.calendarweekday {
    font-size: 8pt;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 0;
    background-color: #f1f1f1;
    color: #004b8d;
    border: 1px solid #cccccc;
}
/*ADDED */

#HeaderTable {
	display: none;
	}

#headerBG {
    background-color: transparent
}
#headerLogo {
    margin: 0 auto;
    width: 1100px;
	width: 1100px\9;
    border-spacing: 0;
    padding: 10px 0 10px 15px;
	padding: 10px 0 10px 0\9;
	background-color: transparent;
	
}
.ie10 #headerLogo {
    width: 1100px;
}
html[data-useragent*='MSIE 10.0'] .ie10 #headerLogo {
    width: 1100px;
}
    #headerLogo td.logoLeft {
        text-align: left;
        float: left;
    }
	
	 #headerLogo td.BSBright {
        text-align: right;
        float: right;
    }

.containerLogin {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
#mainContainerLogout {
    top: 220px;
    left: 40px;
    position: relative;
	width: 450px;
}
div.containerLogout{
	height: 0px;
}
.forgotText {
    margin: 0;
    line-height: 20px;
}
    .forgotText a {
        background-image: url("btnHelpLogin.png") no-repeat scroll left top transparent
    }
/*.forgotText img 
{
    margin-right:5px;
}*/
A.access:link,
A.access:active,
A.access:visited {
    font-size: 10pt;
    color: #009dcb;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    text-decoration: none;
}
A.access:hover {
    text-decoration: underline
}
body,
.loginbackground {
    background: url("BGmvp.jpg") no-repeat fixed right top #FFFFFF;
    background-size: 100% auto;
    /*    background-color: #fff;*/
    color: #666666;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 1em;
    text-align: left;
    margin: 0;
}
/*.loginbackground {
    background-image: none;
    background-color: #FFFFFF;
}*/
form[action="Login.aspx"] #mainContainer {
    float: left;
    height: 950px;
    left: 0;
    margin: auto;
    margin-left: auto;
    padding: 0 13px 0 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 935px;
    /*border-left: 1px solid #004b8d; border-right:1px solid #004b8d; border-bottom:1px solid #004b8d;*/
}
#bottomContainer {
    background: none /*url("https://secure.wcu.com.au/banking/footer.gif") no-repeat top left transparent*/; 
	bottom: 0;
    float: left;
    height: 50px;
    left: 16px;
    /*padding: 0 23px 0 22px;*/
    position: absolute;
    width: 1100px;
    margin: auto;
    margin-left: auto;
}
#menu {
    display: none;
    /*background-color: transparent;;
    height: 23px;
    padding: 8px 5px 5px 2px;
    position: absolute;
    width: 220px;
    top: -80px;
    left: 420px;*/
}
ul#menuList {
    /*    color: #004b8d;;
    display: inline;
    list-style: none outside none;
    margin-left: 6px;
    padding: 0;
    position: relative;*/
}
    ul#menuList li {
        /*background: url("https://secure.wcu.com.au/banking/bullet.png") no-repeat scroll right center transparent;*/
        /*background: url("staticmenu-separator.png") no-repeat scroll right bottom transparent;*/
        /*    color: #004b8d;;
        display: inline;
        font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
        font-size: 14px;
        list-style: none outside none;
        margin: 0;
        padding: 0 30px 0 0;
        position: relative;*/
        /*    border-top: 2px solid transparent;*/
    }
#menuFooter {
    background-color: transparent;
    height: 23px;
    padding: 15px 0;
    : ;
    position: relative;
    width: 220px;
    top: 0;
    left: 0;
}
ul#menuListFooter {
    color: #004b8d;
    display: inline;
    list-style: none outside none;
    margin-left: 0;
    padding: 0;
    position: relative;
}
    ul#menuListFooter li {
        /*background: url("https://secure.wcu.com.au/banking/bullet.png") no-repeat scroll right center transparent;*/
        /*background: url("staticmenu-separator.png") no-repeat scroll right bottom transparent;*/
        color: #004b8d;
        display: inline;
        font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
        font-size: 14px;
        list-style: none outside none;
        margin: 0;
        padding: 0 30px 0 0;
        position: relative;
        /*    border-top: 2px solid transparent;*/
    }
        ul#menuListFooter li a:link,
        ul#menuListFooter li a:visited {
            background: url("rightArrowMenu.png") no-repeat scroll right 19px transparent;
            color: #004b8d;
            cursor: pointer;
            font-size: 10pt;
            outline: medium none;
            text-decoration: none;
            font-weight: normal;
            padding: 15px 15px 7px 0;
            border-bottom: 1px solid transparent;
        }
        ul#menuListFooter li a:hover,
        ul#menuListFooter li a:active {
            color: #004b8d;
            cursor: pointer;
            font-size: 10pt;
            outline: medium none;
            font-weight: normal;
            border-bottom: 1px solid #009dcb;
        }
/*ul#menuList li a:link, ul#menuList li a:visited {
    background:url("rightArrowMenu.png") no-repeat scroll right 25px transparent;
    color:#004b8d;
    cursor:pointer;
    font-size:15px;
    outline:medium none;
    text-decoration:none;
    font-weight: normal;
    padding: 20px 15px 0 0;
    border-top: 2px solid transparent;
}


ul#menuList li a:hover, ul#menuList li a:active {
    color:#004b8d;
    cursor:pointer;
    font-size:15px;
    outline:medium none;
    font-weight:normal;
    border-top: 2px solid #009dcb;
}*/
#advertsRightLogout {
    float: left;
    width: 100%;
    margin-top: 20px;
}
    #advertsRightLogout p {
        float: left;
        margin-right: 40px;
    }
.signoutfont {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 22px;
    padding-top: 40px;
	line-height: 35px;
}
.signoutfont span {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 22px;
    padding-top: 40px;
	line-height: 35px;
	font-weight: bold;
}

.signoutfont2 {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
	padding-top: 40px;
}

.signoutfont2 td {
	padding-top: 40px;
}

#mainContent {
    clear: both;
    float: left;
    padding: 24px 0px 0 30px;
    position: relative;
    text-align: left;
    width: 989px;
}
#mainLeft {
    float: left;
    position: relative;
    width: 705px;
}
#ibArea {
    float: left;
    position: relative;
    width: 400px;
}
#ibMessage {
    float: left;
    position: relative;
    width: 300px;
}
#ibWelcome {
    color: #004b8d;
    font-size: 20px;
    width: 500px;
    padding-top: 10px;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-weight: normal;
}
    #ibWelcome img {
        display: none
    }
#ibIntroText {
    color: #666666;
    font-size: 13px;
    padding-top: 20px;
    width: 545px;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
.rightMargin {
	position: absolute;						
    z-index: 2;			
	
    top: -3px;
    width: 430px;
    right: 1px;
	right: -3px\9;
}

.headerbkg
{
	float: left;
	width: 100%;
	background-image: url("file:///S|/Products/Ultradata MVP Redesign/general.css_changes from Mathew/header_bg.gif");
	background-repeat: repeat;
	height: 80px;
}

.header
{
	float: left;
	width: 584px;
	background-image: url("file:///S|/Products/Ultradata MVP Redesign/general.css_changes from Mathew/header.gif");
	background-repeat: no-repeat;
	height: 60px;
}

.logo
{
	float: right;
	width: 200px;
	background-image: url("file:///S|/Products/Ultradata MVP Redesign/general.css_changes from Mathew/uda_logo.gif");
	background-repeat: no-repeat;
	height: 60px;
}


.contentDivNoBorder
{
	width: 100%;
	display: block;
	background: inherit;
}


#mainRight {
    float: left;
    position: relative;
    width: 239px;
    padding-left: 15px;
    padding-top: 0px;
}
#quickLinks {
    background: url("quicklinksBackground.gif") no-repeat top right transparent;
    padding: 0px;
    width: 430px;
    height: 250px;
    margin-bottom: 20px;
}
div#quickLinks ul {
    font-size: 15px;
    list-style: none outside none;
    margin-left: 10px;
}
div#quickLinks ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 10px;
}
    div#quickLinks ul li {
        display: block;
        line-height: 62px;
        margin-left: 0;
        margin-right: 18px;
        padding: 0 0 0 195px;
    }
        div#quickLinks ul li a {
            color: #fff;
            font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
            font-size: 18px;
            text-decoration: none;
        }
        div#quickLinks ul li a:hover {
            text-decoration: underline
        }
.menubar a:hover {
    text-decoration: none
}
form[action="Logout.aspx"] #mainContainer,
form[action="default.aspx"] #mainContainer {
    float: left;
    height: 450px;
    left: 0;
    margin: auto;
    margin-left: auto;
    padding: 0 13px 0 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 970px;
}
form[action="Logout.aspx"] .signonfont {
    font-size: 24px;
    font-weight: bold;
    color: #004b8d;
    padding-top: 20px;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
form[action="Logout.aspx"] .stText {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: #004b8d;
}
form[action="Logout.aspx"] table {
    border-spacing: 0 !important
}

.horizontalSeparatorLine
{
    color:lightgrey;
    height:1px;
}

.horizontalSeparatorLine,
hr {
    color: #fff !important;
    height: 1px !important;
    border-style: solid !important;
}
/* Button css test */
.btnCol1 {
    background-color: #33b1d5;
    color: #fff;
    padding: 8px 0;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.btnCol1:hover {
    background-color: #004b8d;
    text-decoration: none;
}
.btnCol1a {
    background-color: #d2f3ff;
    color: #fff;
    padding: 8px 0;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.btnCol2 {
    background-color: #004b8d;
    color: #fff;
    padding: 8px 0;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.btnCol2:hover {
    background-color: #33b1d5;
    text-decoration: none;
}
.btnCol3 {
    background-color: #004b8d;
    color: #fff;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 90px;
    height: 40px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.btnCol3:hover {
    background-color: #33b1d5;
    text-decoration: none;
}
/* NAB button */
.btnCol4 {
    background-color: #ff0000;
    color: #fff;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 90px;
    height: 40px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.btnCol4:hover {
    background-color: #ff6E6E;
    text-decoration: none;
}
input.btnSignOn {
    background-color: #33b1d5;
    color: #fff;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 15px;
    width: 120px;
    height: 30px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
    margin-left: 0;
    margin-top: 20px;
}
.btnSignOn:hover {

    background-color: #004b8d;
    text-decoration: none;
}
/*img.btnNext:before {
    content: 'Next';
    display:inline-block;
    width:137px;
    font-size:16px;
    line-height:20px;
    height:37px;
    border: 1px solid red;
    color:#fff;
    z-index:10;
    position:absolute;
    left:1px;
    top:1px;
    background-color: #009dcb;
}

img.btnNext:hover:before {
    content: 'Click Me Now';    
}*/
img[alt="Get SMS"] {
    background-color: #33b1d5;
    color: #fff;
    padding: 8px 0;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
img[alt="Get SMS"]:hover {
    background-color: #004b8d;
    text-decoration: none;
}
/*.helpBackgroundHeader {
	background-color: #f2fbff;
}
.btnHelpBack, .btnHelpPrint {
    background-color: #33b1d5;
    color: #fff;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 120px;
    height: 30px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.btnHelpBack:hover, .btnHelpPrint:hover {
    background-color: #004b8d;
    text-decoration: none;
}
.btnHelpClose {
    background-color: #004b8d;
    color: #fff;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    width: 120px;
    height: 30px;
    text-align: center;
    transition: background-color 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.btnHelpClose:hover {
    background-color: #33b1d5;
    text-decoration: none;
}*/

.firstLine p {
	font-size: 18px;
	color:		#33b1d5;
}

a.Name {
	font-size: 24px;
	color:		#33b1d5;
}

#hintList {
	width: 800px;
	margin: 0 auto;
}

#hintList ul li {
	list-style: disc;
	line-height: 22px;
	font-size: 15px;
	text-align: left;
}

div#FROMINSTRUCTDETAILS {
	height: 135px !important;
}
select#INTINSTPAYEEINT, select#INTINSTMYACCNUMINT, select#INTINSTPAYEECHQ, select#INTINSTPAYEEEXT, select#MATINSTPAYEEINT, select#MATINSTMYACCNUMINT, select#MATINSTPAYEECHQ, select#MATINSTPAYEEEXT {
	height: 35px !important;
}

div[id*="EXPIRYDATE_txtPinPadpopup"] {
	z-index: 10000;
	height: 220px !important;
}

div#ctl00_c_ucDob_txtPinPadpopup {
	left: 40% !important;
	top: 597px !important; 
	top: 597px\9 !important; /* IE6, IE7, IE8, IE9 */
	*top: 597px !important; /* IE */
	height: 220px !important;
	z-index: 10000;
}
div#popupBackground{
	width:100% !important;
}
.stText.tableItem{
	white-space: normal;
}
.roundCornerTitle{
	background-image: none !important;
	background: #cce3ed;
}