/*
Theme Name: The Banker - Database
Theme URI: http://www.thebankerdatabase.com/
Description: The Banker - Database - HTML5 and CSS3 Layout
Version: 2.0
Author: Czarnie Salazar
Author URI: http://www.sliceyweb.com/
*/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* =============================================================================
   Reset
   ========================================================================== */
* {
    padding: 0;
    margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; padding: 0;border: 0; outline: 0; font-size: 100%; background:transparent; vertical-align:baseline; 
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    background:#f2f1f1; font-size:1em; font-family:Arial,sans-serif; line-height:1.4; margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* enhancement */
a { color:#7f1c1d; text-decoration:none; cursor:pointer }
a:visited { color:#7f1c1d; }
a:hover, .userControl li a:hover { color: #7f1c1d; }
a:focus { outline:none; } /* thin dotted*/

a.arrow { color:#7f1c1d; background:url('../img/icon_link_arrow.gif') right no-repeat; padding:0 14px 2px 0; }
a.arrow:hover { color:#000; }

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}


/* Heading Enhancement */
p { font-size:14px; margin:0 0 6px 0; }
h1 { font-size:20px; margin:0 0 6px 0; }
h1.bank { font-size:23px; font-weight:normal; }
h2 { font-size:16px; font-weight:normal; margin:0 0 6px 0; }
h3 { color:#535353; font-size:16px; font-weight:normal; margin:0 0 6px 0; }
h4 { color:#fff; font-size: 13px; font-weight:bold; text-transform:uppercase; margin:0 0 6px 0; }
h5 { color:#005181; font-size:14px; font-weight:bold; margin:0 0 6px 0; }
h6 { color:#323232; font-size:14px; font-weight:normal; margin:0 0 6px 0; }

h3.title { color:#fff; width:0%; font-size:16px; font-weight:normal;
   line-height:26px;
   background:#006495 url('../img/icon_title_bulletarrows.png') 10px 10px no-repeat; 
   border-radius-bottomright:10px; 
   -moz-border-radius-bottomright:10px;
   -webkit-border-bottom-right-radius:10px; 
   margin:0 0 6px 0; padding:4px 30px 6px 32px; display:inline;
}
.h3 { color: #535353; font-size: 16px; font-weight: normal; }

.sm p, p.sm { font-size: 13px; margin:0 0 8px 0; }


/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* enhancement */
nav ul, nav ol, .userControl ul, .fotcont ul, .resultsPreview ul, ul.tabNavigation, ul.users, ul.subNav, ul.subNav ul.sub { list-style: none; list-style-image: none; margin: 0; padding: 0; }

ul.tabNavigation { font-family:Arial,sans-serif; }

ul.wlist { margin: 0; padding: 0 0 0 14px; }
ul.wlist li { font-size: 13px; padding-bottom: 10px; }

ul.blist { list-style-image: url('../img/arrow_right.png'); margin: 0 0 10px 6px; padding: 0 0 0 11px; }
ul.blist li { font-size: 13px; padding-bottom: 10px; }

ul.users li { float:left; width: 290px; padding: 0 12px 26px 12px; display:block; overflow: hidden; }

#testimonials ul { margin: 0; padding: 0; list-style: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* Enhancement - Czar */
label { cursor: pointer; font-size:13px; }
.navcon label { color: #323232; font-size:13px; padding-right:4px; }

input.txt, select.txt { color:#919191; font-size:14px; border:1px solid #cacaca; padding:4px; }
.loginBox label { float: left; width: 80px; line-height: 36px; }
.loginBox input.txt { float: right; width:68%; margin:4px 0 0 0; }
input.txt.sm, select.txt.sm { font-size:13px; border:1px solid #cacaca; padding:2px 4px; }
select.txt { padding:3px 4px; }
optgroup option { padding-left:10px; }



/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.quickdataTable { color: #323232; font-size:14px; text-align: left; }
.quickdataTable tr.alt { background:#efeeee; margin:0; padding:0; }
.quickdataTable th { font-weight: bold; text-align: left; padding:2px 8px 10px 8px; border-bottom: 2px solid #444444; }
.quickdataTable td { padding:10px 8px; border-bottom: 1px solid #CCCCCC; }

.tabdataTable { color:#323232; font-size:14px; text-align: left; }
.tabdataTable tr.alt { background:#efeeee; margin:0; padding:0; }
.tabdataTable tr.wht th { color:#000; background:#fff !important; }
.tabdataTable tr.highlight td { background:#e8f6ff !important; }
.tabdataTable th { color:#fff; background: #005181; font-weight:bold; text-align:center; padding:10px;  border-right:1px solid #fff; }
.tabdataTable th:first-child { text-align:left; }
.tabdataTable th:last-child { border-right:none; }
.tabdataTable td { background:#fff; text-align:center; padding:10px 8px; border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; }
.tabdataTable td:first-child { text-align:left; }
.tabdataTable td:last-child { border-right:none; }

.showdataTable { color:#323232; font-size:14px; text-align:center; border-right:2px solid #d6d7d2; }
.showdataTable th { color:#fff; background:#919191; font-weight:bold; text-align:center; padding:10px; border-top:3px solid #d6d7d2; border-right:1px solid #d6d7d2; }
.showdataTable th:first-child { border-left:3px solid #d6d7d2; }
.showdataTable th:last-child { border-right:3px solid #d6d7d2; }
.showdataTable td { text-align:center; padding:10px 8px; border-right:1px solid #CCCCCC; border-bottom:2px solid #d6d7d2; }
.showdataTable td:first-child { border-left:3px solid #d6d7d2; }
.showdataTable td:last-child { border-right:3px solid #d6d7d2; }

.quickdataTable a { cursor:pointer; }

.tabresultsData { color:#4e4e4e; font-size: 13px; text-align:center; }
.tabresultsData th { font-weight:normal; padding:8px 10px; border-bottom:1px solid #CCCCCC; }
.tabresultsData td { padding:8px 10px; border-bottom:1px solid #CCCCCC; }
.tabresultsData td span { color:#979797; }

.boxTable { color: #323232; font-size:14px; text-align: left; }
.boxTable tr.alt { background:#efeeee; margin:0; padding:0; }
.boxTable th { font-weight:normal; text-align: left; padding:2px; }
.boxTable td, *+ html .boxTable td { margin:0px; padding:0px; }

/* scrollableFixedHeaderTable */
.noDivBounds * { border: 0; margin: 0; padding: 0; vertical-align: middle; }
.sfhtTable table tr, .sfhtTable tr td { padding: 0; margin: 0; }
.sfhtHeader { position: absolute; overflow: hidden; }
.sfhtData { overflow: auto; }
.sfhtColumnSelectButton_unPressed { width: 20px; height: 20px; background:url("../images/arrow_right.jpg") no-repeat center; cursor: pointer; }
.sfhtColumnSelectButton_Pressed { width: 20px; height: 20px; background:url('../img/arrow_down.jpg') no-repeat center; cursor: pointer; }
.sfhtColumnSelect { position: absolute; z-index: 100; }

.sfhtColumnSelect ul { list-style: none; padding: 2px; background: #CCCCCC;}
.sfhtColumnSelect ul li { list-style: none; padding: 2px; }

.freezCol { position: absolute; overflow: hidden; z-index: 100; }
.freezColHeader { position: absolute; z-index: 101; }

/* tablesorter */
table.tablesorter { color:#323232; font-size:14px; text-align: left; background:#005181;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th { color:#fff;  background-color: #005181; padding:4px 10px 10px 6px; border-right:1px solid #d6d7d2; }
table.tablesorter thead tr .header { background:url('../img/bg.gif') no-repeat center right; cursor: pointer; }
table.tablesorter tbody td { color: #3D3D3D; padding:6px; background: #FFF; border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; }
table.tablesorter tbody tr.alt td { background:#efeeee; }
table.tablesorter thead tr .headerSortUp { background:url('../img/asc.gif'); }
table.tablesorter thead tr .headerSortDown { background:url('../img/desc.gif'); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background:#022d46; }






/* JsTransform */

form.jqtransformdone label{
    margin-top:4px;
    margin-right: 8px;
    display: block;
    float:left;
}
form.jqtransformdone div.rowElem{
    clear:both;
    padding:4px 0px;
}

/* -------------
 * Buttons
 * ------------- */
/*
button.jqTransformButton { margin: 0px; padding: 0px; border: none; background-color: transparent; cursor: pointer; overflow: visible; font-family: Arial; }
*/

/**:first-child+html button.jqTransformButton[type]{width: 1;}*//* IE7 */
/*
button.jqTransformButton span { background: transparent url('../img/jqTransform/btn_right.gif') no-repeat right top; display: block; float: left; padding: 0px 4px 0px 0px; margin: 0px; height: 33px; }
button.jqTransformButton span span { background: transparent url('../img/jqTransform/btn_left.gif') no-repeat top left; color: #333; padding: 8px 4px 0px 8px; font-weight: normal; font-size: 13px; line-height: 13px; display: block; text-decoration: none; height: 33px; }
*/
/*hover*/
/*
button.jqTransformButton_hover span span { background-position: left -33px ; }
button.jqTransformButton_hover span { background-position: right -33px ; }
*/

/*clicked*/
/*
button.jqTransformButton_click span span { background-position: left -66px ; }
button.jqTransformButton_click span { background-position: right -66px ; }
*/

/* IE 6 */
/*
* html button.jqTransformButton { height:33px; }
* button.jqTransformButton span span { height: 25px; }
*/

/* IE 7 */
/*
*+ html button.jqTransformButton { height:33px; }
*+ button.jqTransformButton span span { height: 25px; }
*/

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper { background: transparent url('../img/jqTransform/input/input_text_left.gif') no-repeat left top; height: 31px; padding: 0px; float:left; }

.jqTransformInputInner { background: transparent url('../img/jqTransform/input/input_text_right.gif') no-repeat top right; padding: 0px; margin: 0px; }

.jqTransformInputInner div { height: 31px; margin:0px 0px 0px 8px; }

.jqTransformInputInner div input { font-family:Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; vertical-align: middle; height: 31px; color:#404040; border: none; /*padding: 8px 0px 0px 0px; */ padding:1px 0px 0px 0px; margin: 0px; background:transparent; }

/*  IE6 */
* html .jqTransformInputInner div input { padding: 6px 0 0 0; margin: 0 0 0 -8px; height:24px; }
/* Ie7 */
*+ html .jqTransformInputInner div input { padding: 6px 0 0 0; margin-left:-10px; height:24px; }

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -31px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -62px ;}

.jqTransformSafari .jqTransformInputInner div { position: relative; overflow: hidden; margin:0px 8px; }
.jqTransformSafari .jqTransformInputInner div input { background-color: none; position: absolute; top: -10px; left: -2px; height: 42px;  padding-left: 4px; }

/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{ font-size: 13px; line-height: 16px; }
table.jqTransformTextarea td{ font-size: 1px; line-height: 1px; width: 5px; height: 5px; margin: 0; padding: 0; }
table.jqTransformTextarea{}
table.jqTransformTextarea tr{ /*border: 1px solid red;*/ }
table.jqTransformTextarea textarea{ margin: 0; padding: 0; border: 0; background: none; }
table.jqTransformTextarea td#jqTransformTextarea-tl{background: url('../img/jqTransform/textarea/textarea_tl.gif') no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url('../img/jqTransform/textarea/textarea_tm.gif') repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url('../img/jqTransform/textarea/textarea_tr.gif') no-repeat top left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url('../img/jqTransform/textarea/textarea_ml.gif') repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url('../img/jqTransform/textarea/textarea-mm.gif') repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url('../img/jqTransform/textarea/textarea_mr.gif') repeat-y top left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url('../img/jqTransform/textarea/textarea_bl.gif') no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url('../img/jqTransform/textarea/textarea_bm.gif') repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url('../img/jqTransform/textarea/textarea_br.gif') no-repeat top left;}

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image: url('../img/jqTransform/textarea/textarea-mm-hover.gif');}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0px -5px;}

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image: url('../img/jqTransform/textarea/textarea-mm-focus.gif');}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position: -10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0px -10px;}

table.jqTransformTextarea .jqTransformSafariTextarea div { position: relative; overflow: hidden; border: 0px solid red; }
table.jqTransformTextarea .jqTransformSafariTextarea textarea{ background: none; position: absolute; top:-10px; left:-10px; padding: 10px 10px 10px 10px; resize: none; }


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px; margin-top:5px;}
.jqTransformRadio { background: transparent url('../img/jqTransform/radio.gif') no-repeat center top; vertical-align: middle; height: 19px; width: 18px; display:block;/*display: -moz-inline-block;*/ }

/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{ display:block;float:left; margin-top:5px; }
a.jqTransformCheckbox { background: transparent url('../img/jqTransform/checkbox.gif') no-repeat center top; vertical-align: middle; height: 19px; width: 18px; display:block;/*display: -moz-inline-block;*/ }

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper { width: 45px; position:relative; height: 31px; background: url('../img/jqTransform/select_left.gif') no-repeat top left; float:left; }
.jqTransformSelectWrapper div span { font-size: 13px; float: none; position: absolute; white-space: nowrap; height: 31px; line-height: 15px; padding: 8px 0 0 7px; overflow: hidden; cursor:pointer; /*border: 1px solid #CCCCCC;*/ /*  border-right: none;*/ }
.jqTransformSelectWrapper a.jqTransformSelectOpen { display: block; position: absolute; right: 0px; width: 31px; height: 31px; background: url('../img/jqTransform/select_right.gif') no-repeat center center; }
.jqTransformSelectWrapper ul { position: absolute;  width: 43px; top: 30px; left: 0px; list-style: none; background-color: #FFF; border: solid 1px #CCC; display: none; margin: 0px; padding: 0px; height: 150px; overflow: auto; overflow-y: auto; z-index:10; }
.jqTransformSelectWrapper ul a { display: block; padding: 5px; text-decoration: none; color:#333; background-color: #FFF; font-size: 13px; }
.jqTransformSelectWrapper ul a.selected { background: #EDEDED; color: #333; }
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background:#3582c4; color: #fff; }

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

/* Button - Light */
.btn_a { color:#333333; width:auto !important; font-size: 12px; text-align:center; /*text-shadow:0 1px 0 #000;*/ text-decoration: none !important; cursor:pointer; padding:7px 14px 8px 14px; 
  background:#eee;  
  border:1px solid #005181; 
 }
.btn_a:hover { color:#fff; border:1px solid #fff;
  background:#016cab;  
}

/* Button - Dark */
.btn_b { color:#fff; width:auto !important; font-size: 12px; text-align:center; /*text-shadow:0 1px 0 #000;*/ text-decoration: none !important; cursor:pointer; padding: 7px 14px 8px 14px; 
  background: #c31c1c; /* Old browsers */
  border:none; 
}
.btn_b:hover, .btn_b.active { color:#fff;
  background: #a90329; /* Old browsers */
}

.btn_d { color:#fff; font-size: 12px; background: #5c5a5d; text-align:center; /*text-shadow:0 1px 0 #000;*/ text-decoration: none !important; padding: 8px 14px 7px 14px;
  box-shadow: 0 2px 4px #262626 inset; 
  -webkit-box-shadow: 0 2px 4px #262626 inset; 
  -moz-box-shadow: 0 2px 4px #262626 inset;
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  border:none;
}

.btn_blue { color:white; font-size: 12px; background: #588cad; text-align:center; /*text-shadow:0 1px 0 #000;*/ text-decoration: none !important; padding: 8px 14px 7px 14px;
 /* box-shadow: 0 2px 4px #262626 inset; 
  -webkit-box-shadow: 0 2px 4px #262626 inset; 
  -moz-box-shadow: 0 2px 4px #262626 inset;*/
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  border:none;
}

.btn_grey { color:white; font-size: 12px; background: #807F85; text-align:center; /*text-shadow:0 1px 0 #000;*/ text-decoration: none !important; padding: 8px 14px 7px 14px;
  /*box-shadow: 0 2px 4px #262626 inset; 
  -webkit-box-shadow: 0 2px 4px #262626 inset; 
  -moz-box-shadow: 0 2px 4px #262626 inset;*/
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  border:none;
}

.withIcon { float: right; height: 33px; margin-left: 4px; }


/* IE7 */
*+ html .btn_b { line-height:normal; margin:0; vertical-align:middle; padding:7px 12px 6px 12px; }
*+ html .btn_b img { margin-bottom:-1px; padding-right:6px; line-height:12px; }

*+ html input.btn_b { padding:4px 12px; }

.frmButton { float:right; margin:10px 0;}
.frmButton .btn_b, .frmButton2 .btn_b { padding:4px 12px 4px 12px; }
