/*
'/\/\/\/\/\/\/\/\/\/\/\/\/\/\*  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
*********************************************************/

/* Webfont: MagistralC */@font-face {
    font-family: 'MagistralC';
    src: url('../../fonts/magistrc_2-webfont.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/magistrc_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/magistrc_2-webfont.woff2') format('woff2'),
         url('../../fonts/magistrc_2-webfont.woff') format('woff'), 
         url('../../fonts/magistrc_2-webfont.ttf') format('truetype'),
         url('../../fonts/magistrc_2-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: MagistralC bold */@font-face {
    font-family: 'MagistralC-bold';
    src: url('../../fonts/mgs65_0-webfont.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/mgs65_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/mgs65_0-webfont.woff2') format('woff2'),
         url('../../fonts/mgs65_0-webfont.woff') format('woff'), 
         url('../../fonts/mgs65_0-webfont.ttf') format('truetype'),
         url('../../fonts/mgs65_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: DINOT */@font-face {
    font-family: 'DINOT';
    src: url('../../fonts/DINOT.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/DINOT.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DINOT.woff2') format('woff2'),
         url('../../fonts/DINOT.woff') format('woff'), 
         url('../../fonts/DINOT.ttf') format('truetype'),
         url('../../fonts/DINOT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: DINOT light */@font-face {
    font-family: 'DINOT-light';
    src: url('../../fonts/din-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/din-light-webfont.woff2') format('woff2'),
         url('../../fonts/din-light-webfont.woff') format('woff'), 
         url('../../fonts/din-light-webfont.ttf') format('truetype'),
         url('../../fonts/din-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}



A:hover
{
	text-decoration: underline;
	color:#046a38;
	cursor:hand;
}

.loginTitle {
    height: 200px;
    left: 0;
	float:none;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 1015px;
    margin-top: 26px;
}

.loginTitle img
{
	width: 1015px;
}

.loginInputsContainer {
    top: -11px;
    position: relative;
    width: 1015px;
	height: 380px;
    margin: 0 auto;
    left: 0;
	/* 2016-01-11 MV TEST */
	top: 19px;
}
.loginInputs {
   float: left;
    height: 250px;
    left: 0;
    margin: 0;
    padding-top: 0;
    position: relative;
    top: 12px;
    width: 660px;
}

.loginInputs span
{
	text-align:right;
	font-family: Arial;
	font-size: 16px;
	color: #666666;
}
.loginbackground .loginTitle {
    height: 273px;
    left: 0;
	float:none;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 1118px;
    margin-top: 26px;
}

.loginbackground .loginTitle img {
    width: 1118px;
}

.loginbackground .loginInputsContainer {
    position: relative;
    width: 1118px;
    height: 615px;
    margin: 0 auto;
    left: 0;
    top: inherit;
    float: none;
    clear: both;
}

.loginbackground .loginInputs {
    float: left;
    height: auto;
    left: 0;
    margin: 0;
    padding-top: 0;
    position: relative;
    top: inherit;
    width: 565px;
    bottom: inherit;
}

.loginbackground .loginInputs span {
	font-family: 'DINOT-light', sans-serif;
	font-size: 28px;
	color: #333;
    float: none !important;
}

.loginbackground .tblLoginInputs {
    width: 565px;
}

/*#ibMessage {
    float: right;
    position: relative;
    width: 300px;
	top: 37px;
    right: 33px;
}*/
#ibMessage {
    float: right;
    top: 73px;
    position: relative;
    width: 525px;
}
.contentLogout {
    margin: 0 auto;
    width: 1118px;
    padding: 0;
}
.leftAlign.stText.contentLogout {
	margin: 0 auto;
	width: 1118px;
    padding: 0;
}
.newsignonfontOne {
    margin-bottom: 20px
}
.newsignonfont /* This is the class that is used for login text */ {
    color: #046a38;
    font-family: "open_sanssemibold",Arial, Helvetica, sans-serif;
	font-weight: normal !important;
    font-size: 14px;
}
table.newsignonfont {
    width: 660px;
	margin-top: 7px;
}
.loginbackground .newsignonfont /* This is the class that is used for login text */ {
    color: #e67824;
    font-family: "open_sanssemibold",Arial, Helvetica, sans-serif;
	font-weight: normal !important;
    font-size: 14px;
}

.loginbackground table.newsignonfont {
    width: 565px;
	margin-top: 7px;
}

#ctl00_c_tbCaptcha tr {
    float: left;
    width: 565px;
}

#ctl00_c_trCaptchaImage .newsignonfont > img {
    width: 277px;
    height: 66px;
    margin-right: 3px;
}

#ctl00_c_trCaptchaText .newsignonfont > input {
    margin-top: 13px!important;
}
span.product-name {
    color: #8bc53d;
}

.leftAlign.stText.contentLogout .signonfont,
.signonfont /* This was originally the font for login text,
but has been used in many other places */ {
	font-weight: normal;
    font-size: 29px;
    color: #333333;
    font-family: "Dinot",Verdana,Geneva,sans-serif;
    height: 64px;
}
.loginbackground .loginSubmitButton {
    padding-top: 0;
}

.signonfont /* This was originally the font for login text,
but has been used in many other places */ {
	font-weight: normal;
    font-size: 22px;
    color: #006838;
    font-family: "Dinot",Verdana,Geneva,sans-serif;
}
.loginSubmitButton {
    padding-top: 15px;
}
.loginGeneralMessage {
	font-family: "open_sansbold",Verdana,Geneva,sans-serif;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;	
	color: #046a38;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;

	
}



.loginLogo
{
	/* MVandeloop Site-Specific Mods */
	display:none;
}

.H1 {
    color: #046a38;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
}
.stText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #2c2c2c;
    padding:5px 5px 5px 5px ;
}
small2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
	padding: 3px;
}
.stTextBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.errorheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #ff0000;
}
.errortext {
    font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	width:100%;
}
.loginerrortext {
    font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
}
.subHeading {
    font-family: Arial, Helvetica, sans-serif
}
.warningtext {
    font-family: Arial, Helvetica, sans-serif
}
.navhighlight {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1d2172;
}
A:link .Navlink {
    font-family: Arial, Helvetica, sans-serif
}
.descHeading {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #046a38;
}
.Mandatory {
    color: red
}
.medium {
    font-family: Arial, Helvetica, sans-serif
}
.combo {
    font-family: Arial, Helvetica, sans-serif
}
.tableItem {
    padding:10px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
}

