/*
#-----------------------------------------------------------------------------
#
# Copyright (c) 2001 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# CSS        : survey.css
# Description: Main Cascading Style Sheet for Survey Application
#
#-----------------------------------------------------------------------------
# History
# Version   Date     Author      Comments
# --------  -------  ----------  ---------------------------------------------
# 02.16.00  01Jan06  A.D.Smith   Initial Version.
#
#-----------------------------------------------------------------------------
# NOTES
#
#
#-----------------------------------------------------------------------------
*/
/*
###===========================================================================
### Survey Formating
### First and Continuation Pages
###===========================================================================
*/
.XSURVEY_Content_Area {
	clear: none;
  color: #000000;
  width: 164px;
	padding: 0px 5px 0px 5px;
	overflow: hidden;
}
.XSURVEY_CONT_Content_Area {
	padding: 10px 10px 10px 10px;
}
.XSURVEY_Title,
.XSURVEY_CONT_Title {
	color: #ffffff;
	padding: 5px 0px 0px 0px;
}

.XSURVEY_CONT_Title {
  color: #000000;
	padding: 12px 0px 12px 0px;
}
.XSURVEY_Description,
.XSURVEY_CONT_Description {
	color: #3d3d3d;
	padding: 10px 0px 0px 0px;
}

.XSURVEY_Description {
	color: #ffffff;
  margin: 10px 0px 0px 0px;
}

.XSURVEY_text,
.XSURVEY_CONT_text {
	padding: 20px 0px 0px 0px;
}
.XSURVEY_Buttons {
	padding: 5px 5px 5px 5px;
}
.XSURVEY_CONT_Buttons {
	padding: 10px 10px 10px 10px;
}
.USERHOME_Form {
  margin-top: 10px;
}
/*
###===========================================================================
### Survey Questions
### First and Continuation Pages
###===========================================================================
*/
.XSURVEY_Question,
.XSURVEY_CONT_Question {
	padding: 10px 0px 0px 0px;
}
.XSURVEY_Question_Text,
.XSURVEY_CONT_Question_Text {
  text-align: left;
  padding: 0px 0px 0px 8px;
	float: none;
	clear: both;
	font-size: 1.0em;
	font-weight: bold;
	color: #3d3d3d;
}

.XSURVEY_Question_Text {
  color: #ffffff;
}

.XSURVEY_Question_Error,
.XSURVEY_CONT_Question_Error {
	background-color: #FFFFDD;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCCC00;
}
.XSURVEY_Question_Error_Message,
.XSURVEY_CONT_Question_Error_Message {
	background-color: #FFFFDD;
}
.XSURVEY_Question_Error_Message_Icon,
.XSURVEY_CONT_Question_Error_Message_Icon {
	float: left;
	clear: none;
	padding: 2px;
}
.XSURVEY_Question_Error_Message_Text,
.XSURVEY_CONT_Question_Error_Message_Text {
	float: left;
	clear: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	padding: 2px 2px 2px 4px;
}
DIV.XSURVEY_Response,
DIV.XSURVEY_CONT_Response {
  text-align: left;
  padding: 0px 0px 0px 8px;
	float: none;
	clear: both;
	padding: 5px 0px 0px 0px;
	color: #3d3d3d;
}

DIV.XSURVEY_Response {
  color: #ffffff;
}

FIELDSET.XSURVEY_Response,
FIELDSET.XSURVEY_CONT_Response {
	border: 0px;
	padding: 0px 0px 0px 0px;
}
LEGEND.XSURVEY_Response,
LEGEND.XSURVEY_CONT_Response {
	display: none;
}
INPUT.XSURVEY_Response,
INPUT.XSURVEY_CONT_Response {
	padding: 0px 0px 0px 0px;
}
P.XSURVEY_Response,
P.XSURVEY_CONT_Response {
	float: left;
	clear: none;
	padding: 3px 0px 0px 2px;
}
.USERHOME_Login_Label,
.USERHOME_Welcome,
.USERHOME_Name {
  color: #ffffff;
  text-align: left;
}

.USERHOME_Login_Label, 
.USERHOME_Login_Entry
{
  float: left;
  width: 80px;
}



A.survey:link, A.survey:visited, A.survey:active, A.survey:hover {
  color: #ffffff;
  height: 10px;
  border-bottom: 1px #ffffff solid;
  text-decoration: none;
}

A.survey:hover {
  border-bottom: 1px #E84A49 solid;
}

.XFORMMSG_ICON {
  text-align: left;
}

.XFORMMSG_TEXT {
  color: #c90000;
}




