﻿/*Trey's classes:*/
.SelectedAnswer
{
    color:Red;
}

/* CSS Document */
/*////////////////////////////////////////////////////SHARED CLASSES////////////////////////////////////////*/
body {
	background-image:url(bkgdMain-05.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top center;
	margin:0 auto 0 auto;
	color:#707070;
	font:13px Trebuchet MS, Arial, Tahoma;
}

span{
    color:#0099cc;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:18px;
}

.Validator{
    font:13px Trebuchet MS, Arial, Tahoma;
    margin:0 0 0 55px;
    padding:5px;
    color:Red;
    text-indent:none;
    display:inline-block;
}

#BodyText{
    width:660px;
    margin:0 0 0 41px;
    padding:25px 0 0 40px;
    background-image:url(Swirl.jpg);
    background-repeat:no-repeat;
}

#HomeBody{
    width:660px;
    margin:20px 0 0 41px;
    padding:25px 0 0 40px;
}

.ConfigureIt
{
    padding-top:7px;
}

#nonsemantic
{
    min-height:420px;
}

#transparent{
    background-color:White;
    padding:15px;    
	border:solid 1px #bbbbbb;
    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65; /* CSS 3.0 Compliant*/
}

.ArrowRight{
    margin:0 0 0 5px;
    z-index:1000;
    position:relative;
}

#Arrow_Right{
    margin-left:5px;
}

.hackdiv {/*Non-semantic div necessary for Menu sytem to display correctly in IE*/
    display:block;
    margin:0px;
    padding:0px;
    z-index:3000;
}

#TopLabel, #ResultsLabel{
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0; /* CSS 3.0 Compliant*/
	z-index:1000;
	position:relative;
}

#TopLabel
{
    font-size:16px;
    font-weight:bold;
    border-bottom:solid 1px #bbbbbb;
    margin-bottom:10px;
}

.TopLabel span{
    font-size:17px;
}

#ResultsLabel{
    font:13px Arial;
    color:#000;
    width:auto;
    padding-right:10px;
}

#MainPanel
{
    width:680px;
}

.AnswerPopup
{
    background-image:url(ModalWindow.png); 
    background-repeat:no-repeat;
    height:350px;
    width:400px;
}

.AnswerPopupSmall
{
    background-image:url(ModalWindow_small.gif); 
    background-repeat:no-repeat;
    height:350px;
    width:400px;
}

/*.AnswerPopupMed
{
    background-image:url(ModalWindow_med.gif); 
    background-repeat:no-repeat;
    height:350px;
    width:400px;
}*/

.modalBackground2 {
	background-color:#000;
	background-position:center center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8; /* CSS 3.0 Compliant*/
}

/*///////////////////////////////////////////////////////HEADER//////////////////////////////////////////////////////////*/
#LoginStatus{
	width:800px;
	padding:10px 30px 0 0;
	margin:0 auto 0 auto;
	text-align:right;
}

#logoReports{
    width:185px;
	height:30px;
    margin:86px 0 0 600px;
	position:absolute;
}

#Dove
{
    width:48px;
    height:47px;
    margin:52px 0 0 40px;
	position:absolute;
}

.PageXof{
    position:absolute;
    margin:83px 0 0 55px;
    font-size:17px;
}

.PageXofT{
    color:#6a6a6a;
}

/*/////////////////////////////////////////////////////BACKGROUNDS/////////////////////////////////////////////////*/
#bgReports{
	width:828px;
	height:auto;
	margin:-7px 0 0 0;
	padding-top:31px;
	display:block;
}

.img-wrapper-top{
    margin:10px auto 0 auto;
    width:828px;
    height:auto;
    display:block;
}

.img-wrapper-bottom{
    margin:0 auto 0 auto;
    display:block;
    width:828px;
    height:auto;
}

#img-wrapper-repeat{
    background-image: url(Skin_repeat.png);
    background-color: #fff;
    background-repeat:repeat-y;
    margin:0 auto 0 auto;
    height:auto;
    min-height:400px;
    width:828px;
    padding:0px;
    overflow:hidden;
    left:0px;
    top:0px;
}

.Temporary
{
    color:#0099cc;
	font:13px Trebuchet MS, Arial, Tahoma;
}

#wrapper{
    width:828px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0px;
}

/*///////////////////////////////////////////////////PRINT VERSION/////////////////////////////////////////////////*/
#PrintList, #PrintList span{
    background:none;
    color:#000;
	font:13px Trebuchet MS, Arial, Tahoma;
	margin:30px 0 0 30px;
	text-indent:none;	
}

#PrintList span{
    margin:0;
}

.Description{
    margin:0;
    padding-bottom:5px;
    padding-top:5px;
    display:block;
    color:#000;
    font-size:12px;
    overflow:auto;
}