.subpromos {
    margin: 80px 0 40px;
}
.subpromos a {
    margin: 0 4px 0 0;
}

/***** tabs *****/
.tabControl {
    border-right: #046a38 0px solid;
    border-left: #046a38 0px solid;
    padding-top: 30px;
    border-bottom: none;
}
.tab {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    color: #ffffff;
	font-size:14px;
    padding: 12px 18px 12px 18px;
    background-color: #8bc53d;
    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= '#8bc53d' , EndColorStr= '#8bc53d' );
}
.tabDisabled {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
	font-size:14px;
    padding: 12px 18px 12px 18px;
}
.tabHighlight {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
	font-size:14px;
    padding: 12px 18px 12px 18px;
    background-color: #046a38;
    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= '#046a38' , EndColorStr= '#046a38' );
}
/* elements, default styles */


INPUT {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #cccccc;
}
.loginInput INPUT {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #cccccc;
}
.loginbackground ul.login-btn {
    margin: 0;
    padding: 0;
}

.loginbackground .tblLoginInputs input {
    font-family: 'DINOT-light', sans-serif;
    font-size: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 20px;
    background-color: #f4f4f4;
    color: #666666;
    border: 1px solid #d3d3d3;
    height: 64px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 277px !important;
    float: none;
}

.loginbackground input#ctl00_c_btnSignOn, .signoutfont a#ctl00_c_Hyperlink_0  {
    background-color: #8bc53d;
    color: #fff;
    border: none;
    height: 64px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto !important;
    margin-right: 133px;
    margin-top: 31px;
    padding: 12px 2px;
}


 .signoutfont a#ctl00_c_Hyperlink_0  {
    margin: 0;
    padding: 0 16px;
    border-radius: 3px;
    overflow: visible;
    font-size: 53px;
    line-height: 61px;
}

#ctl00_c_trButtons span a {
    margin: 0 30px 0 0;
}
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: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
    background-color: #fff;
    color: #666666;
    border: none;
	/*border: 1px solid #cccccc;*/
}
SELECT {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #cccccc;
}

SELECT:focus, OPTION:focus, INPUT:focus {
	outline: 						none;
	border: 						1px solid #046a38;
	    background-color:               #fff; 
}
.loginbackground .tblLoginInputs INPUT:focus {
	outline: 						none;
	border: 						1px solid #8bc53d;
    background-color:               #fff; 
}
.DropDownControlBorder
{
    border:1px solid #cccccc;
	width: 355px !important;
	font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #666666;
}
.DropDownControlBorder INPUT:focus {
	outline: 						none;
	border: 						none;
}

