@charset "utf-8";
/* CSS Document */
html,body{
	width:100%;
	height:auto;
	margin:auto;
	font-family:Verdana, Arial,sans-serif;
	font-size:14px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #D6D6D6;
	scrollbar-3dlight-color: #D6D6D6;
	scrollbar-darkshadow-color: #D6D6D6;
	scrollbar-face-color: #F4F4F4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	outline:none;
}
body{
	background:#000;
}
.pop{
	background:#FFF;
}
a{
	text-decoration:none;
	outline:none;
	color:#06F;
}
a:hover{
	text-decoration:none;
	outline:none;
	color:#06F;
}
a:link{
	text-decoration:none;
	outline:none;
	color:#06F;
}
a:active{
	text-decoration:none;
	outline:none;
	color:#06F;
}
p, li{color:#666;}

img{border:0; outline:none;}
object{outline:none;}
.clr{clear:both}
.lft{float:left}
.rt{float:right}
.cntr{margin:auto; text-align:center;}
h1{
	font-size:40px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
	color:#000;
}
h2{
	font-size:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
	color:#000;
}
h3{
	font-size:18px;
	color:#342A35;
	margin-bottom:-10px;
}
h4{
	font-size:22px;
	font-weight:normal;
	color:#342A35;
}
h5{
}
/*#wrapper{
	width:100%;
	background:#FFF;
}*/
#saved{
	position:fixed;
	bottom:0px;
	left:0px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
	width:100%;
	height:24px;
	background:#030;
	border-top:1px solid #333;
	z-index:200;
	visibility:hidden;
}
#logoBox{
	position:absolute;
	top:-5px;
	right:5px;
	width:140px;
	height:200px;
	z-index:5;
}
#return{
	position:absolute;
	top:83px;
	right:140px;
	width:200px;
	height:50px;
	z-index:99;
}
.siteWidth{
	position:relative;
	width:980px;
	margin:auto;
}
#mainNav{
	width:100%;
	height:80px;
	line-height:80px;
	background:#000;
	background:url(../images/mainNav_BG.jpg);
	background-repeat:repeat-x;
}
#mainNav a{
	color:#FFF;
	font-size:22px;
	padding-left:30px;
	padding-right:30px;
	font-weight:bold;
	float:left;
}
#mainNav a:hover{
	color:#F8DAA3;
}
.mainDiv{
	width:2px;
	height:80px;
	background:url(../images/mainDiv.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}
#remainingBalance{
	color:#FFF;
	font-size:10px;
	text-align:center;
	margin-top:-20px;
	margin-right:-30px;
	margin-left:-30px;
	font-weight:normal;
	line-height:20px;
	width:205px;
}
.subNavBG{
	background:#f5f5f5;
	width:100%;
	height:10px;
}
#subNav{
	width:100%;
	height:35px;
	line-height:35px;
	background:#F5F5F5;
}
#subNav a{
	color:#000;
	font-size:17px;
	font-weight:bold;
	float:left;
}
#subNav a:hover{
	background:#663333;
	color:#FFF;
}
.subDiv{
	width:23px;
	height:35px;
	float:left;
}
.subDivR{
	width:7px;
	height:35px;
	float:left;
}
.subLbut{
	width:5px;
	height:35px;
	background:url(../images/sub_LBG.png);
	float:left;
}
.subNavText{
	float:left;
	padding-left:7px;
	padding-right:7px;
}
.subRbut{
	width:5px;
	height:35px;
	background:url(../images/sub_RBG.png);
	float:left;
}
#contentBox{
	width:100%;
	border-top:1px solid #EEE;
}
#memberNav{
	position:absolute;
	top:135px;
	width:100%;
	text-align:center;
	z-index:6;
}
#contentSpace{
	height:50px;
}
#footer{
	width:100%;
	height:25px;
	background:#000;
	color:#FFF;
}
#footer a{
	color:#FFF;
	float:left;
	padding-left:5px;
	padding-right:5px;
	
}
.lfoot{
	position:absolute;
	left:10px;
	height:25px;
	line-height:25px;
	margin-left:10px;
	font-size:12px;
	z-index:10;
}
.mfoot{
	position:absolute;
	left:0px;
	width:100%;
	line-height:25px;
	font-size:9px;
	text-align:center;
	font-style:italic;
}
.rfoot{
	position:absolute;
	right:10px;
	height:25px;
	line-height:25px;
	margin-right:10px;
	font-size:12px;
}
.footDiv{
	width:15px;
	height:25px;
	background:url(../images/foot_div.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}
#login .login, #create .create, #account .account, #logout .logout, #credit .credit, #rOverview .rOverview, #rSurvey .rSurvey, #rWebpage .rWebpage, #rRegistration .rRegistration{
	color:#F8DAA3;
}
#whatisgravy .whatisgravy, #features .features, #taste .taste, #pricing .pricing, #overview .overview, #new .new, #manage .manage, #rExpired .rExpired, #rReferrals .rReferrals, #rExport .rExport, #rPrint .rPrint{
	background:#663333;
	color:#FFF;
}
#company .company, #help .help, #terms .terms, #policy .policy{
}
.box{
	position:relative;
	width:100%;
}
.box_content{
	position:relative;
	margin:13px;
	padding:13px;
}
.box_tl{
	position:absolute;
	top:0px;
	left:0px;
	width:13px;
	height:13px;
	background:url(../images/abox_tl.png) no-repeat;
}
.box_t{
	position:absolute;
	top:0px;
	left:13px;
	right:13px;
	height:13px;
	background:url(../images/abox_t.png) repeat-x;
}
.box_tr{
	position:absolute;
	top:0px;
	right:0px;
	width:13px;
	height:13px;
	background:url(../images/abox_tr.png) no-repeat;
}
.box_l{
	position:absolute;
	left:0px;
	top:13px;
	bottom:13px;
	width:13px;
	background:url(../images/abox_l.png) repeat-y;
}
.box_m{
	position:absolute;
	top:13px;
	left:13px;
	right:13px;
	bottom:13px;
	background:url(../images/abox_m.png) repeat;
}
.box_r{
	position:absolute;
	top:13px;
	right:0px;
	bottom:13px;
	width:13px;
	background:url(../images/abox_r.png) repeat-y;
}
.box_bl{
	position:absolute;
	bottom:0px;
	left:0px;
	width:13px;
	height:13px;
	background:url(../images/abox_bl.png) no-repeat;
}
.box_b{
	position:absolute;
	bottom:0px;
	left:13px;
	right:13px;
	height:13px;
	background:url(../images/abox_b.png) repeat-x;
}
.box_br{
	position:absolute;
	bottom:0px;
	right:0px;
	width:13px;
	height:13px;
	background:url(../images/abox_br.png) no-repeat;
}
.formField{
	width:375px;
	font-size:24px;
	height:43px;
	line-height:43px;
	text-indent:5px;
	border:1px solid #CCC;
}
.formFieldM{
	width:375px;
	font-size:24px;
	height:143px;
	line-height:30px;
	text-indent:5px;
	border:1px solid #CCC;
}
.formFieldM2{
	width:375px;
	font-size:16px;
	height:100px;
	line-height:20px;
	border:1px solid #CCC;
}
.formLabel{
	font-size:24px;
	line-height:43px;
	font-weight:bold;
	letter-spacing:-2px;
	padding-right:5px;
}
.formDD{
	width:400px;
	font-size:24px;
	height:30px;
	line-height:30px;
	text-indent:5px;
	border:1px solid #CCC;
}
.formDDCredit{
	width:350px;
	font-size:24px;
	height:30px;
	line-height:30px;
	text-indent:5px;
	border:1px solid #CCC;
}
#content_950{
	width:965px;
	margin:auto;
	margin-top:60px;
}
#content_800{
	width:820px;
	margin:auto;
	margin-top:60px;
}
#content_620{
	width:620px;
	margin:auto;
	margin-top:60px;
}
#content_pop_lg{
	width:760px;
	margin:auto;
}
#content_pop{
	width:620px;
	margin:auto;
}
#content_pop_sm{
	width:380px;
	margin:auto;
}
#content_pop_med{
	width:480px;
	margin:auto;
}

