/********************************************************************
 * HTML tag styles
 ********************************************************************/

BODY
{
	/*border-top: solid 2px #2C5DB3;*/
  background-color: #ffffff;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: Tahoma, Arial, Verdana;
  font-size: 8pt;
}

P, DIV, SPAN, OL, UL, LI, LABEL, INPUT, TEXTAREA, SELECT, A, A:VISITED, A:ACTIVE, A:HOVER, TD, XMP
{
  font-family: Tahoma,Arial,Verdana;
  font-size: 8pt;
  font-weight: normal
}

FIELDSET
{
  -moz-border-radius: 0px; 
  border-radius: 8px;
}

A, A:VISITED
{
  color: #000000;
}

A:HOVER
{
  text-decoration: underline;
}

/********************************************************************
 * Utility styles
 ********************************************************************/
 
.qaInput, .qaLabel, .qaLabelBold, .qaLegend
{
  font-family: Tahoma,Arial,Verdana;
  font-size: 8pt;
  font-weight: normal
}

.qaInput
{
  width: 200px;
}

.qa150
{
	width: 150px;
}

.qa100
{
	width: 100px;
}

.qa75
{
	width: 75px;
}

.qa300
{
	width: 300px;
}

.qaLabelBold, .qaLegend
{
	font-weight: bold;
}

.qaCbl TD
{
	padding-bottom: 6px
}

.qaCbl TD LABEL, TD.qaCbl TABLE TD {
	white-space:nowrap	
}

A.qaLink, A:LINK.qaLink, A:VISITED.qaLink, A:HOVER.qaLink, A:ACTIVE.qaLink, .qaLink
{
	font-weight: normal;
	color: #2c5db3;
}

A:HOVER.qaLink
{
	text-decoration:underline
}

.reqInd
{
	padding-left: 2px;
	font-weight: bold;
	vertical-align: super;
	color: Red;
}

.list LABEL {font-weight:normal !important}

.qaClickable
{
	background-color:#EFF5FB;
	border-style: solid;
	border-color: #7F9DB9;
	cursor:pointer
}

.qaDots
{
	padding:0px;
	width:25px;
}


/********************************************************************
 * Title bar
 ********************************************************************/

#qaPageHeader, .qaPageHeader
{
  width: 100%;
  height: 31px;
  background-color: #f1f1f1;
  padding-right: 5px;
	/*border-top: solid 2px #999999;*/
}


/********************************************************************
 * Group headers
 ********************************************************************/

.qaGroupHeader
{
  background-color: #2c5db3;
  padding-left: 12px;
  line-height: 24px;
  width: 100%;
  height: 20px !important;
  text-align: left;
  vertical-align: middle;
  color: white;
  font-family: Tahoma,Arial,Verdana;
  font-size: 10pt;
  font-weight: normal
}

.qaTabbedGroupHeader
{
  height: 10px;
  background-color: #2c5db3;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: white;
  font-family: Tahoma,Arial,Verdana;
  font-size: 10pt;
  font-weight: normal    
}


/********************************************************************
 * Toolbar styles
 ********************************************************************/

#qa_tools
{
  background-color: #F1F1F1;
  height: 26px !important;
  border: solid 1px #999999;
}

#qaRptTools
{
  background-color: #F1F1F1;
  border: solid 1px #999999;
  padding-left: 5px;
  padding-right: 5px;
}



/********************************************************************
 * Information Bar styles
 ********************************************************************/

.qaInformationBar, .qaDialogErrors, #qaMessages {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	background-color: #ffffcc;
	border: solid 1px #96965e;
}
#qaMessages {
	padding:10px;
}
#qaMessages SPAN {
	background-image: url(../QaImages/info.gif) !important;
	background-repeat: no-repeat;
    background-position: center left;
	padding: 1px 1px 1px 24px;
	display:block
}
#qaMessages.error SPAN {
	padding:5px;
	background-image: url(../QaImages/alert.gif) !important;
}
#qaMessages.alert SPAN {	
    background-image: url(../Resources/images/tools-sprite.gif) !important;
    background-position: 0 -702 !important;
}
.qaDialogErrors, .qaDialogErrors UL, .qaDialogErrors LI ,#qaMessages.error UL, #qaMessages.error LI {
	/*padding: 0px;*/
	margin-top: 0px;
	margin-bottom: 0px;
}
.qaDialogErrors UL {
    list-style-type: none
}
#messages.hide {display:none}
#messages.show {display:block}	

/********************************************************************
 * Styles applied to the form contents
 ********************************************************************/

.qaBody
{
	margin: 0px;
	overflow: hidden
}

#qaScroll, #qaScrollingContent, #qaReportContainer, #autosize
{
	overflow: auto;
}
#qaContent, #qaRespond, #qaScrollingContent, .qaContent
{
  padding: 10px;
}

#autosize .qaContent
{
	width:100%;
}