.dropdownbutton {
    background-image: url("DropDownButton.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    margin: 0;
    top: 0;
}
A:link {
    font-size: 10pt;
    color: #8bc53d;
    font-family: "open_sansbold",Arial, Helvetica, sans-serif;
}
A:active {
    font-size: 10pt;
    color: #046a38;
    font-family: "open_sansbold",Arial, Helvetica, sans-serif;
}
A:visited {
    font-size: 10pt;
    color: #046a38;
    font-family: "open_sansbold",Arial, Helvetica, sans-serif;
}
A:hover {
    color: #2c2c2c;
    text-decoration: underline;
}
.loginbackground a, .loginbackground a:link, .loginbackground a:active, .loginbackground a:visited, .loginbackground a:hover,
form[action="./Logout.aspx"] a, form[action="./Logout.aspx"] a:link, form[action="./Logout.aspx"] a:active, form[action="./Logout.aspx"] a:visited, form[action="./Logout.aspx"] a:hover{
    font-family: 'DINOT-light', sans-serif; 
    color: #8bc53d;
    font-size: 22px;
    text-decoration: underline;
}
.loginbackground a:hover, .loginbackground a:active,
form[action="./Logout.aspx"] a:hover, form[action="./Logout.aspx"] a:active {
    color: #1a1a1a;
}

.footerContainerOuter A:hover {
	color: #999999;
    text-decoration: underline;
	
	}

.headerbackground {
    height: 90px
}
.AltRow {
    font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #666666;
	font-size:12px;
}
.rhighlight {
    color: #fff;
    line-height: 25px;
    padding-left: 7px;
	padding: 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #006838;
    display: block;
}
.rowHeading,
.rowHeading a:link,
.rowHeading a:visited,
.rowHeading a:active {
    font-family: "open_sansbold",Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 7px 10px !important;
	color:#046a38;
}

.rowHeading {color:#b3c21d;}

.rowHeading td {
    padding: 10px 10px !important;
	background-color:#f9f9f9;
}
th.rowHeading, td.rowHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px !important;
	background-color: #006838;
	color: #ffffff;
}
tr.rowHeading {
}
th.rowHeading a:link,
th.rowHeading a:visited,
th.rowHeading a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px;
	/*background-color: #046a38;*/
	color: #046a38;
}
th.rowHeading a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px;
	/*background-color: #046a38;*/
	color: #046a38;
	text-decoration:underline;
}
.tblBorder {
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
	width:100%;
}
iframe.tblBorder body {
    color: #5a5a5a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;    
}
.tableSelectedRow /*used on web parts [PD1469B]*/ {
    background-color: #e1e1e1;
}
.tableSelectedRow td.stText /*used on web parts [PD1469B]*/ {
    color: #666666;
}
.tableSelectedRow td.stText a:visited {
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.tableSelectedRow td.stText a:link {
    font-size: 10pt;
    color: #046a38;
    font-family: Arial, Helvetica, sans-serif;
}
.tableSelectedRow td.stText a:hover {
    color: #2c2c2c;
    text-decoration: underline;
}
.newRowHeading /*used on web parts [PD1469B]*/ {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
	color:#2c2c2c;
	border-bottom: none;
}
.newRowHeading  td/*used on web parts [PD1469B]*/ {

    padding: 5px;
	background-color:#046a38;
	color:#ffffff;
	text-align:center;

}

/*#ctl00_c_Table1 tr td table, #ctl00_c_Table2 tr td table {
	
	background-color:#f9f9f9;
	
	}
	
#ctl00_c_Table1 tr td table td, #ctl00_c_Table2 tr td table td {
	
	padding:0 10px;
	
	}*/

#ctl00_c_GridView1_ctl10_lblTotal, #ctl00_c_GridView1_ctl10_lblTotalCr, #ctl00_c_GridView1_ctl10_lblTotalDr, #ctl00_c_GridView1_ctl10_lblTotalTax, 
#ctl00_c_GridView2_ctl07_lblTotal, #ctl00_c_GridView2_ctl07_lblTotalDr, #ctl00_c_AccountWithTransactions1_fullAccountLink, 
#ctl00_c_GridView1_ctl14_lblTotal, #ctl00_c_GridView1_ctl14_lblTotalCr, #ctl00_c_GridView1_ctl14_lblTotalDr, #ctl00_c_GridView1_ctl14_lblTotalTax{
	padding: 7px 10px;
}
.background {
    background-color: transparent
}


/* web parts */
.wpTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
    color: #ffffff;
    background-color: #006838;
    background-image: none;
    background: #006838;
    height: 35px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#006838,endColorStr=#006838); /*IE*/
}
.wpHeader {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
}
a.wpTitle, span.wpTitle {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
    padding-left: 4px;
	background: transparent;
}
a:active.wpTitle {
    color: #ffffff
}
a:visited.wpTitle {
    color: #ffffff
}
.wpContentBorder {
    border: 1px solid #006838;
    height: 100%;
    border-bottom: none;
    background-color: white;
    margin: 0px;
    padding: 10px 0;
}
.wpFooter {
    border-bottom: 1px solid #006838 ;
}
/***** menu *****/
.menubar {
    background: transparent;
	height: 40px;
    width: 100%;
    position: absolute;
    left: 174px;
    top: 90px;
		z-index: 1000; 			/* IMPORTANT for IE7 */
}
/* LEVEL 1*/
.menuStaticItem /* style for level1 menu items with no sub menu items */ {
    /*font changes here need to be replicated in li.static*/
    font-family: "DINOT", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
		*font-size:14px!important;
    font-weight: normal !important;
    color: #ffffff !important;
    padding: 21px 24px 23px 24px;
    padding: 22px 24px 22px 24px\9; /* IE6, IE7, IE8, IE9 */
		*padding: 22px 24px 23px 24px; 			/* IMPORTANT for IE7 */
    line-height: 55px;
	    *line-height: 60px;			/* IMPORTANT for IE7 */
	text-transform:uppercase;
	
}
/*ul.menustatic li.has-popup.static a.static {
    text-transform: uppercase;
}*/
. ie10 .menuStaticItem {
    padding: 22px 24px 22px 24px; /* IE10 */
}