#PrintLabel{
    border-bottom:solid 1px #bbbbbb;
    margin-bottom:10px;
    font-weight:bold;
    font-size:17px;
}

.PrintLabel span{
    font-size:17px;
}
/*//////////////////////////////////////////////START PAGE////////////////////////////////////////////*/
#car{
  margin:-20px 0 0 290px;
  padding:0;  
  z-index:100;
  position:relative;
}

#GetStarted, #BtnNext{
    position:absolute;
    margin:50px 0 0 0;
}

/*//////////////////////////////////////////////CONFIGURATION//////////////////////////////////////////////////////*/
#BtnNext{
    margin:-10px 0 0 55px;
    z-index:1000;
}

#ReturnButton{
    padding-left:20px;
}

#NextButton{
    padding-left:7px;
}

.toggle{
    height:auto;
    width:446px;
    margin:0 0 0 55px;
    
}

.toggle span{
    padding:3px 32px 0px 8px;
    display:block;
    color:#015a92;
    font-size:12px;
    font-weight:bold;
    background-image:url(toggler_bg_short_04.jpg);
    background-repeat:repeat;
}

.vertical_slide{
    margin:0 0 15px 65px;
    padding:0px;
	text-align:left;
	width:436px;
	height:auto;
}

.topimg, .botimg{
    margin:0px;
    padding:0px;
    display:block;
}

#lblResults
{
    color:Black;
    font:13px Arial;
}

.quesbox{
    margin-top:5px;
}

.answer{
    margin:0 0 0 20px;
    color:#000;
    font-size:12px;
    line-height:10px;
}

#car_small{
  margin:-80px 0 0 590px;
  padding:0;  
  z-index:100;
  position:absolute;
  display:block;
}

#Configuration{
    min-height:230px;
    padding:25px 0 0 0;
}

.Validator2{
    font:13px Trebuchet MS, Arial, Tahoma;
    margin:0;
    padding:0;
    color:Red;
    text-indent:none;
    display:inline-block;
}

#LeftPanel{
    border:none;
    float:left;
    width:500px; 
    height:auto;
    margin-right:35px;
    padding:0 0 10px 0;   
}

.imagelist tr
{
    float:left;
    clear:right;
}

#RightPanel{
   margin-top:7px;
   float:left;
   clear:right;
   width:250px;
}

/*///////////////////////////////////////////////////////RESULTS///////////////////////////////////////////////////*/
.PriceQuote, .EmailParts, .PrintParts{
    color:#015a92;
    font-size:13px;
    width:250px;
    display:block;
}

.EmailParts, .PrintParts{
    margin-top:20px;    
}

#BtnPrint, #EmailBox2{
    margin-top:7px;
}

#BtnGetQuote{
    padding-top:7px;
}

.car2{
  margin:-160px 0 0 282px;
  padding:0;  
  z-index:100;
  position:relative;
}

#BtnsResults{
    margin:50px 0 0 0px;
}

#Results{
    width:auto;
    min-height:150px;
}


#infoLinkGen, #infoLinkTRBO
{    
	color:#707070;
	font:13px Trebuchet MS, Arial, Tahoma;
}

.ArrowRightRes{
    position:absolute;
    padding:5px 0 0 0;
}

.UserMessage{
    width:250px;
    height:auto;
    margin:5px 0 0 0;
    font-size:12px;
}

#UserMessage{
    font-size:12px;
}

.BtnEmail{
    margin:0px;
    display:block;
}

#BtnEmail{
    margin:7px 0 7px 0;
    display:block;    
}

.BtnEmail a 
{
    padding-left:5px;
}

/*/////////////////////////////////////////////////REGISTRATION FORM////////////////////////////////////////*/
#RegForm{
    width:675px;     
}

.RegFormTxt{
    width:300px;
    display:block;
}

.RegFormBox{     
   width:200px;
}

#RegFormTxt{
   width:200px;
}

.FormLine{    
    padding:5px;
}

#EmailCk{
    margin:2px 0 0 0;
}

#BtnSubmit{
    margin:10px 0 0 5px;
}

.car{
  margin:-150px 0 0 290px;
  padding:0;  
}

#Registration span{
    padding-top:1px;
    color:#015a92;
    font-size:12px;
}

#UserLabel{
    position:absolute;
    width:250px;
    height:auto;
    margin:250px 0 0 400px;   
}

/*///////////////////////////////////////////////////VIEWCONFIG/////////////////////////////////////////////////////*/
#ViewConfig
{
    margin:30px 0 0 75px;
    min-height:250px;
}

#ViewConfig div
{
    margin:0 0 15px 15px;
}

