 /* Default CSS Stylesheet for a new Web Application project */

*{margin:0;padding:0}
/*#container{margin:0 auto;text-align:left;}*/

/*background-color: #000000; - RGB 0,0,0 - Black*/
/*background-color: #FFFFFF; - RGB 255,255,255 - White*/

/*background-color: #404040; - RGB 64,64,64 - Very Dark Gray 25*/
/*background-color: #606060; - RGB 96,96,96 - Dark Gray 35*/
/*background-color: #696969; - RGB 105,105,105 - DimGray 41%*/
/*background-color: #808080; - RGB 128,128,128 - Dark Gray*/
/*background-color: #A0A0A0; - RGB 160,160,160 - Gray*/
/*background-color: #C0C0C0; - RGB 192,192,192 - Silver*/
/*background-color: #D0D0D0; - RGB 211,211,211 - Light Gray*/
/*background-color: #E0E0E0; - RGB 224,224,224 - Gray 88*/
/*background-color: #E7E7E7; - RGB 231,231,231 - InactiveBorder;*/
/*background-color: #EBEBEC; - RGB 235,235,235 - Very Light Gray*/

/*background-color: #800000; - RGB 128,0,0 - Maroon*/
/*background-color: #800080; - RGB 128,0,128 - Purple*/
/*background-color: #FF0000; - RGB 255,0,0 - Red*/
/*background-color: #FF00FF; - RGB 255,0,255 - Magenta*/
/*background-color: #F08080; - RGB 240,128,128 - Lt. Coral*/

/*background-color: #336633; - RGB 51,102,51 - Darker Green*/
/*background-color: #008000; - RGB 0,128,0 - Green*/
/*background-color: #00FF00; - RGB 0,255,0 - Lime Green*/
/*background-color: #7CFC00; - RGB 124,252,0 - Lime Green 49%*/
/*background-color: #808000; - RGB 128,128,0 - Olive Green*/
/*background-color: #669966; - RGB 102,153,102 - Pale Green*/

/*background-color: #333399; - RGB 51,51,153 - Dark Blue 40%*/
/*background-color: #336699; - RGB 51,102,153 - Dk. Powder Blue 40%*/
/*background-color: #000080; - RGB 0,0,128 - Navy Blue*/
/*background-color: #0000FF; - RGB 0,0,255 - Blue*/
/*background-color: #008080; - RGB 0,128,128 - Teal Blue*/
/*background-color: #00FFFF; - RGB 0,255,255 - Aqua Blue*/
/*background-color: #99E6FF; - RGB 153,230,255 - Lighter Blue 80%*/
/*background-color: #99DDFF; - RGB 153,221,255 - Medium Blue 80%*/
/*background-color: #66B3FF; - RGB 102,179,255 - Medium Blue 70%*/
/*background-color: #4DA6FF; - RGB 77,166,255 - Medium Blue 65%*/
/*background-color: #99CCFF; - RGB 153,204,255 - Powder Blue*/
/*background-color: #ADD8E6; - RGB 173,216,230 - Powder Blue 79%*/
/*background-color: #E9F2F8; - RGB 233,242,248 - Lt. Powder Blue 94%*/

/*background-color: #CC6633; - RGB 204,102,51 - Brown 50%*/
/*background-color: #993300; - RGB 153,51,0 - Brown 30%*/
/*background-color: #663300; - RGB 102,51,0 - Dk. Brown 20%*/
/*background-color: #FFEEDD; - RGB 255,238,221 - Peach 93%*/
/*background-color: #FFE6CC; - RGB 255,230,204 - Lt. Tan 90%*/
/*background-color: #FFCC66; - RGB 255,204,102 - Golden Brown*/
/*background-color: #FFB366; - RGB 255,179,102 - Lt. Brown 70%*/
/*background-color: #D4D0C8; - RGB 212,208,200 - Sepia 81%*/

/*background-color: #FFFF00; - RGB 255,255,0 - Yellow*/