@-moz-document url-prefix() { 
    /* Firefox */
    .menuStaticItem {
        padding: 21px 24px 20px 24px
    }
	
	.highlighted {
		padding: 21px 24px 20px 24px;
		}
}
/*.menuStaticItem:after
{
    content: ">";
}*/
.menuStaticItem:hover, .menuStaticItem:active {
    color: #8bc53d !important;
	background: #ffffff;
		*background: none; 			/* IMPORTANT for IE7 */
		
}
.highlighted {
    font-family: "DINOT", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
		*font-size: 14px!important;
    font-weight: normal !important;
    color: #8bc53d !important;
	background: #ffffff;
		*background: none; 			/* IMPORTANT for IE7 */
    line-height: none;
    padding: 21px 24px 23px 24px;
	padding: 22px 24px 22px 24px\9; /* IE6, IE7, IE8, IE9 */
		*padding: 22px 24px 23px 24px; 			/* IMPORTANT for IE7 */
}
/*li.static a.highlighted {
	background: #f5a52a;
}*/
ul.menustatic li.static a.selected.highlighted {
    color: #ffffff !important
}
.submenubar {
    display: none
}
div.submenubar div:first-child {
    background-color: #046a38;
    height: 52px;
}
ul.static {
    height: 60px
}
ul.level1.submenustatic li.static {
    padding: 3px 7px 3px 7px;
    font-family: "DINOT", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
    border-right: 1px solid #046a38;
}
ul.level1.submenustatic li.static:hover,
ul.level1.submenustatic li.static:active {
    background-color: #ffffff !important;
    color: #8bc53d;
}
ul.level1.submenustatic a {
    color: #8bc53d !important
}
ul.level1.submenustatic a:hover {
    text-decoration: none;
    color: #ffffff !important;
}
ul.level1.submenustatic a.selected {
    color: #8bc53d !important;
    font-size: 9pt;
    text-decoration: underline;
}
ul.level1.submenustatic a.selected:hover {
    color: #ffffff !important
}
li.static /* style for level1 menu item that has sub menu items*/ {
    background: none;
    font-family: "DINOT", Arial, Helvetica, sans-serif !important;
    color: #ffffff !important;
	font-weight: normal !important;
    line-height: 60px;
		width: inherit; 			/* IMPORTANT for IE7 */
    /*border-top: 2px solid transparent;*/
    transition: background-color 1s ease 0s;
	padding-left:0;
	padding-right:0;
}
li.static:hover,
li.static:active {
    /*border-top: 2px solid #046a38;*/
    color: #8bc53d !important;
    line-height: 60px;
	width: inherit; 			/* IMPORTANT for IE7 */
		/* IMPORTANT for IE7 */
		*background: #ffffff; 	/* IMPORTANT for IE7 */
}

/*  IE 7 NTH CHILD FIXES  */
ul.level1.menustatic > li.static {	width: 90px; }
ul.level1.menustatic > li.static + li.static {	width: 120px; }	/* TARGETING SECOND CHILD // IMPORTANT for IE7 */
ul.level1.menustatic > li.static + li.static + li.static {	width: 120px; }	/* TARGETING THIRD CHILD // IMPORTANT for IE7 */
ul.level1.menustatic > li.static + li.static + li.static + li.static  {	width: 90px; }	/* TARGETING FOURTH CHILD // IMPORTANT for IE7 */
ul.level1.menustatic > li.static + li.static + li.static + li.static + li.static {	width: 168px; } /* TARGETING FIFTH CHILD // IMPORTANT for IE7 */
ul.level1.menustatic > li.static + li.static + li.static + li.static + li.static + li.static  {	width: 172px; } /* TARGETING SIXTH CHILD // IMPORTANT for IE7 */
ul.level1.menustatic > li.static + li.static + li.static + li.static + li.static + li.static + li.static {	width: 164px; } /* TARGETING SEVENTH CHILD // IMPORTANT for IE7 */	
/*ul.level1.menustatic > li.static + li.static + li.static + li.static + li.static + li.static + li.static + li.static {width: 142px; }*//* TARGETING EIGHT CHILD // IMPORTANT for IE7 */

li.static:first-child 
{	
	width: inherit; 			/* IMPORTANT for IE7 */

}
li.static:first-child:hover, 
li.static:first-child:active /* style for level1 menu item that has sub menu items*/
{	
	width: inherit; 			/* IMPORTANT for IE7 */

}
ul.menustatic li.static a.static {
}

ul.menustatic li.static a.selected, ul.menustatic li.static:first-child a.selected {
   /* color: #ffffff !important;
	background: #f5a52a;*/
	background-color: #006838;
    color: #ffffff !important;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
    /*border-top: 2px solid #046a38;*/
    line-height: 60px;
    text-decoration: none;
		*padding-left: 15px; 			/* IMPORTANT for IE7 */
		*padding-right: 15px; 			/* IMPORTANT for IE7 */
	/*text-transform: uppercase;*/
}
ul.menustatic li.static a.selected:hover {
    background-color: #ffffff;
    color: #8bc53d !important;
    line-height: 60px;
    text-decoration: none;
}
ul.menustatic li.static a:hover,
ul.menustatic li.static a:active {
    background-color: #ffffff;
    color: #8bc53d !important;
    line-height: none;
    text-decoration: none;
}
ul.menustatic li.static li.dynamic a:hover,
ul.menustatic li.static li.dynamic a:active {
    background-color: #ffffff;
    color: #8bc53d !important;
    line-height: none;
    text-decoration: none;
}

ul.menustatic li.has-popup.static:hover, ul.menustatic li.has-popup.static:active {
	-webkit-box-shadow: 0px 6px 6px -1px rgba(153,153,153,1);
-moz-box-shadow: 0px 6px 6px -1px rgba(153,153,153,1);
box-shadow: 0px 6px 6px -1px rgba(153,153,153,1);
}