#qaContent BR, #qaRespond BR, #qaScrollingContent BR
{
  line-height: 10px
}

#qaContent LABEL, #qaScrollingContent LABEL
{
  font-weight: bold;	
}

#qaContent HR, .qaHR, #qaScrollingContent HR
{
	width: 50%;
	height: 1px;
	color:  #a6b9dc;
	text-align: left;
	margin-top: 10px
}

#qaReportContainer 
{
	padding-top: 20px; 
	text-align: center
}

.qaHR
{
	width: 100%;
	margin-right: 10px;
}

.HtmlPreviewContainer
{
	border: solid 1px #c8c8c8;
	padding: 3px 3px;
	background-color: #f1f1f1;
	height: 120px;
}

.HtmlPreviewContent
{
	border: solid 1px #c8c8c8;
	background-color: white;
	padding: 5px;
	height: 100%;
	overflow: visible; /* auto */
}

#spellChecker_wrapper
{
	display:inline;
}

.qaLegend
{
	color: black;
	margin-bottom: 0px; /* Firefox */
	#margin-bottom: 10px; /* IE */	
}

.qaFieldset
{
	margin-bottom: 10px;
	padding: 10px 20px;
	#padding-top: 0px; /* IE */
	border: solid 1px #c8c8c8; /* #99BBE8; */
	display: block;
	-moz-border-radius: 0px; 
}

.qaRequiredFieldIndicator
{
	color: #f68622;
	font-size: 8pt;
	font-weight:bold;
}

/********************************************************************
* Sidebar and other box styles
 ********************************************************************/

#qaSidebar, .tabBox
{
	padding: 10px 5px 10px 5px;
	background-color: #F1F1F1; /*#ebeff5;*/
	border: #999999 1px solid; /* #929faf #4b6dad*/
}

.tabBox
{
	padding: 10px 10px 10px 10px;
}

#qaSidebar
{
	width: 150px;
}

#qaSidebar TABLE
{
	line-height: 16px;
}

#qaSidebar LABEL
{
  font-weight: bold
}

#qaSidebar .input
{
	width: 140px
}

#qaSidebar HR, .tabBox HR
{
	width: 100%;
	height: 1px;
	color:  #929faf; /*#a6b9dc; */
	text-align: center;
	margin-top: 10px
}


/********************************************************************
 * Dialog styles
 ********************************************************************/

.qaDialogTitle
{
  font-size: 12pt;
  color: White;
}

.qaDialogButton
{
	border: 1px solid #000000;
	padding: 0px 3px 0px 3px;
	color: #000000;
	font-size: 10pt;
	background-color:#f1f1f1
}

/********************************************************************
 * Login page styles
 ********************************************************************/

.loginHeader
{
	background-color: #072B8A;
	background-image: url('../Images/bluebar.jpg');
	height: 10px;
	line-height: 20px;
	padding: 2px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma,Arial,Verdana
}

.loginFooter
{
	height: 20px;
	line-height: 20px;
	padding: 2px;
	text-align: center;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Arial,Verdana				
}
/* ggp - general button */
.qaGeneralButton
{
	border-right: #999 1px outset; 	
	border-top: #999 1px outset; 
	width: 100px;
	font-size: 11px; 
	background: #ecebe6 repeat-x; 	
	margin: 0px 0px; 
	border-left: #999 1px outset; 	
	color: #272750; 	
	border-bottom: #999 1px outset; 
	text-align: center
}


/********************************************************************
 * Dashboard Style
 ********************************************************************/

.qaDBContentHeader, TD.qaDBContentTools, .qaDBListHeader TD, .qaDBContentFooter
{
	height: 24px !important;
	/*line-height: 24px;*/
	vertical-align: middle;
	font-family: Tahoma,Arial,Verdana;
	font-size: 8pt;
	font-weight: normal;
}

.qaDBContentHeader
{
	width: 100%;
	padding-left: 5px;
}

.qaDBContentHeader, TD.qaDBContentTools
{
	padding-left: 5px;
	background-color: #2c5db3;
	color: white;
	text-align: left;	
}


TD.qaDBContentTools, .qaDBListHeader TD
{
	background-color: #F1F1F1;
	color: black;
	border-bottom:solid 1px #999999
}

.qaDBContentFooter
{
	background-color: #F1F1F1;
	color: black;
	border-top:solid 1px #999999;
	border-bottom:solid 0px #999999
}

.qaDBListHeader TD
{
	padding:0px 3px 0px 3px
}

/********************************************************************
 * Message History
 *******************************************************************/
 .CustomerThread, .StaffThread, .NoteThread
{
	border-top: solid 2px white;
}

.CustomerThread
{
	background-color: #f8d87e; /*F7C25F*/
}

.StaffThread
{
	background-color: #bad3ed;
	/*color: white;*/
}

.NoteThread
{
	background-color: #F9F9C3; /*#F3F29B; /*#f1f1f1;*/
}

