* {  margin: 0; padding: 0; }

body {
    margin: 0;
    color: #666;
	padding: 0;
    min-height: 100%;
    /* font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; */
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 12px;

}

h1 {
    font-weight: bold;
    font-size: 160%;
    margin: 0 0 1em 0;
    padding:0; color: #555;
}
h2 {
    font-weight: bold;
    font-size: 145%;
    margin: 1em 0; color: #555;
}
h3 {
    margin: 0 0 0.5em 0; color: #555; font-size: 125%;
}
h4 {
    margin: 0 0 0.5em 0;
    color: #555; font-size: 110%;
}



p {
    margin: 1em 0;
}
ul, ol {
    margin-left: 1em;
    padding-left: 2em;
    margin-bottom: 2em;
}
ul li, ol li {
    margin-bottom: 0.5em;
}

a:visited {
    color: #800000;
}

img { border:0; }

form { padding:0;margin:0;display:inline; }

.printonly, .hide { display:none; }

/* dockContainer */

#header {
    background: #e5e5e5;
    color: #fff;
    margin: 0 auto;
    padding: 5px 5px 0 5px;
    text-align: center;
    border-bottom: 1px solid #aaa;
    color: #f0f0f0;
    height:49px;
    clear: both;
    font-size: 11px;
}
#header a { color: #999; }

#header #header-logo 
{
    float: left;
    margin-left:20px;
    margin-top:0px;
}

#footer {
    font-size: 11px; font-family: Verdana, Arial, Helvetica;
    border-top: 1px solid #ccc;
    color: #999;
    padding: 5px;
    text-align: center;
    height:20px;
    background: #f5f5f5;
    clear: both;
}
#footer a { color: #999; }


#content {
    margin: 0 0 0 0;
    padding: 20px 10px 10px 130px;
    min-height: 500px;
    clear: both;
    font-size: 1.2em;
    }
#content-beta {
    background: #fff url(../img/beta-banner.png) no-repeat;
}
	
#loading {
display:none;position:absolute;z-index:999;padding:5px;background:#ffd;border:1px solid #00c;
}

.smalltext { font-size: x-small; font-family: verdana, arial, helvetica; }

table td.center { text-align:center; }
table td.left { text-align:left; }
table td.right { text-align:right; }

table.form-table { border:0; margin-bottom:10px; font-size:12px; letter-spacing: 1; empty-cells: show; border-collapse: collapse; }
table.form-table tr th { text-align:right;color:#666; }
table.form-table tr td, table.form-table tr th { padding: 3px; }

table.form-table-props { border-collapse:separate; border: 1px solid #999;  empty-cells: show;}
table.form-table-props tr td { border: 0; background:#f6f6f6; min-width: 60px; }
table.form-table-props tr td.sep {border: 1px solid #bbb; font-weight: bold; color: #999; background: #fff; margin-top: 5px; }

/* 
///////////////////////////////////////////////////////////// 
// simpletb table
///////////////////////////////////////////////////////////// 
*/

table.simpletb
{
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

table.simpletb a { color: #444; }

table.simpletb tr td, table.simpletb tr th
{
    text-align:left;
    border: 0;
    border: 1px solid #ccc;
    padding: 4px 6px 4px 6px;
    font-family: verdana, helvetica, arial;
    font-size: 11.5px;
    color: #444;
    vertical-align: center;
    /* letter-spacing: 0.1px */
}

table.simpletb thead tr th
{
    vertical-align: top; text-align: center; font-weight: normal;
    background: #eee;
}

table.simpletb tbody tr th
{
    vertical-align: top; text-align: right; font-weight: normal;
    background: #eee;
}

table.simpletb thead tr td, thead table.simpletb thead tr th
{
    font-weight: bold;
    padding-bottom:4px;
}

table.simpletb tr td.center, table.simpletb tr th.center { text-align: center; }
table.simpletb tr td.right, table.simpletb tr th.right { text-align: right; }
table.simpletb tr td.left, table.simpletb tr th.left { text-align: left; }

table.simpletb tr.odd td { background-color:#f0f0f0;}

table.simpletb th.loudness { background: #C9DFCE; }
table.simpletb th.traditional { background: #e9e9cc; }

/* jquery add-ons */


.sl-ui-buttonset { border-bottom: 1px solid #a5a6b5;padding-top:10px;padding-bottom:8px;margin-bottom:8px; }
.sl-ui-buttonset .ui-button { margin-left: 6px }


/* Blog */

.blog { width:800px;font-family: arial, helvetica, verdana; line-height: 1.4; font-size:12px; }
.ui-dialog .blog { width:auto; }

.blog h1 { padding:0; margin: 10px 0 25px 0; font-size: 22px; }
.blog h2 { padding:0; margin: 0px 0 20px 0; font-size: 18px; }
.blog p { line-height: 1.6; }
.blog li { line-height: 1.4; }

.blog .section { margin-bottom: 20px; border: 1px dashed #e6e6e6; padding: 8px;  }
.blog img.img-block { margin:0 auto; display:block; padding:5px; margin-bottom:10px; border: 1px solid #ddd; background: #fff; }


.navboxes
{
    
}


.navboxes .navboxes-col
{
    float:left;
}

.navboxes .navbox
{
    padding:5px 8px 8px 8px;
    margin-right:15px;
    margin-bottom: 15px;
    min-height:50px;
    width:410px; 
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}
.navboxes .navbox-accounts
{
    background:#ffd;
}

.navboxes .navbox p
{
    padding:0; margin:0 0 6px 0;
}

.navboxes .navbox h3 {
    font-size: 16px;   
    padding:0;
    margin:0;
    color:#999;
}
.navboxes .navbox h3 img {
    display:block;float:left;
}
.navboxes .navbox h3 span {
    padding-top: 18px; padding-left: 7px;
    display:block;float:left;
}

.navbox-content {
    padding-left:45px; 
    padding-top: 3px;  
    clear:both;
}