@charset "utf-8";

/****************************************************************************
 * Default style-sheet for vrai.net. YUI Font/Grid styles must be loaded
 * before this file is reached.
 *
 * Copyright Vrai Stacey, 2007.
 * $Id: default.css 1505 2009-02-17 21:31:23Z vrai $
 ****************************************************************************/
 
html
{
    background-image: none;
    background-color: #800000;
}
 
body
{
    font-family: Verdana;
    color: #000000;
}

p
{
    margin-bottom: .5em;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

.normaltext
{
    font-size: 85%;
    font-weight: normal;
    font-style: none;
}

h2.boxheader
{
    width: 100%;
    font-size: 85%;
    font-weight: bold;
    font-style: none;
    /*border-bottom: 1px #000000 solid;*/
    padding: 0.3em;
}

div.topline
{
    border-top: 1px #000000 solid;
}

div.boxinner
{
    padding: 0.3em;
}

img.logo
{
    padding: 0px;
    margin: 0px;
    border: none;
}

.block
{
    margin-bottom: 16px;
}

div.box
{
    background-color: #ffffff;
    color: #000000;
    border: 1px #000000 solid;
    margin: 0px;
    padding: 0px;
}

div.formrow
{
    margin-bottom: 8px;
    text-align: left;
}

div.formleft
{
    float: left;
    width: 8em
}

div.formcol
{
    vertical-align: center;
}

div.formtop
{
	margin-top: 8px;
}

div.errors
{
    margin: 8px;
    padding: 8px;
    border: 1px #ff0000 dashed;
    color: #ff0000;    
}

dt
{
    font-weight: bold;
    float: left;
    width: 11em;
}

a:link, a:visited
{
	color: #000099;
	text-decoration: none;
}

a:hover, a:active
{
    color: #000099;
    text-decoration: underline;
}

span.mysession
{
    font-weight: bold;
}

table.form
{
    width: 100%;
    vertical-align: top;
}

tr, td, th
{
    vertical-align: top;
}

th.formheaderleft
{
    width: 8em;
}

th
{
    font-weight: bold;
}

td.formbuttonleft
{
    text-align: right;
    padding-right: 8px;
}

td.formbuttonright
{
    text-align: left;
    padding-left: 8px;
}

td.splitterleft
{
    padding-right: 4px;
}

td.splitter
{
    padding-left: 4px;
}

.newstitle
{
    font-weight: bolder;
}

div.newsbody
{
    margin-top: .4em;
}

div.newsseparator
{
    padding-top: .6em;
}

div.imageblock
{
    padding-top: 2px;
    text-align: center;
}

.albumtitle
{
    font-weight: bolder;
}

div.albumbody
{
    margin-top: .4em;
    margin-bottom: .4em;
}

textarea.simple
{
    font-family: monospace;
}

div.indented
{
    margin-left: 16px;
    margin-bottom: 4px;
}

div.rdffooter, div.boxfooter
{
    text-align: right;
    font-size: 77%;
    padding-top: 4px;
}

dl
{
    margin-bottom: 8px;
}

dd
{
    margin-left: 16px;
}

ul.normal, li.normal
{
    list-style-type: square;
    margin-left: 16px;
    margin-top: 2px;
}

blockquote.code
{
    margin-left: 16px;
    margin-top: 4px;
    margin-bottom: 8px;
}
