﻿html, body
{
    margin: 0;
    padding: 10;
    border: none;
    height: 100%;
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


.Shadow
{
    border-top: #aaaaaa 1px solid;
    background: #eeeeee; 
    /*FILTER: progid:DXImageTransform.Microsoft.Shadow(color= '#777777' , Direction=135, Strength=5);  */
    color: Black;
    font-family: Tahoma;
    font-size: 12px;
    border-left: #aaaaaa 1px solid;
    border-bottom: #aaaaaa 3px inset;
    border-right: #aaaaaa 3px inset;
}

/* Menu */
.tableStyle
{
    font-size: 12px;
    font-family: Tahoma;
    color: Black;
}

.smallTableStyle
{
    font-size: 10px;
    font-family: Tahoma;
    color: Black;
    font-weight: bold;
}

.menustyle
{
    border-right: #0065BD 1px solid;
    border-top: #0065BD 1px solid;
    font-weight: bold;
    border-left: #0065BD 1px solid;
    color: white;
    border-bottom: #0065BD 1px solid;
    font-family: tahoma;
    font-size: 12px;
    background-color: #0065BD;
    cursor: hand;
}

.menuitem
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    cursor: hand;
    color: White;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: tahoma;
    background-color: #0065BD;
}
.mouseover
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: gray 1px solid;
    font-family: tahoma;
    background-color: lightsteelblue;
}

.TextBoxAlignRight
{
    font-size: 12px;
    font-family: Tahoma;
    text-align: right;
}


/*Textbox Watermark*/

.unwatermarked
{
    height: 18px;
    width: 148px;
}

.watermarked
{
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.loginStyle
{
    font-family: Verdana;
    font-size: small;
    color: #00008b;
}


.normlarge {
	font-family: verdana;
	font-size: 16px;
}

.thankyou {
	font-family: verdana;
	font-size: 18px;
}
.norm {
	font-family: verdana;
	font-size: 12px;
}

.normbold {
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
}

.questionbold {
	font-family: verdana;
	font-size: 10pt;
	font-weight:bold;
}

td {
	font-family: verdana;
	font-size: 12px;
}

.hdr1 {
	font-family: Times New Roman,Times,serif;
	font-size: 16pt;
    FONT-WEIGHT: bold;
	color: #003399;
}

.continue {
	font-family: Verdana;
	font-size: 16pt;
    FONT-WEIGHT: bold;
	color: #4682b4;
}

.row1
{
	BACKGROUND-COLOR: #6F9CF5;
}

.row2
{
	BACKGROUND-COLOR: #84AAF6;
}

.row3
{
	BACKGROUND-COLOR: #A9C3F7;
}

.row4
{
	BACKGROUND-COLOR: #000000;
}

.survScale
{
	BACKGROUND-COLOR: #84AAF6;
    COLOR: #000000;
	font-family: Times New Roman,Times,serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

.survScale1
{
	BACKGROUND-COLOR: #A9C3F7;
    COLOR: #000000;
	font-family: Times New Roman,Times,serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

.survtext
{
    COLOR: #000000;
	font-family: Times New Roman,Times,serif;
    FONT-SIZE: 11pt;
}

.smtext
{
    COLOR: #000000;
	font-family: verdana;
    FONT-SIZE: 10px;
}