ul.menustatic li.has-popup.static a.static:hover,
ul.menustatic li.has-popup.static a.static:active {
    color: #ffffff;
}
/* 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 */ {
    background-color: #ffffff;
    color: #333333;
    margin-left: 0;
    margin-top: 0;
    width: 250px;
	padding:15px;
		*border-left: 1px solid #e5e5e5; 			/* IMPORTANT for IE7 */
		*border-right: 1px solid #e5e5e5; 			/* IMPORTANT for IE7 */
		*border-bottom: 1px solid #e5e5e5; 			/* IMPORTANT for IE7 */
	-webkit-box-shadow: 0px 6px 6px -1px rgba(153,153,153,1);
	-moz-box-shadow: 0px 6px 6px -1px rgba(153,153,153,1);
	box-shadow: 0px 6px 6px -1px rgba(153,153,153,1);
}
.menuDynamicItem /* this gets applied to the hyperlink (<a>) within the list item */ {
    font-family: "DINOT", Arial, Helvetica, sans-serif !important;
	font-weight: normal !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-color: transparent;
	border-top:1px solid #8bc53d;
    background-color: #ffffff;
    color: #333333;
    padding: 0;
    line-height: none;
}
li.dynamic:first-child {
	border-top: none;
}
li.dynamic a {
    color: #333333 !important;
	padding: 3px 8px;	
	line-height: 30px;
	margin-left: 0;
	font-family: "DINOT", Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
}
li.dynamic a:hover {
    /*color: #ffffff !important;
	background-color: #faa643;*/
	padding: 3px 8px;
	font-family: "DINOT", Arial, Helvetica, sans-serif !important;
}
li.dynamic:hover /* when hovering over submenu item */ {
    background-color: #ffffff;
    color: #8bc53d;
    padding: 0;
    line-height: none;
}

li.dynamic a:focus {
    outline:0;
}
.menuDynamicHover {
    background-color: #ffffff;
    color: #8bc53d;
}
/***** print and logout buttons *****/
.printAndLogout {
    top: 170px;
    right: 0;
	position:absolute;	
	z-index: 1000;				/* IMPORTANT for IE7 */	
}
/***** welcome message *****/
.welcomeMessageText {
    font-family: Arial, Helvetica, sans-serif!important;
	font-weight: bold !important;
    color: #535353;
    font-size: 16px;
    margin-bottom: 20px;
}
.welcomeMessageBkgLeft {
    background-image: none
}
.welcomeMessageBkg {
    background-image: none;
    padding-top: 20px;
}
.welcomeMessageBkgRight {
    background-image: none
}
.welcomeContent {
    width: 1120px;
    margin-top: 40px;
}
/***** other styles *****/
.passwordFont {
    font-family: Arial, Helvetica, sans-serif
}
#HorizontalMenuPanel {
    margin-bottom: 20px
}
table#ContentTable {
    margin-top: 0;
    border-spacing: 0;
}
.contentInner {
    /*background-color: rgba(230, 245, 255, 0.9);
    background: url("BGcontentColumn.png") repeat top left transparent\9;*/
}
.contentWrapper {
    border-spacing: 0;
	margin-top: 0;
}
/*.uda_logo {
    display: none
}*/
.headerBackgroundInner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    background-color: #ffffff;
    background: #ffffff;
	z-index: -101; 			/* IMPORTANT for IE7 */
}
.navBackInner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
	height: 60px;
    background: #8bc53d;
	z-index: -100; 			/* 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;
}*/
.maindiv {
  	z-index: 10000; 			/* IMPORTANT for IE7 */
  	position: relative;         /* IMPORTANT for IE7 */
	width: 100%;
}
.innermaindiv {
    position: relative;
    width: 1135px;
    height: auto;
    margin: 0 auto;
}
#ContentColumn {
    vertical-align: top;
    min-height: 540px;
    min-height: 200px\9;
	*min-height: 540px;         /* IMPORTANT for IE7 */
    display: block;
	padding-top: 85px;
	*padding-bottom: 60px;
}
/*.ContentColumnOuter {
    vertical-align: top;
    min-height: 600px;
      display: block;
}*/
/*form[action="Login.aspx"]*/
.contact-us-wrapper {
    position: absolute;
    margin: -90px auto 0 auto;
    width: 100%;
    z-index: 99999;
}

        .contact-us {
            margin: auto;
            width: 1118px;
            text-align: right;
        }

        .contact-us ul li {
            display: inline-block;
            color: #333333;
            font-family: 'MagistralC-bold', sans-serif;
            margin-left: 10px;
        }

        .contact-us ul li span {
            color: #8bc53d;
        }


        .loginbackground .contact-us ul li a, .loginbackground .contact-us ul li a:hover, .loginbackground .contact-us ul li a:visited,
        form[action="./Logout.aspx"] .contact-us ul li a, form[action="./Logout.aspx"] .contact-us ul li a:hover, form[action="./Logout.aspx"] .contact-us ul li a:visited {
            font-family: 'MagistralC', sans-serif;
            color: #fff;
            background-color: #8bc53d;
            width: 165px;
            display: block;
            height: 52px;
            line-height: 52px;
            text-align: center;
            border-radius: 3px;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 19px;
        }
.ContentColumnOuter {
    vertical-align: top;
    min-height: 700px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    display: block;
}
form[action="./default.aspx"] .ContentColumnOuter {
    vertical-align: top;
    min-height: 590px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    display: block;
} 
.contentTable {
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 180px;
    width: 100%;
    border-spacing: 0;
	 position: relative;
}

/*calendar */
.calendarheading {
    background-color: #046a38;
    color: #ffffff;
    font-family: "Arial Bold";
    font-size: 8pt;
}
    .calendarheading a:link {
        background-color: #046a38;
        color: #ffffff;
        font-family: "Arial Bold";
        font-size: 8pt;
    }
