﻿body
{
    /**background-color: #ECF5FB;
    background-image: url(Images/Stage_BG_btm.png);
    background-position: center bottom;
    background-repeat: repeat-x;**/
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 70%;
    padding-bottom: 50px;
}

.Container
{
    margin: auto;
    min-height: 200px;
    background: #ffffff;
    max-width: 500px;
    min-width: 500px;
    border: solid 1px #d4d4d4;
    padding: 0 10px 10px 10px;
}

.ToolBar
{
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 20px;
}

.GridContainer
{
    background: #ECF5FB;
    min-height: 300px;
    border: solid 1px #d4d4d4;
}


.ModalPopupBG
{
    background-color: #666699;
    -ms-filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.popup_Container
{
    background-color: #fffeb2;
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
    width: 200px;
    height: 100px;
}

.popup_Titlebar
{
    background: url(Images/titlebar_bg.jpg);
    height: 29px;
}

.popup_Body
{
    padding: 10px 10px 10px 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 10pt;
    clear: both;
    padding: 10px;
}

.TitlebarLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.TitlebarRight
{
    background: url(Images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons
{
    margin: 10px;
}
.BarIndicator_TextBox2_poor
{
    color: Maroon;
    background-color: Maroon;
}
.BarIndicator_TextBox2_weak
{
    color: Red;
    background-color: Red;
}
.BarIndicator_TextBox2_average
{
    color: Blue;
    background-color: Blue;
}
.BarIndicator_TextBox2_excellent
{
    color:Green;
    background-color:Green;
}
.BarIndicator_TextBox2_strong
{
    color:Yellow;
    background-color:Yellow;
}
.BarBorder_TextBox2
{
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    height: 50px;
    vertical-align: middle;
}
.cssClass1
{
    font-family: Arial;
    color: Black;
    font-size: 12px;
}
