/* Stuff needed for AutoINdex */

.autoindex_body
{
        padding: 20px;
}
.autoindex_body a
{
          font-weight: normal;

}
.autoindex_body img
{
        border: none;
}

/*  Table settings  */
.light_row
{
        background-color: #938269;
        font-size: 13px;
}
.dark_row
{
        background-color: #73624a;
        font-size: 13px;
}
.default_td
{
		border: solid 1px #938269;
        font-size: 13px;
}
.default_th
{
        background-color: #673624a;
        border: 1px solid black;
        font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
        font-weight: normal;
        text-decoration: none;
        
}
.default_a:link
{
        font-weight: normal;

        text-decoration: none;
}
.default_a:hover
{
        font-weight: normal;

        text-decoration: underline;
}

/*  The style for every button  */
.button
{
        color: #707070;
        background-color: #F2F6FC;
        font-family: sans-serif;
        font-size: 11px;
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        cursor: pointer;
        border: none;
        padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
        background: #F2F6FC;
        color: #000020;
        font-size: 13px;
}
.default_hr
{
        color: #000020;
        background-color: #000020;
        border: none;
        width: 75%;
        height: 1px;
}
.fixed_width
{
        background: #F2F6FC;
        color: #000020;
        font-family: lucida console, sans-serif;
        font-size: 12px;
}
.black_link
{
        color: #000000;
        font-weight: normal;

        text-decoration: none;
}
.small
{
        font-size: 10px;
}