.contact_us{
	width:500px;
	margin:auto;
}
.homeText{
	margin-top:20px;
	font-size:16px;
	font-weight:normal;
	color:#342A35;
	text-align:left;
}
#what_is_content{
	margin-top:-150px;
}
#introAudio{
	margin-bottom:30px;
}
.moreGravy{
	margin-top:50px;
	float:left;
}
.reg{
	font-size:9px;
}
.content_home{
	float:right;
	margin-right:60px;
	margin-top:40px;
	width:420px;
	color:#342A35;
}
.who{
	padding-bottom:20px;
}
.homeTit{
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
.getGravy{
	text-align:center;
	margin-top:20px;
}
.pageTitle{
	padding-bottom:20px;
}
.titleSub{
	font-size:16px;
	margin-left:25px;
	margin-top:21px;
	color:#666;
}
.forgot{
	font-size:16px;
	color:#666;
	margin-top:10px;
}
.forgotSub{
	text-align:center;
	color:#666;
	margin-bottom:20px;
}
.hg{
	padding-right:30px;
}
#company #contentBox{
	background-image:url(../images/companyBG.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:465px;
}
.pricingTable{
	font-size:20px;
	margin:auto;
	border-collapse:collapse;
}
.pricingTable td{
	border:1px solid #CCC;
}
.pricingHeader{
	background:#EEE;
	text-align:center;
	font-weight:bold;
}
.spacer20{height:20px}
.spacer10{height:10px}
#mmm_gravy{
	float:left;
	width:700px;
}
#mmm_nav{
	float:right;
}
.ladle{
	margin-top:-20px;
	margin-right:-20px;
}
.mmm_tit{
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}
.mmm_txt{
	font-size:12px;
}
.indent30{
	margin-left:230px;
}
.hr{
	border-top:1px solid #CCC;
	height:1px;
}
hr{
	color:#CCC;
	background-color:#CCC;
	height:1px;
}
.toggler{
	cursor:pointer;
	font-size:16px;
	line-height:25px;
}
.element{
}
.popScroll{
	height:375px;
	width:100%;
	overflow-y:scroll;
	padding-right:10px;
}
#armBox{
	position:absolute;
	background:#000;
	width:1px;
	height:1px;
	left:0px;
	top:263px;
}
#arm{
	position:absolute;
	background:url(../images/arm.jpg) top right no-repeat;
	width:1472px;
	height:129px;
	top:0px;
	right:0px;
}
.requiredFoot{
	font-size:10px;
	font-style:italic;
}
.ok{
	position:relative;
	margin:auto;
	margin-top:-75px;
	text-align:center;
}
.iFrameBox{color:#666;}
.tbl_tit{
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #999;
}
.tit2{
	float:right;
	margin-top:5px;
	margin-right:5px;
	font-size:14px;
	text-align:right;
}
.nextStep{
	float:right;
	margin-top:30px;
}
.prevStep{
	float:left;
	margin-top:30px;
}
.dateBox{
	width:174px;
}
.colorField{
	width:170px;
	font-size:24px;
	height:43px;
	line-height:43px;
	text-align:center;
	border:1px solid #CCC;
}
.limitField{
	width:170px;
	font-size:24px;
	height:43px;
	line-height:43px;
	text-indent:5px;
	border:1px solid #CCC;
}
.limitLabel{
	font-size:24px;
	height:43px;
	line-height:43px;
	font-weight:bold;
}
.upload{
	width:160px;
	height:44px;
}
#bannerList{
	width:375px;
	height:132px;
	border:1px solid #CCC;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#FFF;
}
.bannerItem{
	font-size:24px;
	height:43px;
	line-height:43px;
	text-indent:5px;
}
.helpDot{
	margin-right:7px;
	margin-bottom:-2px;
}
.helpDot2{
	margin-right:7px;
	margin-bottom:-5px;
}
.registrationBox{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:auto;
	border-bottom:1px solid #CCC;
	height:27px;
	padding-top:3px;
	text-indent:10px;
}
.registrationLabel{
	float:left;
}
.registrationOptionsBox{
	width:375px;
	height:24px;
	float:right;
	margin-right:10px;
}
.hline{border-bottom:1px solid #CCC;}
#activeContent{
	overflow:hidden;
}
.adButt{
	float:right;
	margin-top:8px;
	width:158px;
}
.legalBox{
	font-size:12px;
	width:760px;
	height:200px;
}
.mainHelper{
	float:right;
	margin-top:22px;
}
.legalSave{
	float:right;
	margin-top:10px;
}
.surveyHead, .webpageHead{
	text-align:center;
	padding-bottom:7px;
}
.surveyBox, .webpageBox{
	margin:5px;
	padding:7px;
}
.addQuestion{
	text-align:center;
	font-size:20px;
}
#webpageBoxer{
	width:960px;
	height:375px;
	margin:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}
