﻿/*===================Start - Standard CSS===================*/
body, div, p, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	background-color: #e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /*71%;*/
	line-height: 1.4em;
	color: #3d3a3a;
}

/*===================Start - Color Area===================*/
.red, .redBold {color: #ea0404;}
.redBold {font-weight:bold; }
.darkRed {color: #990000;}

.black {color: #616161;}
.completeBlack {color: Black;}

.blue {color: #0b4fb5;}

.bgColor {background-color: #f7f7f7;}
.yellow {}
/*==========================End - Color Area==========================*/

/*==========================Start - Clearing==========================*/
.spacer { clear:both; margin:0px; padding:0px; }


/*==========================Start - Text Area==========================*/
/* Bold Title, ex: Survey Name, Introduction...*/
.titleBold, .titleBlackBold
{
	font-weight: bold;
	font-size: 11px;
}

.titleBlackBold
{
    color: Black;
}

.lblSmall
{
	font-size: 10px;
}

.lblSmallBold
{
	font-size: 10px;
	font-weight: bold;
}

.lblSmallDisabled
{
	font-size: 10px;
	color: #a0a0a0;
}

.lblItalicCom, .lblItalicComBlue
{
	font-style: italic;
	font-size: 10px;
}

.lblItalicComBlue
{
	color: #0b4fb5;
}

.lblSmallRed
{
	font-size: 10px;
	color: #ea0404;
}

.required
{
	color: #ea0404;
}

.errorMsg
{
	font-weight: bold;
	font-size: 12px;
	color: #ea0404;
}

/*00096*/
.errorMsgSmall
{
	font-weight: bold;
	font-size: 10px;
	color: #ea0404;
}

/*============================End - Text Area===============================*/

/*============================Start - Buttons Area===============================*/
.btnOnGrid, .btnBlue, .btnBlack, .btnBlackBig, .btnBlackSmall, .btnBlackAuto, .btnRed, .btnRedAuto, .btnRedBigAuto
{
	border: none;
	cursor: pointer;
	text-align: center;
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 1px;
}

.btnBlackAuto, .btnRedAuto, .btnRedBigAuto
{
	padding: 0 .6em 0 .6em;
    width:auto;
    overflow:visible;	
}

.btnRed
{
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background: #AC1413 url(/WebSurvey/Images/bgRedBtn.gif) left top repeat-x;
}
.btnRedAuto
{
	height: 18px;
	color: #FFFFFF;
	background: #AC1413 url(/WebSurvey/Images/bgRedBtn.gif) left top repeat-x;
}
.btnRedBigAuto
{
	height: 20px;
	color: #FFFFFF;
	background: #AC1413 url(/WebSurvey/Images/bgRedBtn.gif) left top repeat-x;
}

.btnBlack, .btnBlackAuto
{
	height: 18px;
	color: #FFFFFF;
	background: #4f4f4f url(/WebSurvey/Images/bgBlackBtn.gif) left top repeat-x;
}

.btnBlackBig
{
	height: 20px;
	color: #FFFFFF;
	background: #4f4f4f url(/WebSurvey/Images/bgBlackBtn.gif) left top repeat-x;
}

.btnBlackSmall
{
	font: 10px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	height: 17px;
	color: #FFFFFF;
	background: #4f4f4f url(/WebSurvey/Images/bgBlackBtn.gif) left top repeat-x;
}

.btnBlue
{
	height: 18px;
	color: #FFFFFF;
	background: #2b5cad url(/WebSurvey/Images/bgBlueBtn.gif) left top repeat-x;
}

.btnUpSmall, .btnDownSmall
{
	height: 19px;
	width: 16px;
	border: #e6e6e6 2px solid;
	cursor: pointer;
}

.btnUpSmall
{
	background: url(/WebSurvey/Images/bgArrowUp.gif) #828282 no-repeat;
	background-position: center;
}

.btnDownSmall
{
	background: url(/WebSurvey/Images/bgArrowDown.gif) #828282 no-repeat;
	background-position: center;
}

.btnBlackArrowDown
{
	cursor: pointer;
	height: 20px;
	color: #FFFFFF;
	border: #e6e6e6 2px solid;
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: url(/WebSurvey/Images/arrRight.gif) #828282 no-repeat;
	background-position: right;
	padding-right: 10px;
}

.btnOnGrid
{
	font-size: 10px;
	font-weight: normal;
	height: 18px;
	color: #FFFFFF;
	background: url(/WebSurvey/Images/bgBlackBtn.gif) #FFFFFF right;
}

.btnArrowDown
{
	padding-right: 12px;
	background: url(images/bgBtnArrDown.gif) #ffffff no-repeat;
	font: 11px/11px Tahoma, Arial, Verdana;
	width: 107px;
	cursor: pointer;
	color: #646464;
	border-style: none;
	height: 17px;
	text-align: center;
}

.btnArrowDown:hover
{
	background: url(images/bgBtnArrDownOver.gif) #ffffff no-repeat;
}

.btnNormal
{
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: Black;	
}
/*============================End - Buttons Area===============================*/

/*============================Start - Links Area===============================*/
.lnkNormal
{
	font-size: 11px;
	color: #0b4fb5;
}
.lnkNormal:hover
{
	color: #ea0404;
	cursor:pointer;
}

.lnkBlack
{
	font-size: 11px;
	color: #616161;
}
.lnkBlack:hover
{
	color: #ea0404;
}

.lnkRed
{
	font-size: 11px;
	color: #ea0404;
}

.lnkBlueSmall
{
	font-size: 10px;
	color: #0b4fb5;
}
.lnkBlueSmall:hover
{
	color: #ea0404;
}

.lnkBlackSmall
{
	font-size: 10px;
	color: #616161;
}
.lnkBlackSmall:hover
{
	color: #ea0404;
}

.lnkBlackSmallNoLine
{
	font-size: 10px;
	color: #616161;
	text-decoration: none;
}
.lnkBlackSmallNoLine:hover
{
	color: #ea0404;
	text-decoration: underline;
}

.lnkRedSmall
{
	font-size: 10px;
	color: #ea0404;
}
.lnkRedSmallBold
{
    font-size:10px;
    color: #ea0404;
    font-weight:bold;
}
.lnkFooter
{
	font-size: 9px;
	color: #616161;
	text-decoration: none;
}
.lnkFooter:hover
{
	text-decoration: underline;
	color: #ea0404;
}

.lnkCustom
{
	font-size: 11px;
	color: #0b4fb5;
	cursor: pointer;
}

/*=====================================End - Links Area===============================*/

/*============================Start - Web Controls Area===============================*/
/* FreeTextBox FileUpload */
.ftbFileUpload
{
	font: 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

/* Text Area. ex: introduction, Incentive */
.textArea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textBox
{
	font-size: 11px;
	width: 150px;
	color: #000000;
}
.textBoxRed 
{
    font-size: 11px;
	width: 150px;
	color:#ea0404;
	font-weight:bold;	
}

.radio
{    }

.checkBox
{
	font-size: 10px;
}

.dropDownList
{ }

.ddlSmall
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ddlItemHidden
{
	background-color: #f4f4f4;
}

/*============================End - Web Controls Area===============================*/

/*============================Start - Grid Area===============================*/
.grd
{
	background-color: White;
	border: #abd0ef solid 1px;
	padding: 10px;
}

.grdEmpty
{
	background-color: #f4f4f4;
	border-bottom: #f4f4f4 solid 1px;
	border-top: #f4f4f4 solid 1px;
	border-right: white solid 1px;
	border-left: white solid 1px;
}

.grdHeader
{
	color: White; 
	background: #5596cc url(/WebSurvey/Images/bgGridHeader.JPG);
}
.grdHeader a { color: White; }

.grdPager
{
	background-color: #abd0ef;
	color: #3c3c3c;
	height: 25px;
	font-size: 10px;
}

.grdRowStyle, .grdHiddenRow
{
	color: #3d3a3a;
	height: 30px;
	font-size: 10px;
}

.grdAlterRowStyle
{
	color: #3d3a3a;
	height: 30px;
	font-size: 10px;
	background-color: #f4f9fd;
}

.grd th, .grd td
{ 
	border-top: #d3e7f5 solid 1px;
	border-bottom: #d3e7f5 solid 1px;
}
.grd td table td { border: none; }

.grdRowStyle:hover, .grdAlterRowStyle:hover, .grdHiddenRow:hover
{
	background-color: #ffffe8;
}

.grdHiddenRow
{
	background-color: #f8f8f8;
}
/*============================End - Grid Area===============================*/

/*============================ Start - Ajax DropDownExtender ===============================*/
.ContextMenuPanel
{
	background-color: #f7f7f7;
	cursor: default;
	border-top: #d2d2d2 1px solid;
	border-left: #d2d2d2 1px solid;
	border-right: #b2b2b2 2px solid;
	border-bottom: #b2b2b2 2px solid;
}

a.ContextMenuItem
{
	text-align: left;
	display: block;
	color: #0b4fb5;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 5px 2px 5px;
	font-size: 10px;
}

a.ContextMenuItem:hover
{
	background-color: #EDF6FF;
	color: #ea0404;
}

/*============================ Start - Ajax PopupModal===============================*/
.modalBackground
{
	background-color: #FFFFFF;
	filter: alpha(opacity=1);
	opacity: 0.1;
}

.modPop
{
	border-left: #969696 1px solid;
	border-right: #787878 2px solid;
	border-bottom: #787878 2px solid;
}

.modPopHeader
{
	background: url(/WebSurvey/Images/bgHeaderPopup.gif) repeat-x;
	height: 39px;
	text-align: left;
	cursor: move;
}

.modPopHeader .title
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	top: 9px;
	left: 5px;
	z-index: 1000;
	position: absolute;
}

.modPopHeader .btnClose
{
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 5px;
	z-index: 1000;
}

.modPopBody
{
	text-align: left;
	background-color: #f7f7f7;
}

.modPopBody .content
{
	padding: 10px;
}

.modPopFooter
{
	text-align: center;
	background-color: #f7f7f7;
}

/*============================ Start - Help tooltip ===============================*/
a.help
{
	font-size: 11px;
	color: #0b4fb5;
	text-decoration: none;
	font-weight: bold;
}
a.help:hover
{
	color: #ea0404;
}
a.help img
{
	border-top-width: 0px;
	border-left-width: 0px;
	background: no-repeat left top;
	border-bottom-width: 0px;
	width: 11px;
	height: 11px;
	border-right-width: 0px;
}
a.help img
{
	background: url(Images/icoBlackHelp.gif) top left no-repeat;
}
a.help:hover img
{
	background: url(Images/icoRedHelp.gif) top left no-repeat;
}

.pnlHelp
{
	visibility: hidden;
	position: absolute;
}

.divHelp
{
	z-index: 2;
	font-size: 11px;
	background-color: #ffffd6;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-bottom: gainsboro 2px solid;
	border-right: gainsboro 2px solid;
	color: #141414;
}

.ulHelp
{
	list-style-position: inside;
	list-style-type: disc;
	margin: 2px;
	padding: 5px;
	line-height: 1.4em;
}

.ulInstAtBeginPage
{
	list-style-position: inside;
	list-style-type: disc;
	margin: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
	color: Black;
}

/*============================ Start - Message Control ===============================*/
.Error, .Inform, .Alert
{
	font-weight: bold;
}

.Error
{
	color: #ea0404;
}

.Inform
{
	color: #0b4fb5;
}

.Alert
{
	color: #616161;
}

/*============================ Start - Survey Name Control =============================*/
.tblSurveyName
{
	height: 45px;
	width: 310px;
	background:url(Images/bgSurveyName.gif) no-repeat;
}

.lblSurveyName
{
	font-family: Tahoma , Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;	
}

.lblSurveyStatus
{
	font-style:italic; 
	font-size:10px;
	color:#999999;	
}

/*============================ End - Survey Name Control ===============================*/

/*============================ Start - Question Edit ===============================*/
div.advancedOption
{
	border: solid 1px gainsboro;
	padding: 10px;
}

.divSwitchText
{
	font-size: 11px;
	color: #0b4fb5;
	text-decoration: underline;
	cursor: pointer;
}

/*============================ Loading Panel ===============================*/
.loading
{ 
	/*---------*/
	color: #ea0404;
	background-color: #f7f7f7;
	border: #DCDCDC 1px solid;
	padding: 10px;	
	z-index: 100; 
} 

* html .loading 
{ 
	/*--IE6-------*/
	position: absolute; 
	top: expression((document.documentElement.clientHeight / 2.5 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right: expression((document.documentElement.clientWidth / 2.0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
} 

.loadingArea > .loading 
{ 
	/*---------*/
	position: fixed; 
	top: 40%; 
	right: 44%; 	
} 

/*============================ Corner Panel ===============================*/
.t
{
	background: url(Images/dotLine.gif) 0 0 repeat-x;
	background-color: #F8F8F8;
}
.b
{
	background: url(Images/dotLine.gif) 0 100% repeat-x;
}
.l
{
	background: url(Images/dotLine.gif) 0 0 repeat-y;
}
.r
{
	background: url(Images/dotLine.gif) 100% 0 repeat-y;
}
.bl
{
	background: url(Images/dotBotLeft.gif) 0 100% no-repeat;
}
.br
{
	background: url(Images/dotBotRight.gif) 100% 100% no-repeat;
}
.tl
{
	background: url(Images/dotTopLeft.gif) 0 0 no-repeat;
}
.tr
{
	background: url(Images/dotTopRight.gif) 100% 0 no-repeat;
	padding: 15px;
}

/*====================== 3D Shadow Box ==========================*/  
.boxLeft
{
    width:3px;
    background:url(/WebSurvey/Images/bgBoxLeft.gif) repeat-y;
}
.boxRight
{
    width:3px;
    background:url(/WebSurvey/Images/bgBoxRight.gif) repeat-y;
}
.boxTop
{
    height:3px;
    background:url(/WebSurvey/Images/bgBoxTop.gif) repeat-x; 
}
.boxBottom
{
    height:3px;
    background:url(/WebSurvey/Images/bgBoxBottom.gif) repeat-x; 
}
.boxCorTopLeft
{	
    background:url(/WebSurvey/Images/bgBoxCorTopLeft.gif) no-repeat; 
}
.boxCorTopRight
{	
    background:url(/WebSurvey/Images/bgBoxCorTopRight.gif) no-repeat; 
}
.boxCorBotLeft
{	
    background:url(/WebSurvey/Images/bgBoxCorBotLeft.gif) no-repeat; 
}
.boxCorBotRight
{	
    background:url(/WebSurvey/Images/bgBoxCorBotRight.gif) no-repeat; 
}

/*==============================Imitation ListBox (imitLst) ===================================*/
.imitLst
{
	border-color: #B6C8F7;
	border-width: 1px;
	border-style: solid;
}

.imitLstItem
{
	background-color: #F9F9F9;
}

.imitLstItem:hover
{
	background-color: #B1D8F5;
	border-color: #B6C8F7;
}

/*=========== Demographic Treeview ================================*/
.divDemoTree
{
	background-color: #FFFFFF;
	border-bottom: #E6E6E6 2px inset;
	border-right: #E6E6E6 2px inset;
	border-top: #F0F0F0 2px inset;
	border-left: #F0F0F0 2px inset;
	width: 450px;
	height: 350px;
}

/*=========== Survey Option ================================*/
.popupControl
{
	background-color: White;
	position: absolute;
	visibility: hidden;
}

.textBoxSurveyOption
{
	font-size: 11px;
	width: 150px;
	color: #000000;
}

.lnkRedFeeSurvey
{
	font-size: 11px;
	color: #ea0404;
	cursor: pointer;
}

.lblItalicAndBlue
{
	font-style: italic;
	font-size: 10px;
	color: #0b4fb5;
}

.lnkUnderline
{
	text-decoration: underline;
}

/*=========== Calendar Control ================================*/
.myCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #F8F8F8;
	color: Blue;
}
.myCalendar .ajax__calendar_day
{
	height: 17px;
	width: 18px;
	text-align: right;
	padding: 3px 3px 3px 3px;
	cursor: pointer;
}
.myCalendar .ajax__calendar_other .ajax__calendar_day, .myCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: Green;
	font-size: 10px;
}
.myCalendar .ajax__calendar_hover .ajax__calendar_day, .myCalendar .ajax__calendar_hover .ajax__calendar_month, .myCalendar .ajax__calendar_hover .ajax__calendar_year
{
	background-color: InactiveBorder;
	border-color: #e2e2e2;
	color: Black;
	font-weight: bold;
}
.myCalendar .ajax__calendar_active .ajax__calendar_day, .myCalendar .ajax__calendar_active .ajax__calendar_month, .myCalendar .ajax__calendar_active .ajax__calendar_year
{
	background-color: InactiveBorder;
	border-color: #e2e2e2;
	color: Red;
	font-weight: bold;
}
.myCalendar .ajax__calendar_footer
{
	border-top: 1px solid #f5f5f5;
	padding-top: 3px;
	font-weight: bold;
	color: Maroon;
	font-size: 10px;
}
.myCalendar .ajax__calendar_dayname
{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 3px;
	color: Black;
	font-weight: bold;
}
.myCalendar .ajax__calendar_body
{
	height: 136px;
	width: 176px;
	position: relative;
	overflow: hidden;
	margin: auto;
}

/*=========== Sample question ======================*/
.textOfQuestSample
{
	font-family: Verdana;
	color: #403a3c;
	font-size: 11px;
	padding-left: 20px;
}

.textTitleOfQuestSample
{
	font-family: Verdana;
	color: #990000;
	font-size: 12px;
	padding-left: 20px;
}

.bigTableOfQuestSample
{
	border: 1px solid;
	width: 650px;
	height: 355px;
	background-color:White;
}

/*Image Street Map*/
.mapStreet
{
	border: 1px solid;
	border-color: #dcdcdc;
}

/*=========== Other (FeedBack, ReportSettingQuestion...) ======================*/
.redTitle
{
	color: #ea0404;
	font-weight: bold;
	font-size: 15px;
	font-family: Tahoma,Arial;
}

.answerOfQuestion
{
	width: 450px; 
	height: 290px; 
	overflow: auto; 
	border: #c8c8c8 1px solid; 
	margin:auto;
	margin-bottom: 4px;
	background-color:White;
}

.rowHover:hover { background-color:#ffffe8; }


/*========================== END ==========================*/







