﻿body
{
    background: #a1114c;
    font: normal 500 12px Arial, Verdana, Sans-Serif;
}
H1 {
font-size:22px;
color:#a1114c;
}
H2 {
font-size:15px;
color:#a1114c;
}

.middle
{
    width: 760px;
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
}
.siteWrapper
{
    width: 760px;
}
.RadEContentBordered
{
    background-color: #ffffff;
}
A:Link, A:Visited, A:Active
{
    color: #a1114c;
    text-decoration: underline;
}
A:Hover
{
    text-decoration: none;
}


/***************************
        Header styles
***************************/
.topWrapper
{
    width: 760px;
    height: 78px;
    background: url(/Images/System/bg-topwrapper.gif) repeat-x left top;
    border-bottom: solid 8px #a1114c;
}
.logoWrapper
{
    
}
/***************************
        Top Menu
***************************/
.topMenuWrapper
{
    padding: 50px 30px 0px 8px;
    
}
.topMenuUL
{
    margin: 0;
    padding: 0;
}
.item
{
    list-style-type: none;
    display: inline;
    border-left: solid 1px #000;
    cursor: pointer;
}
.first
{
    border-left: none;
}
.topMenuItemSeparator
{
    width: 1px;    
    list-style-type: none;
    display: inline;
    background: url(/Images/System/topmenu-separator.gif) no-repeat left center;
    float: left;
}
A.link:Link, A.link:Visited, A.link:Active
{
    color: #000;
    text-decoration: none;
    padding: 0px 6px;
    cursor: pointer;
}
A.link:Hover
{
    color: #ab1252;
    cursor: pointer;
}
A.topMenuItemLinkActive:Link, A.topMenuItemLinkActive:Visited, A.topMenuItemLinkActive:Hover, A.topMenuItemLinkActive:Active
{
    color: #ab1252;
    padding: 0px 6px;
    cursor: text;
    text-decoration: none;
}
.text
{
    cursor: pointer;
}
/***************************
         Content
***************************/
.contentWrapper
{
    width: 760px;    
    background: url(/Images/System/bg-contentwrapper.gif) repeat-y left top;
}
.contentLeft
{
    width: 264px;
}
.contentRight
{
    width: 464px;    
    padding: 16px 16px 16px 16px;
    background: #fff;    
}

/**************************
         Main Left
**************************/
.watchLeft
{
    width: 264px;
    height: 144px;
    background: url(/Images/System/watch-top.jpg) no-repeat left top;
}
.watchMiddle
{
    width: 170px;
    height: 33px;
    padding: 2px 0px 0px 94px;
    background: url(/Images/System/watch-middle.jpg) no-repeat left top;
}
.watchBottom
{
    width: 264px;
    height: 232px;
    background: url(/Images/System/watch-bottom.jpg) no-repeat left top;
}


/***************************
         Bottom
***************************/
.bottomWrapper
{
    width: 742px;
    padding: 6px 16px 0px 4px;
    height: 19px;
    background: #000;
    color: #fff;
    font-size: 10px;
    border-top: solid 8px #a1114c;
}


/***************************
         General
***************************/
.left
{
    float: left;
}
.right
{
    float: right;
}
.TextBoxError
{
    background-color: #ffe5e5;
}
.TextBoxNormal
{
    border-right: #a5acb2 1px solid;
    padding-right: 0px;
    border-top: #a5acb2 1px solid;
    padding-left: 0px;
    font-size: 10px;    
    border-left: #a5acb2 1px solid;    
    border-bottom: #a5acb2 1px solid;
    font-family: Arial, Sans-Serif;
}
.Soft
{
    color: #999999;
}