#webpageAnswer{
	width:940px;
	margin:auto;
}
.surveyLabel, .webpageLabel{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
.surveyField{
	height:48px;
	line-height:16px;
	font-size:14px;
	width:435px;
	margin-left:15px;
}
.webpageField{
	height:60px;
	line-height:20px;
	font-size:16px;
	width:435px;
	margin-left:15px;
}
.surveyBoxHead, .webpageBoxHead{
	background:url(../images/survey_head.png) no-repeat;
	width:743px;
	height:25px;
	text-align:right;
	cursor:pointer;
}
.surveyDelete, .webpageDelete{
	margin-right:7px;
	margin-top:3px;
	margin-bottom:-3px;
}
.surveyTable, .webpageTable, .manageTable{
	border:1px solid #CCC;
	background:#F5F5F5;
}
.surveySpacer, .webpageSpacer{
	height:7px;
	font-size:1px;
}
.webpageBrowse{
	float:left;
	margin-left:5px;
}
.responseItem{
	float:left;
}
.responseField{
	height:16px;
	line-height:16px;
	font-size:14px;
	width:365px;
	text-indent:7px;
}
.responseBox{
	margin-left:-7px;
}
.responseMove{
	cursor:pointer;
	width:35px;
	height:22px;
	background:url(../images/response_move.png) no-repeat;
}
.manageHeadInProcess{
	background:url(../images/manage_head_in_process.png) no-repeat;
	width:915px;
	height:25px;
}
.manageHead{
	background:url(../images/manage_head.png) no-repeat;
	width:915px;
	height:25px;
}
.manageItem{
	border-top:1px solid #CCC;
	font-size:12px;
}
.manageItemDate{
	border-top:1px solid #CCC;
	font-size:10px;
}
.okSpacer{
	height:60px;
}
#imagePreview{
	width:100%;
	height:100%;
}
.dimensions{
	font-size:12px;
	font-weight:normal;
	height:12px;
	line-height:12px;
	margin-right:10px;
	letter-spacing:1px;
}
.googleMark{
	margin:auto;
}
#content_report{
	width:960px;
	margin:auto;
	padding-top:10px;
}
#rHead{
	margin-top:10px;
}
.comingSoon{
	text-align:center;
	margin-top:50px;
	padding-bottom:100px;
}
.reportBox{
	background:#FFF;
}
#reportTop{
	width:100%;
	height:30px;
	line-height:30px;
	background:#000;
	background:url(../images/reportTop_BG.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}
