/*********************************************************************
* Clean up defaults.
*********************************************************************/

p, h1, h2, h3, h4, h5, h6, form, table
{
    padding: 0;
    margin: 0 0 10px 0;
}

ul, ol
{
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 1em;
}

/*********************************************************************
* body
*********************************************************************/

body
{
    background: url("../images/background.gif") top center repeat-x #515151;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    width: 750px;
    margin: 10px auto;
}

body#body-clean
{
    background: #fff;
    padding: 15px;
    width: auto;
    margin: 0;
}

/*********************************************************************
* h1-hx
*********************************************************************/

h1
{
    color: #268fe8;
    font-size: 25px;
}

h2
{
    color: #000;
    font-size: 18px;
}

/*********************************************************************
* a
*********************************************************************/

a
{
    color: #999;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

/*********************************************************************
* label
*********************************************************************/

label:hover
{
    cursor: pointer;
    background: #eee;
}

/**********************************************************************
* .error
**********************************************************************/

.error
{
    color: #f00;
    font-weight: bold;
}

/**********************************************************************
* .warning
**********************************************************************/

.warning
{
    color: #f00;
    font-weight: bold;
}

/**********************************************************************
* .ajax
**********************************************************************/


.plaintext .ajax-normal { font-family: courier, monospace; font-size: 12px;  line-height: 13px; }
.plaintext .ajax-hover { font-family: courier, monospace; font-size: 12px; line-height: 13px; }

.ajax-normal { padding: 1px; }

.ajax-hover
{
    color: #000;
    padding: 0px;
    border-top: 1px solid #770;
    border-left: 1px solid #770;
    border-right: 1px solid #ffd;
    border-bottom: 1px solid #ffd;
    background: #ffa;
}

#content-block .ajax-hover h1
{
    color: #000;
}

.ajax-hover a,
.ajax-hover a:active,
.ajax-hover a:visited,
.ajax-hover a:hover
{
    color: #000;
}

.ajax-edit textarea
{
    font-family: courier, monospace, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
}

/**********************************************************************
* .note
**********************************************************************/

.note
{
    color: #aaa;
    font-size: 10px;
}


/**********************************************************************
* .non-value
**********************************************************************/

.non-value
{
    color: #666;
    font-style: italic;
}

/**********************************************************************
* div.simple
**********************************************************************/

/*
div.simple
{
    text-align: center;
}
*/

/**********************************************************************
* #file-404, #file-403
**********************************************************************/

/*
#file-403 #content-block,
#file-404 #content-block
{
    text-align: center;
}
*/

/**********************************************************************
* #left-block
**********************************************************************/

#left-block
{
    float: left;
    width: 600px;
}

/**********************************************************************
* #right-block
**********************************************************************/

#right-block
{
    width: 140px;
    float: right;
}

/**********************************************************************
* #main-block
**********************************************************************/

#main-block
{
    background: url("../images/background_bottom.gif") bottom left repeat-x #fff;
    padding: 10px 10px 30px 10px;
    border: 1px solid #444;
}

/**********************************************************************
* #header-block
**********************************************************************/

#header-block
{
    background: url("../images/horizontal_dots.gif") bottom left repeat-x;
    border-top: 1px solid #fff; /* IE6 blows */
    padding: 1px; /* IE6 blows */
    margin-bottom: 15px;
}

#header-block #header-logo h1
{
    padding-left: 15px;
    float: left;
    margin-bottom: 10px;
}

#header-block #time-left-block
{
    padding-right: 15px;
    float: right;
}

/**********************************************************************
* #content-block
**********************************************************************/

#content-block
{
    padding: 0 15px;
}

/**********************************************************************
* #footer-block
**********************************************************************/

#footer-block
{
    text-align: center;
}


/**********************************************************************
* #ModuleNavMain
**********************************************************************/

#ModuleNavMain
{
    clear: both;
    background: url("../images/horizontal_dots.gif") top left repeat-x;
    margin: 0 auto 0 auto;
    padding: 1px 8px 1px 0;
}

#ModuleNavMain a
{
    color: #aaa;
    text-decoration: none;
    padding: 5px 8px;
}

#ModuleNavMain a.on
{
    font-weight: bold;
    color: #000;
}

#ModuleNavMain a:hover
{
    color: #000;
}

#ModuleNavMain h1
{
    display: none;
}

#ModuleNavMain ul
{
    margin: 0;
    padding: 0;
    text-align: center;
}

#ModuleNavMain li
{
    font-size: 20px;
    display: inline;
    line-height: 40px;
    list-style-type: none;
    margin: 0;
}

/**********************************************************************
* #time-left-block
**********************************************************************/

#time-left-block
{
    background: url("../images/time_left_background.gif") top left no-repeat;
    width: 93px;
    height: 77px;
    text-align: center;
    padding-top: 10px;
}

#time-left-block .number
{
    font-size: 40px;
    line-height: 40px;
}

#time-left-block .modifier
{
    color: #666;
}

/**********************************************************************
* #ModuleMyAccount
**********************************************************************/

#ModuleMyAccount
{
    text-align: right;
    color: #fff;
}

#ModuleMyAccount a,
#ModuleMyAccount a:hover,
#ModuleMyAccount a:visited
{
    color: #fff;
}

/**********************************************************************
* #ModuleRegistration
**********************************************************************/

div#ModuleRegistration
{
    margin: 0 auto 20px auto;
    width: 350px;
    background: url("../images/inset_block_top.gif") top left no-repeat;
}

#ModuleRegistration div.module-block
{
    background: url("../images/inset_block_bottom.gif") bottom left no-repeat;
    padding: 15px;
}

#ModuleRegistration h1
{
    text-align: center;
}
