/* import this file first which gives us a cool list of items to use (http://lesselements.com/)*/
/*---------------------------------------------------
   LESS Elements 0.6
 ---------------------------------------------------
   A set of useful LESS mixins by Dmitry Fadeyev
   Special thanks for mixin suggestions to:
     Kris Van Herzeele,
     Benoit Adam,
     Portenart Emile-Victor,
     Ryan Faerman

   More info at: http://lesselements.com
-----------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}

p {
    margin: 2px 0px;
}
#wrap {
    background-color: transparent;
    background-image: url(../img/back/light.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    padding-top: 20px;
    padding-right: 0pt;
    padding-bottom: 20px;
    padding-left: 0pt;
}
#wrap.ib {
    background-position: center -30px;
    padding-top: 0px !important;
}
/*               BRERRBAR                     */
#brerrbar {
    height: 50px;
    margin: 0 0 4px 0;
    border: none;
    border-bottom: 1px solid #999;
    color: #FF0000;
    background-color: #000000;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    /* horizontal vertical blur color */
    -webkit-box-shadow: 0px 0px 4px #FFFFFF;
    -moz-box-shadow: 0px 0px 4px #FFFFFF;
    box-shadow: 0px 0px 4px #FFFFFF;
    z-index: 100000;
}
/*                INFOBAR                     */
#infobar {
    height: 30px;
    margin: 0 0 4px 0;
    border: none;
    border-bottom: 1px solid #999;
    color: #CCC;
    background-color: #000;
    font-size: 12px;
    background-image: url('../img/back/bgsprite.png');
    background-repeat: repeat;
    /* horizontal vertical blur color */
    -webkit-box-shadow: 0px 0px 4px #FFFFFF;
    -moz-box-shadow: 0px 0px 4px #FFFFFF;
    box-shadow: 0px 0px 4px #FFFFFF;
    z-index: 62;
}
#infobar .alico {
    padding: 0;
    margin: 0px;
    margin-top: 3px;
    background-repeat: no-repeat;
    border: none;
    height: 20px;
    float: right;
    zoom: 1;
    *display: inline;
    _height: 20px;
}
#infobar .altxt {
    text-align: center;
    margin: 0 3px 0 3px;
    color: #FFF;
    font-weight: bolder;
    font-size: 14px;
    float: right;
}
#infobar .pnlClose {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 5px;
    width: 70px;
    font-size: 0.8em;
    text-align: left;
}
#howto {
    background-color: #E0FF00;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 10px #030205;
    -moz-box-shadow: inset 0px 0px 10px #030205;
    box-shadow: inset 0px 0px 10px #030205;
    padding: 4px 10px;
    color: #331F1F;
    font-size: 17px;
}
#infobar .pnlClose a {
    display: block;
    width: 100%;
    height: 17px;
    background: url(../img/login/button_close.png) no-repeat right 0;
    border: none;
    font-size: 0.9em;
    color: #7B0100;
}
#infobar .pnlClose a:hover {
    background: url(../img/login/button_close.png) no-repeat right -20px;
}
.ifoul {
    height: 30px;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    right: 0;
    z-index: 62;
}
.ifoul li {
    display: inline-block;
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-right: 1px;
    position: relative;
    vertical-align: top;
    /* IE7 hack */
    zoom: 1;
    *display: inline;
    _height: 30px;
}
.ifoul li ul {
    display: inline;
}
.ifoul ul li {
    line-height: 18px;
    display: block;
}
.ifoul .spcr {
    background: url("../img/infobar/sprite.png") repeat scroll -27px -22px transparent;
    border: 0 none;
    font-size: 0;
    padding: 29px 0 0;
    width: 1px;
}
.ifoul a {
    text-decoration: none;
    border: none;
    margin: 3px;
    color: #999999;
}
.ifoul .disp {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px #CCCCCC;
    -moz-box-shadow: 0 0 5px #CCCCCC;
    box-shadow: 0 0 5px #CCCCCC;
    border-bottom: 2px solid #FFF;
}
.ifopnl {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 15px #7E73CE;
    -moz-box-shadow: 0 0 15px #7E73CE;
    box-shadow: 0 0 15px #7E73CE;
    position: absolute;
    top: 30px;
    color: #667FB1;
    z-index: 61;
    padding: 5px;
    filter: alpha(opacity=0);
}
.ifopnl p,
.ifopnl td,
.ifopnl tr,
.ifopnl a {
    margin: 3px;
    z-index: 61;
    padding: 2px;
    line-height: 12px;
}
.ifopnl .hr {
    z-index: 61;
    width: 100%;
    border-top: 1px solid #E5E5E5;
}
/*              END  INFOBAR                     */
#footerimg {
    background-color: transparent;
    background-image: url(../img/footer.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    padding-top: 20px;
    padding-right: 0pt;
    padding-bottom: 20px;
    padding-left: 0pt;
}
/* Main content divs */
/* this is the whole page which is contained in here */
#pagecontainer {
    position: relative;
    width: 972px;
    background: #000000;
    margin: 0 auto 0px auto;
    padding: 5px 0px;
    border: none;
    border-right: 4px solid #000;
    border-left: 4px solid #000;
    text-align: left;
}
#error {
    width: 300px;
    margin: 20px auto;
    color: #FFF;
}
/* this is our main page content div */
#outercontent {
    background: #8f0003;
    margin: 0 200px 0 0;
}
#outercontentext {
    background: #8f0003;
    margin: 0 0 0 0;
}
#maincontent {
    padding: 5px;
    background: #f1f1f1;
    text-align: center;
    background-repeat: repeat-x;
    /*height: expression( this.scrollHeight < 501 ? "500px" : "auto" );  sets max-height for IE */
    min-height: 450px;
    /* sets max-height value for all standards-compliant browsers */
}
#maincontent1 {
    padding: 0;
    min-height: 400px;
    background: #f8f8f8;
    text-align: center;
    background-repeat: repeat-x;
}
/* banner bar in the top */
#logofooter {
    background-image: url(../../common/img/storm.trans.light.png);
    height: 71px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-right: 55px;
    color: #FFFFFF;
}
#menu {
    position: absolute;
    margin: 0;
    top: 25px;
    left: 0;
    width: 150px;
}
#advertsright {
    color: #858585;
    float: right;
    margin-top: 12px;
    width: 150px;
    height: 400px;
    background-color: #232323;
    border: 1px solid #282828;
}
#fade {
    background-image: url(../img/fadedown.png);
    background-repeat: repeat-x;
    height: 120px;
    clear: both;
    margin-top: -5px;
}
/* text formatting options */

