/*
=general
=page structure
=navigation
=content
=misc
=print
=footer
*/

/*
=general
---------------------------------------------- */

html, body
{
    xwidth: 100%;
}

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.3em;
    color: [body-colour];
    background: [site-bg];
}

table, tr, td, input, select, textarea, ol, ul
{
    font-size: 100%;
}

a img, img
{
    border: 0;
}

a
{
    xcolor: [menu-colour];
}

a:hover
{
    text-decoration: underline;
}


h1, h2, h3
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: normal;
    color: [title-colour];
    line-height: 1.5em;
}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

form
{
    margin: 0;
    padding: 0;
}

p
{

}

/*
=page structure
---------------------------------------------- */

#container
{
    padding: 1px 0 1px 0;
}

#content
{
    background-color: [console-bg];
    padding: 1% 0 1% 0;
    min-height: 500px;
    xheight: 500px;
    xwidth: 1000px;
    clear: both;
}

*>#content
{
    height: auto;
}

/*
=navigation
---------------------------------------------- */
#global_nav {
    float: left;
    xwidth: 200px;
    xheight: 400px;
    padding: 0 10px 0 0;
    background: [menu-bg];
}

#global_nav ul li {
    list-style: none;
}

#global_nav a {
    color: [menu-colour];
    text-decoration: none;
}

/*
=page content
---------------------------------------------- */
.logout_button
{
    float: right;
}
/*
=misc
---------------------------------------------- */
.hide
{
    position: absolute;
    left: -999em;
}


/*
=print
---------------------------------------------- */

.print_only
{
    display: none;
}


/*
=footer
---------------------------------------------- */

#footer
{
    padding: 1em;
    clear: both;
}


/*
=Message classes
--------------------------------------------*/

.msg-info
{
    background: #fff url(/images/icons/check.gif) 5px 5px no-repeat;
    color: #693;
    font-weight: bold;
    padding: 5px 5px 5px 25px;
}

.msg-info span
{
    color: #693;
    font-weight: bold;
}


.msg-error
{
    background: #fff url(/images/icons/error-sml.gif) 5px 5px no-repeat;
    padding: 5px 5px 5px 25px;
}

.msg-error span
{
    color: #DD4604;
    font-weight: bold;
}
