/*
 *  Realms of the Dragon
 *  Cascading Style Sheet for the web pages, to give a more consistent look
 *
 *  000324 Skullslayer  Created
 *  011103 Skullslayer  New layout for new site design
 *  2005   Skullslayer  Site conversion to XHTML plus lots more CSS
 *  051124 Skullslayer  More CSS conversions
 *
 */

/* Document */
/*
//body {
//    color: black;
//    background-color: white;
//    font-family: Verdana,Arial,Helvetica,sans-serif;
//    font-size: 9pt;
//}
*/

/* Links */
a:link {
    color: #993300;
    text-decoration: underline;
}
a:visited {
    color: #993300;
    text-decoration: underline;
}
a:hover {
    color: #333300;
    text-decoration: none;
}
a.read {
    color: purple;
    text-decoration: underline;
}
a.unread {
    color: blue;
    text-decoration: underline;
}
a.none {
    color: black;
    text-decoration: none;
}

/*
//table {
//    color: black;
//    background-color: white;
//    font-family: Verdana,Arial,Helvetica,sans-serif;
//    font-size: 9pt;
//}
*/

tr.odd {
    background-color: #DBDBDB;
}
tr.even {
    background-color: #C4C2C2;
}
tr.active {
    background-color: "transparent";
}
tr.active td {
    border-style: solid;
    border-color: #996600;
    border-width: 1px;
}
tr.inactive {
background-color: #ccb082;
}
tr.inactive td {
    border-style: solid;
    border-color: #996600;
    border-width: 1px;
}

/* Headers */
h1.pagetop {
    font-size: 26pt;
    font-family: Georgia, Helvetica, serif;
    text-align: center;
}
h2.guildorg {
    font-size: 13pt;
    font-family: Georgia,serif;
}
h2.continent {
    font-size: 20pt;
    font-family: Georgia,serif;
    color: #666600;
    background-color: transparent;
    text-align: center;
}
h2.paper {
    font-size: 13pt;
    font-family: Gothic,Georgia,serif;
}
pre.paper {
    font-family: Courier,serif;
}

/* Lists - autodoc */
dt { font-weight: bold }
dd { white-space: pre; }
dd.defines { font-family: Courier,serif; }
dd.example { font-family: Courier,serif; }
dd.function { font-style: italic }

/* Lists - other */
dl.lore dd { white-space: normal; padding-bottom: 10px; }
li.capital {
    list-style: none;
    color: #993300;
    background-color: transparent;
    font-weight: bold;
}
li.city {
    list-style: none;
}
li.location {
    list-style: none;
}
li.racial {
    list-style: none;
    color: #993300;
    background-color: transparent;
    font-weight: bold;
}
li.org {
    list-style: none;
}

/* Images */
img.sticky {
    border: 0;
    width: 88px;
    height: 31px;
}
img.sticky2 {
    border: 0;
    width: 110px;
    height: 32px;
}
img.guildpic {
    border: 0;
    padding: 5px;
    width: 175px;
    height: 165px;
}
img.domainpic {
    border: 0;
    padding: 5px;
    width: 175px;
    height: 190px;
}

/* Paragraphs */
p.mapthanks {
    font-size: 8pt;
    color: #993300;
    background-color: transparent;
    text-align: center;
}

#b_public {
float: left;
width: 50%;
}
#b_auth {
float: left;
width: 50%;
}
#b_imm {
clear: both;
float: left;
width: 50%;
}
#b_dom {
float: left;
width: 50%;
}
#b_guild {
clear: both;
float: left;
width: 34%;
}
#b_race {
float: left;
width: 33%;
}
#b_org {
float: left;
width: 33%;
}
#b_lord {
clear: both;
float: left;
width: 50%;
}
#b_demi {
float: left;
width: 50%;
}
#m_1 {
float: left;
}
#m_2 {
float: left;
}
#m_3 {
float: left;
}
#m_4 {
clear: both;
}
