/* Body, Text, Images */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    background-color: #ededed;
    background-image: none;
    margin: 0;
}


p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 12px 0px;
}

p.content {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

table {
    padding: 0;
    margin: 0;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
}


h1 {
    margin: 0px 0px 10px 0px;
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    }
    
h2 {
    margin: 0px 0px 8px 0px;
    color: #506D91;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    }

h3 {
    margin: 0px 0px 8px 0px;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    }
    
.caption {
    font-size: 11px;
    line-height: 14px;
    color: #5b5b5b;
}
     
.note {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    color: #515151;
}

.error {
    font-size: 12px;
    line-height: 14px;
    color: #E10E12;
}


a:link    { text-decoration: underline; color: #506D91; }
a:active  { text-decoration: underline; color: #506D91; }
a:visited { text-decoration: underline; color: #506D91; }
a:hover   { text-decoration: underline; color: #000000; }


.footer {
    color: #828282;
    font-size: 10px;
    line-height: 12px;
}

.footer a:link    { text-decoration: underline; color: #506D91; }
.footer a:active  { text-decoration: underline; color: #506D91; }
.footer a:visited { text-decoration: underline; color: #506D91; }
.footer a:hover   { text-decoration: underline; color: #506D91; }



/* Images */
img { border: none; margin: 0; padding: 0;}



/* List Items */

ul {
    font-family: Arial, Helvetica, sans-serif;
    list-style-image: url('/images/interface/bullet_list.gif');
    list-style-position: outside;
    padding: 0px;
    margin: 0px 0px 14px 15px;
}

li {
    margin-bottom: 5px;
}

ul.preview {
    list-style-image: url('/images/interface/bullet_arrow.gif');
    margin: 0px 0px 14px 20px;
}

ul.sm_arrow {
    list-style-image: url('/images/interface/bullet_sm_arrow.gif');
    margin: 0px 0px 14px 18px;
}

ol {
    font-family: Arial, Helvetica, sans-serif;
    list-style-position: outside;
    padding: 0px;
    margin: 0px 0px 14px 20px;
}



/* Miscellaneous Elements */

div.divider {
    background-image: url('/images/interface/article_divider.gif');
    background-repeat: repeat-x;
    width: 250px;
    margin: 20px 160px 15px 160px;
}

div.clearer {
    clear: both;
    line-height: 0;
    height: 0;
}


/* Forms and Form Buttons */

.form {
    font-size: 12px;
    color: #013580;
    text-decoration: none;
    text-indent: 0;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.form_button {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    background-color: #506D91;
}

a.game_result,
a.game_result_selected {
    padding: 2px;
    font-size: 10px;
    color: #4d4d4d;
    text-decoration: none;
    background-color: #d8d8d8;
}

a.game_result {
    background-color: #fff;
}


/** auto complete **/

div.auto_complete {
    width: 350px;
    background: #fff;
}
div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}
div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}
div.auto_complete ul li.selected { 
    background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
    color: #800; 
    margin: 0;
    padding: 0;
}


/** column browser **/

.cb_item {
    color: black;
    padding-left: 2px;
}

.cb_item_selected {
    color: white;
    background-color: #506D91;
}
