/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------



--------------------
TEMPLATE: PERCEPTION
--------------------
GENERAL PRINCIPLES
-------------------- 
1. use margin:auto to horizontally center a div inside another div for mozilla
2. place page-wide styles (e.g. button styles) at the top of the CSS document or their properties are overwritten further down the page.
3. specify a width for layers that fade using DHTML, otherwise they don't fade gradually.
4. to position child layers, specify "relative" for the parent layer, and "absolute" for the child layers
5. the dynamic height of absolute layers is ignored, so subsequent layers will often position behind the absolute layer

---------------------------------------------------------------------
TEST MATRIX (Y=WORKS OK)
-------------------W2K-------XP--------VISTA-----OS9-------OSX-------
IE<=4                                  .                             
IE5                                    .                             
IE6                 Y                  .
IE7                          Y         Y
IE8
OPERA9                                 Y
SAFARI3                                Y         .
CHROME1                                Y
FIREFOX2                     Y         
FIREFOX3                               Y
NETSCAPE7                    Y         .
---------------------------------------------------------------------
*/
 

/* HTML TAG RE-DEFINITIONS */
body{ font-family: Tahoma, Verdana, Geneva, sans-serif;font-size: 11px; line-height:130%; !important /* IE LINE HEIGHT USED FOR IE9 AND MOZILLA 5.0 */color:#0e508f; background-color: #FFF; background-repeat:repeat-x; background-image: url(images/bkgd_gradient.gif);}
body.noscroll { position: fixed; overflow-y: auto; width: 100%; }
* {margin:0; padding:0;}
html {}
a {color:#0066CC; text-decoration:none; line-height:20px; }
a:hover {text-decoration:none; color:#FF6C00;}
hr {margin: 20px 0px 10px 0px; border: 0px; border-top: 1px dotted #CCCCCC; border-bottom: 1px dotted #FFFFFF; display:none;}
strong {font-weight:bold;}
iframe {border: 1px dotted #CCCC99; width:640px; font-family: Arial, Verdana, Geneva, sans-serif; font-size: 11px; color:#333333; min-height: 350px;}
iframe.spotlightnew {border: 1px dotted #CCCC99; width: 200px; font-family: Arial, Verdana, Geneva, sans-serif; font-size: 11px; color:#333333; height: 100px;}
iframe#OnlineBankingiframe {width:100%;}
img {border: none;}
img a {border-bottom:none;}
p {color: #0E508F; font-size: 12px; line-height: 20px; margin-bottom: 10px; font-family: Tahoma; font-weight: normal; }
acronym {cursor: help; border-bottom: 1px dashed; color: #0E508F; font-size: 12px;}
font, td {font-size: 12px; line-height: 20px;}
table.downloads td {padding:3px;}
td.block b {color: #ffffff;}
td.membership {color:#ffffff; padding:1px 5px; background: #FF6C00;}
em, small {color: #0E508F; font-size: 11px;}
small a {color: #0066CC; font-size:11px;}
small a:hover {color:#FF6C00;}
tr#TemplateRow1 {display:none;}
td p {padding: 7px; font-family: Tahoma, Geneva, sans-serif; margin-bottom: 0;}
td b {line-height: 20px;}
td.bodytext {padding:7px;}
.contactdetails p{color: #ffffff; margin-top: -1px;}
table {border-collapse: collapse; border: none;}
table.membership {border-top:2px solid #FF6C00;}
table.data {border-collapse: separate; border: 1px dotted #ced7eb;}
table#tableTrans {width:640px;}
p.quote {padding-left:150px; background:url(../../templates/current/images/quote.gif) no-repeat 20px center;}
img.pdf {vertical-align: bottom;}
#submenuCalculatorLi {display:none;}
#Reg_Note {color: red;}
.services td img {margin-top:20px;}


/* HEADINGS */
h1 {font: bold 16px Arial, Verdana, Arial, Helvetica, sans-serif; padding-bottom: 5px; color: #69C;}
h2 { color: #FF6C00; font-size: 15px; margin-bottom: 10px; line-height: 20px;}
h3 {font-size:14px; padding-bottom: 10px; color:#0E508F;  line-height: 19px; }
h4 {font: bold 16px  Trebuchet MS; color: #0E508F; padding-bottom: 15px; }
h5 {font: 12px Arial, Verdana, Helvetica, sans-serif; color: #999999; padding-bottom: 15px;}
h6 {font: 10px Arial, Verdana, Helvetica, sans-serif; padding-bottom: 15px;}


/* COMMONLY USED CLASSES */
.required {font: bold 11px Arial, Verdana, Helvetica, sans-serif; color: #CC0000;}
.informational {font:11px Arial, Verdana,, Helvetica, sans-serif; color: #8897b7;}
.largeFont {font-size:14px; color:#3E8CCC; font-weight: bold;}
.lighttext {color: #999999;}
.smallfont{font:11px Tahoma; color: #999999;}


/* BUTTONS */
.button_search {background-image:url(../../templates/current/images/button_submit_bkgd.gif);background-repeat: no-repeat; border: 0 none; color: #FFFFFF; cursor: pointer; font-family: verdana; font-size: 11px; font-weight: normal; height: 36px; margin: 0; padding: 0 0 2px 5px; width: 37px; text-indent: -9999px; float: left; display: block; font-size: 0; line-height: 0; overflow: hidden;}
.button_submit {background: #5ec984; /* Old browsers */
background: -moz-linear-gradient(top,  #5ec984 0%, #5ec984 50%, #00aa3c 51%, #5ec984 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ec984), color-stop(50%,#5ec984), color-stop(51%,#00aa3c), color-stop(100%,#5ec984)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5ec984 0%,#5ec984 50%,#00aa3c 51%,#5ec984 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5ec984 0%,#5ec984 50%,#00aa3c 51%,#5ec984 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5ec984 0%,#5ec984 50%,#00aa3c 51%,#5ec984 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5ec984 0%,#5ec984 50%,#00aa3c 51%,#5ec984 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec984', endColorstr='#5ec984',GradientType=0 ); /* IE6-9 */

border: 1px solid #6fa401; border-radius: 5px 5px 5px 5px;  color: #FFFFFF; cursor: pointer;  font-weight: bold; height: 27px; margin-left: 2px; margin-right: 2px;  padding-left: 12px;  padding-right: 12px; text-shadow: -1px 0 1px #577e06; margin: 5px 0 10px 0;}
.button_cancel { background: #f4b3a8; /* Old browsers */
background: -moz-linear-gradient(top,  #f4b3a8 0%, #f16f5c 50%, #f6290c 51%, #f02f17 59%, #ef8173 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b3a8), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(59%,#f02f17), color-stop(100%,#ef8173)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4b3a8 0%,#f16f5c 50%,#f6290c 51%,#f02f17 59%,#ef8173 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4b3a8 0%,#f16f5c 50%,#f6290c 51%,#f02f17 59%,#ef8173 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4b3a8 0%,#f16f5c 50%,#f6290c 51%,#f02f17 59%,#ef8173 100%); /* IE10+ */
background: linear-gradient(top,  #f4b3a8 0%,#f16f5c 50%,#f6290c 51%,#f02f17 59%,#ef8173 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b3a8', endColorstr='#ef8173',GradientType=0 ); /* IE6-9 */

 border: 1px solid #da5340; border-radius: 5px 5px 5px 5px; color: #FFFFFF; cursor: pointer;  font-weight: bold;  height: 27px;  margin-left: 2px;  margin-right: 2px;  padding-left: 12px;  padding-right: 12px;  text-shadow: -1px 0 1px #c01700; margin: 5px 5px 10px 0;}
.button_other {background: #b7deed; /* Old browsers */
background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* IE10+ */
background: linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
 border: 1px solid #2fb8e4; border-radius: 5px 5px 5px 5px; color: #FFFFFF; cursor: pointer;  font-weight: bold;  height: 27px;  margin-left: 2px;  margin-right: 2px;  padding-left: 12px;  padding-right: 12px;  text-shadow: -1px 0 1px #2b6f85; margin: 5px 0 10px 0;}
.button_short {background-image:url(../../templates/current/images/button_other_bkgd.gif); background-repeat:repeat-x; border:1px solid #d77f46; color:#FFFFFF; font-weight:bold; cursor:pointer; margin-right: 2px; margin-left: 2px; margin-top: 2px; height:24px; border:none; width:60px; text-align:center; padding: 0 0 3px;}
.button_editor{ border:1px solid #F6F6EA;}
.tabletitleprint {float: right; width: 100px;}


/* FORM FIELDS */
input,select {color: #0E508F; font-size: 12px; font-family: Verdana, Tahoma, sans-serif; vertical-align: middle;margin-right: 2px; margin-left: 0px; padding:2px 4px 3px;}
.input_normal {width: 180px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_long {width: 370px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_short {width: 110px;border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px; margin-left: 5px;}
.input_shorter {width: 60px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_multiline {width: 189px; height: 100px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F;}
.input_multiLarge {width: 280px; height: 160px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_nosize {border: 1px dotted; font-size: 11px; font-family: Tahoma; color: #0E508F; padding:3px 4px 3px; width:90%;}
.input_2char {width: 20px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_3char {width: 30px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_4char {width: 40px; border: 1px dotted; font-size: 11px; font-family: Tahoma, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_search { width: 90px; font-size: 13px; font-family: Tahoma, sans-serif; color: #a3c0d0; padding:9px 4px 11px;}
.input_invisible {border: 0px solid; color: #0E508F; font: Tahoma, sans-serif; font-size: 11px; background-color: transparent; height: 18px; vertical-align: middle; padding:3px 4px 3px 0;}
.input_editor_title {font-size:16px; color: #0E508F; font-family: Tahoma, sans-serif; border: 1px #a6bbcd solid; width: 300px; padding:3px 4px 3px;}
.input_editor_subtitle {font-size:12px; color: #0E508F; font-family: Tahoma, sans-serif; border: 1px #a6bbcd solid; width: 300px; padding:3px 4px 3px;}
.input_webteller {width: 120px; border: 1px dotted; font-size: 13px; font-family: Tahoma, sans-serif; height: 14px; font-weight: bold; color: #0E508F; text-align: right; padding:3px 4px 3px;}


/* TABLES */
/*.tabletitle {margin: 0px; padding-top: 3px; padding-bottom: 5px; padding-left: 3px; padding-right: 3px;  /*background-image:url(../../templates/current/images/button_other_bkgd.gif); background-repeat: repeat; border: 1px solid #7fb4de; color:#FFFFFF; font-weight:bold; font-size: 11px;}*/
.tableform, .e-tableform { margin-top: 4px; MARGIN-BOTTOM: 10px; border-collapse: collapse; font-family: Arial, Verdana, Geneva, sans-serif; font-size: 11px; color:#384930; border-top: 2px solid #FF6C00;}
.tableform thead, .e-tableform thead {color: #666; font-size: 9px;}
.tableform thead td, .e-tableform thead td {background-color:#f1f6f8; color: #0E508F; padding:10px 5px 10px 10px; border-top:2px solid #FF6C00}
.tableform tfoot, .e-tableform tfoot {color: #828277; font-size: 10px;}
.tableform tfoot td, .e-tableform tfoot td {background-color:#E5E5DA; font-size: 10px;}
.tableform .dayColour, .e-tableform .dayColour {background-color:#E2E2D7;}
.tableform td, .e-tableform td {background-color: #f1f6f8; font-family: Verdana,Geneva,sans-serif; font-size: 11px; padding: 10px 5px; color: #0E508F;}
.tableform table td, .e-tableform table td {border: none; padding: 0px;}
.tablegrid { border-collapse: collapse; border-spacing: 0; color: #333333; font-size: 11px; margin-top: 0; padding:3px 10px; background: #f1f6f8;}
.tablegrid a {border-bottom:1px dotted;}
.tablegrid thead {color: #999999; font-weight: bold;}
.tablegrid tbody td {color: #0E508F; font-size: 12px; line-height: 18px; padding: 7px 15px; border-bottom: 1px solid #FFFFFF;}
.tablegrid tbody td strong {color: #0E508F; font-weight: normal;}
#contentarea .tablegrid tbody td a,  #contentarea .tablegrid thead td a  {color: #0066CC; font-weight: normal; text-align: left;}
#contentarea .tablegrid tbody td a:hover,  #contentarea .tablegrid thead td a:hover  {color: darkOrange; font-weight: normal; }
.tablegrid thead td {background: #B2C4CB; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; font-size: 12px; font-weight: bold; line-height: 18px; padding: 7px 15px;}
.tablegrid td.last {border:none;}
.tablegrid tr:last-child td {}
.tabledetailed {border: 1px dotted #a3c1db; background-color:#FFFFFF; margin-top: 4px; border-collapse: collapse; font-family: Arial, Verdana, Geneva, sans-serif; font-size: 10px; color:#333333; margin-bottom: 4px;}
.tabledetailed thead {color: #999999; font-weight: bold;}
.tabledetailed thead td, .tabledetailed thead td {background-color:#FFFFFF; font-size: 10px; font-family: Arial, Verdana, Geneva, sans-serif;}
.tabledetailed td {padding: 1px; border-right: 1px dotted #b5d0e8; border-bottom: 1px dotted #b5d0e8; font-size: 10px; vertical-align: top;}
.tabledetailed strong {font-size: 10px;}
.table_calendar {}
.tablerow_main tr {background-color:#000000;}
.tablerow_alt td {background-color:#FFFFFF;}
.tablerow_over td {background-color:#FFFFCC;}


/* FORM ARCHIVE */

.tableprint { margin-left: 378px;}


/*-------LOAN CALCULATOR SLIDER-------*/
input#amount {font-size: 18px; height: 25px; left: 440px; position: relative; text-align: right; top: -90px; width: 80px; color: #ff6d00;}
input#term {color: #ff6d00;font-size: 18px; height: 25px; left: 293px; position: relative; text-align: right; top: -75px; width: 230px;}
select#intrateDDL {border: 1px dotted #7D869E;color: #51901e;font-size: 12px; height: 21px; margin: 10px 0 10px 20px; padding-top: 1px; width: 255px;}
select#intrateDDL option{color: #4A546F; font-size: 12px; font-weight: normal; padding: 3px 0 0 3px;}
input#apr {border-bottom: 1px dotted #0E508F; font-size: 19px; width: 99%; padding: 0px 3px 10px; font-weight: bold; color:#569622; float:left; margin-bottom: 10px; margin-top:10px;}
#contentarea ul#sliderValuesList, #memberscontentarea ul#sliderValuesList {color: #0E508F; font-family: Verdana; font-size: 12px; padding-left: 0; line-height:20px; width: 100%; margin-bottom:20px;}
#contentarea ul#sliderValuesList li, #memberscontentarea ul#sliderValuesList li {list-style:none; border-bottom: 1px dotted; margin-left: 3px; padding: 10px 5px;}
input#paymentSliderWeekly, 
input#paymentSlider2Weeks, 
input#paymentSlider4Weeks, 
input#paymentSliderMonthly, 
input#paymentSliderTotal4Weeks, 
input#paymentSliderTotalMonthly
{display:block; font-size: 15px; font-weight: bold; padding: 0; margin-top: 2px; color: #ff6d00;}
input#paymentSliderTotalWeekly,
input#paymentSliderTotal2Weeks, 
input#paymentSliderTotal4Weeks
input#paymentSliderTotalMonthly,
input#paymentSliderTotal4Weeks, 
input#paymentSliderTotalMonthly { display:block; font-size: 15px; font-weight: bold; color: #2a6ba9;}
input#paymentSliderTotalInterestWeekly,
input#paymentSliderTotalInterest2Weeks,
input#paymentSliderTotalInterest4Weeks,
input#paymentSliderTotalInterestMonthly
{display:block; font-size: 15px; font-weight: bold; color: #569622;}
span#spanWeek, span#span2Weeks, span#span4Weeks, span#spanMonth, span#spanWeekTotal, span#span2WeeksTotal, span#span4WeeksTotal, span#spanMonthTotal {float: left; width: 32%;}
#divSliderCalcLoanTypeText {color: #0E508F; float: left;font-size: 13px; font-weight: bold; margin-top: 12px;}
#sliderRepaymentHeaderText {color: #2A6BA9; font-size: 14px; left: -236px; position: relative; top: 20px;}
#spanSliderCalcDDLCustomText {color: #0E508F; font-size:12px; line-height:18px;}


/*-------LOAN CALCULATOR SLIDER-------*/
input#amountHome {font-size: 16px; height: 25px; left: 290px; position: relative; text-align: right; top: -105px; width: 230px; color: #8B172C;}
input#termHome {font-size: 16px; left: 290px; position: relative; text-align: right; top: -75px; width: 230px; color:#8B172C;}
select#intrateDDLHome {margin:-1px 0 50px 20px; width: 160px;}
input#aprHome {border-bottom: 1px dotted #7D869E; font-size: 19px; width: 99%; padding: 5px 0px 7px; font-weight: bold; color:#51901e;margin-bottom: 3px;}
ul#sliderValuesListHome {color: #7D869E; font-family: Verdana; font-size: 12px; padding-left: 0; line-height:20px; width: 100%; margin-bottom:15px; border-bottom: 1px dotted; height: 45px; }
ul#sliderValuesListHome li {list-style:none;  padding-left:8px; display:inline;}
#sliderTermWrapperHome {}
input#paymentSliderWeeklyHome, 
input#paymentSlider2WeeksHome, 
input#paymentSlider4WeeksHome, 
input#paymentSliderMonthlyHome, 
input#paymentSliderTotal4WeeksHome, 
input#paymentSliderTotalMonthlyHome,
input#paymentSliderTotalWeeklyHome
{display:block; font-size: 16px; font-weight: bold; padding: 0; margin-top: 2px; color: #8B172C; margin-left:0px;}
input#paymentSliderTotalWeeklyHome,
input#paymentSliderTotal2WeeksHome, 
input#paymentSliderTotal4WeeksHome,
input#paymentSliderTotalMonthlyHome,
input#paymentSliderTotal4WeeksHome, 
input#paymentSliderTotalMonthlyHome
{display:block; font-size: 16px; font-weight: bold; color: #51901e;}
input#input#paymentSliderTotalMonthlyHome {float:left;}
span#spanWeekHome, span#span2WeeksHome, span#span4WeeksHome, span#spanMonthHome {float: left;}
#divSliderCalcLoanTypeTextHome {color: #4A546F; float: left;font-size: 13px; font-weight: bold; margin-top: 12px; padding-left: 10px;}
span#spanWeekTotalHome {float:left; display:inline;}
span#span#spanMonthTotalHome {}
span#spanWeekHome {}
span#spanMonthHome{padding-left: 30px; float: left; }
span#spanMonthTotalHome  {float:left;}
#loanSliderContainer {padding-top:25px;}


/* LOAN CALCULATOR PAGE */
/* UnComment the 3 lines below, to swap Methods A and B */
/*
#methodTwoTable { position: relative; top: -230px; }
#methodOneTable { position: relative; top: 230px; }
.informationalLoanCal { font-size: 11px; color: #699; position: relative; top: 20px; }
*/
.informationalLoanCal { font-size: 11px; color: #0E508F; }


/*PIN MANAGER-----------------------------------------*/
.tabletitle { padding-right: 15px; width: auto; padding: 4px 6px 5px 5px;  color:#FFF; font-weight:bold; font-size: 12px; background-color: #FF6C00; /*background-image: url(../../images/essentials/pinform_title_right.gif); /* background-repeat:no-repeat; background-position:right;*/}
/*.tabletitleLeft { padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;    background-image:url(../../images/essentials/pinform_title_left.gif); background-position:left; background-repeat:no-repeat;}*/
.tableformPin {background-color: #dddddd;font-family: Arial, Verdana, Geneva, sans-serif;}
.tableformPinMain { padding-left: 15px; padding-top: 3px; background-color: #E6E6E6;}
.tableformLeft{ padding-left: 15px; background-color: #f3eeee; }
.tableformPinIconsL{ padding-left: 0px; background-color: #F3F3F3; vertical-align:middle; text-align: left; border-bottom: 1px solid #E6E6E6;}
.tableformPinIconsL li { padding-bottom: 1px; display: block; list-style:none; padding-left: 0px; padding-right: 0px; text-align: left; white-space: nowrap;  height: 28px; float: left;  }
.tableformPinReg { padding-left: 15px; padding-bottom: 3px; padding-top: 3px; background-color: #E2ECF5;}
.tableformPinMembersC { padding-left: 15px; padding-top: 3px; padding-bottom: 3px; background-color: #C3D5E3; background-image:url(../../images/essentials/member_corner.gif); background-repeat:no-repeat; background-position:right top; }
.tableformPinMembers { padding-left: 15px; padding-top: 3px; padding-bottom: 3px; background-color: #C3D5E3;}


/* FONT CLASSES FOR PIN MANAGER FORM */
.fontRed {font:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; color:#F00;}
.fontBlue {font:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; color:#069; vertical-align: middle; }
.fontBlue a {font:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; color:#09F; text-decoration: underline;}
.fontBold { font: bold 11px Arial, Verdana, Helvetica, sans-serif; }
.fontGreen { font:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 11px; color:#393; }


/* ESTATEMENTS TABLE LAYOUT - WIDE */
.tablewrap_multiple { width: 94%; height: 50%;  border: solid 1px #333; height: auto; }
.tabletitle_multiple { position: relative; width: 94%; clear:both; color: #069; font-weight: bold; font-size: 11px; padding-left: 3px; padding-top: 5px; padding-bottom: 5px; /*background-image: url(../../images/essentials/automated_bkgd.jpg);*/  background-color: #E6F2FF; border-top: solid 1px #C4E1FF; border-left: solid 1px #C4E1FF; border-right: solid 1px #C4E1FF; border-bottom: dotted 1px #D6D6D6; border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px;  behavior: url(templates/current/PIE.htc);/**/}
.tablewrap_single { width: 94%; border: solid 1px #333; height: auto;}
.tabletitle_single { position: relative; width: 94%; clear:both; color: #666; font-weight: bold; font-size: 11px; padding-left: 3px; padding-top: 5px; padding-bottom: 5px;  background-color: #F0E6EF; /*background-image:url(../../images/essentials/requested_bkgd.jpg);*/ border-top: solid 1px #D0ACCD; border-left: solid 1px #D0ACCD; border-right: solid 1px #D0ACCD; border-bottom: dotted 1px #D0ACCD; border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px;  behavior: url(templates/current/PIE.htc);/**/ }
.tableform2 { margin-bottom: 15px; padding-left: 0px; padding-right: 0px; background-color: #F9F9F9;  border-left: solid 1px #D6D6D6; border-right: solid 1px #D6D6D6; border-bottom: solid 1px #D6D6D6; }
.dropmenu_top { position: relative; margin-left: 0px; padding-right: 10px; padding-top: 5px; padding-bottom: 0px; font-size: 12px; border: solid 1px #E6E6E6; text-align: right; background-image: url(../../images/essentials/estatements_bkgd.gif);  border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px;  behavior: url(templates/current/PIE.htc);}

.dropmenu_top .input_short {margin-top:-4px; margin-left:5px;}
.rowseparator {border-bottom: dotted 1px #CCC; height: 15px;}
.required_green { font-weight:bold; color:#393;}
.yeartitle{color: #333; }
.error_notfound { border: solid 1px #0F0; }
.pdf_download {  position: absolute; width: 73%;  padding-left: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; font-size: 11px; margin-top:0; bottom:13px; left:0;/*background-image: url(../../images/essentials/acrobat_download_bkgd.gif); border: solid 1px #E6E6E6;  border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px;  behavior: url(templates/current/PIE.htc);*/}
.pdf_image { border-top: 1px dotted #aaaaaa; float: right;  margin-right: 40px; padding-top: 5px; position: absolute;  width: 670px; right:0; bottom:0px; }
.estatements {float:left;}
.button {background:url(../../templates/current/images/estatement_btn.gif) no-repeat; float: right; height: 30px; left: 230px; padding: 0 65px 10px 0; position: absolute; text-indent: -9999px; top: 56px; width: 135px;}
.button a {text-indent:-9999px; display:block; outline: none; padding: 0 95px 15px;}


/* VOLUNTEER AREA ROSTER */
#volCalendar table {border:none;}
#volCalendar thead td {background-color: #F2F2E7; border:1px solid #ffffff; border-collapse:collapse; padding:2px}
#volCalendar td {background-color: #F7F7f2; border-bottom:1px solid #FFFFFF; border-collapse:collapse;}
#volCalendar td span {display: block; height: 100%; width: 0px; padding: 0px; margin: 0px;}
#volCalendar td a {text-decoration: none; display: block;}
#volCalendar .weekDayName {background-color: #F2F2E7;}


/* PASSWORD STRENGTH INDICATOR */
#passwordStrength {height:10px; display:block; float:left;}
.strength1 {width:15px; background-color:#cccccc;}
.strength2 {width:30px; background-color:#ff0000;}
.strength3 {width:60px; background-color:#ff5f5f;}
.strength4 {width:90px; background-color:#56e500;}
.strength5 {width:120px; background-color:#4dcd00;}
.strength6 {width:150px; background-color:#399800;}


/* IMAGE VISIBILITY (OPTIONAL) */
#img_masthead {} 
#img_login {float: left; margin: 68px 0 0 5px;}
#loginarea_contentpage #img_login {margin:51px 5px 0px;}
#img_register {float: left; margin: 3px 5px 0;}
#loginarea_contentpage #img_register {margin: 5px 0px 0 5px;}
#custom_button1{float: left; margin: 3px 5px 0;}
#loginarea_contentpage #img_join {margin:5px 0px 0 5px;}
#img_youthzone {} 
#img_newsheadlines {}
#newsheadlines_contentpage #img_newsheadlines {padding: 0px 0px 5px;}
#img_modules {}
#modulelinks_contentpage #img_modules {padding: 0px;} 
#img_progresslogo {}


/* OFFICE AREA ITEMS */
#tblFonts img,select {vertical-align: middle;}
#tblCtrls img {vertical-align: middle;}
#tblXtraCtrls img {vertical-align: middle;}

/*---------------------------*/


/* MAIN OUTER CONTAINER LAYER */
#main {text-align: center; width:100%; } 


/* PAGE CONTENT LAYER */
#pageContent{position: relative; width:900px; height:100%; text-align: left; margin: auto; border-bottom: none;}
html>body 
#pageContent{}


/*PAGE INNER CONTENT*//* THIS IS USED IN ORDER TO EXTEND THE BACKGROUND COLOUR THE HEIGHT OF THE PAGE FOR ALL BROWZERS ACCEPT IE */
#pageInnerContent { position: relative; width:900px; height:100%;background-color: #FFF;/*padding-bottom: 10px;*/}
#pageInnerContent:after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}


/* MASTHEAD FACILITIES*/
#facilities {font-family: Trebuchet MS; height: 20px; padding-bottom: 4px; position: absolute; right:5px; top: 42px; width: 400px; z-index: 100;}
#facilities ul {margin: 0px; padding: 1px;}
#facilities li {display: block; float: right; padding-left:2px; padding-right: 4px;}
#facilities a {color: #0B4D8D; display: block; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: none; vertical-align: bottom;}
#facilities a:hover { text-decoration: none; border-bottom:1px dotted;}
#facilities #helpmenu {position:absolute; top:23px; left:370px;  float:none; text-align:left; visibility:hidden; background-image:url(../../templates/current/images/help_bgr.gif); background-repeat: no-repeat; height: 207px; z-index: 1000;}
#facilities #helpmenu ul{margin-top:5px;}
#facilities #helpmenu li {background:none; display:list-item; list-style: none; width:158px; padding-left:0px; padding-right:0px;}
#facilities #helpmenu a {line-height:20px; width:100%; font-family:Tahoma; font-size:11px; font-weight:normal; padding-left:5px; color: #FFFFFF;}
#facilities #helpmenu li:hover {background:#2d7fc5; padding-left:0px; padding-right:0px;}
#facilities #helpmenu a:hover {text-decoration:none; color:#FFFFFF; border-bottom:0px;}
#header-search { margin-top:29px; margin-right:-50px; margin-left: 20px;}
#header-search .input_search {width:230px; margin-right:-5px; border: none; float:left; background:url(../../templates/current/images/search_input_bgr.gif) top left no-repeat;}
#header-suggestion {background:none; clear: left; float: right; padding-top: 0; width: auto;} 
#header-help {clear: right; float: right; padding-top: 0; width: auto; padding-left: 7px; margin-left: 7px; background:url(../../templates/current/images/divider.gif); background-position:0 6px; background-repeat:no-repeat;}


/*Social Networking Icons Facilities*/
#SocialNet{ display: inline; float: left; position: absolute; right: -20px; top: 38px; z-index: 10;/*border: 1px solid #F00;*/ }
#SocialNetTxt { position: relative; float: left; color: #fff; font-size: 11px; width: 70px; /*border: 1px solid #0C0;*/}
#SocialNetIcons { position: relative; float: right; width: 122px; height: 39px;  top: -4px; right: 2px; /*border: 1px solid #0CF;*/ }
#SocialNetIcons img { list-style-image:none; /*border: 1px solid #FF0;*/ }
#SocialNetIcons a { display: inline; }
#SocialNetIcons a:hover { border-bottom:none; }


/* MASTHEAD */
#masthead {position: relative; width:100%;  height: 185px; overflow: hidden; background:url(../../templates/current/images/masthead_bgr.jpg) top no-repeat; }
#masthead .logo {position: absolute; top: 0px; left: 0px;}
#masthead #announcements {position: absolute; top: 0px; right:220px; width: 350px; height: 44px; overflow: hidden; text-align: right; padding: 19px; padding-right: 10px; font-size: 13px; font-weight: normal; color: #3E8CCC; display:none; /* filter: alpha(opacity=0); -moz-opacity:0%; */ }
#masthead #announcements a {color: #1E66AA; font-family: trebuchet ms; font-size: 14px; font-style: italic;}
#masthead #announcements a:hover {text-decoration:none; color:#1E66AA; cursor:text;}
#masthead .area_title {position: absolute; top: 0px; right: 5px; width: 350px; padding: 5px; text-align: right; font-size: 13px; font-weight: bold; color: #1E66AA;}


/* BYLINE (TEL/FAX/DATE BAR) */
#byline {color: #1e66aa; height: 0; left: 132px; position: relative; top: -27px; width: auto; font-size:12px;}
#byline .contactdetails {position: absolute; top: 0px; left: 0px; padding-left: 10px; display:none;}
#byline .contactdetails strong {color: #FF9900;}
#byline .currentdate {padding-right: 10px; position: relative; text-align: left;  width: 120px; z-index: 100; left:3px;}
#byline_members {height: 20px; padding-top: 8px; margin-bottom: 6px; overflow: hidden; color: #FFFFFF; background:url(../../templates/current/images/menu_bkgd.gif) top repeat-y; display:none;}
#byline_members .contactdetails {float: left; padding-left: 12px;}
#byline_members .currentdate {float: right; padding-right: 12px;}


/* LAYOUT AREA (MAIN MENU/SUBMENU/MODULES/LOGIN/CONTENT) */
#layoutarea {margin:0 auto; position: relative; width: 900px; text-align:left;}


/* MAIN NAVIGATION MENU */
#mainmenu { height: 41px; margin: auto; overflow: visible; text-align: center; background:url(../../templates/current/images/menu_bkgd.gif) top; margin-bottom:12px;}
html>body #mainmenu { overflow: auto;} /*ONLY WAY TO GET UL BACKGROUND IMAGE TO DISPLAY IN IE5/IE6 WAS TO SPECIFY HEIGHT AND OVERFLOW ABOVE. THIS LINE CORRECTS THAT FOR ALL OTHER BROWSERS*/
#mainmenu li {background:url(../../templates/current/images/menu_divider.gif) top right no-repeat; text-align: left; white-space: nowrap; height: 41px; float: left; display: block; /*background:url(../../templates/current/images/menu_button.jpg) top left no-repeat;*/}  /*LIST ITEM WIDTH SPECIFIED DYNAMICALLY*/
#mainmenu li.first {margin-left:2px;} 
#mainmenu li:hover { }
#mainmenu a {text-align: center; font-size: 14px; color:#FFFFFF; text-decoration: none; display: block; line-height: 23px; padding:9px 30px 9px; font-family:Arial; font-weight:bold; text-shadow: 0 -1px 0 #3F6C98;/* text-shadow:0 -1px 1px #003289;*/}
#mainmenu a:hover {background:url(../../templates/current/images/mainmenu_hover.gif) center 35px no-repeat; color: #FFFFFF; text-decoration: none; /*text-shadow:0 -1px 1px #FF4200;*/}
#mainmenu .lastSection {background:none;}


/* POP-OUT MENUS - NEED TO OVERRIDE SOME OF THE STYLES IN THE MAINMENU*/
#mainmenu ul li ul li {padding:0; margin-top:0;}
/* POP-OUT MENUS - NEED TO OVERRIDE SOME OF THE STYLES IN THE MAINMENU*/
#mainmenu li .popoutmenu {z-index: 10; margin-top: 0px; text-align: left; position: absolute; visibility:hidden;  margin-top: 0px; width: 150px;  background:#ff6c00;}
#mainmenu li .popoutmenu ul {height:auto; padding:0; margin:0; display:inline;}
#mainmenu li .popoutmenu li {text-align: left; white-space: normal; height: auto; display:list-item; list-style: none; border-bottom: 1px dotted #ff8226; font-weight: normal; width:auto; background:none; }
html>body #mainmenu .popoutmenu li {width: 100%;} /*WIDTH ABOVE SET TO 400% FOR IE5/IE6. THIS LINE CORRECTS THE WIDTH FOR ALL OTHER BROWSERS*/
#mainmenu li .popoutmenu li  a {color: #FFFFFF; text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2); display: block; font-family: verdana; font-size: 11px;  height: auto; font-style: normal; font-weight: normal; line-height: 14px; padding: 7px 0 7px 7px; text-align: left; text-decoration: none; background:none; width: auto; border-bottom:none; -webkit-transition: all 0s linear; /*safari and chrome */-moz-transition: all 0s linear; /* firefox */-o-transition: all 0s linear; /* opera */margin:0; text-transform: none; text-shadow:none;}
#mainmenu li#section61 .popoutmenu li a:hover, #mainmenu li .popoutmenu li a:hover{text-decoration:none; color:#FFFFFF; line-height: 14px; height: auto; background: #ff8226; border-bottom:none; border-top:none; width: auto; margin:0; padding: 7px 0 7px 7px; text-shadow:none;}


/* TEXT CONTENT & NAVIGATION CONTAINER */
#contentarea, #memberscontentarea, #contentareaoffice, #directorscontentarea {color: #0E508F; float: right; font-size: 12px; margin-right: 15px; min-height: 450px; padding-bottom: 20px; padding-top: 13px; position: relative; width: 640px;}
#contentarea .pagetitle, #memberscontentarea .pagetitle, #contentareaoffice .pagetitle, #directorscontentarea .pagetitle {height: 20px; text-align:left; /*vertical-align: middle;*/ padding: 2px 0 7px; color: #0E508F; font-size: 21px; font-weight: bold; text-shadow: 0 1px 0 white; font-family: Trebuchet MS;border-bottom: 1px dotted #b5ccd9;margin-bottom: 10px;/*background:url(../../templates/current/images/pagetitle_bkgd.gif)top left: no-repeat;*/}
#contentarea .pagecontent, #memberscontentarea .pagecontent, #contentareaoffice .pagecontent, #directorscontentarea .pagecontent  {padding: 0px; text-align:left;}
#contentarea ul {padding-left: 28px; margin-bottom: 10px;}
#contentarea ol {padding-left: 28px; margin-bottom: 10px;}
#contentarea li {color: #0E508F; display: list-item; font-size: 12px; line-height: 20px; padding-bottom: 3px;}
#contentarea a {text-decoration: none;}
#contentarea a.pdf, #contentarea a.link {border-bottom:1px dotted; padding-bottom: 1px;}
#contentarea .pagetitle_members, #memberscontentarea .pagetitle_members, #contentareaoffice .pagetitle_members, #directorscontentarea .pagetitle_members {border-bottom: 1px dotted #B5CCD9; color: #0E508F; font-family: Trebuchet MS; font-size: 21px; font-weight: bold; height: 20px; margin-bottom: 10px; padding: 7px 0 7px; text-align: left; text-shadow: 0 1px 0 #FFFFFF;  /*background:url(../../templates/current/images/pagetitle_bkgd.gif)top left no-repeat;*/ }
#contentarea .pagecontent_members, #directorscontentarea .pagecontent_members{ position: relative; margin-bottom: 15px; min-height:300px; color: #0E508F; }
#contentarea .pagetitle_image {float: right; background-repeat:no-repeat; height:50px; width: 100px; display:none;}
#contentarea .information_layer {position:absolute; left: 365px; visibility:hidden; text-align: left;}
#contentarea .information_layer td {font-size: 9px; border: none;}

#memberscontentarea { }/* This is needed for the precision template to allow the submenu to display correctly under the memebrmenu*/


/* DIRECTOR AREA */
.directors_content {float: left; width: 65%;}
.directors_fullwidthcontent {float: left; width: 100%;}
.directors_sidebar {float: right; width: 30%; border-left: 1px dotted #DDDDDD; text-align:center;}


/* FLASH / ANNOUNCEMENTS / CUSTOM AREA ACTIVATED */
#flashcontainer_custom { margin-left: auto; margin-right: auto; clear: both; width: 758px; text-align: center; height: 225px;/*border: solid 1px #F00;*/}
#flash_area { float: left;  width: 580px; height: 220px;  border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(templates/current/PIE.htc); border: solid 1px #E6E6E6;/**/ }
#flash_area_custom { float: right; width: 175px; height: 224px;/* border: solid 1px #C6E2FF;background-color:#D7EBFF;*/  background-image:url(images/custom_flash.jpg); background-repeat: no-repeat; }
#mini_flashcontainer { width: 200px; height: 200px; float: left; display:none;}
/* FLASH / ANNOUNCEMENTS CONTAINERS */
#flashcontainer {clear: both; width: 595px; text-align: center; height: 226px; position:relative; top:0px; margin-bottom:12px;}
#announcements_content {margin-top: 5px; margin-bottom: 5px; height: 200px; overflow: visible; width: 292px; filter: alpha(opacity=0); -moz-opacity:0%; float:right; position:absolute; right:0;}
#announcements_content_dynamic {float: right; position:absolute; left:609px; height:169px; top:299px;}
#announcements_content_dynamic h1 {display:none;}
#announcements_login {/*height: 20px; width: 470px; background-image:url(images/announce_login_icon.jpg); background-repeat:no-repeat;*/ color: #FF6C00; font-size: 12px;font-weight: bold; height: 40px; padding-top: 4px;}
#announcements_login a {font-size: 12px; font-weight: normal; text-decoration: none; font-style: italic;}
#announcements_login a:hover {text-decoration: underline;}
#announcements_members {color: #FF6C00; font-size: 15px; line-height: 20px; margin-bottom: 10px;}
#announcements_members a {padding-left:23px; font-size: 11px; font-weight: normal; color:#F90; text-decoration: none;}

#altAnnouncement { position: relative; top: 10px; padding:3px; font-size:11px; color: red; display:none;}


/* RIGHT CONTAINER/ MODULELINKS/ NEWSHEADLINES/ LOGINAREA*/
#homePage #layoutDivide {float:left; width:100%; height:177px;}


/* SUBMENU (CONTENT PAGES ONLY) */
#submenu { background: url(../../templates/current/images/submenu_bgr.gif) left top no-repeat; width: 198px;min-height: 70px; margin-top: 24px; display: block; margin-left:15px; }
#submenu .title_subsections {color: #0E508F; font: bold 17px Trebuchet MS; padding: 0px 10px 4px 0px; text-align: left;}
#submenu ul {padding:20px 10px 20px 10px; display: block;}
#submenu li {list-style-type: none; padding-left: 15px; background:url(../../templates/current/images/bullet_greenarrow2.gif) no-repeat; background-position: 0px 8px; line-height: 24px;}
#submenu a {color: #0066CC; font-size:13px;}
#submenu a:hover {border-bottom: 1px dotted; color: #FF6C00; text-decoration: none;}
#submenu li:hover {background:url(../../templates/current/images/bullet_greenarrow.gif) no-repeat; background-position: 0px 8px;}
#submenu li.subitem_selected {background:url(../../templates/current/images/bullet_greenarrow.gif) no-repeat; background-position: 0px 8px;}
#submenu li.subitem_selected a {color: #FF6C00; font-weight: bold; padding-bottom: 1px; text-decoration: none;}

#sidebar {float:left; width:198px;}


/* SUBMENU (YOUTHZONE SIDE MENU) */
#submenu_youth {margin-top: 2px; margin-bottom: 5px; padding: 5px; width: 160px; border-right: 1px dotted #CCCCCC; background-image:url(../../templates/current/images/sidebar_bkgd.gif); background-repeat: no-repeat;}
#submenu_youth .title_subsections {font: bold 15px Arial, Verdana, Helvetica, sans-serif; color: #F99404;}
#submenu_youth li {list-style-type: none; padding-top: 5px; padding-left: 15px; background:url(../../templates/current/images/bullet_greenarrow.gif) no-repeat; background-position: 0px 8px;}
#submenu_youth a {color: #666666;}
#submenu_youth a:hover {text-decoration:underline; color:#0099FF;}


/* NAVIGATION SELECTED ITEMS */
#mainmenu .section_selected {font-weight: bold;}
#mainmenu .section_selected a {background:url(../../templates/current/images/mainmenu_hover.gif) center 35px no-repeat; color: #FFFFFF; text-decoration: none; }
#mainmenu .page_selected a {font-weight: bold; background-color: #D5E5F5;}
#.subitem_selected {font-weight: bold;}


/* MEMBER AREA */
#membermenu {float: left; margin-left: 15px; margin-top: 10px; width: 198px;}
#membermenu ul { width: 100%; background-color:#0069AA; margin-top: 5px;}
#membermenu li {list-style-type: none; border-bottom:1px solid #eef2fb;}
#membermenu li:hover {background: #165a9a;}
#membermenu li a {margin-left: 10px; color: #FFFFFF; line-height:28px; display:block;}
#membermenu li strong {color: #FFFFFF; line-height: 28px; margin-left: 9px; font-size:13px;}
#membermenu ul li ul {display: none;}
#membermenu ul li ul li {list-style-type: none; background-color: #eef2fb;}
#membermenu ul li ul li:hover {background:#dae1f0;}
#membermenu ul li ul li a {color: #1E66AA; line-height: 28px; margin-left: 10px; display: block;}
#membermenu .expanded {display: inline-block;}


/* SUBMENU (MEMBERS AREA) */
#submenu_members {float: left; width: 198px; margin-bottom: 10px; margin-left: 15px; border-top: 2px solid #1e66aa; background-color: #eef2fb; border-bottom: 2px solid #1e66aa; }
#submenu_members ul {padding-left: 0px; margin-bottom: 0px;}
#submenu_members li {list-style-type: none; padding: 6px; border-top: 1px dotted #1e66aa;}
#submenu_members li:hover {background: #dce3f3;}
#submenu_members a {color: #1E66AA; padding-left: 10px; display: block;}
#submenu_members .title_subsections {font-weight: bold; padding: 7px; color: #1E66AA; font-size: 12px;}


/* SUBMENU (DIRECTORS AREA) */
#directorsAreaPage #submenu_members {position:absolute; left:-182px; top:200px; width: 160px; margin-bottom: 10px; margin-right: 10px; border-top: 2px solid #5EA6E3; background-color: #E4EFF8;}

/* SUBMENU (USER AREA) */
#userAreaPage #submenu_members {position:absolute; left:-183px; top:175px; width: 160px; margin-bottom: 10px; margin-right: 10px; border-top: 2px solid #5EA6E3; background-color: #E4EFF8;}


/* SUBMENU (USERS AREA) */
#submenu_users {float: left; width: 160px; margin-bottom: 10px; margin-right: 10px; border-top: 2px solid #5EA6E3; background-color: #E4EFF8;}
#submenu_users li {list-style-type: none; padding: 4px; border-bottom: 1px solid #5EA6E3;}
#submenu_users a {color: #666666;}


/* SUBMENU (DIRECTORS AREA) */

#submenu_directors {margin-bottom: 10px; width: 100%; margin-right: 10px; float: left; width: 202px;}
#submenu_directors ul { width: 100%; background-color:#1E66AA;}
#submenu_directors li {list-style-type: none; border-bottom:1px solid #eef2fb;}
#submenu_directors li a {margin-left: 10px; color: #FFFFFF; line-height:28px; display:block;}
#submenu_directors li:hover {background: #165a9a;}
#submenu_directors li strong {color: #FFFFFF; line-height: 28px; margin-left: 9px; font-size:13px;}
#submenu_directors ul li ul {display: none;}
#submenu_directors ul li ul li {list-style-type: none; background-color: #eef2fb;}
#submenu_directors ul li ul li:hover {background:#dae1f0;}
#submenu_directors ul li ul li a {color: #1E66AA; line-height: 28px; margin-left: 10px; display: block;}
#submenu_directors .expanded {display: inline-block;}

/* SUBMENU (YOUTHZONE AREA) */
#submenu_volunteers{float: left; width: 160px; margin-bottom: 10px; margin-right: 10px; border-top: 2px solid #5EA6E3; background-color: #E4EFF8;}
#submenu_volunteers li {list-style-type: none; padding: 4px; border-bottom: 1px solid #5EA6E3;}
#submenu_volunteers a {color: #666666;}


/* OFFICE AREA NAVIGATION */
#adminmenu {margin-bottom: 10px; width: 100%; margin-right: 10px; float: left; width: 212px; margin-top:5px;}
#adminmenu ul { width: 100%; background-color:#0069aa;}
#adminmenu li {list-style-type: none; border-bottom:1px solid #eef2fb;}
#adminmenu li:hover {background: #165a9a;}
#adminmenu li a {margin-left: 10px; color: #FFFFFF; line-height:28px; display:block;}
#adminmenu li strong {color: #FFFFFF; line-height: 28px; margin-left: 9px; font-size:13px;}
#adminmenu ul li ul {display: none;}
#adminmenu ul li ul li {list-style-type: none; background-color: #eef2fb;}
#adminmenu ul li ul li:hover {background:#dae1f0;}
#adminmenu ul li ul li a {color: #1E66AA; line-height: 28px; margin-left: 10px; display: block;}
#adminmenu .expanded {display: inline-block;}


/* TOOLS & RESOURCES SECTION (MODULE LINKS) */
#modulelinks {background:url(../../templates/current/images/modulelinks_bgr.jpg) 0 36px no-repeat; float:left; width: 291px; height: 189px; margin-bottom:0px; margin-right:13px;}
#modulelinks ul {padding: 20px 25px;}
#modulelinks li {list-style-type: none; padding-left: 25px; background:url(../../templates/current/images/bullet_greenarrow.gif) no-repeat; background-position: 0px 8px;}
#modulelinks a {color: #FF6C00; font-size: 16px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; line-height: 24px;}
#modulelinks a:hover {text-decoration:none; color:#FF6C00; border-bottom:1px dotted;}
#modulelinks_contentpage {text-align:left;  width: 198px; margin-left:15px;}
#modulelinks_contentpage ul {padding:13px 10px 15px 10px; background:url(../../templates/current/images/submenu_bgr.jpg) left 0px no-repeat; width:212px;}
#modulelinks_contentpage li {list-style-type: none; padding-left: 15px; background:url(../../templates/current/images/bullet_greenarrow2.gif) no-repeat; background-position: 0px 8px; line-height: 24px;}
#modulelinks_contentpage li:hover {background:url(../../templates/current/images/bullet_greenarrow.gif) no-repeat; background-position: 0px 8px;}
#modulelinks_contentpage a {color: #0066CC; font-size:13px;}
#modulelinks_contentpage a:hover {border-bottom: 1px dotted; color: #FF6C00; text-decoration: none;}
#modulelinks #mod4a {}

/* NEWS HEADLINES */
#newsheadlines {background:url(../../templates/current/images/headlines_bgr.jpg) 0 36px no-repeat; float: left; width:291px; height: 189px; margin: 0px; margin-left: 0px; margin-top: 0px;}
#newsheadlines h3 {color: #0E508F; font-family: trebuchet ms; font-size: 16px; line-height: 18px;}
#newsheadlines a {text-decoration: none;}
#newsheadlines a p {color:#0E508F;}
#newsheadlines a:hover p{text-decoration: none; color:#FF6C00;}
#newsheadlines a:hover h3{color:#FF6C00;}
#newsheadlines_contentpage {height: 230px; margin-bottom: 30px; margin-left: 15px; padding-bottom: 20px;
 width: 198px;}
#newsheadlines_contentpage h3 {color:#0E508F; font-size: 13px; line-height:20px;}
#newsheadlines_contentpage a {text-decoration: none;}
#newsheadlines_contentpage a p {color:#0E508F;}
#newsheadlines_contentpage a:hover p{text-decoration: none; color:#FF6C00;}
#newsheadlines_contentpage a:hover h3{color:#FF6C00;}
#newsheadlines #news_content {width: 266px; position: relative; filter: alpha(opacity=0); -moz-opacity:0%; padding:20px 15px 0px; overflow:hidden; height:116px; float:left;}
#newsheadlines #news_content p {font-family:Tahoma; font-size:12px; line-height:18px; margin-bottom:10px; }
#newsheadlines_contentpage #news_content {height: 190px; overflow: hidden; padding: 5px 0 10px; position: relative; width: 190px;}
#newsheadlines .newslinks a {color: #009933; font-weight: bold;}
#newsheadlines_contentpage .newslinks a {color: #009933; font-weight: bold;}


/* NEWS HEADLINES STATIC */
.newsArticleDate { padding-left:21px; padding-right:20px; font-size: 10px;  }
.newsArticleText { padding-left:21px; padding-right:20px; padding-bottom: 0px; font-size: 9px;   }
.newsArticleLink { text-align: right; padding-left:21px; color: #F00; text-decoration: underline;text-transform: uppercase;/* */ padding-right:20px; font-size: 9px;  }
.newsArticleLink p { color: #20368c;}
.newsArticleLink a {color: #20368c; font-size: 9px; text-decoration: underline; }


/*QUICK LINKS*/
#quick_links { position:absolute; top: 327px; left: 258px;  width: 243px; height: 140px;  margin-top: 60px; /*border: 1px solid #F00;*/ background-image: url(images/title_quick_links_homepage_bkgd.jpg); background-repeat: no-repeat; }
#quick_links li {margin-left: 15px; padding-left: 15px;list-style-type: none; padding-top: 5px;  background:url(../../templates/current/images/bullet_greenarrow.gif) no-repeat; background-position: 0px 8px;}
#quick_links a { text-decoration: underline #666666;}
#quick_links a:hover {text-decoration: underline; color: #063;}


/* LOGIN / YOUTHZONE / LIVE CHAT LAYER / CUSTOM BUTTON ---- * ABSOLUTE POSITIONING*/
/*#loginarea { /*position: absolute; top: 310px; left: 510px; float: right; width: 31%; height: 260px; padding-right: 3px; padding-left: 5px; text-align: right;/*border-left: 1px dotted #999999;}*/ /*USED WHEN CUSTOM BUTTON IS ACTIVATED */
/* LOGIN / YOUTHZONE / LIVE CHAT LAYER  */
#loginarea {  background:url(../../templates/current/images/loginarea_bgr.gif) no-repeat;float: right; height: 222px; position: relative; text-align: right; top: -240px; right:10px; width: 275px;}/*USED WHEN CUSTOM BUTTON IS DE-ACTIVATED */
#loginarea img {}
#loginarea_contentpage {height: auto; background: url(../../templates/current/images/loginarea_contentpage_bgr.gif) top no-repeat; width:198px; height:180px; padding-bottom:5px; margin-left:15px; }
#loginarea_contentpage img {}
#loginarea a:hover {border: 4px;}  


/* HOMEPAGE SPOTLIGHTS*/
#spotlight1 {background:url(../../templates/current/images/spotlight_bgr.jpg) right 8px no-repeat; position: relative; width:291px; float: left; clear: left; margin-right:13px; height: 235px; margin-top:30px;/*border: 1px solid  #00F;*/}
#spotlight2 {background:url(../../templates/current/images/spotlight_bgr.jpg) right 8px no-repeat; position: relative; width:291px; float: left; margin-right: 14px; padding-bottom: 10px; height: 235px; margin-top:30px; /*border: 1px solid #0F0;*/}
#spotlight3 {background:url(../../templates/current/images/spotlight_bgr.jpg) right 8px no-repeat; position: relative; width:291px; float: left; padding-bottom: 10px; height: 235px; margin-top:30px; /*border: 1px solid #F00;*/}
.spotlight_title { background: none; height: 31px; float:left;} /*BACKGROUND IMAGE SPECIFIED DYNAMICALLY*/
.spotlight_title h4 {background:url(../../templates/current/images/spotlight_title_bgr.jpg) right top no-repeat !important; padding: 10px 20px 10px 10px;}
.spotlight_container { position: relative; top: 30px;height: 195px; width:291px /*border: 1px solid #F00; */}
.spotlight_text {padding-left: 14px; margin-top:0px; width: 50%; float:left;/*border: solid 1px #00F; */ }
.spotlight_text ul {list-style:outside disc; margin-left:15px;}
.spotlight_text li {padding:0;}
.spotlight_text li p {margin-bottom:5px;}
.spotlight_text img {margin-right: 3px;}
#spotlight3 .spotlight_text img {padding:0; display: none;}
#spotlight3 .spotlight_text {padding:0;}
#spotlight3 .spotlight_title {display: none;}
#spotlight3 .spotlight_container{top:0px;}
#spotlight3 .spotlight_link {display: none;}
#spotlight3 iframe {width:290px; height:195px;}
#spotlight3 {margin-bottom:40px;}

.spotlight_image_upload {float: right; margin-right: 15px; margin-top: 35px;/*border: solid 1px #93F; */}
.spotlight_link {background:url(../../templates/current/images/spotlight_link_bgr.gif) 10px no-repeat; bottom: 0; position: absolute; text-align: right; width: 291px; right:0;/*border: solid 1px #0C0; */}
.spotlight_link a {background:url(../../templates/current/images/arrow.gif) no-repeat right 4px; color: #FF6C00; font-family: Trebuchet MS; font-size: 14px; font-style: italic; font-weight: bold; text-decoration: none; z-index:100; margin-right:25px;}
.spotlight_link a:hover {border-bottom: 1px dotted; text-decoration: none;}


/* CONTENT SPOTLIGHTS*/
#contSpotContainer{position: relative; float: right;width: 580px;height: 100px; top: auto;}
#spotLight4{float: left; width: 181px; height: 95px; background-image: url(images/onlineLoan_contentpage.jpg); background-repeat: no-repeat; padding-top: 45px; padding-left: 10px; }
#spotLight5{float: left;  width: 181px; height: 95px; background-image: url(images/mabs_contentpage.jpg); background-repeat: no-repeat;  padding-top: 45px; padding-left: 10px;}
#spotLight6{float: right; width: 181px; height: 95px; background-image: url(images/news_contentpage.jpg); background-repeat: no-repeat;  padding-top: 45px; padding-left: 10px;}

/* COOKIE CONSENT MEMO BOX */
.CookieConsentMemo { z-index: 9999; text-align: left; font-family: Arial; font-size: 12px; background: url(images/memo_bgr.png) no-repeat; width: 143px; margin: 10px;  position: fixed; top: 0px; right: 0px; padding: 77px 18px 20px; height: 270px; }
#cookieConsentForm .button_submit { border: medium none; font-family: Arial; font-size: 12px; font-weight: bold; cursor: pointer; height: 30px; margin-top: 13px; padding-bottom: 2px; width: 70px; background: green; border: none; text-shadow: -1px 0 1px rgba(0, 0, 0, 0.3);text-align:left; position:absolute; bottom:-10px; }
#rdCookieConsent0 { margin: 5px 0; }
#cookieConsentForm { float:left; font-family: Arial; font-size: 12px; color:#555555; position:absolute; bottom: 47px; left: 17px; }
#lyrCookieConsent h2 { display: none;/*font-size:16px; text-shadow: -1px 0 1px white; */}
#lyrCookieConsent p { font-size:11px;/*text-align: left; color: #555555; font-family: Arial; font-size: 12px; margin-bottom: 7px;*/ }

/* FOOTER */
#pagefooterOuterIndex {}
#pagefooter { position: relative; width: 900px; height: 115px; margin-left: auto; margin-right: auto; margin-bottom: 5px; padding-top: 0px; padding-left: 0px;  clear: both; background-color:#fff; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(templates/current/PIE.htc); }
#pagefooterIndex { position: relative; width: 900px; margin: 0px auto; margin-bottom: 5px; padding-top: 0px; padding-left: 0px; height:72px; clear: both; background:url(../../templates/current/images/footer_bgr.png) no-repeat; z-index:1000;  }
#pagefooterPublic { position: relative; width: 900px; margin: 0px auto; margin-bottom: 5px; padding-top: 0px; padding-left: 0px; height:72px; clear: both; background:url(../../templates/current/images/footer_bgr.png) no-repeat; z-index:1000; }
#pagefooterOther { position: relative; width: 900px; margin: 0px auto; margin-bottom: 5px; padding-top: 0px; padding-left: 0px; height:72px; clear: both; background:url(../../templates/current/images/footer_bgr.png) no-repeat; z-index:1000;  } 
#pagefooterOther a {font-size:11px; color: #FFFFFF;}
html>body #pagefooter { background-color: #FFF;}
.ProgressLogo { position: absolute; top: 0px; right: 0px; padding-right: 10px; padding-top: 35px; /*border: solid 1px #F00;*/ }
#footerDetails{color: #FFFFFF; float: left; font-size: 11px; font-weight: normal; padding-left: 15px; font-family: Verdana; padding-top: 10px; text-align: left; text-decoration: none; width: 91%;/*border: 1px solid #0FF;*/}
#fsrnTextOff{ float: left;  color: #666; text-decoration: none; font-size:10px; text-align: left; padding-left: 10x;}
#pagefooterAlternative{ float: left; width: 550px; margin-left: auto; margin-right: auto; padding-top: 0px;  text-align: left; color: #0E508F; text-decoration: none; font-size:11px; clear: both;margin-bottom: 15px; font-weight: normal; /*border: solid 1px #F00;*/ }
#fsrnTextAlternative{float: left; color: #c1daea; text-decoration: none; font-size:9px;text-decoration: none; text-align: left; padding-left: 15px; font-family:Verdana, Geneva, sans-serif; padding-top:2px;}
html>body #pagefooter {} /*LONG CONTENT AREAS EXPAND OVER THE FOOTER GRAPHIC IN IE5/IE6. ONLY SHOW BACKGROUND IMAGE IN OTHER BROWSERS */


/*Social Networking Icons Footer*/
#SocialNetFooter{ display: none; position: relative; float: left; z-index: 10; width: 170px; height: auto; top: 0px; left: 0px;  border: 1px solid #F00; /**/ }
#SocialNetTxt { position: relative; float: left; color:#333; font-size: 11px; width: 70px; display:none; /*border: 1px solid #0C0;*/}
#SocialNetIcons { position: relative; float:left; height:auto; top: -10px; right: -20px; /*border: 1px solid #0CF;*/ }
#SocialNetIcons img { list-style-image:none; margin: 0 2px; /*border: 1px solid #FF0;*/ }
#SocialNetIcons a { display: inline; }


/*SITEMAP CONTAINER AND NAVIGATION */
#siteMap {background:url(../../templates/current/images/sitemap_bgr.jpg) repeat-x; position: relative; height: 110px; margin-left: auto; margin-right: auto; padding: 0px; clear: both; text-align:center; top: -77px; }
#siteMapMenu { position: relative; width: 776px; height: 100%; margin-left: auto; margin-right: auto; white-space: nowrap; padding-bottom: 1px; height: 28px; display: block; text-align:center; font-weight: bold; display:none; }
#siteMapMenu li {text-align: left; white-space: nowrap; padding-bottom: 1px; padding-left:11px; padding-right: 11px; height: 28px; float: left; display: block; }
#siteMapMenu li a{ font-size: 11px; color: #0054A4;}
#siteMapMenu li ul a{ font-size: 9px; font-weight: bold; color: #999;}
#header-sitemap {display:none;}


/*LOGIN AREA ROUNDED CORNERS CROSS BROWZER COMPATABLE - CHANGES NOT NECESSAERY---------------------------------------------------------------------*/
.announcementsContainer{width: 100%; padding-top:0px; float:left;}	
.curvedBox {width:100%; margin-top: 0px;}
.curvedBox .r1, .curvedBox .r2, .curvedBox .r3, .curvedBox .r4 {background-color: #EEF2FB;display:block;overflow:hidden;height:1px;font-size:1px;}
.curvedBox .r2, .curvedBox .r3, .curvedBox .r4 {border-width:0 1px;border-left:1px solid #F0F0F0;border-right:1px solid #EEF2FB;}
.curvedBox .r1 {margin:0 6px; display:none; }
.curvedBox .r2 {margin:0 3px; display:none; }
.curvedBox .r3 {margin:0 2px; display:none; }
.curvedBox .r4 {margin:0 1px;height:2px; display:none;}
.curvedBox .content{background:#EEF2FB; border-left:1px solid #EEF2FB; border-right:1px solid #EEF2FB ;padding:5px;}


/* GRAPHIC ICONS BELOW LOGIN AREA ----------------------------------------------------------------------------------------------------------------*/
.Lost_bkgd {
	background-image: url(../../images/essentials/lost_pin_bkgd.jpg);
	width: 250px; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 10px; padding-top: 8px; margin-top: 10px; color: #0E508F; margin-top:190px; font-size:10px;}
.Lost_bkgd a {line-height:12px;}
.register {
	background-image: url(../../images/essentials/reg_pin_mem_log_bkgd.jpg);
	width: 250px;  background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 10px; padding-top: 8px; font-size: 10px; color: #0E508F;}
.register a {line-height:12px;}
.security {
	background-image: url(../../images/essentials/security_mem_log_bkgd.jpg);
	width: 250px; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 10px; padding-top: 8px; font-size: 10px; color: #0E508F;}
.security a {line-height:12px;}
.problems {
	background-image: url(../../images/essentials/problem_mem_log_bkgd.jpg);
	width: 250px; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 10px; padding-top: 8px; font-size: 10px; color: #0E508F;}
.problems a {line-height:12px;}
.browser {
	background-image: url(../../images/essentials/browzer_info_bkgd.jpg);
	width: 250px; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 10px; padding-top: 8px; font-size: 10px; color: #0E508F;}
.browzer a {line-height:12px;}
.memLogLinksCont{
	height:0px; background-position: left; background-repeat: no-repeat;position: relative; top: -180px;/*border: 1px solid #F00;*/}


/*PIN SECURITY CHECK - CHANGES NOT NECESSAERY V4.1 - 6 DIGIT--------------------------------------------------------------------------------*/
.mainContainerbkgd { background-color: #EEF2FB; height: auto; text-align: right;width: auto;}
.mainContainer {background-color: #F4F8FB; height: auto; margin-right: 5px; padding: 0px; text-align: right; width: 100%;/*margin-right: 205px;*/ margin-right:5px;}
.memContainer{}
.alert { border-left: 1px dotted #B5CCD9; color: #0E508F; float: right; height: 145px; margin-left: 15px; margin-top: 10px; padding-left: 15px; text-align: left; width: 200px;}

#AlertPanelPIN {color: #0e508f;
    float: right;
    height: 145px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 170px;}

.memContText {padding-bottom: 20px; padding-top:10px; color: #0E508F; font-size: 12px;}
.memberNumberTxt {float:left;font-weight:bold; padding-left: 170px; padding-top: 2px;}
.securityPasswordTxt {float:left;font-weight:bold; padding-left: 140px; color: #0E508F; font-size: 12px;}

.memNumForm {padding-bottom: 0px; padding-right:0px;}
.secPassForm {padding-bottom:10px; padding-right:0px;}

.secPassBut {padding-bottom: 10px}


/*PIN SECURITY CHECK - CHANGES NOT NECESSAERY V4.1 - 6 DIGIT - SECURITY CHECK----------------------------------------------------------------*/
.mainContainerbkgdPin {background-color:#F0F0F0; width: auto; height: auto; text-align:right;}
.mainContainerPin {background-color:#F0F0F0;width: auto;height: auto;text-align:right;margin-right: 170px;padding-right:5px;border-right-style:dotted;border-right-width: 1px;border-right-color: #CCC;}

.pinContText {/*padding-bottom: 20px; padding-top:10px;*/}
.pinNumberTxt {float:left;font-weight:bold; padding-left: 142px;}
.dobPasswordTxt {float:left;font-weight:bold; padding-left: 140px;}

.memContainer{}
.dobContainer {}

.pinNumForm {padding-bottom: 0px; padding-right:0px;}
.inPassBut {padding-bottom: 10px}


/*PIN SECURITY CHECK - CHANGES NOT NECESSAERY V4.1 / 6 DIGIT PIN --------------------------------------------------------------------*/
.mainContbkgdSec2 { background-color:#EEF2FB;width: auto; height: auto; text-align:right;}
.mainContSec2{ width: auto;height: auto;text-align:right;margin-right: 170px;padding-top: 10px; background-color:#EEF2FB;}
.secContainer2{}
.secPassTxt2{float:left;font-weight:bold; padding-left: 170px; padding-bottom: 5px; padding-top: 2px; color: #0E508F; }
.secPassField2{padding-bottom: 0px; padding-right:0px; padding-bottom: 5px;}


/*PIN SECURITY CHECK - CHANGES NOT NECESSAERY V3.4 / 3 DIGIT PIN RANDOM---------------------------------------------------------------------*/
.mainContbkgdPin2 {overflow: hidden; width: 100%; height: 100%; background-color:#F0F0F0; color: #0E508F; }
.mainContPin2 {overflow: hidden; width: 100%; height: 100%;text-align:right; margin-right: 50px; padding-top: 20px; padding-bottom:5px; background-color:#EEF2FB;  border-right-style:dotted; border-right-width: 1px; border-right-color: #CCC; }
.infoCont { position: relative; top: 25px; left:-370px; font-size:9px; color: #000; border: #999 solid 1px; background-color:#D8D8D8; padding-left:5px; float: right; width: 54%; height: 10px;  clear: both; height: auto; margin-top: 0px; border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px;  behavior: url(templates/current/PIE.htc);display: none;}

.memContainer2{}
.pinContainer2{}
.dobContainer2{}

.memNumberTxt2{float: left; padding-bottom: 5px;  width: 46%; height: 28px; padding-bottom: 2px; }
.pinNumberTxt2 {float: left; padding-bottom: 5px; padding-top:8px;   width: 46%; height: 27px; }
.dobPassTxt2 {float: left; padding-bottom: 5px;  width: 32%; height: 28px; padding-top: 5px; }

.memNumField2{float: right; padding-bottom: 5px; text-align: left; width: 52%; height: 30px;}
.pinNumField2 {float: right; padding-bottom: 5px; text-align: left; width: 52%; height: 30px;}
.dobField2 {float: right; padding-bottom: 5px; text-align: left; width: 65%; height: 30px;}

.logPassBut2 {float: right; width: 100%; margin-right: 210px;}


/* 3 DIGIT PIN RANDOM - SECURITY CHECK ----------------------------------------------------*/
.mainContbkgdRand3 { background-color:#F0F0F0; padding-top: 10px; width: auto; height: auto;  text-align:right; /*border: solid 1px #F00;*/}
.mainContRand3 {background-color:#F4F8FB; width: auto; height: auto; text-align:right; margin-right: 200px; padding-right:10px; padding-top: 0px; border-right-style:dotted;border-right-width: 1px;border-right-color: #CCC; /*border: solid 1px #0F0;*/}

.dobContRand3 {}
.memberNumberTxt2 {float: left; margin-top: 14px; width: 200px;}
#dobContRand3 {padding:10px 0;}
.dobForm3_2 {}
.dobInputTxtRand3_2 {float: left; margin-top: 5px; width: 285px;}

.rand3PinTxt{float: left; padding-left: 210px; padding-top: 3px;}
.dobInputTxtRand3 {float: left; padding-left: 100px; padding-top: 3px;}

.pinNumFormRand3 { height: auto; padding-top: 5px; padding-right: 5px; /*border: solid 1px #F00;*/}
.pinPassButRand3 {padding-bottom: 0px; }

.noMemberNumber {width:422px; height:30px; font-size:11px;}
.noMemberNumber2 {font-size:11px;}

/*NEW RANDOM 3 DIGIT PIN---------------------------------------------------------------------------*/
.mainContbkgd3 { background-color:#F4F8FB; padding: 10px 0 ; width: auto; height: auto;  text-align:right; /*border: solid 1px #F00;*/}
.insertRandomPin3 {float: left; padding-top: 3px; width: 170px;}
.dobForm3 {padding-bottom:10px; padding-right:0px;}

.insertRandomPin3 .input_2char {text-align: center;}

/*DIRECTORS AREA LOGIN-------------------------------------------------------------------------------*/
#pageInContOff{ position: relative; width:782px; height:100%; padding-top: 5px;  background-color: #FFF;border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc); /*padding-bottom: 10px;*/}
#pageInContOff:after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}
#pagefooterOff { position: relative; width: 782px; height: 20px; top: -15px;  margin-left: auto; margin-right: auto; margin-bottom: 5px; clear: both; text-align: center; font-size:11px; background-color:#fff; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc);}
#pagefooterOff a { color: #69C; font-size:10px;}

.officeLogCont{position: relative; width: 100%; height: 200px; padding-top: 10px; padding-bottom: 25px; background-color:#EEF2FB;}
.officeTxtAlertCont{ float: right; width: 0%; height: 100%;}
.officeLogContInner{ position: relative; width: 100%;  height: 100%;}


/*DIRECTORS AREA LOGIN-------------------------------------------------------------------------------*/
#directorsAreaPage #contentarea .directors_content {position: relative; float: left; width: 68%;}
#directorsAreaPage #contentarea .directors_sidebar { position: relative; float: right;}
#pageInContDir{ position: relative; width:900px; height:100%; padding-bottom: 5px;   background-color: #FFF; /*padding-bottom: 10px;*/}
#pageInContDir :after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}
#pagefooterDir {position: relative; width: 885px; margin: 0px auto; margin-bottom: 5px; padding-top: 0px; padding-left: 0px; height:62px; padding-top:10px; padding-left:15px; clear: both; background:url(../../templates/current/images/footer_bgr.png) no-repeat; z-index:1000; color: white; text-align:left; font-family:Verdana, Geneva, sans-serif;}
#pagefooterDir a { font-size:11px; color: white;}

.directLogCont{position: relative; height:100%;  background-color: #FFF; /*padding-bottom: 10px;*/}
.dirTxtAlertCont{ float: right; width: 0%; height: 100%;}
.dirLogContInner{ background-color: #EEF2FB; height: 200px; padding-bottom: 25px; padding-top: 10px; position: relative; width: 100%;}


/*GRAPHIC INFORMATION BOXES BELOW DIRECTORS LOGIN------------------------------*/
.dirInfoCont{ position: relative; width: 80%; height: 110px; padding-top: 10px; }
.dirInfoSect1{ float: left; width: 5%; height: 25px;}
.dirInfoSect2{ float: left; width: 5%; height: 25px;}

.dirInfoTxt1{ float: right; width: 94%; height: 25px; }
.dirInfoTxt2{ float: right; width: 94%; height: 25px;}


/*USER AREA LOGIN-------------------------------------------------------------------------------------*/
#pageInContUser{ position: relative; width:782px; height:100%; padding-top: 10px; padding-bottom: 5px;   background-color: #FFF; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc); /*padding-bottom: 10px;*/}
#pageInContUser :after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}
#pagefooterUser {position: relative; width: 782px; height: 20px; top: -20px;  margin-left: auto; margin-right: auto; margin-bottom: 5px; clear: both; text-align: center; font-size:11px; background-color:#fff; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc);}
#pagefooterUser a {}

.userLogCont{position: relative; width: 100%; height: 200px; padding-top: 10px; padding-bottom: 10px; background-color:#F0F0F0;}
.userTxtAlertCont{float: right; width: 0%; height: 100%;}
.userLogContInner{position: relative; width: 100%;  height: 100%;}


/*REPRESENTATIVES AREA LOGIN------------------------------------------------------------*/
#pageInContRep{ position: relative; width:782px; height:100%; padding-top: 10px; padding-bottom: 5px;   background-color: #FFF; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc); /*padding-bottom: 10px;*/}
#pageInContRep :after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}
#pagefooterRep {position: relative; width: 782px; height: 20px; top: -120px;  margin-left: auto; margin-right: auto; margin-bottom: 5px; clear: both; text-align: center; font-size:11px; background-color:#fff; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc);}
#pagefooterRep a { color: #FFF;}

.repLogCont{position: relative; width: 100%; height: 200px; padding-top: 10px; padding-bottom: 10px; background-color:#F0F0F0;}
.repTxtAlertCont{float: right; width: 0%; height: 100%;}
.repLogContInner{position: relative; width: 100%;  height: 100%;}


/*VOLUNTEERS AREA LOGIN------------------------------------------------------------*/
#pageInContVol{ position: relative; width:782px; height:100%; padding-top: 10px; padding-bottom: 5px;  background-color: #FFF; border: solid 1px #FFF; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc); /*padding-bottom: 10px;*/}
#pageInContVol :after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}
#pagefooterVol {position: relative; width: 782px; height: 20px; top: -20px;  margin-left: auto; margin-right: auto; margin-bottom: 5px; clear: both; text-align: center; font-size:11px; background-color:#fff; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc);}
#pagefooterVol a { color: #FFF;}

.volLogCont{position: relative; width: 100%; height: 200px; padding-top: 10px; padding-bottom: 10px; background-color:#F0F0F0;}
.volTxtAlertCont{float: right; width: 0%; height: 100%;}
.volLogContInner{position: relative; width: 100%;  height: 100%;}


/*WEBTELLER AREA LOGIN --------------------------------------------------------------*/
#pageInContWeb{ position: relative; width:782px; height:100%; padding-top: 10px; padding-bottom: 5px;   background-color: #FFF; border: solid 1px #FFF; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc); /*padding-bottom: 10px;*/}
#pageInContWeb :after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}
#pagefooterWeb {position: relative; width: 782px; height: 20px; top: -20px;  margin-left: auto; margin-right: auto; margin-bottom: 5px; clear: both; text-align: center; font-size:11px; background-color:#fff; border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;  behavior: url(../templates/current/PIE.htc);}
#pagefooterWeb a { color: #FFF;}

.webLogCont{position: relative; width: 100%; height: 200px; padding-top: 10px; padding-bottom: 10px; background-color:#F0F0F0;}
.webTxtAlertCont{ float: right; width: 0%; height: 100%;}
.webLogContInner{ position: relative; width: 100%;  height: 100%;}


/*LOST YOUR PIN---------------------------------------------------------------------------*/
.lostPinCont { position: relative; width: 100%; height: 80px; padding-top: 10px; padding-bottom: 5px;  padding-bottom: 10px; background-color:#F0F0F0;}
.lostPinTxtAlertCont{float: right; width: 0%; height: 100%;}
.lostPinContInner{ position: relative; width: 100%;  height: 100%;}
.lostPinTxt{ padding-left: 10px; padding-bottom: 5px; }


/* UNIVERSAL LOGIN CODE----------------------------------------------------------------*/
.userTxt{ float: left; width: 38%; height: 20px; padding-top: 5px; text-align: right;}
.passwordTxt{ float: left; width: 38%; height: 20px; padding-top: 5px; text-align: right;}
.emailTxt{float: left; width: 38%; height: 20px; padding-top: 5px; text-align: right;}
.enterCode{ position: relative; top: 30px; float: left; width: 38%; padding: 3px; text-align: right;}

.userInputShort{ float:right; width: 59%; height: 20px; padding: 3px;}
.passwordInputShort{ float: right; width: 59%; height: 20px; padding: 3px;}
.emailInput{float: right; width: 59%; height: 20px; padding: 3px; }
.enterCodeInputShort{float: right; width: 59%; height: 30px; padding: 3px; padding-bottom: 5px; }

.captchaGraphic{ float: right; width:59%; height: 80px; padding-top: 10px;   }

.logButtin{float: right; width: 59%; text-align: left; padding: 3px;}


/*HORIZONTAL RULE------------------------------------*/
#horzRule { width: 94%; height: 5px; padding-bottom: 0px; background-color:#EEE; border-top: dotted 1px #CCC; border-bottom: dotted 1px #CCC; }


/* REMOVE SKYPE INJECTED MARKUP (Only works sometimes) -------------------------------------*/
span.skype_pnh_container { display: none !important; }
span.skype_pnh_print_container { display: none !important; }


/*ONLINE BANKING*/
#onlineBankingErrorMessages {}

/* HOMEPAGE JQUERY SLIDES ANIMATION -------------------------------------*/
ul#homepagejQueryImages { width: auto; height: auto; overflow: hidden;}
ul#homepagejQueryImages li { list-style: none; float: left; height: auto; overflow: hidden; text-align: center; }
ol#pagination {background: #dddddd; height: 24px; left: 20px; position: absolute; text-align: left; top: 190px; width: auto; padding-right:10px; border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px;  behavior: url(templates/current/PIE.htc); display:none;}
ol#pagination li { float:left; display: inline-block; background: url(../../images/essentials/slides-pagination.png) no-repeat 0 0;
text-align: left; text-indent: -8000px; list-style: none; cursor: pointer; margin: 0 1px; position: relative; top: 4px; left: 7px; height:20px; width:20px; }
ol#pagination li:hover { background: url(../../images/essentials/slides-pagination.png) no-repeat 0 -41px; }
ol#pagination li.current { color: #f00; font-weight: bold; background: url(../../images/essentials/slides-pagination.png) no-repeat 0 -41px; }
ol#pagination li.prev { position: absolute; top: -175px;  width:41px; height:55px;}
ol#pagination li.next { position: absolute; top: -175px;  width:41px; height:55px; }
ol#pagination li.prev { position: absolute; left: -312px; background: url(../../images/essentials/slides-pagination.png) no-repeat 0 -84px;}
ol#pagination li.next { position: absolute; left:588px; background: url(../../images/essentials/slides-pagination.png) no-repeat 0 -140px;}


/* PRIVACY POLICY */
#divTermsFooterLink, #divPrivacyFooterLink {width:120px; position:absolute; top:80px; right:0px; padding: 10px 0;}
#divPrivacyFooterLink {right: 110px; width: 100px;}
#divTermsFooterLink a, #divPrivacyFooterLink a {font-size:11px; text-decoration:underline; color: #034C9E;}
#divTermsFooterLink a:hover, #divPrivacyFooterLink a:hover { color: #FF5A00;}

#footer-cu-logo {display:none;}

/* PRELOADERS */
#OBLoaderExternal1 {display:block; height:100%; position:relative; width:auto;}
#OBLoaderWrapper1 {}
#OBLoaderDiv1 {display: block; z-index: 50; opacity: 0.2; filter: alpha(opacity=20);  -moz-opacity:0.2; -khtml-opacity: 0.2; background: none repeat scroll 0 0 #000000; float: left; height: 100%; position: absolute; width: 100%;}
#OBLoaderWrapper1 img {left: 45%; position: absolute; top: 33%; z-index: 100;}

#OBLoaderExternal2 {display:block; height:100%; position:relative; width:auto;}
#OBLoaderWrapper2 {}
#OBLoaderDiv2 {display: block; z-index: 50; opacity: 0.2; filter: alpha(opacity=20);  -moz-opacity:0.2; -khtml-opacity: 0.2; background: none repeat scroll 0 0 #000000; float: left; height: 100%; position: absolute; width: 100%;}
#OBLoaderWrapper2 img#OBLoader {left: 45%; position: absolute; top: 45%; z-index: 100;}

#OBLoaderExternal3 {display: block; height: 100%; position: relative; width: 100%;}
#OBLoaderWrapper3 {}
#OBLoaderDiv3 {display: block; z-index: 50; opacity: 0.2; filter: alpha(opacity=20);  -moz-opacity:0.2; -khtml-opacity: 0.2; background: none repeat scroll 0 0 #000000; float: left; height: 100%; position: absolute; width: 100%;}
#OBLoaderWrapper3 img {left: 45%; position: absolute; top: 33%; z-index: 100;}


/* ONLINE BANKING WELCOME & ERROR PAGE*/
#onlineBankingDiv { position: relative; float: none; width: 200px;}
#ErrorMessageContainer { position: relative; width: 475px; height: 28px; padding: 10px;  border: 2px solid #cf9494; background-color: #fcd4d2; border-radius: 0px; -webkit-border-radius:0px; -khtml-border-radius: 0px; -moz-border-radius: 0px;  behavior: url(templates/current/PIE.htc); color: #a02a2a; margin-bottom: 10px;}
#onlineBankingErrorMessages { position: relative; float: left; width: auto; font-weight: bold;}
#ErrorMessageImage { position: relative; float: right; width: 43px; height: 31px; margin-right: 10px;  background-image: url(images/error-img.jpg); background-repeat: no-repeat; }
#Header { position: relative; float: right; width: 80%; height: 43px; }
#Header h1 { color: #396d9f; font-size: 22px; padding-top: 10px; margin: 0px; border: 0px; line-height: 30px; }
#container { position: relative; width: 660px; padding-top: 20px;}
#container p { padding-bottom: 30px; }


#RowOne {width: 642px; height: 194px;}
#RowTwo {width: 642px;}

/* BOX ATTRIBUTES */
#RowOneBoxOne h1, #RowOneBoxTwo h1, #RowTwoBoxOne h1, #RowTwoBoxTwo h1 { color: #0D6196; font-size: 16px; font-weight: bold; height: 26px; margin-top: 7px; padding: 0; text-align: left; vertical-align: middle;} 
#RowOneBoxOne p, #RowOneBoxTwo p, #RowTwoBoxOne p, #RowTwoBoxTwo p { padding: 0 0 5px 0; font-size: 13px; font-weight: normal; margin-bottom: 0;} 
#RowOneBoxOne li, #RowOneBoxTwo li, #RowTwoBoxOne li, #RowTwoBoxTwo li {font-size: 13px; line-height: 18px;  margin-left: 18px; padding: 0 10px 0 0; }
#RowOneBoxOne #LinkBtn a, #RowOneBoxTwo #LinkBtn a, #RowTwoBoxOne #LinkBtn a, #RowTwoBoxTwo #LinkBtn a  { position: absolute; bottom: 8px; font-size: 12px; text-decoration: none; font-weight: bold; color: #0066cc;}
#RowOneBoxOne #LinkBtn a:hover, #RowOneBoxTwo #LinkBtn a:hover, #RowTwoBoxOne #LinkBtn a:hover, #RowTwoBoxTwo #LinkBtn a:hover {color: #f36e1f;}
#RowOneBoxTwo span.SmallGreenText { color: #0D6196; font-size: 16px; font-weight: bold; padding: 0; text-align: left; vertical-align: middle; color: #5aaa0c; font-style: italic; float:left;}

/* BOX GRAPHICS*/
#RowOneBoxOne { border-bottom: 1px solid #0c7cc4; position: relative; float: left; width: 310px; height: 145px; padding-left: 0px; background-image: url(images/online_banking_bkgd.jpg);background-repeat: no-repeat; }
#RowOneBoxTwo { border-bottom: 1px solid #40b201; position: relative; float: right;  width: 310px; height: 145px; padding-left: 0px;  background-image: url(images/e_statement_bkgd.jpg); background-repeat: no-repeat; }
#RowTwoBoxOne { border-bottom: 1px solid #f18700; position: relative; float: left;  width: 310px; height: 145px; padding-left: 0px;  background-image: url(images/online_loan_bkgd.jpg); background-repeat: no-repeat; }
#RowTwoBoxTwo { border-bottom: 1px solid #ff92ff; position: relative; float: right;  width: 310px; height: 145px; padding-left: 0px; background-image: url(images/loan_calc_bkgd.jpg); background-repeat: no-repeat; }


/* LOGIN CONFIRMATION FORM */

#bankingPinConfirm { background-image: url(images/bg-bankingPinConfirm.jpg); background-repeat: no-repeat; box-sizing: border-box; height: 200px; padding: 15px; width: 500px;}
#bankingPinConfirm h1 {color: #0D6196; font-size: 16px; font-weight: bold; height: 26px; padding: 10px 0 5px; text-align: left; vertical-align: middle;}
#bankingPinConfirm {  }
#bankingPinConfirm #LoginForm {}
#bankingPinConfirm .insertRandomPin3{ position: relative; width: 100px; top:0px; float: left;}
#bankingPinConfirm .pinPassButRand3 {margin-top:10px;}


/*RADIO BUTTONS AND CHECKBOXES*/

input[type="checkbox"], input[type="radio"] {margin-right:2px;}