﻿/*-------------------START - DEFAULT CSS - PLS DONT NOT CHANGE--------*/
body, div, p, h1, h2, h3, h4
{
	/*---------------*/
	margin: 0;
	padding: 0;
	border: none;
}

.formBody
{
	/*---------------*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 71%;
	line-height: 1.4em;
	color: #3d3a3a;
}

.surveyArea
{
	/*---------------*/
	margin: 2px auto 2px auto;
	border: #DCDCDC 1px solid;
}

.surveyHeader
{
	/*---------------*/
	line-height: 1.4em;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: #DCDCDC 1px solid;
}

.buttonArea
{
	/*---------------*/
	text-align: center;
	margin: 15px 10px 10px 10px;
}

.surveyButton
{
	/*---------------*/
	text-align: center;
	padding: 0 .35em 0 .35em;
    width:auto;
    overflow:visible;
}

.surveyIntro
{
	/*---------------*/
	padding: 10px;
	margin: 4px;
}

.surveyIncen
{
	/*---------------*/
	padding: 10px;
	margin: 4px;
}

.surveyThankyou
{
	/*---------------*/
	padding: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.sectionName
{
	/*---------------*/
	padding: 10px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}

.sectionIntro
{
	/*---------------*/
	padding: 0px 10px 10px 10px;
	margin-right: 4px;
	margin-left: 4px;
}

.sectionComboArea
{
	/*---------------*/
	margin: 4px;
}

.questionArea
{
	/*-------------*/
	margin: 25px 5px 10px 10px;
}

.questionName
{
	/*-------------*/
	margin: 4px;
}

.questionInstruc
{
	/*---------------*/
	margin: 6px;
}

.questionImage
{
	/*---------------*/
	margin: 4px;
	cursor:pointer; 
}

.rowImage
{
	/*---------------*/
	margin-left: 4px;
	margin-right: 4px;
	cursor:pointer; 
}

.answerArea
{
	/*---------------*/
	margin: 4px;
	margin-left: 8px;
}

.surveyAnsRowEven
{
	/*---------------*/
	padding-right: 30px;
}

.surveyAnsRowOdd
{
	/*---------------*/
	padding-right: 30px;
}

.otherRowText
{
	/*---------------*/
	padding-left: 4px;
}

.otherRowTextBox
{
	/*---------------*/
	margin-left: 4px;
}

.requiredMessageArea
{
	/*--------------------*/
	margin: 10px 10px 0px 10px;
}

.requiredMessage
{
	/*--------------------*/
	text-align: left;
}

.errorTextArea
{
	/*--------------------*/
	margin-left: 5px; 
}

.sorryMessageArea
{
	/*--------------------*/
	margin: 20px 10px 30px 10px;
	background-color: White; 
}

.sorryMessage
{
	/*--------------------*/
	color: #323232;
    font-family: Verdana;
    font-size: 11px;	
}

.surveyAd
{
	/*---------------*/
	background-color: White;
	border-left: #EEF4FF 1px solid;
	padding-left: 2px;
}

.imageAd
{
	/*---------------*/
	margin-top: 2px;
	margin-bottom: 2px;
}

.sponsorHeader
{
	/*---------------*/
	color: #0b4fb5;
	background-color: White;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.progressBarAreaTop
{
	/*---------*/
	margin: 4px;
}

.progressBarAreaBottom
{
	/*---------*/
	margin: 0px 4px 0px 10px;
}

.progressBar
{
	/*---------*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
}

.surveyFooter
{
	/*---------------*/
	padding: 5px;
}

.sirvinaFooter
{
	/*---------------*/
	color: #323232;
	background-color: White;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	border-top: #adadad 1px dashed;
	margin-top: 2px;
}

.sirvinaFooter a
{
	/*---------------*/
	color: #323232;
	text-decoration: none;
}

.sirvinaFooter a:hover
{
	/*---------------*/
	color: #ea0404;
	text-decoration: underline;
}

.sirvinaHeader
{
	/*---------*/
}

.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: 50%; 
}

.previewSurvey
{
	/*---------*/
	top: 2px;
	position: absolute; 
	font-size: 10px;
	color: #ea0404;
	background-color: White;
	border: #DCDCDC 1px solid;
	padding: 3px;
	margin: auto;
	width: 500px;
}

.answerArea4MultiAns
{
	/*---------*/
	width: 300px; 
	height: 250px; 
	overflow: auto; 
	border: #c8c8c8 1px solid; 
	margin: 10px;
	margin-bottom: 4px;
	background-color: #FBFBFB;
}

.surveyAnsRowEven4MultiAns
{
	/*---------*/
	color: #403A3C;
	background-color: #FBFBFB;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	width: 300px;
}

.surveyAnsRowOdd4MultiAns
{
	/*---------*/
	color: #403A3C;
	background-color: #FBFBFB;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	width: 300px;
}

.surveyAnsRowEven4MultiAns:hover , .surveyAnsRowOdd4MultiAns:hover
{
	/*---------*/
	background-color: #E8EEFA;
}

.surveyAnsRowEven4Matrix, .surveyHeaderRow4Matrix
{
	/*---------*/
    background-color: white;
    color: #403A3C;
    font-family: Verdana;
    font-size: 11px;   
    text-align:justify; /* lhv --- 000115 --- 04/07/08 */
}

.surveyHeaderRow4Matrix 
{
	/*---------*/
    font-weight: bold; 
}

.surveyAnsRowOdd4Matrix
{
	/*---------*/
	background-color: #fff5ee;
	color: #403A3C;
	font-family: Verdana;
	font-size: 11px;
	text-align:justify; /* lhv --- 000115 --- 04/07/08 */
}

.cellAnsRowCompareLeft
{
	/*---------*/
	width:45%; 
	text-align:justify; /*lhv --- 000115 --- 04/07/08 */
	/* white-space:nowrap; */
}

.cellAnsRowCompareRight
{
	/*---------*/
	width:45%;
	text-align:justify; /*lhv --- 000115 --- 04/07/08 */
	/* white-space:nowrap; */
}

.cellCompareOr
{
	/*---------*/
	width:10%;
	/*white-space:nowrap; */ /*lhv --- 000115 --- 04/07/08 */
}

.textBoxRankOrder
{
	/*---------*/
	width: 70px;
}

.textBoxNumericAlloc
{
	/*---------*/
	width: 100px;
}

.textBoxPreFormatGeneral, .textBoxPreFormatEmail
{
	/*---------*/
	width: 300px;
}

.textBoxPreFormatDate
{
	/*---------*/
	width: 100px;
}

.sapLogin
{
	/*---------*/
	margin:auto;
}

/*-------------------END - DEFAULT CSS - PLS DONT NOT CHANGE--------*/


/*-------------------START - CUSTOMIZED CSS - YOU CAN CHANGE--------*/

.formBody
{
	background-color: #ffe2cd;
}

.surveyArea
{
    background-color: white;
    width: 770px;
}

.surveyHeader
{
	color: #ffffff;
	background-color:#ff6c00;
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.surveyButton
{
    color: #ffffff;
    background-color: #904105;
    font-family: Tahoma; 
    font-size: 13px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
}

.surveyIntro
{
    color: #403A3C;
    background-color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style:inherit;
    text-decoration: none;
    text-align: justify ;
}

.surveyIncen
{
    color: #454545;
    background-color: #fce3d0;
    font-family: Verdana;
    font-size: 11px;
    font-weight:normal;
    font-style:normal;
    text-decoration: none; 
    text-align: justify; 
}

.surveyThankyou
{  
    color: #403A3C;
    background-color: #fce3d0;
    font-family: Verdana;
    font-size: 11px;
    font-weight:normal;
    font-style:normal;
    text-decoration: none; 
    text-align: justify;   
}

.sectionName
{
    color: #051f2b;   
    background-color: #fbba88;
    font-family: Verdana;
    font-size: 16px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:left;
}

.sectionIntro
{
    color: #2d2d2d;
    background-color: #fbba88;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align:left;
}

.sectionCombo
{
    font-family: Verdana; 
    font-size: 12px;
    width: 230px;
}

.questionName
{
    color: #e36200;
    background-color: White;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align:justify; /*lhv --- 000115 --- 04/07/08 */
    /*text-align:left;*/
}

.questionInstruc
{
    color: #403A3C;
    background-color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight:normal;
    font-style: normal;
    text-decoration: none;
    text-align:justify; /*lhv --- 000115 --- 04/07/08 */
    /* text-align:left; */
}

.surveyAnsRowEven
{
    background-color: white;
    color: #403A3C;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align:justify; /*lhv --- 000115 --- 04/07/08 */
    /* text-align: left; */
}

.surveyAnsRowOdd
{
    background-color: white;
    color: #403A3C;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;  
    font-style: normal;
    text-decoration: none;
    text-align:justify; /*lhv --- 000115 --- 04/07/08 */
    /* text-align: left; */
}

.requiredMessage
{
    color: #ea0404;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.progressBar
{
    color: #dc5f03;
}

.progressBarForeColor
{
	background-color: #ff6c00;
}

.progressBarBackColor
{
	background-color: #fbba88;
}

.surveyFooter
{
    color:#ffffff;
    background-color: #ff6c00; 
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    font-style:normal;
    text-decoration:none;
    text-align:center;
}
