﻿.textStyle
{
    font-family: verdana;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2E2E2E;
}



.controlTextStyle
{
    font-family: Calibri, Verdana;
    font-size: 10pt; /*font-weight: normal;*/
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2E2E2E;
}

.header
{
    /*border: solid 1px Black;*/
    background-color: #18a4e1;
    height: 35px;
    width: 778px; #width:788px;

/*width: 100%;*/
text-align:center;
vertical-align:middle;
margin-right:auto;
margin-left:auto;
#margin-right:-5px;
#margin-left:-5px;
padding-top:0px;/* 5 */
padding-bottom:0px;
/*padding-left: 15px; jkjklj */
font-family:Verdana;
font-size:16pt;
font-weight:bold;
color:White;
}

.errorTextStyle
{
    font-family: verdana;
    font-size: 9pt;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: Red;
}

.statusTextStyle
{
    font-family: verdana;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: White;
}

.modalPopupTextStyle
{
    font-family: verdana;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2E2E2E;
}

/* For Pop up lable font style - By Pranay (16-Aug-2011) */
.modalPopupStatusTextStyle
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: White;
}


.repeaterTextStyle
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2E2E2E;
}
.textStyleTE
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2E2E2E;
}

.tblHeadFormat
{
    background-color: #260930;
    color: White;
    text-align: center;
    font-family: verdana;
    font-size: 11pt;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}


/* Master Page TextStyles */

.textMasterStyle
{
    font-family: verdana;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: White;
}

.controlMasterTextStyle
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2E2E2E;
}

.signInTextStyle
{
    font-family: "Lucida Sans Unicode";
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
    color: White;
}

.loginTextStyle
{
    font-family: Calibri, Verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color:#260930;
}

.loginTextErrorStyle
{
    font-family: Calibri, Verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: Red;
}

.loginButtonStyle
{
    border: none;
    height: 48px;
    width: 48px;
    padding-right: 20px;
}

.progressIndicatorFontStyle
{
    font-family: Comic Sans MS; 
    font-size: 12pt; 
    /*font-weight: bold;*/ 
    color: White;
}