SELECT.calendarweekday {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    background-color: #f1f1f1;
    color: #046a38;
    border: none;
}
/*ADDED */
#mainContainerOuter {
	width:100%;
}
.footerbackgroundContainer {
    /*background-color: rgba(89, 108, 114, 0.8);;
    background: url("BGfooter.png") repeat top left transparent\9;*/
    height: 200px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    clear: both;
	float:none;
	background: #2c2c2c;
	z-index: -1000; 			/* IMPORTANT for IE7 */
	margin-bottom:0;
	*height:500px;
	top:60px;
}

/* Footer Styling */


.footerbackgroundContainerOuter {
    background: #8bc53d;
    height: 400px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    clear: both;
	float:none;
    vertical-align: top;
	margin-bottom:0;
}
.loginbackground .footerbackgroundContainerOuter {
    background: #8bc53d;
    height: 180px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    clear: both;
	float:none;
    vertical-align: top;
	margin-bottom:0;
}

.footerbackgroundContainerOuter td {
	padding:0;

}
.footerbackgroundContainer{
    background: #8bc53d;
    height: 400px;
    width: 100%;
    position: relative;
    padding-top: 1px;
    clear: both;
	float:none;
    vertical-align: top;
	margin-bottom:0;
}
.footerbackgroundContainer td {
    vertical-align: top;
	position: relative;
	clear: both;
	padding:0;
}
.footerContainerInner {
    width: 1136px;
    margin: 30px auto;
	color: #f6f6f6;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
}
/*.footerContainerInner p {
    margin-left: 10px;
    margin-right: 10px;
	text-align:center;
	color: #1a1a1a;
	font-weight: normal;
	line-height:25px;
	font-family:Verdana, Geneva, sans-serif;
}*/

.footerContainerOuter .footer-list li {
    font-family: 'MagistralC', sans-serif;
    display: inline-block;
    color: #1a1a1a;
    font-size: 30px;
    margin: 0 80px;
}

.footerContainerInner .footer-list td {
    font-family: 'MagistralC', sans-serif;
    color: #1a1a1a;
    font-size: 30px;
	line-height: 35px;
    margin: 0 80px;
	width: 33%;
}
.footerContainerOuter .footer-list {
    margin-bottom: 28px;
}
.footerContainerInner .footer-list {
    margin-bottom: 20px;
	width: 100%;
}

.footerContainerOuter .footer-list-two, .footerContainerInner .footer-list-two {
    border-top: 4px solid #1a1a1a;
    padding: 12px 0 0 0;
}

.footerContainerOuter .footer-list-two li {
    font-family: 'DINOT', sans-serif;
    display: inline-block;
    color: #1a1a1a;
    font-size: 20px;
}
.footerContainerInner .footer-list-two li {
    font-family: 'DINOT', sans-serif;
    color: #1a1a1a;
    font-size: 20px;
		*font-size: 19px;
}

.footerContainerOuter .footer-list li span, .footerContainerInner .footer-list li span {
    font-family: 'MagistralC-bold', sans-serif;
    color: #fff;
}
.footerContainerInner .footer-list td span {
    font-family: 'MagistralC-bold', sans-serif;
    color: #fff;
}

.footerContainerOuter {
    width: 1120px;
    margin: 30px auto;
    color: #f6f6f6;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
}
/*.footerContainerOuter p {
    margin-left: 10px;
    margin-right: 10px;
	text-align:center;
	color: #ffffff;
	font-weight: normal;
	line-height:25px;
	font-family:Verdana, Geneva, sans-serif;
}*/
.footerTopLine {
    font-size: 12px;
    margin-top: 5px;
}
/*.footerTopLine:after {
    content: "";
      display: block;
      height: 1px;
      width: 22px;
      border-top: 2px solid #046a38;
      margin: 5px 0px 30px;
}*/
.loginbackground #headerBG {
    background-color: transparent;
	border-bottom: none;
	width:100%;
	height: 104px;
}
.loginbackground #headerLogo {
    margin: 0 auto;
    width: 1118px;
	width: 1118px\9;
    border-spacing: 0;
    padding: 0 0 5px 0;
    position: relative;
    z-index: 20;
}
#headerBG {
    background-color: transparent;
	border-bottom: none;
	width:100%;
	height: 87px;
}
#headerLogo {
    margin: 0 auto;
    width: 1015px;
	width: 1000px\9;
    border-spacing: 0;
    padding: 0 0 5px 0;
}
.ie10 #headerLogo {
    width: 960px;
}
html[data-useragent*='MSIE 10.0'] .ie10 #headerLogo {
    width: 960px;
}
    #headerLogo td {
        text-align: left;
        float: left;
    }
.headerImg1 {
    vertical-align: middle;
    text-align: left;
	height: 104px;
}
.customLogo {
    margin-top: 13px;
}
.loginbackground .customLogo {
    margin-top: 0;
}
.containerLogin {
    width: 100%;
    margin: 0 auto;
    position: relative;
	background-color: #8bc53d;
    float: none;
    height: 55px;
}
/*.containerLogin {
    width: 100%;
    margin: -5px auto;
    position: relative;
	background-color: #2c2c2c;
    float: left;
    height: 59px;
}*/
#mainContainerLogout {
    top: 70px;
    left: 75px;
    position: relative;
}
.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: #046a38;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.access:hover {
    text-decoration: underline
}*/
body,
.loginbackground {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    margin: 0;
	background: none;
	text-align: left;
}
/*.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 #046a38; border-right:1px solid #046a38; border-bottom:1px solid #046a38;*/
}
#bottomContainer {
    background: none; 
	bottom: 0;
    float: left;
    height: 50px;
    left: 16px;
    /*padding: 0 23px 0 22px;*/
    position: absolute;
    width: 960px;
    margin: auto;
    margin-left: auto;
}