.visi1 {VISIBILITY: visible}
.visi2 {VISIBILITY: hidden}
.disp1 {DISPLAY: block}
.disp2 {DISPLAY: none}

.WhiteBox {
    color: #333399; /*Dark Blue 40%*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 10pt;
    font-weight: 600;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    border-right: medium none;
}

body {
    background-color: #FFFFFF; /*White*/
    /*#99cc99*/
}

.HalloweenBody {
    background-color: #FFBB33;
    /*#99cc99*/
}

/*body*/
/*{*/ 
    /*width:100%;*/ 
    /*White*/
    /*background-color:#FFFFFF;*/    
/*}*/ 

/*table{text-align:center;}
panel{text-align:center;}*/

.gradient {
    background-image: -moz-linear-gradient(top, #FFFFFF, #99CCFF); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #99CCFF),color-stop(1,#FFFFFF)); /* Safari & Chrome */
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#99CCFF')"; /* IE8 */
}

.btnArrow {
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    letter-spacing: 1px;
}

.btnIClass {
    height: 22px;
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    cursor: hand;
}

.btnCancelHover {
    height: 22px;
    color: #FFFFFF; /*White*/
    background-color: #F08080; /*Lt. Red 72%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: hand;
}

.btnDefault {
    height: 24px;
    color: #000000; /*Black*/
    background-color: #FFE6CC; /*Lt. Tan 90%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: 700;
    padding: 2pt 2pt 2pt 2pt;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
}

.btnDefaultXHTMLXSStyle
/* For <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">*/ {
    height: 24px;
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 8pt;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColor='#ffffffff',EndColor='#FFEEDDaa');
}

.btnDefaultXHTMLSmallStyle
/* For <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">*/ {
    height: 24px;
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 10pt;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColor='#FFFFFFff',EndColor='#FFEEDDaa');
}

.btnEditHover {
    height: 22px;
    color: #FFFFFF; /*White*/
    background-color: #ADD8E6; /*Powder Blue 79%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: pointer;
}

.btnExit {
    height: 22px;
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
}

.btnExitHover {
    cursor: pointer;
    height: 22px;
    color: #663300; /*Dk. Brown 20%*/
    background-color: #FFB366; /* Lt. Brown 70%*/
    text-decoration: underline;
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: bolder;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
}

.btnHover {
    cursor: pointer;
    background-color: #FFCC66; /*Lt. Brown 70%*/
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
}

.btnHover1 {
    cursor: pointer;
    background-color: #808080; /*Dark Gray*/
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
}

.btnMainMenu {
    color: #000000; /*Black*/
    background-color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1px solid #E0E0E0; /*Gray 88*/
    border-left: 1px solid #E0E0E0; /*Gray 88*/
    border-bottom: 1px solid #E0E0E0; /*Gray 88*/
    border-right: 1px solid #E0E0E0; /*Gray 88*/
}

.btnPopUp {
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    height: 20px;
}

.btnSubmitHover {
    height: 22px;
    color: #FFFFFF; /*White*/
    background-color: #7CFC00; /*Lime Green 49%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: pointer;
}

.ButtonStyle {
    color: #0000FF; /*Blue*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.CheckboxStyle {
    color: #000000; /*Black*/
    display: inline-block;
    margin: 4px 4px 4px 4px;
}