.Edit
{
    margin-left:5px;
}

#UnpublishedPanel tr td
{
    padding-right:10px;
}

/*///////////////////////////////////////////////////ADMIN LOGIN////////////////////////////////////////////////*/
#AdminLogin
{
    margin:20px 0 0 75px;
    min-height:450px;
}

#Login1
{
    
}

#AdminLogin tr td
{
    padding: 7px;
}

#AdminLogin tr td.Validator
{
    font:13px Trebuchet MS, Arial, Tahoma;
    margin:0px 0 0 0;
    color:Red;
    text-indent:none;
    display:block;
}

/*///////////////////////////////////////////////////ADMIN DEFAULT////////////////////////////////////////////////*/
#AdminDefault
{
    margin:20px 0 0 75px;
    min-height:250px;
}

/*///////////////////////////////////////////////////EDITCONFIG/////////////////////////////////////////////////////*/
#EditConfig
{
    margin:30px 0 0 80px;
    min-height:250px;
}

#EditConfig div
{
    margin:0 0 15px 15px;
}

#EditConfig span
{
    font-size:12px;
    color:Black;
}

.tbox200
{
    width:200px;
    font-size:12px;
    margin:5px;
}

/*///////////////////////////////////////////////////PART MANAGEMENT////////////////////////////////////////////////////*/
#PartManagement
{
    margin:30px 0 0 75px;
    min-height:250px;
}

/*///////////////////////////////////////////////////QUESTION MANAGEMENT///////////////////////////////////////////////*/
#QuestionManagement
{
    margin:20px 0 0 75px;
    width:680px;
}

#QuestionManagement span
{
    font-size:12px;
    color:#000;
}

#QuestionManagement textarea
{
    width:440px;
    background-color:Transparent;
    font:13px Trebuchet MS, Arial, Tahoma;
    border:none;
    overflow:auto;
}

.innerPanel
{
    margin:40px 0 0 45px;
}

.innerPanel img
{
    display:block;
    margin-bottom:2px;
}

.innerPanel input
{
    display:block;
    margin-bottom:15px;
    width:300px;
    font-size:13px;
}

.imgTxt,
.imgTxt1
{
    display:block;
    font:13px Trebuchet MS, Arial, Tahoma;
    color:#cfcfcf;
    margin-bottom:5px;
}

.imgTxt1
{
    width:200px;
    margin:25px 0 2px 25px;
}

.imgTag
{
    width:440px;
}

.AnswerNew
{
    font:13px Trebuchet MS, Arial, Tahoma;
    width:300px;
    overflow:auto;
}

.okButton
{
    margin:0 0 0 45px;
}

.okButton1
{
    margin:0 0 0 26px;
}

.okButton2
{
    margin:0 0 0 31px;
}

#ihack
{
    width:680px;
    margin-bottom:20px;
}

#newQuestion,
.outerPanel
{
    border-top:none;
    border-right:solid 2px #015a92;
    border-left:solid 2px #015a92;
    border-bottom:solid 2px #015a92;
    width:680px;
    margin-bottom:20px;
}

#newQuestion
{
    width:640px;
    padding:5px 20px 20px 20px;
}

#ihack div.question
{
    padding:5px 20px 0 20px;
}

#ihack table.imagelist
{
    padding:10px 10px 10px 10px;
}

.sliderPanel
{
    display:block;
}

.tc2lbl
{
    color:White;
    font-size:11px;
}

.tc2,
.tcbtn2
{    
    background-color:#015a92;
}

.tblDesc tr td
{
    padding-left:20px;
}

.imagelist tr td
{
    padding-right:20px;
}

.imagelist tr td span
{
    display:block;
}

.AnswerEdit
{
    margin-bottom:15px;
}

.question{
    height:auto;
    width:446px;
    margin:0;    
}

.question span{
    padding:3px 32px 0px 8px;
    display:block;
    color:#015a92;
    font-size:12px;
    font-weight:bold;
    background-image:url(toggler_bg_short_04.jpg);
    background-repeat:repeat;
}

#UpdateButton,
#btnEditNextGroup
{
    margin-top:25px;
}

.txtAnswer1
{
    width:200px;
    display:block;
    margin:0 0 15px 25px
}

#AddNewQuestionButton
{
    display:inline-block;
    padding-left:310px;
}

.tblQty
{
    margin:2px 0 20px 30px;
}

.tblQty span,
.lblQty
{
    font:13px Trebuchet MS, Arial, Tahoma;
    color:#cfcfcf;
    padding:3px;     
}

.lblQty
{
    display:block;
    margin:0 0 0 30px; 
    padding:0;   
}

