body {
    background-color: #E5E5E5;
    color: #222;
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
* {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1 {
    margin: 0 0 10px 0;
    padding: 0 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    border-bottom: 1px solid #666;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    padding: 10px 0;
}
h1 span {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: 0 auto;
    text-align: center;
}
#pnlTitle div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
div#content {
    padding: 0 10px;
}
#page-navigation {
    margin: 25px 0 0 0;
}
#navigation {
    margin-top: 5px;
}
#navigation ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
#navigation li {
    margin-bottom: 0;
}																					
#navigation ul li a {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ccc));
-moz-box-shadow: 0px 1px 3px #888 inset;
-webkit-box-shadow: 0px 1px 3px #888 inset;
box-shadow: 0px 1px 3px #888;
text-shadow: 0px 1px 1px #FFF;  
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
#navigation ul li a:hover{
 background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
-moz-box-shadow: 0px 1px 3px #888 inset;
-webkit-box-shadow: 0px 1px 3px #888 inset;
box-shadow: 0px 1px 3px #888;
text-shadow: 0px 1px 2px #ccc;
}
 #navigation ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#navigation ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
} 

input[type="button"], input[type="submit"], select {
    font-size: 17px;
    width: 88%;
}
input[type="button"], input[type="submit"] {
    margin-bottom: 10px;
    width: 300px;
    height: 31px;
    background: transparent url("images/btn-green.png") no-repeat;
    background-position: 0 0;
    border: 0;
    text-shadow: 0px 1px 0px #73811B;
    text-transform: uppercase;
    font-family: Futura, Helvetica, Arial, Geneva, sans-serif;
    letter-spacing: 3px;
    color: #F8F8F8;
}
input[type="button"]:hover, input[type="submit"]:hover {
    background-position: 0 -31px;
}
input[type="button"]:first-child, input[type="submit"]:first-child {
    margin-right: 10px;
}
select, input[type="text"], input[type="password"] {
    max-width: 290px;
    padding: 5px;
}
/*input[type="button"], input[type="submit"] {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
    -webkit-border-radius: 8px;
}*/

.BodyText {
}
.InfoText {
}
.WarningText {
    color:#ff6600;
}
.ErrorText {
    color:Red;
}
.InputField {
}
.tdnowrap {
    white-space:nowrap;
}
.NumericInput {
    -wap-input-format: "*N";
}
tr.even {
    background-color: #FFF;
}
tr.odd {
    background-color: #e5e5e5;
}
#footer {
    font-size: 80%;
    padding: 5px 7px 5px 45px;
    background: transparent url("images/psecu-logo-sm.png") no-repeat 4px center;
}
p#welcome {
    margin: 0 0 .5em 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    margin: 0 0 10px 0;
}
td {
    padding: 4px 2px;
}
td, tr {
    margin: 0;
}
label {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}
li {
    margin-bottom: 8px;
}
ul.radioList {
    list-style: none;
    padding-left: 0;
}
h1 {
    font-size:140%;
}
h2 {
    font-size:130%;
}
h3 {
    font-size:120%;
}
h4 {
    font-size:110%;
}
div.error {
    text-align: center;
}
/* History */

#lblHistory table {
    width: 100%;
}
#lblHistory table td:last-child {
    text-align: left;
}
#lblHistory table td:first-child {
    text-align: center;
}

td.pos {
}

td.neg {
    color: #093;
}

/* Sched Tran */

table#sched-tran th {
    text-align: left;
    padding: 0 .5em;
}
table#sched-tran td {
    padding: .5em;
}
/* PSECU Info */

ul#info-list li {
    margin-bottom: .5em;
}