﻿/* default styling */
body
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: Black;
    background: White;
    width: 100%;
    min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
}

/* control styles */
.rotatingImg
{
    width: 346px;
    margin: 5px;
    float: left;
}
.heading
{
    display: block;
    font-weight: bold;
    font-size: 115%;
    line-height: 200%;
}
.copyright
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 80%;
    margin: 25px 0px 5px 0px;
}

/* news styles */
.NewsBlock
{
    float: right;
    clear: right;
    width: 383px;
    margin: 10px;
    background: url(../../gui/news-block-background.jpg) repeat-y;
}
.NewsControl
{
    min-height: 170px;
    margin: 0px 10px;
}
.NewsControl .newsdate
{
    font-weight: bold;
    float: right;
}
.NewsControl .newsheadline
{
    font-style: italic;
    font-weight: bold;
    font-size: 105%;
    float: left;
}
.NewsControl p
{
    clear: both;
}

/* menu and links styles */
a
{
    color: #000099;
    text-decoration: none;
}
a:hover
{
    color: #0000CC;
}
.RadMenu div .rmGroup
{
    background: White;
    border: solid 1px #330000;
}
.MenuItem {

}
.MenuItem:hover, .MenuItemExpanded {
    font-weight: bold;
}
.MenuItemDisabled, .MenuItemDisabled:hover {
    color: #999999;
}
#permMenu
{
    width: 400px;
    margin: 0px 20px;
}

/* form styles */
.Boxes
{
    margin-bottom: 3px;
}
.FormLabels
{
    display: block;
    float: left;
    margin-right: 3px;
    text-align: left;
}
.ContactForm
{
    width: 500px;
    margin: 5px auto;
}
.ContactForm .FormLabels
{
    width: 100px;
}

.Login
{
    width: 300px;
    margin: 0px auto;
}
.Login .Boxes .FormLabels
{
    width: 100px;
}
.Login .Boxes .Textbox
{
    width: 150px;
}
.Login .Boxes hr
{
    display: block; clear: left; visibility: hidden; margin-top: -5px;
}
.RegisterNewUser
{
    width: auto;
}
.RegisterNewUser .Boxes .FormLabels
{
    width: 125px;
}