#menu {
    margin: 0 auto;
    height: 55px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    width: 1015px;
    margin: 0 auto;
	float: none;
	/* 2016-01-11 MV TEST */
	z-index:10;
}
ul#menuList {
    color: #ffffff;
    display: inline;
    list-style: outside none none;
    padding: 0;
    position: relative;
    margin-left: 175px;
}
    ul#menuList li {
       background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: inline;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0 32px 0 16px;
    position: relative;
    }
	
	ul#menuList li.lastItem {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    display: inline;
    font-family: "Tahoma",Arial,Helvetica,sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0 10px;
    position: relative;
}

ul#menuList li a:link, ul#menuList li a:visited {
    color: #fff;
    cursor: pointer;
    font-family: 'MagistralC', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 55px;
    outline: medium none;
    text-decoration: none;
}
.loginbackground #menu {
    margin: 0 auto;
    height: 55px;
    padding: 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1118px;
    margin: 0 auto;
	float: none;
	/* 2016-01-11 MV TEST */
	z-index:10;
}

.loginbackground ul#menuList .home-btn {
    display: none;
}

 form[action="Logout.aspx"] ul#menuList .home-btn {
    display: inline-block;
}

.loginbackground ul#menuList {
    color: #ffffff;
    display: inherit;
    list-style: outside none none;
    padding: 0;
    margin: 0;
    position: relative;
    margin-left: 178px;
    position: relative;
    text-transform: uppercase;
}

.loginbackground ul#menuList li, .loginbackground ul#menuList li.lastItem {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 0 -4px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    }

.loginbackground ul#menuList li a:link, .loginbackground ul#menuList li a:visited {
    color: #fff;
    cursor: pointer;
    font-family: 'MagistralC', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 55px;
    outline: medium none;
    display: block;
    padding: 0 30px;
    text-decoration: none;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
    height: 55px;
}

.loginbackground ul#menuList li a:hover {
    color: #8bc53d;
    background-color: #fff;
}
#menuFooter {
    background-color: transparent;
    height: 23px;
    padding: 15px 0;
    : ;
    position: relative;
    width: 220px;
    top: 0;
    left: 0;
}
ul#menuListFooter {
    color: #666666;
    display: inline;
    list-style: none outside none;
    margin-left: 0;
    padding: 0;
    position: relative;
}
    ul#menuListFooter li {
        color: #046a38;
        display: inline;
        font-family: Arial, Helvetica, 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: #046a38;
            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: #046a38;
            cursor: pointer;
            font-size: 10pt;
            outline: medium none;
            font-weight: normal;
            border-bottom: 1px solid #046a38;
        }
/*ul#menuList li a:link, ul#menuList li a:visited {
    background:url("rightArrowMenu.png") no-repeat scroll right 25px transparent;
    color:#046a38;
    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:#046a38;
    cursor:pointer;
    font-size:15px;
    outline:medium none;
    font-weight:normal;
    border-top: 2px solid #046a38;
}*/

#advertsRight{
	bottom: 40px;
	position: absolute;
	left: 23px;
}
#advertsRight a{
	padding-right: 0;
	padding:0;
	margin: 0 8px 0 0;
	border:0;
}
.loginbackground #advertsRight{

    position: relative;
    float: none;
    clear: both;
    width: 1118px;
    height: 219px;
	
}

.loginbackground #advertsRight a{
	padding-right: 0;
	padding:0;
	margin: 0 8px 0 0;
	border:0;
}

.loginbackground #advertsRight a.last {
    margin:0;
}

.loginbackground #advertsRight a img {
    border-radius: 3px;
}
#advertsRightLogout {
    float: left;
    width: 100%;
    margin-top: 20px;
}
    #advertsRightLogout p {
        float: left;
        margin-right: 40px;
    }
.signoutfont {
    font-family: "open_sansbold",Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding-top: 15px;
	margin-top:0;
	margin-bottom:0;
	height: 120px;
}
.signoutfont2 {
    font-family: "open_sanssemibold",Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#mainContent {
    clear: both;
    float: left;
    padding: 24px 0px 0 30px;
    position: relative;
    text-align: left;
    width: 989px;
}
#mainLeft {
    float: left;
    position: relative;
    width: 705px;
}
#advertsRight {
    bottom: inherit;
    position: relative;
    left: inherit;
    margin: 0 auto;
    width: 1015px;
    height: 233px;
}
#ibArea {
    float: left;
    position: relative;
    width: 400px;
}

#ibWelcome {
    color: #046a38;
    font-size: 20px;
    width: 500px;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
    #ibWelcome img {
        display: none
    }
