/*
--------------------
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         .
---------------------------------------------------------------------
*/
 
#pp_full_res iframe { overflow: auto !important; }

/* HTML TAG RE-DEFINITIONS */
body{ font-family:Verdana, Helvetica, sans-serif;  font-size: 12px; color:#034c9e;  background-color: #bad7eb; background-repeat:repeat-x; background-image: url(images/bkgd_gradient.gif); background-position: top; line-height:140%; !important /* IE LINE HEIGHT USED FOR IE9 AND MOZILLA 5.0 */}
* {margin:0; padding:0;}
html {}
li {font-size: 12px; color:#034c9e;}
ul { font-size: 12px; }
a {color:#319F06; text-decoration:none;}
a:hover {text-decoration:underline; color:#FF5A00;}
hr {margin: 20px 0px 10px 0px; border: 0px; border-top: 1px dashed #CDDBEB; border-bottom: 1px dotted #FFFFFF;}
strong {font-weight:bold;}
iframe { width:100%; font-family: /*"Trebuchet MS",*/ Arial, Helvetica, sans-serif;  font-size: 13px; color:#333333;}
iframe.iFrameEditor {height:450px;}
iframe.spotlightnew {border: 1px dotted #CCCC99; width: 200px; font-family: /*"Trebuchet MS",*/ Arial, Helvetica, sans-serif;  font-size: 13px; color:#333333; height: 100px;}
img {border: none;}
p {margin-bottom: 10px; font-size: 12px; line-height: 18px; }
acronym {cursor: help; border-bottom: 1px dotted #CCCCCC;}
font, td {}
td.membership {background-color: #82A5CF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 5px 5px;
    width: auto;}
	
td.membership_text {border-top: 1px solid #CDDBEB; border-bottom: 1px solid #CDDBEB;}	
	 
td.membership_text p {padding: 0px 5px 0;}
em, small {color: #0E508F;}
small a {color: #3E8CCC; font-size:11px;}
small a:hover {color:darkOrange;}
tr#TemplateRow1 {display:none;}
.transactionsPrintFooter {font-size: 11px; padding-top: 15px !important;}
.transactionsPrintFooter img {position:relative; top:-5px;}
/*td p {padding:0 7px;}
td b {color:#ffffff; padding: 0 5px; line-height: 20px;}
td li {font-size: 12px;}
td strong {font-size: 14px;}
td.bodytext {padding:7px;}
table {}
p.quote {padding-left:150px; background:url(../../templates/current/images/quote.gif) no-repeat 20px center;}
img.pdf {vertical-align: top;}*/

#OBLoaderExternal {position:relative;}
#OBLoaderWrapper { min-height: 400px;}
#OBLoaderDiv {background: none repeat scroll 0 0 #000000;display: block; height: 445px; left: 45.9%; margin-left: -350px; top: -3px; position: absolute; width: 762px; z-index: 50; opacity: 0.2; filter: alpha(opacity=20);  -moz-opacity:0.2; -khtml-opacity: 0.2; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;}
#OBLoaderWrapper img {left: 47%; position: absolute; top: 47%; z-index: 100;}

#OBLoaderExternal2 {display:block; height:100%; position:relative; width:auto;}
#OBLoaderWrapper2 {float: left; position: relative; width: 100%;}
#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: 40%; z-index: 100;}

#OBLoaderExternal3 {display:block; height:100%; position:relative; width:auto;}
#OBLoaderWrapper3 {float: left; position: relative; width: 100%;}
#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: 50%; position: absolute; top: 50%; z-index: 100;}

/* HEADINGS */
h1 {font-size: 16px; font-weight: bold; padding-bottom: 5px; color: #69C;}
h2 {color: #FF5A00; font-size: 14px; line-height: 20px; margin-bottom: 5px; padding-bottom: 2px;}
h3 {color: #FF5A00; font-size: 14px; line-height: 20px; margin-bottom: 5px; padding-bottom: 2px; }
h4 {font-size: 14px; font-weight: bold; color:#034c9e; padding-bottom: 7px; }
h5 {font-size: 12px; font-weight: bold; color: #ff9900; padding-bottom: 15px;}
h6 {font-size: 9px; font-weight: bold; padding-bottom: 15px;}


/* COMMONLY USED CLASSES */
.required {font-size: 12px; font-weight: bold; line-height: 2; color: #CC0000;}
.informational {color: #93A9BD; font-size: 11px;}
.largeFont {font-size:14px; font-weight: bold; color:#3E8CCC; }
.lighttext {color: #999999;}
.smallfont{font-size: 9px; color: #999999;}
small {font-size:11px;}
small a{font-size:11px;}
.SmallGreenText { font-size: 18px; color: #5aaa0c; font-style: italic;}


/* BUTTONS */
.button_search { position: relative; background-image: url(images/button_search_bkgd.gif); background-repeat:repeat-x; width: 76px; padding-left: 0px; border: 0px; margin: -3px 0 0 -26px; color:#FFFFFF; text-align: left; font-weight:bold; cursor:pointer; height:28px; padding-left: 19px;}
/* JOAO 19/09/2013 DO NOT REMOVE .BUTTON_ENCRYPT CLASS FROM HERE.  */
.button_submit, .button_decrypt { background: #55b00a; /* Old browsers */
background: -moz-linear-gradient(top,  #55b00a 0%, #81d041 50%, #63bf18 52%, #81d041 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b00a), color-stop(50%,#81d041), color-stop(52%,#63bf18), color-stop(100%,#81d041)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #55b00a 0%,#81d041 50%,#63bf18 52%,#81d041 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #55b00a 0%,#81d041 50%,#63bf18 52%,#81d041 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #55b00a 0%,#81d041 50%,#63bf18 52%,#81d041 100%); /* IE10+ */
background: linear-gradient(to bottom,  #55b00a 0%,#81d041 50%,#63bf18 52%,#81d041 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b00a', endColorstr='#81d041',GradientType=0 ); /* IE6-9 */

border: 1px solid #53B000; border-radius: 50px; -webkit-border-radius: 50px; -khtml-border-radius: 50px; -moz-border-radius: 50px;  behavior: url(templates/current/PIE.htc);  color: #FFFFFF; cursor: pointer;  font-weight: bold; height: 30px; margin-left: 2px; margin-right: 2px;  padding-left: 20px;  padding-right: 20px; text-shadow: -1px 0 1px #577e06; margin: 0;}

.button_cancel {background: #db5849; /* Old browsers */
background: -moz-linear-gradient(top,  #db5849 0%, #e2796d 50%, #db5849 52%, #e2796d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db5849), color-stop(50%,#e2796d), color-stop(52%,#db5849), color-stop(100%,#e2796d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #db5849 0%,#e2796d 50%,#db5849 52%,#e2796d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #db5849 0%,#e2796d 50%,#db5849 52%,#e2796d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #db5849 0%,#e2796d 50%,#db5849 52%,#e2796d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #db5849 0%,#e2796d 50%,#db5849 52%,#e2796d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5849', endColorstr='#e2796d',GradientType=0 ); /* IE6-9 */

 border: 1px solid #DB5849; border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; -moz-border-radius: 12px;  behavior: url(templates/current/PIE.htc); color: #FFFFFF; cursor: pointer;  font-weight: bold;  height: 24px;  margin-left: 2px;  margin-right: 2px;  padding-left: 12px;  padding-right: 12px;  text-shadow: -1px 0 1px #c01700; /*margin: 10px 0 10px 0;*/}
.button_other {background: #e19a30; /* Old browsers */
background: -moz-linear-gradient(top,  #e19a30 0%, #ebbe7b 50%, #e4a548 52%, #ebbe7b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e19a30), color-stop(50%,#ebbe7b), color-stop(52%,#e4a548), color-stop(100%,#ebbe7b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e19a30 0%,#ebbe7b 50%,#e4a548 52%,#ebbe7b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e19a30 0%,#ebbe7b 50%,#e4a548 52%,#ebbe7b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e19a30 0%,#ebbe7b 50%,#e4a548 52%,#ebbe7b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e19a30 0%,#ebbe7b 50%,#e4a548 52%,#ebbe7b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e19a30', endColorstr='#ebbe7b',GradientType=0 ); /* IE6-9 */

 border: 1px solid #e19a30;  border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; -moz-border-radius: 12px;  behavior: url(templates/current/PIE.htc); color: #FFFFFF; cursor: pointer;  font-weight: bold;  height: 24px;  margin-left: 2px;  margin-right: 2px;  padding-left: 12px;  padding-right: 12px;  text-shadow: -1px 0 1px #2b6f85; margin: 10px 0 10px 0;}
.button_editor{ border:1px solid #F6F6EA;}
.button_hidden{display:none}
.tabletitleprint {float: right; width: 100px;}


/* FORM FIELDS */
input,select {color: #0E508F; font-size: 12px; font-family: Verdana, Geneva, sans-serif; vertical-align: middle; padding:2px 4px 3px;}
input[type="checkbox"], input[type="radio"] {margin-right:3px;}
input#File1 { position: relative; width: 250px; padding-top: 5px; background-image: url(images/input_file.jpg);background-color: #f1f1ef; height: 25px; margin: 0; border: 1px solid #b9c9dc; /*-webkit-box-sizing: border-box;-moz-opacity:0 ; filter:alpha(opacity: 0); *filter:alpha(opacity: 0); _filter:alpha(opacity: 0); opacity: 0;*/ }
input[type="file"].input_long::-webkit-file-upload-button {float: right; position: relative;} /*Needed to align browse button left in input=file*/
.input_normal {width: 180px; border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_long {width: 370px; border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_short {width: 110px;border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_shorter {width: 60px; border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:3px 4px 3px;}
.input_multiline {width: 189px; height: 100px; border: 1px #b9c9dc solid;font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F;}
.input_multiLarge {width: 280px; height: 160px; border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_nosize {border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:3px 4px 3px; width:auto;}
.input_2char {width: 20px; border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_3char {width: 30px; border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_4char {width: 40px; border: 1px #b9c9dc solid; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_search {height:13px; width: 90px; font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #0E508F; padding:7px 15px 7px;}
.input_invisible {border: 0px solid; color: #0E508F; font: Verdana, Helvetica, sans-serif; font-size: 11px; background-color: transparent; height: 18px; vertical-align: middle; padding:7px 15px 7px;}
.input_editor_title {font-size:16px; color: #0E508F; font-family: Verdana, Geneva, sans-serif; border: 1px #b9c9dc solid; width: 300px; padding:7px 15px 7px;}
.input_editor_subtitle {font-size:12px; color: #0E508F; font-family: Verdana, Geneva, sans-serif; border: 1px #b9c9dc solid; width: 300px; padding:7px 15px 7px;}
.input_webteller {width: 120px; border: 1px #b9c9dc solid; font-size: 13px; font-family: Verdana, Geneva, sans-serif; height: 14px; font-weight: bold; color: #0E508F; text-align: right; padding:7px 15px 7px;}


/* 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 - CONTENT AND MEMBERS AREA*/
input#amount {color: #FF5A00; font-size: 18px; font-weight: bold; height: 25px; left: 410px; position: relative; text-align: right; top: -95px; width: 100px;}
input#term {color: #FF5A00; font-size: 18px; font-weight: bold; height: 25px; left: 260px; position: relative;text-align: right; top: -75px; width: 250px;}
select#intrateDDL {border: 1px dotted #7D869E;color: #309E05;font-size: 12px; height: 23px; margin: 10px 0 40px 20px; padding-top: 1px; width: 200px; font-weight:bold;}
select#intrateDDL option{color: #4A546F; font-size: 12px; font-weight: normal; padding: 3px 0 0 3px;}
input#apr {border-bottom: 1px dotted #a6bbd3; font-size: 19px; width: 98%; padding: 0px 3px 10px; font-weight: bold; color:#309E05; float:left; margin-bottom: 7px;}
ul#sliderValuesList {color: #7D869E; font-family: Verdana; font-size: 12px; padding-left: 0; line-height:20px; width: 98.8%; margin-bottom:20px; padding-left: 0 !important;}
ul#sliderValuesList li {list-style:none; border-bottom: 1px dotted #a6bbd3; margin-left: 3px; padding: 7px 5px;}
input#paymentSliderWeekly, 
input#paymentSlider2Weeks, 
input#paymentSlider4Weeks, 
input#paymentSliderMonthly, 
input#paymentSliderTotal4Weeks, 
input#paymentSliderTotalMonthly
{display:block; font-size: 16px; font-weight: bold; padding: 0; margin-top: 2px; color: #034C9E;}
input#paymentSliderTotalWeekly,
input#paymentSliderTotal2Weeks, 
input#paymentSliderTotal4Weeks
input#paymentSliderTotalMonthly,
input#paymentSliderTotal4Weeks, 
input#paymentSliderTotalMonthly { display:block; font-size: 16px; font-weight: bold; color: #034C9E;}
input#paymentSliderTotalInterestWeekly,
input#paymentSliderTotalInterest2Weeks,
input#paymentSliderTotalInterest4Weeks,
input#paymentSliderTotalInterestMonthly
{display:block; font-size: 16px; font-weight: bold; color: #309E05;}
span#spanWeek, span#span2Weeks, span#span4Weeks, span#spanMonth, span#spanWeekTotal, span#span2WeeksTotal, span#span4WeeksTotal, span#spanMonthTotal {float: left; width: 35%;}
#divSliderCalcLoanTypeText { float: left;font-size: 13px; font-weight: bold; margin-top: 12px;}
#sliderRepaymentHeaderText {color: #2A6BA9; font-size: 14px; left: -25px; position: relative; top: 29px;}


/* TABLES */
table {width:100%;}
.tableform, .e-tableform {width:100%; border-top: 1px solid #CDDBEB; border-bottom: 1px solid #CDDBEB; background-color:#EDF5FA; margin-top: 4px; Margin-bottom: 20px; border-collapse: collapse; font-family: Arial, Verdana, Geneva, sans-serif; font-size: 12px; }
#memberscontentarea .tableform {font-size:11px;}
.tableform li, .tableform  a, .tableform p, .e-tableform li, .e-tableform a, .e-tableform p { font-size: 12px;}
.tableform thead, .e-tableform thead {color: #666; font-size: 9px;}
.tableform thead td, .e-tableform thead td {background-color: #EDF5FA; color: #CC0000; font-size: 10px;}
.tableform tbody td {}
.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{background-color:#E2E2D7;}
.tableform td, .e-tableform td {padding: 4px; background-color:#EDF5FA; font-family: Verdana, Geneva, sans-serif; width:10%;}
.tableform table td, .e-tableform table td {border: none; padding: 0px;}
.tablegrid {background-color: #EDF5FA; border-bottom: 1px solid #CDDBEB; border-collapse: separate; border-spacing: 0; border-top: 1px solid #CDDBEB; font-size: 12px; margin-top: 0;}
#memberscontentarea .tablegrid {font-size:11px;}
.tablegrid a {}
.tablegrid thead {color: #fff; font-weight: bold;}
.tablegrid thead td {background-color:#034C9E; font-size: 12px; font-family: Verdana, Geneva, sans-serif;}
.tablegrid td {padding: 5px;}
.tabledetailed {border: 1px dotted #a3c1db; background-color:#FFFFFF; margin-top: 4px; border-collapse: collapse; font-family: Arial, Verdana, Geneva, sans-serif; font-size: 10px; margin-bottom: 4px;}
.tabledetailed thead {color: #999999; font-weight: bold;}
.tabledetailed thead td, .tabledetailed thead td {background-color:#b2c8d6; font-size: 11px; font-family: Arial, Verdana, Geneva, sans-serif;}
.tabledetailed td {padding: 1px; border-right: 1px dotted #b5d0e8; border-bottom: 1px dotted #b5d0e8; font-size: 11px; vertical-align: top;}
.tabledetailed strong {font-size: 11px;}
.table_calendar {}
.tablerow_main tr {background-color:#000000;}
.tablerow_alt td {background-color:#FFFFEE;}
.tablerow_over td {background-color:#FFFFCC;}
.tablerow_working td {background-color:#DDFFFF;}


/* FORM ARCHIVE */
.tableprint { margin-left: 378px;}


/*PIN MANAGER-----------------------------------------*/
.tabletitle { padding-right: 15px; width: auto; padding: 4px 6px 5px 5px;  color:#FFF; font-weight:bold; font-size: 12px; background-color: #82a5cf; /*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{ position: relative;padding-left: 0px; background-color: #F3F3F3; vertical-align:middle; text-align: left; border-bottom: 1px solid #E6E6E6;}
.tableformPinIconsL li { float: left; padding-bottom: 1px; display: block; overflow:hidden; list-style:none; padding-left: 0px; padding-right: 0px; text-align: left; white-space: nowrap;  height: 28px;  }
.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 { background-image: url(../../images/essentials/estatements_bkgd.gif);  border: 1px solid #d3e7c4;  font-size: 12px; height: 30px; margin-left: 0;  margin-right: 5px; padding-bottom: 0; padding-right: 5px; padding-top: 5px;  position: relative;  text-align: right; width: 630px; border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px;  behavior: url(templates/current/PIE.htc);}
.dropmenu_top .input_short {margin-left:5px;}
.rowseparator {border-bottom: dotted 1px #CCC; height: 15px; margin-right: 5px;}
.required_green { font-weight:bold; color:#393;}
.yeartitle{color: #333; }
.error_notfound { border: solid 1px #0F0; }
.pdf_download {  bottom: 5px; font-size: 10px; left: 0; margin: 0; padding-bottom: 0; padding-left: 0; position: absolute; width: 76%;/*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: 0px; padding-top: 5px; position: absolute;  width: 635px; right:0; bottom:0px; }
.estatements {}
.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 { margin: 7px 5px 5px;}
#loginarea_contentpage #img_login {margin: 7px 5px 5px;}
#img_register { margin-right: 5px;}
#loginarea_contentpage #img_register {margin-right: 5px;}
#custom_button{}
#loginarea_contentpage #custom_button{}
#img_youthzone {} 
#img_newsheadlines {}
#newsheadlines_contentpage #img_newsheadlines {}
#img_modules {}
#modulelinks_contentpage #img_modules {} 
#img_progresslogo {}


/* OFFICE AREA ITEMS */
#tblFonts img,select {vertical-align: middle;}
#tblCtrls img {vertical-align: middle;}
#tblXtraCtrls img {vertical-align: middle;}


/* ONLINE BANKING WELCOME & ERROR PAGE*/
#onlineBankingDiv { position: relative; float: none; width: 200px;}
#ErrorMessageContainer { position: relative; float: left; width: 97%; height: 28px; padding: 10px;  border: 2px solid #cf9494; background-color: #fcd4d2; border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius: 5px; -moz-border-radius: 5px;  behavior: url(templates/current/PIE.htc); color: #a02a2a; margin-bottom: 20px;}
#onlineBankingErrorMessages { position: relative; float: left; width: auto; font-weight: bold; font-size:13px;}
#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: 0px; margin: 0px; border: 0px; line-height: 30px; }
#container { position: relative; width: 700px;}
#container p { padding-bottom: 30px; }
.pagetitle_members {  border-bottom: 1px dashed #CDDBEB;
    color: #0350A3;
    font-family: Georgia;
    font-size: 18px;
    font-weight: bold;
    height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    text-align: left;}
  
/*ROW LAYOUT------------------*/
#RowOne { width: 688px; height: 194px;}
#RowTwo { width: 688px;}

/* BOX ATTRIBUTES */
#RowOneBoxOne h1, #RowOneBoxTwo h1, #RowTwoBoxOne h1, #RowTwoBoxTwo h1 { display: inline; color:#003366; font-size: 18px; font-weight: bold; } 
#RowOneBoxOne P, #RowOneBoxTwo P, #RowTwoBoxOne P, #RowTwoBoxTwo P { padding: 0px; padding-right: 10px; padding-top: 10px; font-size: 13px;}
#RowOneBoxOne #LinkBtn a, #RowOneBoxTwo #LinkBtn a, #RowTwoBoxOne #LinkBtn a, #RowTwoBoxTwo #LinkBtn a  { position: absolute; bottom: 15px; font-size: 13px; text-decoration: none; font-weight: bold; color: #187db0;}

/* BOX GRAPHICS*/
#RowOneBoxOne { position: relative; float: left; width: 304px; height: 150px; padding-left: 10px; background-image: url(images/e_statement_bkgd.jpg); background-repeat: no-repeat; }
#RowOneBoxTwo { position: relative; float: right; width: 304px; height: 150px; padding-left: 10px; background-image: url(images/online_banking_bkgd.jpg); background-repeat: no-repeat; }
#RowTwoBoxOne { position: relative; float: left; width: 304px; height: 150px; padding-left: 10px; background-image: url(images/online_loan_bkgd.jpg); background-repeat: no-repeat; }
#RowTwoBoxTwo { position: relative; float: right; width: 304px; height: 150px; padding-left: 10px; background-image: url(images/loan_calc_bkgd.jpg); background-repeat: no-repeat; }

/* LOGIN CONFIRMATION FORM */

#bankingPinConfirm { width: 500px; height: 200px; background-image: url(images/bg-bankingPinConfirm.jpg); background-repeat: no-repeat; padding-left: 10px;}
#bankingPinConfirm h1 { margin-bottom: 10px; color: #003366}
#bankingPinConfirm {  }


/*---------------------------*/

/*JAVASCRIPT WARNING DIV*/
#divJavascriptWarningContainer { position: relative;  width: 600px; padding-left: 0px; padding-top: 30px; height:79px; margin: 30px auto 30px auto; border-bottom: 0px dotted #ff9e00; background:url(../../images/essentials/javascript_warning.png); }
#divJavascriptWarningImage {display: none; width:30px; float: left; padding-top: 7px;}
#divJavascriptWarningText { color: #000; width: auto; padding-right: 30px; float: right; font-size: 13px; font-weight: bold;}
#divJavascriptWarningText  a {color:#FFF;}
/* COMMOM CSS ENDS ----------------


/* 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: #034C9E; }


/* 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; padding-bottom: 0px; 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%; margin-left: auto; margin-right: auto; background-color: #FFF; }
#pageInnerContent:after {clear:both;content:".";display:block;height:0pt; visibility:hidden;}


/* MASTHEAD FACILITIES*/
#facilities {height: 20px; margin-right: 20px;  position: absolute; right: 0; text-align: right; top: 136px; width: 100px; z-index: 1000;}
#header-help {float: right; width: auto; clear: right; padding-top: 0px;}
#header-suggestion {float: right; width: auto; clear: left;padding-top: 0px;}
#header-sitemap {float: right; width: auto; clear: left; padding-top: 0px; }
#facilities #header-sitemap .divider {display: none;}
#header-search { position: relative; top: -7px; left: -7px;}
#header-search .input_search {height:21px; font-size: 11px; font-family: Arial, Verdana, Geneva, sans-serif; color: #2A536D; padding-top: 7px; background:url(../../templates/current/images/search_bgr.gif) no-repeat; border:none; width:172px; color: #8d9ca7; position:relative;   }

#header-search .button_search {}

#facilities ul {margin: 0px; padding: 1px;}
#facilities li { position: redisplay: block; float: left; color: #FFF; font-size: 10px; text-align: left; font-weight: bold;  padding-left:2px; padding-right: 2px;}

#facilities a {color: #00499C; display: block; font-family: Verdana; font-size: 11px; text-decoration: none; vertical-align: bottom}
#facilities a:hover {color:#FF5A00; text-decoration: underline;}
#facilities .divider {padding-left: 7px; margin-left: 7px; background:url(../../templates/current/images/divider.gif); background-position: left 4px; background-repeat:no-repeat;}
#facilities #helpmenu {position:absolute; top:20px; left:67px; background-color: #024a9b; float:none; text-align:left; visibility:hidden; background-image:url(../../templates/current/images/_bkgd.gif); background-repeat: no-repeat; border-bottom:1px solid #024a9b;}
#facilities #helpmenu a{ color:#9cc4f0; font-weight:normal; padding:3px 0;}
#facilities #helpmenu li {background:none; display:list-item; list-style: none; width:155px; }
#facilities #helpmenu li:hover {background: #125eb3; }
#facilities #helpmenu a:hover {text-decoration:none; color:#fff;}


/*Social Networking Icons */
#SocialNet{ z-index: 10; position: absolute; right: -80px;padding-bottom: 20px; height: 35px; width: auto; border-bottom: 1px dotted #d6b9da; }
#SocialNetTxt { display: none; }
#SocialNetIcons {position: relative; float: right; width: auto; height: auto;}
#SocialNetIcons img {}
#SocialNetIcons a { display: inline; }


/* MASTHEAD */
#masthead {position: relative; width:900px; height: 160px; background:url(../../templates/current/images/masthead_bkgd.png) top repeat-x; }
#masthead .logo { display: none; position: absolute; top: 0px; left: 0px;}
#masthead #announcements { display: none; position: absolute; top: 0px; left: 380px; width: 350px; height: 44px; overflow: hidden; text-align: right; padding: 20px; padding-right: 10px; font-size: 13px; font-weight: bold; color: #3E8CCC; /* filter: alpha(opacity=0); -moz-opacity:0%; */ }
#masthead #announcements a {color: #3E8CCC; font-size: 13px;}
#masthead #announcements a:hover {text-decoration:underline; color:#0099FF;}
#masthead .area_title {color: #034C9E; font-size: 16px; font-weight: bold; height: 30px; padding: 20px; position: absolute; right: 0; text-align: right; top: 100px; width: 350px;}


/* BYLINE (TEL/FAX/DATE BAR) */
#byline { z-index: 12; position: absolute; top: -95px; left: 0px; height: 38px; overflow: hidden; color: #999999;  width: auto;}
#byline .contactdetails {position: absolute; top: 0px; left: 0px; padding-left: 10px;}
#byline .contactdetails strong {color: #FF9900;}
#byline .currentdate {position: absolute; top: 0px; left: 400px; width: 350px; padding-right: 10px; text-align: right;}
#byline_members {height: 35px; padding-top: 8px; margin-bottom: 6px; overflow: hidden; color: #396c9e; background:url(../../templates/current/images/menu_bkgd.gif) top repeat-y;}
#byline_members .contactdetails {float: left; padding-left: 12px; padding-top: 8px;}
#byline_members .currentdate {float: right; padding-right: 12px; padding-top: 8px;}


/* LAYOUT AREA (MAIN MENU/SUBMENU/MODULES/LOGIN/CONTENT) */
#layoutarea { position: relative; width: 900px; margin:0 auto; text-align:left;}


/* MAIN NAVIGATION MENU */
#mainmenu { height: 51px; margin: auto; margin-bottom:25px; text-align: center;  background:url(../../templates/current/images/menu_bkgd.gif) top no-repeat; width:900px;}

#homePage #mainmenu, #contentPage #mainmenu {margin-bottom:0px;}
html>body #mainmenu {overflow: hidden;} /*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 {float: left; height: 51px; padding-bottom: 1px; text-align: left; white-space: nowrap;  display: block;}  /*LIST ITEM WIDTH SPECIFIED DYNAMICALLY*/
#mainmenu li:hover {background:url(../../templates/current/images/menu_bkgd_selected.gif) no-repeat center 40px;}
#mainmenu a { /*width: 100%;*/color: #00499C; display: block; font-family: Verdana; font-size: 14px; font-weight: normal; line-height: 51px; text-align: center; text-decoration: none; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); background:url(../../templates/current/images/menu_divider.gif) top right no-repeat;  padding: 0 31px; }
#mainmenu a:hover { text-decoration: none;}
#mainmenu .lastSection a {background: none;}


/* POP-OUT MENUS - NEED TO OVERRIDE SOME OF THE STYLES IN THE MAINMENU*/
#mainmenu ul li ul li {padding: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; -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1); box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1); margin-top: 3px; background:#7194B2;}
#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; font-weight: normal; width:auto; background:#0a52a2; }
#submenu12 {width:184px;}
#submenu6 {width:150px;}
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: Tahoma; 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;}
#mainmenu li .popoutmenu li a:hover{text-decoration:none; color:#FFFFFF; line-height: 14px; height: auto; background: #098acb; text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2); border-bottom:none; border-top:none; width: auto; margin:0; padding: 7px 0 7px 7px;} 


/* TEXT CONTENT & NAVIGATION CONTAINER */
#contentarea { background-color: #FFFFFF; float: right; margin-right: 0; margin-top: 20px; min-height: 300px; padding-right: 20px; padding-top: 10px;  position: relative; width: 635px; padding-bottom: 20px; }
#contentarea .pagetitle {border-bottom: 1px dashed #CDDBEB;
    color: #0350A3;
    font-family: Georgia;
    font-size: 18px;
    font-weight: bold;
    height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    text-align: left; }
#contentarea .pagecontent { padding: 0px; text-align:left; }
#contentarea ul {padding-left: 28px; margin-bottom: 10px;}
#contentarea ol {padding-left: 35px; margin-bottom: 10px; color: #28385C;}
#contentarea li {display:list-item; padding:2px 0;}
#contentarea a {text-decoration: none;}
#contentarea a:hover {text-decoration: underline;}
#contentarea .pagetitle_members {font-family: Georgia, serif; font-size:20px; color:#4c82ae; padding-bottom: 5px;}
#contentarea .pagecontent_members, #memberscontentarea .pagecontent_members { position: relative; margin-bottom: 15px; min-height:300px; }
#contentarea .pagecontent_members h3{ font-family: Verdana, sans-serif; margin-top: 10px;  margin-bottom: 15px;}
#contentarea .pagetitle_image {float: right; background-repeat:no-repeat; height:50px; width: 100px;}
#contentarea .information_layer {position:absolute; left: 365px; visibility:hidden; text-align: left;}
#contentarea .information_layer td {font-size: 9px; border: none;}


/* TEXT CONTENT & NAVIGATION CONTAINER OFFICE AREA */
#contentareaoffice { background-color: #FFFFFF; float: right; margin-right: 0; margin-top: 2px; min-height: 520px; padding-right: 20px; padding-top: 5px; position: relative; width: 635px;}
#contentareaoffice .pagetitle { height: 25px; text-align:left; margin-top: 10px; padding: 0px; color: #386c9d; font-size: 16px; font-weight: bold; }
#contentareaoffice .pagecontent { padding: 0px; text-align:left; }
#contentareaoffice ul {padding-left: 28px; margin-bottom: 10px;}
#contentareaoffice ol {padding-left: 35px; margin-bottom: 10px; color: #28385C;}
#contentareaoffice li {display:list-item; padding:2px 0;}
#contentareaoffice a {text-decoration: none;}
#contentareaoffice .pagetitle_members {}
#contentareaoffice .pagecontent_members { position: relative; margin-bottom: 15px; min-height:300px;}
#contentareaoffice .pagecontent_members h3{ }
#contentareaoffice .pagetitle_image {float: right; background-repeat:no-repeat; height:50px; width: 100px;}
#contentareaoffice .information_layer {position:absolute; left: 365px; visibility:hidden; text-align: left;}
#contentareaoffice .information_layer td {font-size: 9px; border: none;}


/*MEMBERS CONTENT & NAVIGATION CONTAINER */
#memberscontentarea {background-color: #FFFFFF;
    float: right;
    margin-right: 0;
    min-height: 300px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
    width: 635px;} !important /* This is needed for the precision template to allow the submenu to display correctly under the memebrmenu*/


/* DIRECTOR AREA */
#directorsmainarea {padding-right: 20px;}
#directorscontentarea {padding-top: 22px;}
.directors_content {float: left; width: 71.4%;}
.directors_fullwidthcontent {float: left; width: 100%;}
.directors_sidebar {float: right; width: 30%; text-align:center; margin-right: 20px;}


/* FLASH / ANNOUNCEMENTS / CUSTOM AREA ACTIVATED */
#flashcontainer_custom { margin-left: auto; margin-right: auto; clear: both; width: 610px; text-align: center; height: 225px;}
#flash_area { float: left;  width: 580px; height: 220px;}
#flash_area_custom { float: right; width: 175px; height: 224px; background-image:url(images/custom_flash.jpg); background-repeat: no-repeat; }


/* FLASH / ANNOUNCEMENTS CONTAINERS */
#flashcontainer { position: relative;  float: left; width: 100%; height: 258px; margin-left: 0px; margin-right: auto; margin-top: 0px; margin-bottom: 0px;  clear: both;  text-align: center; }
#mini_flashcontainer { display: none; }
#announcements_content {display: none; margin-top: 10px; padding: 5px; background-color: #EEEEEE; border: 1px solid #DDDDDD; height: 50px; overflow: visible; width: 265px; filter: alpha(opacity=0); -moz-opacity:0%; float:right;}
#announcements_content_dynamic {background: url(../../templates/current/images/announcement_bgr.gif) no-repeat; height: 51px; margin-top: 258px; width: 100%; margin-bottom: 10px;}
#announcements_content_dynamic p {color: #FFFFFF;float: right; font-family: Verdana; font-style: italic; margin-right: 20px; padding-top: 14px;}
#announcements_content_dynamic h1 {display: none;}
#announcements_content_dynamic h2 {display: none;}
#announcements_login {background-image: url(../../templates/current/images/login_announcement_bgr.gif); background-repeat: no-repeat; color: #4F74A1; float: left; font-family: Georgia; font-size: 13px; font-style: italic; font-weight: normal; height: 33px; letter-spacing: 0.5px; overflow: visible; padding: 17px 0 0 70px; width: 575px;  position: relative; top: 5px;}
#announcements_login a {padding-left:23px;  font-size: 11px; font-weight: normal; color:#F90; text-decoration: none;}
#announcements_login a:hover {text-decoration: underline;}
#announcements_members {width: 300px; margin-bottom: 11px; padding-top:10px; background-color:#FFF; overflow: visible;  filter: alpha(opacity=0); -moz-opacity:0%;}
#announcements_members a { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color:#F90; text-decoration: none;}

#altAnnouncement { position: relative; top: 70px; padding:3px; font-size:11px; background-color:#f0f5f7; border: 1px solid #edf4f6; border-radius: 7px; -webkit-border-radius:7px; -khtml-border-radius: 7px; -moz-border-radius: 7px;  behavior: url(templates/current/PIE.htc);}


/* RIGHT CONTAINER/ MODULELINKS/ NEWSHEADLINES/ LOGINAREA*/
#layoutDivide { float: left; height: 200px; margin-top: 10px; width: 100%; }
#sidebar #layoutDivide { width: 200px; margin-right: 0; margin-top:0;  height: 100%; }

/* SUBMENU (CONTENT PAGES ONLY) */
#submenu {background-image: url(../../templates/current/images/submenu_bgr.gif); background-repeat: repeat; margin-bottom: 0; margin-top: 25px; position: relative; width: 222px;}
#submenu .title_subsections {color: #FFFFFF; font: 16px Georgia; padding: 15px 0 15px 46px;}
#submenu ul {padding: 15px 5px 20px 22px;}
#submenu li {list-style-type: none; width: 100%;}
#submenu a { background: url(../../templates/current/images/modulinks_arrow.gif) no-repeat scroll 0 4px rgba(0, 0, 0, 0); color: #309E05; display: block; line-height: 24px; padding-left: 22px;}
#submenu a:hover {text-decoration:underline; color:#FF5A00; background: url(../../templates/current/images/modulinks_arrowB.gif) no-repeat scroll 0 4px rgba(0, 0, 0, 0);}

/* SIDEBAR (CONTENT PAGES ONLY) */
#sidebar { float: left; margin-top: 0px; margin-bottom: 0px; width: 222px;  background-repeat: repeat;}
#sidebar .title_subsections {font: bold 15px Arial, Verdana, Helvetica, sans-serif; color: #396c9e; padding-bottom: 10px;}
#sidebar li {}
#sidebar a {color: #333;}
#sidebar a:hover {text-decoration:underline; color: #FF5A00;}


/* 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;}


/* NAVIGATION SELECTED ITEMS */
#mainmenu .section_selected {background:url(../../templates/current/images/menu_bkgd_selected.gif) no-repeat center 40px;}
#mainmenu .section_selected :hover  {background:url(../../templates/current/images/menu_bkgd_selected.gif) no-repeat center 40px; }
#mainmenu .section_selected  ul li:hover { background:#5d81a0; }
#mainmenu .section_selected a {color:#FF5A00;}
#mainmenu .section_selected a:hover {background:url(../../templates/current/images/menu_divider.gif) no-repeat top right;}
#mainmenu .page_selected a {font-weight: bold; background-color: #D5E5F5;}
#submenu .subitem_selected {}

div#submenuCalculator {display: none;}


/* MEMBER AREA */
#membermenu { float: left;  margin: 5px 14px 10px 12px; width: 210px; background-color: #034C9E; }
#membermenu li {border-bottom: 1px solid #FFFFFF; list-style-type: none;}
#membermenu li:hover {background: #01aee8;}
#membermenu a {color: #FFFFFF; display: block; padding: 5px; font-size: 14px; line-height: 1.8;}
#membermenu a:hover {text-decoration:none;}
#membermenu .last {font-weight: bold;}
.memo {border: 1px solid #CCCCCC; width: 130px; padding: 2px; position: absolute; top: 5px; left: 770px;}


/* SUBMENU (USER AREA/ DIRECTORS AREA/ YOUTH AREA/ VOLUNTEERS AREA*/
#submenu_members { background: none repeat scroll 0 0 #82A5CF; margin-bottom: 10px; margin-left: 12px; position: absolute; top: 270px; width: 210px;}
#submenu_members  ul {padding-left: 0px; margin-bottom: 0px; font-size: 12px;}
#submenu_members  li {list-style-type: none; padding: 4px; border-bottom:1px solid #fff;}
#submenu_members a {color:#fff; text-decoration: none; display:block;}
#submenu_members li:hover {background:#FF5A00;}
#submenu_members .title_subsections {font-weight: bold; padding: 5px; color:#0350A3; border-bottom: 1px solid #fff;}




/* 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: 200px; 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 {float: left; width: 200px; margin-bottom: 10px; margin-right: 10px; border-top: 2px solid #5EA6E3; background-color: #E4EFF8;}
#submenu_directors li {list-style-type: none; padding: 4px; border-bottom: 1px solid #5EA6E3;}
#submenu_directors a {color: #666666;}


/* 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 {float: left; margin: 5px 10px 10px 12px; width: 210px; font-family: Verdana, sans-serif;}
#adminmenu ul { width: 100%; border-top: 2px solid #034C9E; background-color:#034C9E;}
#adminmenu li {border-bottom: 1px solid #FFFFFF; list-style-type: none;}
#adminmenu li:hover {background:#337cc4;}
#adminmenu li a { color: #fff; display:block; padding: 5px;}
#adminmenu li a:hover {text-decoration:none;}
#adminmenu li strong {font-size: 15px; line-height: 2; margin-left: 5px; color: #fff;}
#adminmenu ul li ul {display: none;}
#adminmenu ul li ul li {background-color: #EDF5FA; border-bottom: 1px solid #FFFFFF; list-style-type: none;} 
#adminmenu ul li ul li:hover {background: #CDDBEB;}
#adminmenu ul li ul li a {color: #034C9E; font-size:13px; display:block; padding: 5px 3px 5px 6px; line-height: 1.6;}
#adminmenu ul li ul li a:hover {text-decoration:none;}
#adminmenu .expanded {display: inline-block;}


/* TOOLS & RESOURCES SECTION (MODULE LINKS) */
#modulelinks { float:left; width: 303px; height: 170px; border-right:1px solid #cddbeb; }
#modulelinks img {}
#modulelinks ul {margin-top: 11px; padding-left: 32px;}
#modulelinks li { width: 90%; list-style-type: none;}
#modulelinks a { background: url(../../templates/current/images/bullet_greenarrow.gif) no-repeat scroll 0 5px rgba(0, 0, 0, 0); color: #309E05; font-family: Verdana; font-size: 13px; font-weight: bold; line-height: 24px; padding-left: 21px; display:block;}
#modulelinks a:hover {background: url(../../templates/current/images/bullet_greenarrowB.gif) no-repeat scroll 0 5px rgba(0, 0, 0, 0); color: #FF5A00; font-family: Verdana; font-size: 13px; font-weight: bold; line-height: 24px; padding-left: 21px;}
#modulelinks_contentpage {position: relative; float:left; width: 222px; height: auto;  }
#modulelinks_contentpage img {}
#modulelinks_contentpage ul {background: #edf5fa; margin-left: 15px; padding-bottom: 20px; padding-top: 15px; padding-left: 7px;}
#modulelinks_contentpage li {list-style-type: none; width:100%; }
#modulelinks_contentpage a { background: url(../../templates/current/images/modulinks_arrow.gif) no-repeat scroll 0 4px rgba(0, 0, 0, 0); color: #309E05; display: block; line-height: 24px; padding-left: 22px;}
#modulelinks_contentpage a:hover {text-decoration:underline; color:#FF5A00;  background: url(../../templates/current/images/modulinks_arrowB.gif) no-repeat scroll 0 4px rgba(0, 0, 0, 0);}



/* NEWS HEADLINES */
#newsheadlines {border-right: 1px solid #cddbeb; float: left; height: 170px; width: 294px;}

#newsheadlines a h3 {color: #034c9e; font-size: 13px; font-family:Verdana; font-weight:bold; padding-bottom:5px; padding-top:5px;}
#newsheadlines a:hover h3 {color: #FF5A00; text-decoration: none; }
#newsheadlines a p {text-decoration: none; color: #034c9e; font-size:12px; line-height:18px; font-family:Verdana;}
#newsheadlines a:hover p {text-decoration: none; color:#FF5A00;}
#newsheadlines_contentpage {float: left; position: relative; top: 0; width: 222px; }
#newsheadlines_contentpage a h3 {color:#034C9E; font-size: 13px; padding: 10px 0;  margin-bottom: 0px;}
#newsheadlines_contentpage a:hover h3 {color: #FF5A00; text-decoration: none;}
#newsheadlines_contentpage a p {line-height:18px; color: #034C9E; font-family: verdana; font-size: 11px;}
#newsheadlines_contentpage a:hover p {text-decoration: none; color: #FF5A00;}
#newsheadlines #news_content {width: 90%;position: relative; padding: 10px 18px;}
#newsheadlines_contentpage #news_content {background: none repeat scroll 0 0 #EDF5FA; margin-left: 15px; padding: 10px;}


/* 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: none;text-transform: uppercase; padding-right:20px; font-size: 9px;  }
.newsArticleLink p { color: #20368c;}
.newsArticleLink a {color: #20368c; font-size: 9px; text-decoration: none; }


/*QUICK LINKS*/
#quick_links { position:absolute; top: 327px; left: 258px;  width: 243px; height: 140px;  margin-top: 60px; 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 ;}
#quick_links a:hover {text-decoration: underline; color: #063;}


/* LOGIN / YOUTHZONE / LIVE CHAT LAYER / CUSTOM BUTTON ---- * ABSOLUTE POSITIONING*/
#loginarea { float: right; height: 112px; padding-right: 3px; position: absolute; right: 0px; text-align: right; top: -141px; width: 285px;background:url(../../templates/current/images/loginarea_bgr.gif) no-repeat;}
#loginarea img {}
#loginarea_contentpage {  float: right; height: 112px; padding-right: 3px; position: absolute; right: 0px; text-align: right; top: -141px; width: 285px; background:url(../../templates/current/images/loginarea_bgr.gif) no-repeat;}/*USED WHEN CUSTOM BUTTON IS DE-ACTIVATED */
#loginarea_contentpage img {margin-bottom: 0px;}
#loginarea a:hover {border: 0px;}  


/* HOMEPAGE SPOTLIGHTS
#spotlight1 {position: relative; float: left;  width:238px; padding: 3px; margin-bottom: 10px; margin-left: 10px; margin-right: 0px; border: solid 1px #b4c5d6; }
#spotlight2 {position: relative; float: left; width:238px;  padding: 3px; margin-bottom: 10px; margin-left: 10px; margin-right: 0px; border: solid 1px #b4c5d6;}
#spotlight3 {position: relative; float: left;  width:238px; padding: 3px; margin-bottom: 10px; margin-left: 10px; margin-right: 0px; border: solid 1px #b4c5d6;}
#spotlight7 {position: relative; float: left;  width:238px; padding: 3px; margin-left: 10px; margin-right: 0px; border: solid 1px #b4c5d6;}
#spotlight8 {position: relative; float: left;  width:238px; padding: 3px; margin-left: 10px; margin-right: 0px; border: solid 1px #b4c5d6;}
#spotlight9 {position: relative; float: left;  width:238px; padding: 3px; margin-left: 10px; margin-right: 0px; border: solid 1px #b4c5d6;}
.spotlight_title { position: relative; top: -10px; height: 30px; width: 233px;  padding-top:18px; padding-left: 2px; padding-right:0px; line-height: 15px; border-bottom: 3px solid #c1cfdd;} /*BACKGROUND IMAGE SPECIFIED DYNAMICALLY*/
/*.spotlight_title h4 { color: #336699; text-align: left;}*/
/*.spotlight_container { position: relative; top: -5px; min-height: 100px; padding-left: 1px; padding-right: 0px; padding-top: 0px; }
.spotlight_text { position: absolute; width:68%; height: auto; top:0px; left:0px; padding-bottom: 5px; font-size: 10px; background: #FFF;  }
.spotlight_image_upload { position: relative; float:right; top: 0px; width:auto; height: auto;  margin-bottom:10px; background:#FFF; border: 1px solid #b0c2d4;}
.spotlight_link { position: absolute; bottom: -5px; left: 0px;  width: 100%; height: 14px; text-align: right; padding:3px; background-color: #8fca15;}
.spotlight_link a { color: #fff; font-weight: bold;  }*/


/* HOMEPAGE SPOTLIGHTS */
#spotlight1 {position: relative; float: left;  width:279px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; background:url(../../templates/current/images/spotlight1_bgr.gif) no-repeat; margin-left: 17px;  height: 279px; }
#spotlight2 {position: relative; float: left; width:279px;  margin-bottom: 0px; margin-left: 20px; margin-right: 0px; background:url(../../templates/current/images/spotlight2_bgr.gif) no-repeat;margin-left: 15px;  height: 279px;}
#spotlight3 {position: relative; float: left;  width:279px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; background:url(../../templates/current/images/spotlight3_bgr.gif) no-repeat;margin-left: 15px;  height: 279px;}
#spotlight7 {position: relative; float: left;  width:305px; margin-bottom: 20px; margin-left: 20px; margin-right: 0px; border: solid 0px #b4c5d6;}
#spotlight8 {position: relative; float: left;  width:305px; margin-left: 10px; margin-right: 0px; border: solid 0px #b4c5d6;}
#spotlight9 {position: relative; float: left;  width:305px; margin-left: 10px; margin-right: 0px; border: solid 0px #b4c5d6;}
.spotlight_title { line-height: 15px; margin-bottom: 15px; padding-left: 10px; padding-right: 0; padding-top: 19px; position: relative; width: 270px;} /*BACKGROUND IMAGE SPECIFIED DYNAMICALLY*/
.spotlight_title h4 { color: #fff; text-align: left;}
.spotlight_container { position: relative; top: -5px; min-height: 100px; padding-left: 1px; padding-right: 0px; padding-top: 0px; }
.spotlight_text { font-size: 10px; height: 100px; padding-left: 10px; padding-top: 13px; width: 94%;}
.spotlight_text p {color: #034C9E; font-family: Verdana; font-size: 12px; line-height: 18px;}
.spotlight_image_upload {padding-top: 8px; }
.spotlight_link { bottom: -15px; height: 14px; left: 12px; position: absolute; text-align: left; width: 100%;}
.spotlight_link a {background: url(../../templates/current/images/spotlight_link_bgr.gif) no-repeat scroll 66px center rgba(0, 0, 0, 0); color: #319F06; font-family: Verdana; font-weight: bold; padding-right: 25px;}
.spotlight_link a:hover {color: #FF5A00; text-decoration: underline; background: url(../../templates/current/images/spotlight_link_bgrB.gif) no-repeat scroll 66px center rgba(0, 0, 0, 0);}
/* 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; padding-left: 5px; width: 70px; background: url(images/memo_btn.jpg) no-repeat; border: none; text-shadow: -1px 0 1px rgba(0, 0, 0, 0.3);text-align:left; }
#rdCookieConsent0 { margin: 5px 0; }
#cookieConsentForm { float:left; font-family: Arial; font-size: 12px; color:#555555; position:absolute; bottom: 47px; left: 17px; }
#lyrCookieConsent h2 { font-size:16px; text-shadow: -1px 0 1px white; }
#lyrCookieConsent p { text-align: left; color: #555555; font-family: Arial; font-size: 12px; margin-bottom: 7px; }


/* FOOTER */
#pagefooterOuterIndex { background: #81a5ce; width:100%; height:85px;}
#pagefooterIndex { clear: both; height: 36px; margin: 0 auto; padding-left: 0; padding-top: 0; position: relative; width: 900px; background:url(../../templates/current/images/footer_bgr.gif) no-repeat;}
#pagefooterOuterPublic { background: #81a5ce; width:100%; height:85px;}
#pagefooterPublic {clear: both; height: 36px; margin: 0 auto; padding-left: 0; padding-top: 0; position: relative; width: 900px; background:url(../../templates/current/images/footer_bgr.gif) no-repeat; }
#pagefooterOuterOther { background: #81a5ce; width:100%; height:85px;}
#pagefooterOther { clear: both; height: 36px; margin: 0 auto; padding-left: 0; padding-top: 0; position: relative; width: 900px; background:url(../../templates/current/images/footer_bgr.gif) no-repeat;} 
#pagefooterOther a { color: #ffffff;}
html>body #pagefooter { background-color: #FFF;}
.ProgressLogo {float: right; position: absolute; right: 20px; top: 40px;}
#footerDetails{ color: #FFFFFF; float: left; font-family: Verdana; font-size: 12px; padding-left: 18px; padding-top: 34px; text-align: left; text-decoration: none; width: 80%;}
#footerDetails strong {font-weight:normal;}
#fsrnTextOff{ float: left;  color: #666; text-decoration: none; font-size:10px; text-align: left; padding-left: 10x;}
#pagefooterAlternative{ float: left; width: 750px; margin-left: auto; margin-right: auto; padding-top: 0px; padding-left: 10px; text-align: left; font-size: 10px; color: #666; clear: both; }
#fsrnTextAlternative{color: #D9E4F0;float: left; font-size: 10px; padding-left: 8px; text-align: left;text-decoration: none;}
html>body #pagefooter {} /*LONG CONTENT AREAS EXPAND OVER THE FOOTER GRAPHIC IN IE5/IE6. ONLY SHOW BACKGROUND IMAGE IN OTHER BROWSERS */

/* PRIVACY POLICY */
#divTermsFooterLink, #divPrivacyFooterLink {width:120px; position:absolute; top:80px; right:0px; padding: 10px 0;}
#divPrivacyFooterLink {right: 130px; width: 100px;}
#divTermsFooterLink a, #divPrivacyFooterLink a {font-size:11px; text-decoration:underline; color: #034C9E;}
#divTermsFooterLink a:hover, #divPrivacyFooterLink a:hover { color: #FF5A00;}



/*Social Networking Icons Footer*/
#SocialNetFooter{ display: none; position: relative; float: left; z-index: 10; width: 170px; height: auto; top: 0px; left: 0px;}
#SocialNetTxt { position: relative; float: left; color:#333; font-size: 11px; width: 70px; }
#SocialNetIcons { position: relative; float:left; width: 100px; height:auto; top: -4px; right: 2px;}
#SocialNetIcons img { list-style-image:none; /*border: 1px solid #FF0;*/ }
#SocialNetIcons a { display: inline; }


/*SITEMAP CONTAINER AND NAVIGATION */
#siteMap { position: relative; width: 100%; height: 150px; padding-top: 10px; clear: both; text-align:center; font-size: 9px;  background-color: #c6d1db; display:none; }
#siteMapMenu { position: relative; width:940px; height: 100%; margin: 0 auto;  white-space: nowrap; padding-bottom: 1px; display: block; text-align:center; font-weight: bold; }
#siteMapMenu li {background:url(../../templates/current/images/bullet_grey.gif) no-repeat; background-position: 0px 5px; display: block; float: left;  padding: 2px 16px 0; text-align: left; white-space: nowrap;}
#siteMapMenu ul li a{ font-size: 9px; color: #0054A4;}
#siteMapMenu ul li ul a{ font-size: 9px; font-weight: bold; color: #1F4C78; }




/*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: #F0F0F0;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 #F0F0F0;}
.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:#F0F0F0; border-left:1px solid #F0F0F0; border-right:1px solid #F0F0F0 ;padding:5px;}


/* GRAPHIC ICONS BELOW LOGIN AREA ----------------------------------------------------------------------------------------------------------------*/
.Lost_bkgd {
	background-image: url(../../images/essentials/lost_pin_bkgd.jpg);
	width: 230px; float:right; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 250px; padding-right: 20px; padding-top: 8px; margin-top: 10px; font-size: 9px; line-height: 14px;}
.Lost_bkgd a {font-size: 10px;}
.register {
	background-image: url(../../images/essentials/reg_pin_mem_log_bkgd.jpg);
	width: 230px; float:right; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 250px; padding-right: 20px; padding-top: 8px; font-size: 10px; font-size: 9px; line-height: 14px;}
.register a {font-size: 10px;}
.security {
	background-image: url(../../images/essentials/security_mem_log_bkgd.jpg);
	width: 230px; float:right; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 250px; padding-right: 20px; padding-top: 8px; font-size: 10px; font-size: 9px; line-height: 14px;}
.security a {font-size: 10px;}
.problems {
	background-image: url(../../images/essentials/problem_mem_log_bkgd.jpg);
	width: 230px; float:right; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 250px; padding-right: 20px; padding-top: 8px; font-size: 10px; font-size: 9px; line-height: 14px;}
.problems a {font-size: 10px;}
.browser {
	background-image: url(../../images/essentials/browzer_info_bkgd.jpg);
	width: 230px; float:right; background-repeat: no-repeat; background-position: right; height: 37px;text-align: left; padding-left: 250px; padding-right: 20px; padding-top: 8px; font-size: 10px; font-size: 9px; line-height: 14px;}
.browzer a {font-size: 10px;}
.memLogLinksCont{
	/*background-image: url(../../images/essentials/mem_login_graphic.jpg);*/
	height:230px; width:100%; background-position: left; background-repeat: no-repeat;}
.memLogLinksCont a {font-size: 10px;}


/*LOGIN AREAS -OFFICE  /DIRECTORS /REPRESENTATIVES  /VOLUNTEERS  WEBTELLER   -------------------------------------------------------------------------------------*/
#pageInContOff, #pageInContDir, #pageInContUser, #pageInContRep, #pageInContVol, #pageInContWeb { position: relative; width:900px; height:100%;background-color: #FFF;}
#pageInContOff:after, #pageInContDir :after, #pageInContUser :after, #pageInContRep :after, #pageInContVol :after, #pageInContWeb :after  {clear:both;content:".";display:block;height:0pt; visibility:hidden;}
#pagefooterOff, #pagefooterDir, #pagefooterUser, #pagefooterRep, #pagefooterVol, #pagefooterWeb { position: relative; width: 900px; background: url(../../templates/current/images/footer_bgr.gif) no-repeat; padding-top: 40px; margin:auto; text-align:center; font-size:10px;}
#pagefooterDir {background: url(../../templates/current/images/footer_bgr.png) no-repeat;}
#pagefooterOff a, #pagefooterDir a, #pagefooterUser a, #pagefooterRep a, #pagefooterVol a, #pagefooterWeb a  { color: #69C; font-size:10px;}
.officeLogCont, .userLogCont, .repLogCont, .volLogCont, .webLogCont{position: relative; width: 100%; height: 230px; padding-top: 10px; padding-bottom: 0px; background-color:#EDF5FA; border-bottom: 1px solid #CDDBEB; border-top: 1px solid #CDDBEB; margin-top: -12px;}
.officeTxtAlertCont, .dirTxtAlertCont, .userTxtAlertCont, .repTxtAlertCont, .volTxtAlertCont, .webTxtAlertCont { float: right; width: 0%; height: 100%; font-size: 11px;}
.officeLogContInner, .dirLogContInner, .directLogCont, .userLogContInner, .repLogContInner, .volLogContInner, .webLogContInner { position: relative; width: 100%;  height: 100%; font-size: 13px;}
.userTxt{ float: left; width: 38%; height: 27px; padding-top: 8px; text-align: right;}
.passwordTxt{ float: left; width: 38%; height: 27px; padding-top: 8px; text-align: right;}
.emailTxt{float: left; width: 38%; height: 27px; padding-top: 8px; text-align: right;}
.enterCode{ position: relative; top: 30px; float: left; width: 38%; padding: 3px; text-align: right;}
.userInputShort{ float:right; width: 59%; height: 30px; padding: 3px;}
.passwordInputShort{ float: right; width: 59%; height: 30px; padding: 3px;}
.emailInput{float: right; width: 59%; height: 30px; padding: 3px; }
.enterCodeInputShort{float: right; width: 59%; height: 30px; padding: 3px; padding-bottom: 5px; }
.captchaGraphic{ float: right; width:59.6%; height: 80px; padding-top: 10px;   }
.logButtin{float: right; width: 59%; text-align: left; padding: 20px 0;}

/* PIN MEMBER LOGIN -----------------------------------------------------------------------------------*/

/*-----v4.4 LOGIN*/
.mainContainerbkgd , .mainContbkgd3, .mainContbkgdPin2, .mainContbkgdSec2, .mainContbkgdSec2 { position: relative; float: left; font-size: 13px; width: 100%; height: 100%;  padding:0; background-color:#EDF5FA; border-top: 1px solid #CDDBEB; border-bottom: 1px solid #CDDBEB; padding:20px 0;}
.mainContainer, .mainContRand3, .mainContSec2{ width: auto; height: auto; text-align:right; margin-right: 200px; padding:0px 15px 0px 0px; border-right: 1px dotted #d2e6ef; }
.alert {float: right; font-size: 11px; position: absolute; right: 10px; text-align: left; width: 180px;}
.infoCont {}
.memContText {padding:0 0 20px 0px;}
.memberNumberTxt {float:left; text-align: right; font-weight:bold; padding-left: 130px;}
.securityPasswordTxt {float:left; font-weight:bold; padding-left: 310px;}
.secPassBut {padding-top: 10px}
.rand3PinTxt{float: left; padding-left: 165px; }
.dobInputTxtRand3 {float: left; padding-left: 80px;}
.dobForm3, .pinPassButRand3  {}
.input_2char { }
/*-----v3.4 LOGIN*/
.mainContPin2 { text-align: right; height: 100%;}
.memContainer2, .pinContainer2, .dobContainer2, .secContainer2, .secPassField2{}
.memNumField2, .pinNumField2, .dobField2 {float: right; padding-bottom: 10px; text-align: left; width: 56%; height: 20px;}
.memNumberTxt2, .pinNumberTxt2, .dobPassTxt2  {float: left; width: 40%; height: 30px; }
.logPassBut2 { float: left; margin-left: 280px; margin-top: 5px;}
.secPassTxt2 {float:left;font-weight:bold; padding-left: 320px;}
.memberNumberTxt2 {float: left; line-height: 23px; width: 180px;}
.dobInputTxtRand3_2 {float: left; line-height: 23px; width: 260px;}
.insertRandomPin3 {float: left; line-height: 23px; margin-right: 20px; width: 146px;}
.noMemberNumber, .noMemberNumber2 {float: right; font-size: 11px; line-height: 24px; width: 100%;}

.memNumForm2,
#dobContRand3,
.pinContRand3,
.noMemberNumber2 {padding:0 0 13px;}
.pinNumFormRand3 {float:right;}

#AlertPanelPIN {font-size: 11px; line-height: 18px; position: absolute; right: 10px; top: 15px; width: 180px;}
#AlertPanelPIN a {font-size:11px;}

/*-----------------------------------------------------------------------------------*/


/*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; }




/*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; }


/* 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 { position: relative; text-align: center; left: 300px; }
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: 0px; position: relative; top: -35px; left: 550px; 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;}

