﻿body
{
  
}


.heading
{
    padding: 1em 0 1em 0;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
}

.quote
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    color: #B3B7C3;
}

.subhead1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.suhead2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #6D727F;
}

.xsmalltext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #666666;
}

.smalltext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    color: #666666;
}

.smalltext2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    color: #666666;
}


.smalltextGray
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #666666;
}

.smalltextBlue /* used on dedicated_hosting page for server boxes */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #475E90;
}

.title
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
.navsub1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.gridview-header
{
    background: transparent url(../../images/barBKD.gif) repeat-x 0 0; /*#A8ADBB;*/
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}


.accordionHeader
{
    color: white;
    background-color: #719DDB;
    font: bold 11px auto "Trebuchet MS" , Verdana;
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
}
.accordionContent
{
    background-color: #DCE4F9;
    font: normal 10px auto Verdana, Arial;
    border: 1px gray;
    padding: 4px;
    padding-top: 7px;
}


#UpdateProgress1 {
   background-color:#CF4342;
   color:#fff;
   top:0px;
   right:0px;
   position:fixed;
 }

#UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 }



/* ajax modal */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
}
.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 150px;
    height: 50px;
}
.updateProgressMessage
{
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: small;
    vertical-align: middle;
}

.ordersubhead {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
}

.dedOrderHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B2B6C2;
}

/*for requiredfieldextender*/
.invalidtextbox
{
    color: White;
    background-color: #DC4F33;/*orange*//*#A8ADBB; /*#ff9999;*/
}

.invalidlabel
{
    color: Black;
}
