html,body {
    background:#000;
    color:#ccc;
    font-family:calibri, helvetica, arial, "trebuchet ms", verdana;
    font-size:100%;
    margin:0;
    outline:none!important;
    padding:0;
    text-align:center;
}

button:focus,input:focus {
    outline:none!important;
}

a {
    color:#EF7B0A;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

p {
    color:#ccc;
    line-height:130%;
    margin:0 0 10px;
}

p,td,th,ul {
    font-size:80%;
}

#wrapper {
    margin:0 auto;
    text-align:left;
    width:745px;
}

#header {
    border-bottom:2px solid #ce6c1c;
    color:#fff;
    font:12px calibri, helvetica, arial;
}

h2.logo {
    border-bottom:none;
    font-size:18px;
    margin:0;
}

h2.logo a:hover {
    text-decoration:none;
}

#tsoc {
    float:right;
    padding-top:5px;
}

#tlnk {
    font-size:12px;
    margin:auto;
    padding:0;
    width:250px;
}

#content,.content {
    background:#000;
    margin:auto;
    padding:10px 0;
    width:703px;
}

.content {
    padding-top:5px;
}

.fbx {
    margin:0 auto;
    width:480px;
}

.fbx .form {
    padding:0;
}

.olbx {
    float:left;
    line-height:27px;
    margin:2px 0 0 10px;
    vertical-align:middle;
}

.olbx a {
    cursor:pointer;
}

#idx-below {
    padding:5px 0 10px;
}

#dbx,#d2bx,.rbx-holder {
    float:left;
    width:351px;
}

.rbx-middle {
    -moz-border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    background:#1D1919;
    border:#312e2e 2px solid;
    border-radius:3px 0 0 3px;
    border-right:none;
    padding:10px 15px 10px 30px;
}

.rbx-middle.rbx-rt {
    -moz-border-radius:0 3px 3px 0;
    -webkit-border-radius:0 3px 3px 0;
    border:#312e2e 2px solid;
    border-left:none;
    border-radius:0 3px 3px 0;
    padding:10px 30px 10px 15px;
}

#dbx div {
    padding-right:10px;
}

#d2bx div {
    padding-left:10px;
}

#d2bx fieldset {
    background:#222529;
    border-width:1px;
    float:left;
    padding:0 5px 3px;
    width:150px;
}

#d2bx fieldset.right {
    float:right;
}

#d2bx fieldset legend {
    background:#000;
    border:1px solid #ccc;
    font:10px arial, helvetica;
    padding:0 5px;
}

.shbx {
    clear:both;
    padding-top:10px;
    text-align:center;
}

.shbx > div {
    margin:auto;
    padding-bottom:6px;
    width:400px;
}

h1 {
    color:#fff;
    font:120% "trebuchet ms";
    margin:0;
    padding:5px 0;
}

h1 span {
    color:#6BAD42;
}

h1 a:hover {
    color:#6BAD42;
    text-decoration:none;
}

h2 {
    border-bottom:1px solid #ccc;
    color:#3B578B;
    font:bold 100% arial, verdana, sans-serif;
    margin:25px 0 10px;
    padding-bottom:3px;
}

form.form {
    font-size:80%;
    margin:0;
    padding:10px;
}

#options {
    list-style-type:none;
    margin:10px;
    padding:0;
    width:500px;
}

#options li {
    border-left:5px solid #ccc;
    float:left;
    width:240px;
}

#footer {
    border-top:2px solid #ce6c1c;
    clear:both;
    color:#ccc;
    font-size:80%;
    margin:10px 0 0;
    padding:3px 0 7px;
}

#nav {
    border-top:none;
    font-size:80%;
    list-style-type:none;
    margin:10px 0 0;
    padding:0 0 10px;
    text-align:right;
}

#nav li {
    border-left:1px solid #ccc;
    display:inline;
    padding:0 5px;
}

#nav li.first {
    border-left:none;
}

.first {
    margin-top:0;
}

input.textbox {
    background:transparent url(images/urlbox.png) no-repeat;
    border:none;
    clear:both;
    color:#fff;
    float:left;
    font:15px calibri, helvetica, arial;
    height:19px;
    line-height:27px;
    margin:2px 0 0 5px;
    padding:4px 2px;
    width:345px;
}

input.button {
    background:transparent url(images/goButton.png) no-repeat left top;
    border:none;
    cursor:pointer;
    float:left;
    font:120% arial, verdana, sans-serif;
    height:27px;
    margin:2px 0 0 10px;
    outline:none;
    padding:0;
    width:43px;
}

input.button:active {
    background-position:left bottom;
    outline:none;
}

label {
    cursor:help;
    font-weight:700;
    line-height:20px;
}

#error {
    background:#eee;
    border:1px solid red;
    border-left:5px solid red;
    margin:5px 0 15px;
    padding:2px;
}

table {
    border-color:#666;
    border-style:solid;
    border-width:0 0 1px 1px;
    width:50%;
}

#feed_table th,#feed_table td {
    background:transparent;
}

th {
    background:#ccc;
    border-width:2px;
    font-size:medium;
}

td,th {
    padding:2px 10px;
}

td {
    background:#000;
}

.full-width {
    width:98%;
}

.large-table {
    margin-top:15px;
    width:75%;
}

.large-table td,.large-table th {
    padding:5px;
}

td.small-note {
    font-size:60%;
    padding:2px;
    text-align:right;
}

.clr {
    clear:both;
    height:0;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%;
}

#tooltip {
    background:#555;
    border:3px solid #333;
    color:#fff;
    font-size:12px;
    font-weight:400;
    padding:5px;
    text-align:left;
    width:20em;
}

.rbx_top {
    background:transparent url(images/roundedbox_corner_bg.png) no-repeat;
    height:4px;
    line-height:0;
    margin:0;
    overflow:hidden;
    padding:0;
}

.rbx_middle {
    background:transparent url(images/roundedbox_middle_bg.png) repeat-y;
    padding:10px 10px 10px 34px;
}

.rbx_bottom {
    background:transparent url(images/roundedbox_corner_bg.png) left bottom;
    height:4px;
    margin:0;
    overflow:hidden;
    padding:10px;
}

.rbx_rt {
    background-position:right top;
}

.rbx_rm {
    background-position:right top;
    padding:10px 34px 10px 10px;
    text-align:right;
}

.rbx_rb {
    background-position:right bottom;
}

.overlay {
    background-color:#fff;
    border:2px solid #000;
    border-radius:10px;
    height:80%;
    left:20%;
    position:fixed;
    top:10%;
    width:60%;
    z-index:100;
}

.fade {
    -moz-opacity:0.7;
    background-color:#000;
    filter:alpha(opacity=70);
    height:100%;
    left:0;
    opacity:.70;
    position:absolute;
    top:0;
    width:100%;
    z-index:90;
}

#bl {
    font-size:10px;
    height:100px;
    overflow:auto;
    width:100%;
}

a img,#feed_table {
    border:none;
}

#lgbx,.left {
    float:left;
}

#tsoc a.addthis_button,input.button::-moz-focus-inner,input.button::-moz-focus-inner {
    border:0;
}

h1 a,h1 a:hover span {
    color:#FFF;
}