#ibIntroText {
    color: #666666;
    font-size: 13px;
    padding-top: 20px;
    width: 545px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
}
.rightMargin {
    top: 240px;
    width: 240px;
    right: 40px;
}
#mainRight {
    float: left;
    position: relative;
    width: 239px;
    padding-left: 15px;
    padding-top: 0px;
}
#quickLinks {
    background: #2c2c2c;
    padding: 0px;
    width: 335px;
    height: 224px;
    margin: 80px 0 20px 0;
	float:right;
}
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: 52px;
        margin-left: 0;
        margin-right: 18px;
        padding: 1px 0 1px 45px;
    }
	
	 div#quickLinks ul li.icon-one{
		background: url("icon_one.png") no-repeat scroll center left transparent;	
    }
	
	 div#quickLinks ul li.icon-two{
		background: url("icon_two.png") no-repeat scroll center left transparent;	
    }
	 div#quickLinks ul li.icon-three{
		background: url("icon_three.png") no-repeat scroll center left transparent;	
    }
	 div#quickLinks ul li.icon-four{
		background: url("icon_four.png") no-repeat scroll center left transparent;	
    }
	

	
        div#quickLinks ul li a {
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
            text-decoration: none;
        }
        div#quickLinks ul li a:hover {
            text-decoration: underline
        }
.menubar a:hover {
    text-decoration: none
}
/*.leftAlign {
	margin: 0 auto !important;
	width: 1015px;
}*/
#mainContainer {
    background-color: transparent;
}
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"] .contentTable,
form[action="ConnectionExpired.aspx"] .contentTable,
form[action="default.aspx"] .contentTable {
    height: 450px;
    margin: 0 auto;
    margin-left: auto;
    width: 1015px;
}
form[action="default.aspx"] .ContentColumnOuter {
    min-height: 590px;
}
form[action="Logout.aspx"] .signonfont {
    font-size: 24px;
    font-weight: normal;
    color: #003d66;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

form[action="ConnectionExpired.aspx"] .signonfont,
form[action="default.aspx"] .signonfont {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 40px;
    color: #545454;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 50px;
}

form[action="./default.aspx"] .signonfont {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 40px;
    color: #545454;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 50px;
	text-align:center;
}
form[action="Logout.aspx"] .stText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #003d66;
	font-weight: normal !important;
}
form[action="Logout.aspx"] table {
    border-spacing: 0 !important
}
.horizontalSeparatorLine,
hr {
    color: #ccc !important;
    height: 0 !important;
    border-style: dashed !important;
}
/* Button css test */
.btnCol1 {
	background: #8bc53d;
	border: 1px solid #8bc53d;
	border-radius: 4px;
    color: #fff;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    transition: background 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
	margin:3px;
}
.btnCol1:hover {
    background: #006838;
    text-decoration: none;
	border-color:#006838;
}
.btnCol1a {
    background-color: #c8c7c7;
	border: 1px solid #c8c7c7;
	border-radius: 4px;
    color: #ffffff;
    padding: 8px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    position: relative;
	margin:3px;
}
.btnCol2 {
	background: #006838;
	border: 1px solid #006838;
	border-radius: 4px;
    color: #fff;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    transition: background 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
	margin:3px;
}
.btnCol2:hover {
    background: #8bc53d;
	border-color:#8bc53d;
	color:#ffffff;
    text-decoration: none;
}
.btnCol2a {
    background-color: #c8c7c7;
	border: 1px solid #c8c7c7;
	border-radius: 4px;
    color: #fff;
    padding: 8px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    position: relative;
	margin:3px;
}
.btnCol3 {
	background: #545454;
	border: none;
	border-radius: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 106px;
    height: 60px;
    text-align: center;
    transition: background 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.btnCol3:hover {
    background: #333333;
	border: none;
    text-decoration: none;
}

.btnCol4 {
	background: #046a38;
	border: none;
	border-radius: 0;
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 106px;
    height: 60px;
    text-align: center;
    transition: background 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.btnCol4:hover {
    background: #f58026;
	border: none;
    text-decoration: none;
}


input.btnSignOn {
	background: #046a38;
	border-radius: 25px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 120px;
    height: 30px;
    text-align: center;
    transition: background 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
    margin-top: 0;
}
.btnSignOn:hover {
    background: #2c2c2c;
    text-decoration: none;
}

.loginSubmitButton input {

	float: left;
	margin-left: 115px;
}
/*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: #046a38;
}

img.btnNext:hover:before {
    content: 'Click Me Now';    
}*/
img[alt="Get SMS"] {
	background: #046a38;
	border-radius: 4px;
    color: #fff;
    padding: 8px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 170px;
    height: 23px;
    text-align: center;
    transition: background 1s ease 0s;
    display: inline-block;
    z-index: 1;
    position: relative;
}
img[alt="Get SMS"]:hover {
    background: #8dc63f;
    text-decoration: none;
}
img[alt="Get SMS"]:focus, .btnSignOn:focus, .btnCol1:focus, .btnCol1a:focus, .btnCol2:focus, .btnCol3:focus {
	outline: 						none;
	border: 						none;
}

/*.helpBackgroundHeader {
	background-color: #f2fbff;
}
.btnHelpBack, .btnHelpPrint {
    background-color: #33b1d5;
    color: #fff;
    font-family: Arial, Helvetica, 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: #4d698b;
    text-decoration: none;
}
.btnHelpClose {
    background-color: #4d698b;
    color: #fff;
    font-family: Arial, Helvetica, 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;
}*/
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;
}
p.MsoNormal {
	
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12px !important;
	line-height:18px;
	font-family: "Arial", Helvetica, sans-serif !important;
	mso-fareast-font-family: "Arial", Helvetica, sans-serif !important;
}

#popupBackground {
	
	width:100%!important;
	}

#ToDate, #FromDate, #iPassword {
	
	padding:0 5px !important;
	
	}
	
#PopUpCalendar {
	left: 45% !important;
    top: 50% !important;
    position: fixed !important;
}