a {
    color: #666;
}
a .white {
    font-size: 14px;
    color: #FFFFFF;
}
.panel {
    margin: 10px;
    padding: 8px;
    font-size: 16px;
    color: #000;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    overflow: auto;
    /*height: expression( this.scrollHeight > 799 ? "800px" : "auto" );  sets min-width for IE */
    max-height: 800px;
    /* sets min-width value for all standards-compliant browsers */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* lists   */
ul {
    margin: 5px 10px;
    text-align: left;
}
li {
    padding-left: 2px;
    margin-left: 10px;
}
#maincontent ol {
    text-align: left;
}
/* menus */
#menu {
    background-color: #000000;
    margin-top: 12px;
}
#menu ul {
    list-style: none;
    padding: 5px;
    margin: 0px;
    background-color: #000000;
    border: none;
}
#menu li {
    height: 26px;
    overflow: visible;
    background-image: url(../img/panelsmall.png);
    background-repeat: repeat-x;
    background-color: #161716;
    padding: 8px;
    border-bottom: 2px solid #111111;
    font-weight: bolder;
    display: block;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 11px;
    white-space: normal;
    color: #CC7E0B;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
#menu li a {
    color: #CC7E0B;
    text-decoration: none;
    padding: 2px;
}
#menu a {
    text-decoration: none;
}
#menu li a:hover {
    color: #ad0002;
}
#menu .page {
    padding: 10px;
    background-image: url(../img/fadedown.small.png);
    background-repeat: repeat-x;
    background-color: #000000;
    color: #CC7E0B;
}
#menu .feedback {
    padding: 10px;
    background-image: url(../img/fadedown.small.png);
    background-repeat: repeat-x;
    background-color: #000000;
    color: #FFECD1;
}
#menu .coming {
    cursor: pointer;
    padding: 10px;
    color: #666;
}
/* misc */
hr {
    color: #CEB594;
    height: 1px;
    margin: 3px auto;
}
.menumsg {
    padding-left: 10px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: normal;
    text-transform: uppercase;
    color: #898989;
}
/* help and info*/
.q,
.ql,
.ql1,
.qr,
.qs,
.qil,
.i {
    width: 0;
    height: 32px;
    padding: 5px 16px 8px 16px;
    display: inline;
    cursor: pointer;
    z-index: 63;
}
.i {
    background: url("../img/i.png") no-repeat;
}
.q,
.ql,
.ql1,
.qr {
    background: url("../img/q.png") no-repeat;
}
.qs,
.qil {
    background: url("../img/qs.png") no-repeat;
}
.qil {
    margin-left: 20px;
}
.ql1 {
    position: absolute;
    left: 20px;
}
.ql {
    position: absolute;
    left: 0;
}
.qr {
    position: absolute;
    right: 10px;
}
/* tips */
.floating-tip {
    background-color: black;
    padding: 5px 15px;
    color: #dddddd;
    z-index: 95;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tip {
    color: #fff;
    max-width: 500px;
    z-index: 95;
    -webkit-box-shadow: 0px 0px 10px #B2B2B2;
    -moz-box-shadow: 0px 0px 10px #B2B2B2;
    box-shadow: 0px 0px 10px #B2B2B2;
    border: 1px solid #51487A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #212121;
    opacity: 0.9;
}
.tip b,
.tip strong {
    font-weight: bold;
    color: #2BAF00;
}
.tip ul {
    list-style: circle;
    padding-left: 12px;
}
.tip hr {
    background: url("../img/infobar/sprite.png") no-repeat scroll 0px -98px transparent;
    border: 0 none;
    font-size: 0;
    padding: 1px;
    height: 1px;
    width: 160px;
    margin: 3px auto;
}
.tip-title {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    color: #2BAF00;
    padding: 8px 8px 2px;
}
.tip-text {
    font-size: 12px;
    padding: 4px 8px 8px;
}
/* archive this as it is not used any more
.divheads{
	color:#CC7E0B;
	font-size:14px;
	padding:3px;
}

.divcols{
	font-size:13px;
	padding:3px;
}
*/
.floatl {
    float: left;
}
.floatr {
    float: right;
}
.inline {
    display: inline;
}
.all {
    text-align: left;
}
.alr {
    text-align: right;
}
.alc {
    text-align: center;
}
/* here is the trick
height: expression( this.scrollHeight > 599 ? "600px" : "auto" ); /* sets max-height for IE */
/* max-height: 600px; /* sets max-height value for all standards-compliant browsers */
#outercontent {
    margin: 0 15.1em 0 12em;
}
#logo {
    background-color: #000;
    background-image: url(../img/logo.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 85px;
    margin: 0 auto;
    width: 980px;
    clear: both;
    float: none;
    padding-bottom: 0px;
    text-align: left;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    vertical-align: bottom;
}
#shares {
    margin-top: 33px;
    float: right;
    width: 190px;
    background-color: #FFF;
    padding: 3px;
    border: 2px solid #666;
    max-height: 800px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 3px;
}
#ad {
    background-image: url(../img/panel2.png);
    background-repeat: repeat-x;
    background-color: #0b0b0b;
    padding: 8px;
    border-bottom: 2px solid #111111;
}
/* files */
.fltot,
.flunread {
    display: inline !important;
    font-size: 11px !important;
}
.fltot {
    color: #999 !important;
}
.flunread {
    font-size: 13px !important;
    font-weight: bolder !important;
    color: #3a38f3 !important;
}
/* logged in messages at top */
.msnum {
    font-size: 12px;
    color: #999;
}
.mini {
    font-size: 12px;
    color: #333;
    cursor: pointer;
}
.loggedinas {
    display: block;
    font-size: 12px;
    text-align: left;
    color: #cccccc;
}
.loggedinas strong {
    display: block;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: normal;
    text-transform: uppercase;
    color: #898989;
}
.loggedinastop {
    font-size: 13px;
    text-align: left;
    color: #cccccc;
}
.loggedinastop strong {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #898989;
    padding-left: 5px;
}
.nowrap {
    white-space: nowrap;
}
/* share tables */
#bdays {
    width: 185px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 9px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #545454;
}
#bdays th {
    text-align: center;
    color: #5535B7;
}
#bdays a {
    margin: 0px !important;
    color: #5535B7;
}
/* share tables */
#index {
    width: 300px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #898989;
}
.indiv {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #111111;
}
#index th {
    text-align: center;
}
#index a {
    margin: 0px !important;
}
#index .indval {
    text-align: right;
}
#index .red {
    color: #bc0004;
}
#index .green {
    color: #9bbc00;
}
.remindpast {
    color: #bc0004;
}
.remindtoday {
    color: #0000ff;
}
.remindfuture {
    color: #9bbc00;
}
/* messaging */
#messfolders {
    margin: 3px 0 auto 3px;
    padding: 2px 0 0 3px;
    font-size: 14px;
    width: 120px;
    float: left;
}
#messfolders ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#messfolders li {
    margin: 8px 0px;
    padding: 1px 0 0 5px;
}
#messfolders li:hover {
    background-color: #DDD;
}
#messfolders .selfold {
    width: 100%;
    font-weight: bolder;
    background-color: #E5E5E5;
    -webkit-box-shadow: 1px 1px 4px #686868;
    -moz-box-shadow: 1px 1px 4px #686868;
    box-shadow: 1px 1px 4px #686868;
}
#messlist {
    width: 800px;
    float: left;
}
#msgfrom {
    /*height: expression( this.scrollHeight > 149 ? "150px" : "auto" );  sets max-height for IE */
    max-height: 150px;
    /* sets max-height value for all standards-compliant browsers */
    overflow: auto;
}
.msgrecipientwrap {
    margin: 2px 3px;
}
.msgrecipient {
    /* display: inline; */
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 0px 3px 2px 6px;
    /* margin: -1px 0px 4px 4px; */
    font-size: 15px;
    /* height: 14px; */
    /* margin-top: -1px; */
}
.actusr {
    color: #FFFF00;
}
.slidebit {
    overflow: auto;
    margin: 2px auto 2px auto;
    padding: 3px 10px;
    color: #FFFFFF;
    background-color: #000000;
    border: 2px solid #232323;
    text-align: left;
}
.bdiv {
    margin: 5px auto;
    padding: 10px;
    color: #111;
    background-color: #fff;
    border: 1px solid #389695;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-height: 200px;
    overflow: auto;
    clear: both;
}
.messdisp {
    height: 200px;
    overflow: auto;
    margin: 2px auto 2px auto;
    padding: 3px 10px;
    color: #111;
    background-color: #fff;
    border: 1px solid #A09595;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
}
.messdisp img {
    margin: 10px;
    border: 2px solid #ddd;
    float: left;
}
.messdisp b {
    font-size: 15px;
    color: #999999;
}
.nwcont {
    min-height: 100px;
    margin: 2px auto 2px auto;
    padding: 5px;
    text-align: left;
}
.nwpublished {
    display: block;
    font-size: 14px;
    text-align: right;
    color: #666;
}
.nwdisp {
    margin: 2px auto 2px auto;
    padding: 10px 5px;
    /*height: expression( this.scrollHeight > 599 ? "600px" : "auto" );  sets max-height for IE */
    max-height: 600px;
    /* sets max-height value for all standards-compliant browsers */
    overflow: auto;
    color: #333;
    background-color: #FFF;
    border: 1px solid #eaeaea;
    text-align: left;
    font-size: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
}
.options {
    border: 1px solid #333333;
    width: 94%;
    text-align: center;
    padding: 15px;
    margin: 2px auto 2px auto;
    float: none;
    color: #333;
}
/* files */
.filecontrol {
    width: 20px;
    float: left;
}
.filetitle {
    width: 170px;
    float: left;
}
.filename {
    width: 170px;
    float: left;
}
.filedate {
    width: 110px;
    float: left;
}
.filepriv {
    width: 20px;
    float: left;
}
/* priority schedule  middle=580 */
.priid {
    width: 30px;
    float: left;
}
.pridesc {
    text-align: left;
    width: 226px;
    float: left;
}
.pricomm {
    width: 240px;
    float: left;
    padding-top: 5px;
}
/* general box things */
.dashbox {
    border: 1px dashed #999999;
    width: 585px;
    margin: auto;
    padding: 5px;
}
.boxheads {
    display: inline;
    margin-left: 2px;
    margin-right: 3px;
    color: #CC7E0B;
    font-size: 14px;
    padding: 2px;
    float: none;
}
.boxrow {
    cursor: pointer;
    float: none;
    padding: 2px;
    overflow: hidden;
}
#maritaldiv label {
    display: inline;
    font-size: 15px;
    color: #999999;
    margin-bottom: 3px;
}
.boxrow div {
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-right: 3px;
}
.boxheads div {
    float: left;
    margin-left: 2px;
    margin-right: 3px;
}
.nwtitle {
    width: 350px;
}
.topline {
    border-top: 1px dashed #666666;
    margin: 5px 2px 0 2px;
    text-align: left;
}
#editor p {
    color: #FFFFFF;
}
.accordhead {
    cursor: pointer;
}
#footermenu {
    text-align: center;
    clear: both;
}
#footermenu ul {
    margin: 5px auto;
    list-style-type: none;
    list-style-image: none;
}
#footermenu li {
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    float: left;
    margin: 10px 10px 0px 10px;
}
#footermenu a {
    text-decoration: none;
}
/* buttons testing */
.clear {
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('../img/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('../img/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
    /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
    /* push text down 1px */
}
div#preload {
    display: none;
}
fieldset {
    position: relative;
    margin: 10px auto 2px auto;
    padding: 20px 3px 3px 3px;
    width: 96%;
    background: #E5E5FF;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EAEAFC), color-stop(1, #FFFFFF));
    background: -ms-linear-gradient(bottom, #EAEAFC, #FFFFFF);
    background: -moz-linear-gradient(center bottom, #EAEAFC 0%, #FFFFFF 100%);
    background: #f5f5f5;
    border: 1px solid #8E8A8A;
    min-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
legend {
    margin: 0 0 10px 0;
    display: block;
    padding: 0;
}
legend span {
    height: 20px;
    background: #BEC7D6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E6EAF2), color-stop(1, #C0CFE5));
    background: -ms-linear-gradient(bottom, #E6EAF2, #C0CFE5);
    background: -moz-linear-gradient(center bottom, #E6EAF2 0%, #C0CFE5 100%);
    font-size: 16px;
    text-align: center;
    color: #680C68;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    border-bottom: 1px solid #f0f;
}
legend span:hover {
    border-color: #3D8BCE;
}
fieldset:hover {
    border-color: #5977FF;
}
#dispwindow,
.dispwindow {
    text-align: center;
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid #98A0BC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 3px;
}
/* facebook style sliders */
.sldcont {
    height: 50px;
    width: 300px;
    margin: 10px;
}
.sldcont input {
    float: left;
    display: block;
}
.sldarea {
    float: left;
    background: url(../img/back/horizontal.jpg) 0 8px no-repeat;
    height: 23px;
    width: 200px;
    margin: 0 10px 5px 0;
}
.sldslider {
    background: url(../img/back/button-horizontal.jpg) no-repeat;
    width: 33px;
    height: 23px;
    cursor: pointer;
}
#dispwindow b {
    color: #444;
    font-weight: bolder;
}
#dispwindownb {
    overflow-x: auto;
}
#dispwindow label,
#dispwindownb label {
    display: block;
    font-size: 14px;
    color: #222;
    margin-bottom: 3px;
    cursor: pointer;
}
/* table things */
.tbl {
    border: 1px solid #D1D1D1;
    margin: 2px;
    overflow: hidden;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    color: #000000;
}
.tbl a {
    color: #05299b;
}
.tbl a:hover {
    color: #5771c3;
}
.tbl:hover {
    border: 1px solid #77b2ee;
}
.trheads,
.tbl th {
    margin-left: 2px;
    margin-right: 3px;
    color: #09092D;
    font-size: 14px;
    padding: 2px;
}
.rbord {
    border-right: 1px dashed #333;
    padding-right: 10px;
    margin-right: 10px;
}
table .bl {
    border-left: 1px solid #6c6c6c;
}
table .blb {
    border-left: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
}
table .blr {
    border-left: 1px solid #6c6c6c;
    border-right: 1px solid #6c6c6c;
}
table .br {
    border-right: 1px solid #6c6c6c;
}
table .brb {
    border-right: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
}
table .bb {
    border-bottom: 1px solid #6c6c6c;
}
table .blbr {
    border: 1px solid #6c6c6c;
    border-top: none;
}
table .bdr {
    border: 1px solid #999 !important;
}
table .tbh {
    border: 1px solid #6c6c6c;
    border-top: 1px solid #6c6c6c !important;
    background-color: #C4CDDB;
    font-weight: bold;
    color: #160016;
    border-bottom: 1px solid #f0f;
    font-size: 16px;
    height: 20px;
    text-align: center;
}
table .tbh:hover {
    border-color: #3D8BCE;
}
/* limiting the height of a div for use in the tinyboxes */
.limh {
    overflow-y: auto;
    overflow-x: hidden;
    /*
    scrollbar-face-color: #336699;
    scrollbar-3dlight-color: #336699;
    scrollbar-base-color: #336699;
    scrollbar-track-color: #336699;
    scrollbar-darkshadow-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-shadow-color: #fff;
    scrollbar-highlight-color: #fff;
    */
}
.poltable {
    border: 1px solid #8f6d59;
    border-top: 1px solid #897f7f;
    font: 12px/1.4 Corbel, "Trebuchet MS", Helvetica, Arial;
    margin: 5px 5px 0 5px;
    padding-bottom: 0px;
    background: #cfdce7;
    color: #091f30;
}
.poltable td {
    padding: 1px 2px 2px 3px;
}
.poltable tr:hover {
    background-color: transparent;
}
.poltable th {
    background: #4C839B;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4C839B), color-stop(1, #83B9D1));
    background: -ms-linear-gradient(bottom, #4C839B, #83B9D1);
    background: -moz-linear-gradient(center bottom, #4C839B 0%, #83B9D1 100%);
    color: #1A0D26;
    font: 12px/1.4 Corbel, "Trebuchet MS", Helvetica, Arial;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}
.poltable .evenrow td {
    background: #CFE7F7;
}
.poltable .oddrow td {
    background: #fff;
}
.sectHead {
    margin: 10px !important;
    padding: 10px !important;
    font-size: 15px !important;
}
.cmbUsSel {
    opacity: 0;
    float: left;
    margin: 2px;
    padding: 1px;
    cursor: pointer;
    font-size: 11px;
    background-color: #EBF1F3;
    -webkit-box-shadow: 0px 0px 4px #a8a0e0;
    -moz-box-shadow: 0px 0px 4px #a8a0e0;
    box-shadow: 0px 0px 4px #a8a0e0;
    line-height: 25px;
    border: 1px solid #daf4f9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.jscombcc {
    background: #D1D0BA;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #A9E5A5), color-stop(1, #F7F1EA));
    background: -ms-linear-gradient(bottom, #A9E5A5, #F7F1EA);
    background: -moz-linear-gradient(center bottom, #A9E5A5 0%, #F7F1EA 100%);
}
.cmbUsSel:hover {
    -webkit-box-shadow: 0px 0px 4px #2813E4;
    -moz-box-shadow: 0px 0px 4px #2813E4;
    box-shadow: 0px 0px 4px #2813E4;
}
.jscombattach {
    background: #E0C7C7;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E2A1A1), color-stop(1, #E0C7C7));
    background: -ms-linear-gradient(bottom, #E2A1A1, #E0C7C7);
    background: -moz-linear-gradient(center bottom, #E2A1A1 0%, #E0C7C7 100%);
}
.cmbUsSel span {
    color: #999;
}
.cmbUsSel p {
    vertical-align: middle;
    float: left;
    line-height: 25px;
    padding: 0px 5px;
    margin: 0px;
}
.cmbUsKill {
    margin: 3px;
}
.hidden {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}
/* steal items from bootstrap and stick them in here */
.well,
.smallwell {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    font-size: 14px;
}
.smallwell {
    min-height: 10px;
    padding: 9px;
    margin: 10px;
    font-size: 13px;
    display: inline-block;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.vtop {
    vertical-align: top;
}
.vmiddle {
    vertical-align: middle;
}
.vbottom {
    vertical-align: bottom;
}
.w100 {
    width: 100%;
}
.italic,
em {
    font-style: italic;
}
/* some checkbox items */
.scheck {
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
}
.scheck.chked {
    background: url("../img/checkmark.png") no-repeat scroll transparent;
}
.scheck.chkno {
    background: url("../img/checkoff.png") no-repeat scroll transparent;
}
#qbuttons {
    margin: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contactTable td{
    padding: 8px;
}

.panel-login {
    overflow: hidden;
    background-color: #ffffff;
}