/****************************
 ***    DEFAULT STYLES    ***
 ****************************/
 
BODY {
 	padding: 0px;
 	margin: 5px;
 	background: white;
}
  
BODY, TD, P, LI, INPUT, SELECT, TEXTAREA {
 	font-family: Arial, Verdana, Helvetica, sans-serif;
 	font-size: 10pt;
 	color: black;
}
 
A:link { color: #FF0000; text-decoration: underline; }
A:visited { color: #FF0000; text-decoration: underline; }
A:active { color: #006699; text-decoration: underline; }
A:hover { color: #FF0000; text-decoration: none; }


/****************************
 ***    LAYOUT STYLES     ***
 ****************************/

.header {
	background: url(../images/header.jpg) no-repeat;
	width: 723px;
	height: 79px;
}

.content {
	width: 682px;
	margin: 20px 20px 5px;
	border: solid white 1px;
}

.navbuttons {
	margin: 30px 0px 40px;
}

.navbuttons INPUT, TABLE.FQAdd TD INPUT {
	font-weight: bold;
	color: black;
	background: #CFCFCF;
}

.progress {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 20px;
}

.progress IMG {
	margin-bottom: -3px;
}

.footer,
.footer .logo {
	height: 53px;
}

.footer{
	background: url(../images/footer.gif) no-repeat;
	margin-top: 5px;
	width: 722px;
	clear: both;
	line-height:50px;
	padding-left: 10px;
}

.footer .logo {
	background: url(http://s4c-assets.satmetrix.com/Satmetrix_GlobalAssetContainer/images/satmetrixLogo_small.png) right center no-repeat;	
	width: 200px;
	float: right;
	margin-right: 10px;
}

.techsupport {
	font-size: 85%;
	float: left;
	font-weight: bold;
}

.techsupport A:link,
.techsupport A:visited,
.techsupport A:active,
.techsupport A:hover { color: black; }

/****************************
 ***    GENERAL STYLES    ***
 ****************************/

.normal {
	font-weight: normal;
}

.questiontext {
	font-weight: bold;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 3px;
}

.displaytext {
	margin: 12px 0px;
}

TD.questionwidget {
	padding: 12px 3px 3px;
}

TD.questionwidget {
	padding: 0px 3px;
}

.fqinstructions {
	margin: 12px 0px;
}

.fqadd {
	margin: 12px 0px 0px;
}

.fqfootnote {
	font-size: 80%;
	margin: 12px 0px 0px;
}


/**********************
 ** SPECIALTY STYLES **
 **********************/

Table.grid {
 	border: 1px solid black;
 	border-collapse: collapse;
 	margin-top: 10px;
}


.grid TD {
 	border: 1px solid black;
 	border-collapse: collapse;
 	padding: 3px;
}


/*****************************************
 ** EFOCUS ADAPTIVE CONVERSATION STYLES **
 *****************************************/

/** Ranking Page **/

#FQRankTable, #FQRankTable TD, .Table, .Table TH, .Table TD {
	border: 1px solid #333333;
	padding: 3px;
}

#FQRankTable {
	border-collapse: collapse;
	width: 100%;
}


.FQIdeaMouseOver {
    	background: #00CCFF;
	cursor: pointer;

}

.FQIdeaSelected {
 	background: #99CCFF;
	cursor: pointer;

}

.FQIdea {
   width: 100%;
}

/** Results Page And User Vote Page**/


.Table {
	border-collapse: collapse;
	margin-top: 5px;
}

.Table TH {
	background: #CFCFCF;
	text-align: center;
 	font-size: 10pt;
}



/* spacer classes added */

.verticalSpacer {
   height: 10px;;
}


.smallVerticalSpacer {
   height: 6px;
}

.choiceDiv {
	padding-top: 2px;
}

.Question0, .Question1, .Question, .questiontext {
	font-weight: bold;
}

.otherSpan {

      font-weight: normal;

      padding-right: 0px;

}

.otherSpan INPUT { height:18px; padding:0; margin:0; }