.CloseImage {
    height: 13px;
    width: 12px;
    vertical-align: middle;
    border-top-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.DdlDefaultStyle {
    height: 24px;
    color: #000000; /*Black*/
    background-color: #EBEBEC; /*Very Light Gray*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 10pt;
    font-style: normal;
    border-top: 1px solid #696969; /*DimGray 41%*/
    border-left: 1px solid #696969; /*DimGray 41%*/
    border-bottom: 1px solid #FFFFFF; /*White*/
    border-right: 1px solid #FFFFFF; /*White*/
    display: inline-block;
}

.DdlDefaultStyleBold {
    height: 24px;
    color: #000000; /*Black*/
    background-color: #EBEBEC; /*Very Light Gray*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
    border-top: 1px solid #696969; /*DimGray 41%*/
    border-left: 1px solid #696969; /*DimGray 41%*/
    border-bottom: 1px solid #FFFFFF; /*White*/
    border-right: 1px solid #FFFFFF; /*White*/
    display: inline-block;
}

.DdlDefaultStyleDarkGrayBorder {
    height: 24px;
    color: #000000; /*Black*/
    background-color: #EBEBEC; /*Very Light Gray*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: normal;
    border-top: 1px solid #808080; /*Dark Gray*/
    border-left: 1px solid #808080; /*Dark Gray*/
    border-bottom: 1px solid #808080; /*Dark Gray*/
    border-right: 1px solid #808080; /*Dark Gray*/
}

.HRStyle {
    color: #808080; /*Dark Gray*/
    width: 70%;
    font-weight: bold;
    height: 2px;
}

input[type=checkbox] {
    display: inline-block;
}

select {
    color: #000000; /*Black*/
    display: inline-block;
}

option {
    color: #000000; /*Black*/
    display: inline-block;
}

.LabelDefaultStyleXXS {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 8pt;
    font-weight: bold;
}

.LabelDefaultStyleXXSHTML
/* For <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">*/ {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10px;
    font-weight: bold;
}

.LabelDefaultStyleXS {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.LabelDefaultStyleXSAlt {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.LabelDefaultStyleXSB {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bolder;
}

.LabelDefaultStyleXSHTML
/* For <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">*/ {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
}

.LabelDefaultStyleXSRed {
    color: #FF0000; /*Red*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.LabelDefaultStyleXSRedHTML
/* For <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">*/ {
    color: #FF0000; /*Red*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.LabelDefaultStyleSmall {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: normal;
}

.LabelDefaultStyleSmallAlt {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
}

.LabelDefaultStyleSmallBold {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.LabelDefaultStyleSmallBlue {
    color: #0000FF; /*Blue*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.LabelDefaultStyleSmallRed {
    color: #FF0000; /*Red*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.LabelDefaultStyleMedium {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bold;
}

.LabelDefaultStyleMediumRed {
    color: #FF0000; /*Red*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bold;
}

.LabelDefaultStyleLarge {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 16pt;
    font-weight: bold;
}

.LabelDefaultStyleXL {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 18pt;
    font-weight: bold;
}

.LabelDefaultStyleXXL {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 20pt;
    font-weight: bold;
}

.LabelHeaderStyleXXS {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 8pt;
    font-weight: bolder;
}

.LabelHeaderStyleXXSAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 8pt;
    font-weight: bolder;
}

.LabelHeaderStyleXS {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bolder;
}

.LabelHeaderStyleXSAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bolder;
}

.LabelHeaderStyleSmall {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bolder;
}

.LabelHeaderStyleSmallAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bolder;
}

.LabelHeaderStyleMedium {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bolder;
}

.LabelHeaderStyleMediumAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bolder;
}

.LabelHeaderStyleLarge {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 16pt;
    font-weight: bolder;
}

.LabelHeaderStyleLargeAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 16pt;
    font-weight: bolder;
}

.LabelHeaderStyleXL {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 18pt;
    font-weight: bolder;
}

.LabelHeaderStyleXLAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 18pt;
    font-weight: bolder;
}

.LabelHeaderStyleXXL {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 20pt;
    font-weight: bolder;
}

.LabelHeaderStyleXXLAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 20pt;
    font-weight: bolder;
}

.LabelMandatoryStyle {
    color: #0000FF; /*Blue*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 8pt;
    text-decoration: underline;
}

