﻿.menu
{
    background: url('../Images/header_20.png') repeat-x;
    height: 32px;
}
.round_panel
{
    padding-top: 100px;
    margin: 0px auto;
    width: 335px;
}
.round_panel tr td.topLeft, 
.round_panel tr td.topRight, 
.round_panel tr td.left, 
.round_panel tr td.right, 
.round_panel tr td.bottomLeft, 
.round_panel tr td.bottomRight
{
    width: 4px;
}
.round_panel tr td.topLeft, 
.round_panel tr td.top, 
.round_panel tr td.topRight, 
.round_panel tr td.bottomLeft, 
.round_panel tr td.bottom, 
.round_panel tr td.bottomRight
{
    height: 4px;
}
.round_panel tr td.topLeft
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/TopLeftCorner.png') no-repeat;
}
.round_panel tr td.top
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/TopEdge.png') repeat-x;
}
.round_panel tr td.topRight
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/TopRightCorner.png') no-repeat;
}
.round_panel tr td.left
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/LeftEdge.png') repeat-y;
}
.round_panel tr td.right
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/RightEdge.png') repeat-y;
}
.round_panel tr td.bottomLeft
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/BottomLeftCorner.png') no-repeat;
}
.round_panel tr td.bottom
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/BottomEdge.png') repeat-x;
}
.round_panel tr td.bottomRight
{
    background: url('../Images/ASPxRoundPanel/MedTalon/F6F3EC/BottomRightCorner.png') no-repeat;
}

.round_panel.red
{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.round_panel.red tr td.topLeft
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/TopLeftCorner.png') no-repeat;
}
.round_panel.red tr td.top
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/TopEdge.png') repeat-x;
}
.round_panel.red tr td.topRight
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/TopRightCorner.png') no-repeat;
}
.round_panel.red tr td.left
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/LeftEdge.png') repeat-y;
}
.round_panel.red tr td.right
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/RightEdge.png') repeat-y;
}
.round_panel.red tr td.bottomLeft
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/BottomLeftCorner.png') no-repeat;
}
.round_panel.red tr td.bottom
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/BottomEdge.png') repeat-x;
}
.round_panel.red tr td.bottomRight
{
    background: url('../Images/ASPxRoundPanel/MedTalon/FFE6E6/BottomRightCorner.png') no-repeat;
}

.header.login_page .wrapper .title
{
    float: left;
}
.content
{
    padding: 0px;
    margin: 0px;
    min-height: 537px;
}
.news
{
    margin-top: 100px;
    padding-left: 20px;
    float: left;
    width: 577px;
    padding-right: 30px;
}
.news .title, .login .title
{
    color: #637589;
    font-size: 22px;
    font-weight: bold;
}
.news
{    
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}
div.news div.warn
{
    color: Red;
    font-size: 14px;
    font-family: Arial;  
}
.login
{
    padding: 10px;
    background-color: #F6F3EC;
}
.login .login_header
{
    padding-bottom: 10px;
    border-bottom: 2px dotted LightGray;
}
.login .title
{
    font-size: 16px;
}
.login div.separator
{
    margin-top: 15px;
}
.login table
{
    padding-top: 5px;
}
.login table tr td.name
{
    text-align: right;
    color: #666666;
}
.login table tr td.forgot_password
{
    text-align: left;
    color: #9A9A9A;
}
div.login input
{
    border: 1px solid LightGray;
    font-size: 14pt;
    height: 25px;
    padding: 2px;
    vertical-align: middle;
    width: 215px;
}
.errorWrapper
{
    margin: 0px 15px;
}
.errorMessage tr td.round_panel_content
{
    color: #CC3333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background-color: #FFE6E6;    
}
.hide
{
    visibility: hidden;
}