.innerPanelTop
{
    background-image:url(ModalWindowTop.gif); 
    background-repeat:no-repeat;
    height:30px;
}

.innerPanelMid
{
    background-image:url(ModalWindowRep.gif); 
    background-repeat:repeat-y;
    height:auto;
}

.innerPanelBot
{
    background-image:url(ModalWindowBot.gif); 
    background-repeat:no-repeat;
    height:30px;
}

/*///////////////////////////////////////////////////CONDITIONAL MANAGEMENT///////////////////////////////////////////*/
#AddConfig
{
    margin:30px 0 0 75px;
    min-height:250px;
}

.pnl,
.pnlAddConditional
{
    margin-top:20px;
    margin-bottom:20px;
    border:solid 2px #015a92;
    display:block;
    padding:8px 15px 15px 15px;
}

.pnlAddConditional
{
    border:none;
    padding:0;
}

.ddlAnswer,
.ddlQuestion,
.ddlPart
{
    width:500px;
    display:block;
}

.lbl
{
    margin-top:7px;
    display:block;
}

.lblValue
{
    margin-top:7px;
    display:inline-block;
}

.btnDelete
{
    display:block;
    margin-top:7px;
}

/*///////////////////////////////////////////////////ERROR MANAGEMENT////////////////////////////////////////////////*/
#ErrorManagement
{
    margin:30px 0 0 75px;
    min-height:250px;
    display:block;
    width:680px;
}

.lblAnswer,
.lblQuestion,
.lblQuantity
{
    font:13px Trebuchet MS, Arial, Tahoma;
    color:Black;
    display:block;
    padding-top:15px;
}

.lblQuestion
{
    font-size:17px;
    padding-top:0px;
}

.txtNew,
.txtQuantity
{
    width:350px;
    margin-right:4px;
}

.txtQuantity
{
    margin-right:8px;
}

/*///////////////////////////////////////////////////GROUP MANAGEMENT////////////////////////////////////////////////*/
#GroupManagement
{
    margin:30px 0 0 75px;
    min-height:250px;
}

/*///////////////////////////////////////////////////VIEW ENTRIES////////////////////////////////////////////////*/
#ViewEntries
{
    margin:30px 0 0 75px;
    min-height:250px;
}

/*///////////////////////////////////////////////////PART CONDITIONALS////////////////////////////////////////////////*/
#PartConditionals
{
    margin:30px 0 0 75px;
    min-height:250px;
    display:block;
    width:680px;
}

.PQtxt
{
    font-weight:bold;
}

/*///////////////////////////////////////////////////PART MANAGEMENT////////////////////////////////////////////////*/
.txtPart1
{
    display:inline;
    width:120px;
    margin-right:10px;
}

.txtPart2
{
    display:inline;
    width:380px;
    margin-right:10px;
}

.ddlPart,
.imgNext
{
    display:inline;
    width:auto;
    margin-right:10px;
}

/*///////////////////////////////////////////////////NEXT GROUPS////////////////////////////////////////////////////*/
#txtAddGroup
{
    width:280px;
}

.lblModal
{
    display:block;
    padding-bottom:15px;
    color:#cfcfcf;
    font:13px Trebuchet MS, Arial, Tahoma;
    width:345px;
}

.btnModal
{
    display:block;
}

.innerPanelMid
{
    padding:0 30px 0 30px;
}

/*/////////////////////////////////////////////////////FOOTER//////////////////////////////////////////////////////*/
.ComingSoon, .ComingSoonL{
	background-image:url(Skin_reflect.png);
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	width:828px;
	height:89px;
	display:block;
}

.ComingSoon p, .ComingSoonL p{
	color:#343434;
	padding:10px 0 0 0;
	margin:0px;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

.footer{
	color:#343434;
	margin:0 auto 0 auto;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:828px;
	height:auto;
	display:block;
	padding:30px 0 0 0;
}

.GenesisLogo
{
    margin:0 auto 0 auto;
    display:block;
    padding:50px 0 0 0;
}

.ComingSoonL
{
    margin:0 auto 0 auto !important;
    margin:-4 auto 0 auto;
}

/*/////////////////////////////////////////////////////MOOTOOLS.TIPS//////////////////////////////////////////////////*/
.tip-title{
	font-weight:bold;
	margin:0px;
	padding:8px;
	color:#000;
	font:11px Trebuchet MS, Arial, Tahoma;
	background-color:#000;
	width:200px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	position:relative;
	z-index:200000;
}
 
.tip-text{
    font-weight:normal;
	font-size:11px;
	margin:0px;
	padding:8px;
	background-color:#000;
	color:#000 !important;
	font:11px Trebuchet MS, Arial, Tahoma;
	width:200px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	position:relative;
	z-index:200000;
}