#imageBox{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.imagePreview{
	border:2px solid #000;
}
.questionNum{
	font-size:24px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-left:0px;
	margin-bottom:-10px;
}
.surveyChart{
	width:300px;
	height:170px;
	margin-right:20px;
	float:left;
}
.question{
	font-size:16px;
	font-weight:bold;
}
.responseGroup{
	font-size:14px;
}
.response{
	margin-top:7px;
}
.promoTit{
	float:left;
	margin-left:10px;
	font-size:12px;
	line-height:25px;
	color:#666;
	font-weight:bold;
}
.reportName{
	float:left;
	font-size:12px;
	line-height:25px;
	margin-left:5px;
	color:#666;
	width:300px;
	margin-top:3px;
}
.dateRange{
	float:left;
	margin-left:25px;
	margin-right:5px;
	font-size:12px;
	line-height:25px;
	color:#666;
	font-weight:bold;
}
#sDatePick,#eDatePick{
	float:left;
	cursor:pointer;
}
#sDatePick:hover,#eDatePick:hover{
	background:#F5F5F5;
}
.dater{
	float:left;
	font-size:12px;
	line-height:25px;
	color:#666;
	margin-top:-4px;
}
.webpagePreview{
	width:75px;
	height:75px;
}
.webpageText{
	font-size:24px;
}
.dataTable{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.titRow{
	color:#FFF;
	background:#666;
	font-weight:bold;
}
.titRow td{
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
}
.row0{
	background:#FFF;
}
.row1{
	background:#E0E0E0;
}
.row0 td, .row1 td{
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
}
.alerter{
	font-size:20px;
	font-weight:bold;
}
.prev{
	float:left;
	background:url(../images/prev.png);
	width:100px;
	height:35px;
	cursor:pointer;
}
.next{
	float:left;
	background:url(../images/next.png);
	width:100px;
	height:35px;
	cursor:pointer;
}
.pnum{
	float:left;
	background:url(../images/circle.png);
	width:35px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:33px;
	color:#FFF;
	cursor:pointer;
}
.pnumH{
	float:left;
	background:url(../images/circle.png);
	width:35px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:33px;
	color:#633;
	cursor:pointer;
}
.dataNote{
	float:left;
	margin-left:475px;
	margin-top:15px;
	font-size:14px;
	font-weight:bold;
	color:#633;
	text-align:center;
	width:420px;
	margin-bottom:-30px;
}
#availableCredit{
	float:left;
}
.regBox{
	overflow-y:hidden;
	overflow-x:auto;
	width:915px;
	height:auto;
}
.trow{
	font-size:10px;
}
.exportHead{
	font-size:16px;
	margin-bottom:20px;
}
.excel{
	background:url(../images/excel.png);
	width:47px;
	height:58px;
}
.csv{
	background:url(../images/csv.png);
	width:50px;
	height:50px;
}
#previewBox{
	border:1px solid #000;
	width:512px;
	height:384px;
}
.smallText{
	font-size:9px;
}