.LabelMessageStyleXS {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.LabelMessageStyleSmall {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.LabelMessageStyleMedium {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bold;
}

.LabelNoteStyleXXS {
    color: #FF0000; /*Red*/
    background-color: #FFFF00; /*Yellow*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 8pt;
    font-weight: bolder;
    text-decoration: underline;
}

.LabelNoteStyleXS {
    color: #FF0000; /*Red*/
    background-color: #FFFF00; /*Yellow*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bolder;
    text-decoration: underline;
}

.LabelNoteStyleSmall {
    color: #FF0000; /*Red*/
    background-color: #FFFF00; /*Yellow*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bolder;
    text-decoration: underline;
}

.LabelNoteStyleMedium {
    color: #FF0000; /*Red*/
    background-color: #FFFF00; /*Yellow*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bolder;
    text-decoration: underline;
}

.LabelNoteStylePrinterFriendly {
    color: #FF0000; /*Red*/
    font-family: Tahoma, Arial, Calibri, Verdana;
    font-size: 8pt;
    font-weight: bolder;
}

.LabelPageHeaderStyle {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 20pt;
    font-weight: bolder;
}

.LabelSectionHeaderStyle {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bolder;
}

.LabelSectionHeaderStyleAlt {
    color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
    font-weight: bolder;
}

.LabelSectionHeaderStyleHTML {
    color: #000000; /*Black*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.NewFeatureLbl {
    top: 112px;
    left: 736px;
    position: absolute;
    height: 25px;
    width: 180px;
    color: #0000FF; /*Blue*/
    background-color: #D4D0C8; /*Sepia 81%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    text-decoration: none;
    border: 1px solid #336699; /*Dk. Powder Blue 40%*/
}

.NF {
    top: 112px;
    left: 736px;
    position: absolute;
    height: 22px;
    width: 180px;
    color: #0000FF; /*Blue*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    font-weight: bold;
}

.NFHov {
    color: #0000FF; /*Blue*/
    cursor: hand;
}

.P {
    color: #0000FF; /*Blue*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    /*font-size: 11px;*/
    font-weight: bold;
    text-decoration: none;
    padding-right: 4px;
    padding-left: 4px;
}

.T {
    top: 112px;
    left: 736px;
    position: absolute;
    height: 25px;
    width: 180px;
    color: #0000FF; /*Blue*/
    /*color: #000000; /*Black*/
    background-color: #D0D0D0; /*Lt. Gray 83%*/
    /*background-color: #E9F2F8;*/ /*Lt. Powder Blue 94%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    /*font-size: 11px;*/
    font-weight: bold;
    text-decoration: underline;
    /*text-decoration: none;*/
    border: 1px solid #336699; /*Dk. Powder Blue 40%*/
    /*padding-right: 3px;*/
    /*padding-left: 3px;*/
    cursor: hand;
}

.TextBoxDefaultStyleApp {
    height: 22px;
    color: #000000; /*Black*/
    background-color: #EBEBEC; /*Very Light Gray*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    /*font-weight:bold;*/
    border-style: inset;
    border-top: 1px solid #808080; /*Dark Gray*/
    border-left: 1px solid #808080; /*Dark Gray*/
    border-bottom: 1px solid #FFFFFF; /*White*/
    border-right: 1px solid #FFFFFF; /*White*/
}

.TextBoxDefaultStyleXS {
    height: 22px;
    color: #404040; /*Very Dark Gray 25*/
    background-color: #EBEBEC; /*Very Light Gray*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    /*font-weight:bold;*/
    border-style: inset;
    border-top: 1px solid #808080; /*Dark Gray*/
    border-left: 1px solid #808080; /*Dark Gray*/
    border-bottom: 1px solid #FFFFFF; /*White*/
    border-right: 1px solid #FFFFFF; /*White*/
}

.TextBoxDefaultStyleXSFullOutline {
    height: 22px;
    color: #404040; /*Very Dark Gray 25*/
    background-color: #EBEBEC; /*Very Light Gray*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    /*font-weight:bold;*/
    border-top: 1px solid #808080; /*Dark Gray*/
    border-left: 1px solid #808080; /*Dark Gray*/
    border-bottom: 1px solid #808080; /*Dark Gray*/
    border-right: 1px solid #808080; /*Dark Gray*/
}

.TextBoxDefaultStyleSmall {
    height: 22px;
    color: #404040; /*Very Dark Gray25*/
    background-color: #EBEBEC; /*Very Light Gray*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 12pt;
    /*font-weight:bold;*/
    border-style: inset;
    border-top: 1px solid #808080; /*Dark Gray*/
    border-left: 1px solid #808080; /*Dark Gray*/
    border-bottom: 1px solid #FFFFFF; /*White*/
    border-right: 1px solid #FFFFFF; /*White*/
}

.TextBoxDisabledStyle {
    height: 22px;
    background-color: #E7E7E7; /*InactiveBorder;*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    /*font-weight:bold;*/
    border-top: 2px solid #696969; /*DimGray 41%*/
    border-left: 2px solid #696969; /*DimGray 41%*/
    border-bottom: 2px solid #FFFFFF; /*White*/
    border-right: 2px solid #FFFFFF; /*White*/
}

.TextBoxHiddenStyle {
    height: 22px;
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    border-top: 0px solid #FFFFFF; /*White*/
    border-left: 0px solid #FFFFFF; /*White*/
    border-bottom: 0px solid #FFFFFF; /*White*/
    border-right: 0px solid #FFFFFF; /*White*/
}

.TextBoxPrinterFriendlyStyle {
    height: 22px;
    background-color: #FFFFFF; /*White*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    border-top: 1px solid #000000; /*Black*/
    border-left: 1px solid #000000; /*Black*/
    border-bottom: 1px solid #000000; /*Black*/
    border-right: 1px solid #000000; /*Black*/
}

.TextBoxReadOnlyStyle {
    height: 22px;
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    border-top: 1px solid #000000; /*Black*/
    border-left: 1px solid #000000; /*Black*/
    border-bottom: 1px solid #000000; /*Black*/
    border-right: 1px solid #000000; /*Black*/
}

.ValidatorDefaultStyle {
    height: 16px;
    width: 8px;
    color: #FF0000; /*Red*/
    background-color: #FFFF00; /*Yellow*/
    font-family: Arial Rounded MT Bold, Arial, Tahoma, Calibri, Verdana;
    font-size: 14pt;
}

.ValidatorMessageStyle {
    color: #FF0000; /*Red*/
    background-color: #FFFF00; /*Yellow*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.ValidatorMessageStyleHTML {
    color: #FF0000; /*Red*/
    background-color: #FFFF00; /*Yellow*/
    font-family: Times New Roman, Arial, Tahoma, Calibri, Verdana;
    font-size: 8pt;
    font-weight: bold;
}

#IClassbtn {
    top: 328px;
    left: 424px;
    height: 22px;
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: bold;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    overflow: auto;
    background: -moz-linear-gradient(cener top, #A9D0F5, #FFEEDD);
    background: -webkit-gradient(linear, left top, left bottom from(#A9D0F5), to(#FFEEDD));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#A9D0F5, endColorstr=#FFEEDD);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#A9D0F5, endColorstr=##FFEEDD)";
}

input.btnArrow {
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    letter-spacing: 1px;
    overflow: auto;
    background: -moz-linear-gradient(cener top, #E0E0E0, #E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom from(#E0E0E0), to(#E6E6E6));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#E0E0E0, endColorstr=#E6E6E6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#E0E0E0, endColorstr=#E6E6E6)";
}

input.btnCancelHover {
    height: 22px;
    color: #FFFFFF; /*White*/
    background-color: #F08080; /*Lt. Red 72%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: hand;
    overflow: auto;
    background: -moz-linear-gradient(cener top, #FF8C00, #EEEEEE);
    background: -webkit-gradient(linear, left top, left bottom from(#FF8C00), to(#EEEEEE));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE)";
}

input.btnDefault {
    height: 22px;
    color: #000000; /*Black*/
    background-color: #FFE6CC; /*Lt. Tan 90%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: 700;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    overflow: auto;
    background: -moz-linear-gradient(cener top, #FFFFFF, #FFEEDD);
    background: -webkit-gradient(linear, left top, left bottom from(#FFFFFF), to(#FFEEDD));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#FFEEDD);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#FFEEDD)";
}

input.btnEditHover {
    height: 22px;
    color: #FFFFFF; /*White*/
    background-color: #ADD8E6; /*Powder Blue 79%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: hand;
    overflow: auto;
    background: -moz-linear-gradient(cener top, #FF8C00, #EEEEEE);
    background: -webkit-gradient(linear, left top, left bottom from(#FF8C00), to(#EEEEEE));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE)";
}

input.btnExit {
    height: 22px;
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    letter-spacing: 1px;
    overflow: auto;
    background: -moz-linear-gradient(cener top, #E0E0E0, #E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom from(#E0E0E0), to(#E6E6E6));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#E0E0E0, endColorstr=#E6E6E6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#E0E0E0, endColorstr=#E6E6E6)";
}

input.btnExitHover {
    height: 22px;
    color: #0000FF; /*Blue*/
    background-color: #FF0000; /*Red*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: hand;
    overflow: auto;
    background: -moz-linear-gradient(cener top, #FF8C00, #EEEEEE);
    background: -webkit-gradient(linear, left top, left bottom from(#FF8C00), to(#EEEEEE));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE)";
}

input.btnHover {
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: hand;
}

input.btnHover1 {
    background-color: #808080; /*Dark Gray*/
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: hand;
}

input.btnMainMenu {
    color: #000000; /*Black*/
    background-color: #000000; /*Black*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1px solid #E0E0E0; /*Gray 88*/
    border-left: 1px solid #E0E0E0; /*Gray 88*/
    border-bottom: 1px solid #E0E0E0; /*Gray 88*/
    border-right: 1px solid #E0E0E0; /*Gray 88*/
    overflow: auto;
    background: -moz-linear-gradient(cener top, #E0E0E0, #E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom from(#E0E0E0), to(#E6E6E6));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#E0E0E0, endColorstr=#E6E6E6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#E0E0E0, endColorstr=#E6E6E6)";
}

input.btnPopUp {
    height: 20px;
    color: #000000; /*Black*/
    background-color: #FFEEDD; /*Peach 93%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    border-top: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-left: 1pt solid #66B3FF; /*Medium Blue 70%*/
    border-bottom: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    border-right: 1pt solid #4DA6FF; /*Medium Blue 65%*/
    overflow: auto;
    background: -moz-linear-gradient(cener top, #FFFFFF, #FFEEDD);
    background: -webkit-gradient(linear, left top, left bottom from(#FFFFFF), to(#FFEEDD));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#FFEEDD);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#FFFFFF, endColorstr=#FFEEDD)";
}

input.btnSubmitHover {
    height: 22px;
    color: #FFFFFF; /*White*/
    background-color: #7CFC00; /*Lime Green 49%*/
    font-family: Arial, Tahoma, Calibri, Verdana;
    font-size: 84%;
    font-weight: normal;
    text-decoration: underline;
    border-top-color: #CC6633; /*Brown 50%*/
    border-left-color: #CC6633; /*Brown 50%*/
    border-bottom-color: #993300; /*Brown 30%*/
    border-right-color: #993300; /*Brown 30%*/
    cursor: hand;
    overflow: auto;
    background: -moz-linear-gradient(cener top, #FF8C00,#EEEEEE);
    background: -webkit-gradient(linear, left top, left bottom from(#FF8C00), to(#EEEEEE));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#FF8C00, endColorstr=#EEEEEE)";
}

.hideGridColumn {
    display: none;
}

.Grid {
}