@import url(cad_global.css);
 * {
 	margin:0;padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 background: white url(../../products/signLab/images/bkgrd-top.png) repeat-y center center;
	 margin:0 auto;
	 padding: 0;
	 width: 100%;
	 line-height: 140%;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #7B9B57;
	font-weight: normal;
	padding: 0;
	margin: 7px 0 0 0;
	line-height: 1.0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
	font-weight: normal;
	margin: 3px 0 0 3px;
	padding-bottom: 12px;
}
#container {
 text-align:center;
 width: 777px;
 margin: 0 auto;
 }
 
/*#top {
	background: url(../../images/CAD_logo2.gif) no-repeat top center;
	text-align: center;	
	font-size: 11px;
	color: #7E7E7E;
}	*/
 .changePass {
	font-size: 11px;
	color: #7E7E7E;
	padding-top: 75px;
}
#masthead {
	
}
#mainNav {
	padding-left: 12px;
}
p {
	margin:0 10px 10px 3px;
}

	
a {
	color: #617A44;
}
a:hover {
	text-decoration: none;
}
div#header {
	position:relative;
	text-align: left;
	}
div#header img {
	padding: 0;
	margin: 0;
}
/*div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
	}
div#header a {
	position:absolute;
	right:0;top:23px;
	}*/

div#footer{
	padding-top: 10px;
}
div#footer p {
	color: #ccc;
}


div#content {
	float:right;
	width:500px;
	/*margin: 8px 15px 15px 0;*/
	margin: 8px 27px 15px 0px;    /*Dec 10, 07, adjusted right margin to bring content closer to sidenav by 12 px*/
	text-align: left;
}

/*COLUMN TESTING 2 COLUMNS UNDER TABBED CONTENT*/
div#content .leftColumn{
	float: left;
	background: url(../../products/signLab/images/columnGrad.jpg) repeat-x;
	width: 50%;
	margin: 0 5px 0 0;
	padding-top: 10px;
	margin-top: 7px;
}
.leftColumn img {
	margin: 0 7px 8px 15px;
}

.leftColumn p{
	padding-left: 7px;
}

.leftColumn h4{
	padding-left: 10px;
}


div#content .rightColumn{
	float: left;
	background: url(../../products/signLab/images/columnGrad.jpg) repeat-x;
	width: 49%;
	padding-top: 10px;
	margin-top: 7px;
	position: relative;
}
.rightColumn h1 {
	margin-left: 9px;
}
.rightColumn h3 {
	margin-left: 11px;
	margin-bottom: 10px;
}
.rightColumn h4 {
	margin-left: 7px;
}

.rightColumn p{
	padding-left: 7px;
}

/*END COLUMN TESTING*/



div#subNavigation {
	/*background: url(../../products/signLab/images/subNav_bkgrd.png) no-repeat 0 0;*/
	float:left;
	width:237px;
	/*margin: 15px 0 10px 15px;*/
	margin: 15px 0 10px 0;
	/*padding: 20px 0 50px 0;
	text-align: left;*/
}
div#extra {
	float:left;
	clear:left;
	width:200px;
	margin-left: 15px;
	padding-bottom: 7px;
}
div#footer {
	clear:both;
	width:100%;
}


/*ORIGNINAL SUB NAV STYLES*/
/*
div#subNavigation hr {
	color: #ccc;
	width: 170px;
	margin-left: 20px;
	height: 1px;
}
div#subNavigation h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 2px 22px;
	color: #71133B;
}
div#subNavigation ul {
	font-size: 11px;
	color: #4E3449;
	line-height: 175%;
	padding-left: 0;
	margin: 0;
}
div#subNavigation li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0;
}
div#subNavigation a {
	display: block;
	width: 80%;
	padding: 0 0 0 27px;
	color: #4E3449;
	text-decoration: none;
}
div#subNavigation a.subMenu:hover {
	background-color: transparent;
	text-decoration: underline;
}

div#subNavigation a:hover {
	background-color: #EFEFEF;
}
*/
/*.subSelect {
	display: block;
	width: 80%;
	padding: 0 0 0 27px;
	color: #4E3449;
	text-decoration: none;
	background-color: #EFEFEF;
}*/ 
/*END ORIGINAL SUB NAV STYLES*/

/************************************************************************************************************
*	Tab view class	(CSS for the DHTMLSuite_tabView class)
*
*	Created:			August, 21st, 2006
*	Purpose of class:	Tab view class - transfors plain HTML into tabable layers.
*
*
* 	Update log:
*
************************************************************************************************************/
/* The tab widget */
.DHTMLSuite_tabWidget{
	margin-bottom:5px;	/* A little space below the tab pane */
}

.DHTMLSuite_tabContainer{
	height:21px;	/* Height of tabs */
	border-bottom:1px solid #8FBD62;
}
.DHTMLSuite_aTab{
	border-left:11px solid #F5F5F5;
	border-right:11px solid #F5F5F5;
	border-bottom:11px solid #F5F5F5;
	border-top:11px solid #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;	
	
}
.DHTMLSuite_tabContainer DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:3px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
	
}
.DHTMLSuite_tabContainer .tabActive{
	margin-left:0px;
	margin-right:0px;	
	z-index:10;	
}
.DHTMLSuite_tabContainer .tabInactive{
	margin-left:0px;
	margin-right:0px;
	z-index:1;
}

.DHTMLSuite_tabContainer .inactiveTabOver{
	margin-left:0px;
	margin-right:0px;
}
.DHTMLSuite_tabContainer span{
	font-family:arial;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;		
	line-height:21px;
	float:left;
}
.DHTMLSuite_tabContainer .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}

.DHTMLSuite_tabContainer img{
	float:left;
}
.tabContent {
	/*border: 1px solid red;*/
	/*padding: 10px;*/
	padding: 10px 10px 10px 0px;
}

#SLaddons {
	float: left;
}
#SLaddons dl {
	padding: 0;
	margin: 10px;
	float: left;
	display: inline;
}
#SLaddons dt {
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71133B;
	margin-left: 64px;
}
#SLaddons dd.img img {
	float: left;
	margin-right: 10px;
	margin-left: -15px;
}

#quoteContent {
	float: left;
}

#quoteContent dl {
	padding: 0;
	margin: 10px 0;
	float: left;
	display: inline;
}

/*
#quoteContent dt {
	float: right;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 100%;
	color: #7B9B57;
	width: 405px;
} */

#quoteContent dd.author {
	width: 405px;
	margin-top: 3px;
	float: right;
}
#quoteContent dd {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
}
#quoteContent dd.tabImage1 img {
	float: left;
	margin-right: 7px;
	margin-bottom: 20px;
}
#quoteContent dd.tabImage2 img {
	float: left;
	margin-right: 7px;
	margin-bottom: 120px;
}


#floatKiller {
	clear: both;
}
#homeList {
	margin: 10px 0 0 6px;
	padding-left: 0;
	list-style: none;
	text-align: left;
}
#homeList li {
	width: 87%;
	padding-left: 16px;
	background: url(../../products/signLab/images/home_bulletArrow.gif) no-repeat 0 2px;
	line-height: 1.4;
	margin-top: 3px;
}

.special {
	/*position: absolute;
	top: -15px;
	left: 180px;*/
  position: absolute;
  top: 700px;
  left: 1050px;
}
.floatRight {
	float: right;
	margin-right: 20px;
	margin-left: 7px;
}
/*#SLU_content h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71133B;
	margin-left: 5px;
}*/
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71133B;
	padding: 5px 0 0 2px;
}
#SLUbox {
	padding: 15px;
}
#SLUbox img {
	float: left;
}
#SLUbox h1 {
	margin-left: 150px;
	margin-top: 15px;
}
#SLUbox h3 {
	margin-left: 150px;
	margin-top: 3px;
}
#subLeft, #subRight {
	float: left;
	margin-top: 15px;
}
#subLeft {
	width: 50%;
}
#subRight {
	width: 48%;
}
/*hr {
	width: 45%;
	color: #E6E6E6;
	margin: 14px auto;
	height: 1px;
}*/
#divider {
	width: 45%;
	border-top: 1px solid #E6E6E6;
	margin: 14px auto;
	/*height: 1px;*/
}

.changePass {
	font-size: 11px;
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	/*margin-left: 270px;*/
	margin-left: 0px;
	padding-top: 70px;
}
.changePassReverse {
	font-size: 11px;
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	width: 755px !important;
	width: 795px;
	margin: 5px auto;
	/*margin: 5px 0 5px 150px !important;
	margin: 5px 0 5px 0;*/
	padding: 25px;
	background-color: White;
}

.author{
	width: 405px;
	margin-top: 3px;
	margin-left: 59px;
	color: #8F8F8F;
}


#quoteContent p {
	/*float: right;*/
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 100%;
	color: #7B9B57;
	width: 445px;
} 

.quote {
   font-family: Georgia;
   font-size: 120%;
} 


.underline{
	text-decoration: underline;
}

.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}
.floatRight {
	float: right;	
}


h4{
	font-size: 12px;
	font-weight: bolder;
	margin: 0;
	color: #71133B;
}

.contentColumn1{
	display: inline;
	float: left:
	padding-top: 5px;
	padding-left: 5px;
	width: 200px;
}
.contentColumn1 p{
	width: 46%;
	color: #000000;
}

.contentColumn2{
	display: inline;
	float: right;
	margin-left: 5px;
	width: 200px;
}

.contentColumn2 p{
	color: #000000;
}

/* TEMPLATE TAB STRUCTURE */
.tmpltContent{
	padding: 10px;
}


.tmpltBox1 img {
	float: left;
	margin: 0 7px 7px 2px;
	padding: 3px;
	border: 1px solid #000000;
}

.tmpltBox1 p {
	margin: 0;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.tmpltBox2 img {
	float: left;
	margin: 0 7px 7px 7px;
	padding: 7px;
	border: 1px solid #000000;
}

.tmplBox2 p{
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.tmpltBox3 img {
	float: left;
	margin: 0 7px 7px 7px;
	padding: 7px;
	border: 1px solid #000000;
}

.tmplBox3 p{
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.tmplTabContentRight{
	float: right;
	/*margin-left: 5px;
	margin-top: -80px;
	margin-bottom: 2px; */
	margin: -80px 10px 2px 8px;
}

/* END TEMPLATE TAB STRUCTURE */

/* START CSS FOR CUST TESTIMONIAL FROM LIVE SITE */

/*GENERATED ROUNDED CORNER CODE*/
.roundedcornr_box_380048 {
  /* background: #ffffff url(../../images/roundedcornr_747664_grad.gif) repeat-x top left;*/
  background: #ffffff url(../../images/roundedcornr_380048_grad.gif) repeat-x top left;
}
.roundedcornr_top_380048 div {
   /*background: url(../../images/roundedcornr_747664_tl.gif) no-repeat top left;*/
	background: url(../../images/roundedcornr_380048_tl.gif) no-repeat top left;
}
.roundedcornr_top_380048 {
  /* background: transparent url(../../images/roundedcornr_747664_tr.gif) no-repeat top right;*/
  background: url(../../images/roundedcornr_380048_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_380048 div {
   /*background: url(../../images/roundedcornr_747664_bl.gif) no-repeat bottom left;*/
	background: url(../../images/roundedcornr_380048_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_380048 {
  /* background: transparent url(../../images/roundedcornr_747664_br.gif) no-repeat bottom right;*/*/
  background: url(../../images/roundedcornr_380048_br.gif) no-repeat bottom right;
	/*clear: both;*/
}

.roundedcornr_top_380048 div, .roundedcornr_top_380048 {
	width: 100%;
   height: 19px;
   font-size: 1px;
}

/*.roundedcornr_bottom_380048 div, .roundedcornr_bottom_380048 {
   width: 100%;
   height: 19px;
   font-size: 1px;
}*/

/*.roundedcornr_content_380048 { margin: -20px 19px -50px 19px; } */
/*.roundedcornr_content_380048 { margin: -3px 19px -50px 19px; }  */      /*changed top margin*/


/*END GENERATED ROUNDED CORNER CODE*/



#testimonialBox {
	width: 95%;
   padding-bottom: 30px;
	padding-top: 15px;
}
#testimonialFooter {
	clear: both;
}
img.head1 {
position: relative;
top: -36px;
left: 92%;
}

/*
p.testimonial {
	margin-top: 0;
	color: #333;
	line-height: 110%;
	width: 70%;
	padding: 0;
	margin-right: 10px;
}
*/
.custDetails {
	width: 30%;
	color: #7F7F7F;
	font-size: 90%;
	border-left: 1px solid #ccc;
	float: right;
	padding-left: 5px;
	position: relative;
	top: -7px;
	left: 5%;
	/*top: -45px;
	left: 350px;*/
}
/*.custDetailsShort {
	width: 30%;
	color: #7F7F7F;
	font-size: 90%;
	border-left: 1px solid #ccc;
	float: right;
	padding-left: 5px;
	position: relative;
	top: 10px;
	left: 1%;
} */

/*.custDetailsShort {
	width: 35%;
	color: #7F7F7F;
	font-size: 90%;
	border-left: 1px solid #ccc;
	position: relative;
	top: -70px;
	left: 70%;
}*/

.leftQuote{
float:left;
color:#D4D4C7;
font-size:85px;
line-height:15px;
padding-top: 25px;
padding-right:5px;
font-family: Georgia;
}

.thumbnail {
	margin-left: 8px;
	padding-top: 5px;}

div#content .leftColumnShrt {
	float: left;
	background: url(../../products/signLab/images/columnGradShrt_2.png) repeat-x;
	width: 47%;
	margin: 7px 5px 0 0;
	padding-top: 10px;
}
.leftColumnShrt img {
	margin: 7px 10px 8px 15px;
}
.leftColumnShrt p{
	padding-left: 7px;
}
.leftColumnShrt h1 {
	margin-left: 9px;
}
.leftColumnShrt h3 {
	margin-left: 11px;
	margin-bottom: 10px;
}
.leftColumnShrt h4 {
	margin-left: 7px;
} 

div#content .rightColumnShrt {
	float: left;
	background: url(../../products/signLab/images/columnGradShrt_2.png) repeat-x;
	width: 49%;
	margin: 7px 0 0 0;
	padding-top: 10px;
	position: relative;
}
.rightColumnShrt img {
	margin: 7px 10px 8px 15px;
}
.rightColumnShrt p{
	padding-left: 7px;
}
.rightColumnShrt h1 {
	margin-left: 9px;
}
.rightColumnShrt h3 {
	margin-left: 11px;
	margin-bottom: 10px;
}
.rightColumnShrt h4 {
	margin-left: 7px;
}

.smallFont{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F8F8F;
}

.indent{
	padding-left: 15px;
}

.tmpltList{
	margin: 3px 0 0 6px;
	padding-left: 0;
	text-align: left;
	list-style-type: none;
}

.tmpltList li {
	width: 87%;
	padding-left: 16px;
	list-style-type: none;
	background: url(../../products/signLab/images/home_bulletArrow.gif) no-repeat 0 2px;
	line-height: 1.4;
	margin-top: 3px;
}

img.pad {
	/*padding:5px 5px 5px 0;*/
	padding: 7px 7px 7px 7
}

.specialMarg{
	float: right;
	margin-left: 5px;
	margin-right: 10px;
}

blockquote {
margin-left: 0px;
	background-color: #F4F4F0;
	border: 1px #CECEBD solid;
	padding: 5px 5px 10px 8px;
	margin-left: 3px;
}

.indentXtnd{
	text-indent: 5px;
}

.strikethru {
	text-decoration: line-through;
}

.sluoList {
	margin: 7px 0 15px 50px;
}
.sluoList ol {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}
.sluoList li {
	background: url(../../products/signLab/images/home_bulletArrow.gif) no-repeat 0 2px;
	list-style-image: none;
}

.anchorFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px; 
}

.strPrice {
	text-decoration: underline;
	font-weight: bolder;
	padding: 5px;
	font-size: 105%;
}

input.button {
font-family:Verdana;
font-size:11px;
color: #5A5A5A;
background-image: url(../images/but_bkgrd.gif);
background-repeat: repeat-x;
border: 1px solid #CECECE;
height: 20px;
margin: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

input.textField {
font-family:Verdana;
font-size:11px;
font-style:normal;
color: #000;
border-style: outset inset inset outset;
border-width:1px;
border-top: #999999;
border-left: #999999;
border-bottom: #cccccc;
border-right: #cccccc;
padding-right: 3px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin:2px;
height: 25px;
}


.rowNoBack { background-color: transparent; }

.pkgDownloadExpand {
	background-color: #FDFCF2;
	border: 1px dashed #999;
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	overflow: auto;
	height: 1%;
}

.pkgDnldMain {
	width: 50%;
	float: left;
	margin-right: 10px;
}

.formCheck { display: block;
		  		 clear: both; 
				 text-align: left;				
}

.pkgDnldOther {
	width: 40%;
	float: left !important;
	float: none;
}

div#contentSideBarSearch {
	border-left: 1px solid #cccccc;
	padding-left: 12px;
	margin: 0;
}

#masterTable {
	background-image: url(http://www.signlab.com/images/home_main_bkgrd.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	border: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #CBCBCB;
	padding: 0;
}

#firstChildTable {
	width: 745px;
	/*height: auto;*/
	background-color: White;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 18px;
	/*margin-top: 17px;*/
}


td.tabheading {
	border-bottom: 1px solid #6F6F6F;
	padding: 3px;
	text-align: center;
}

#tabTable {
	border: 0;
	width: 100%;
	/*width: 450px;*/
	font-size: 11px;
	text-align: center;
}

.sample {
	margin: 7px 10px 0 !important;
	margin: 0 10px 0;
}


.custDetailsIndent{
	padding-left: 5px;
}

.bevelEffect{
	float: right;
	margin-top: -38px;
	margin-right: 10px;
	/*margin: 0 10px 0;*/
}


/* START INNER NAVIGATION */

div#subInnerNavTop{
	float:left;
	margin: 0px 0px -15px 15px;
	padding: 0px 0 0px 0;
}
div#subInnerNavBot{
	float:left;
	margin: 0 0 0 0px;
	padding: 0;
}
div#subInnerNav{
	/*background: url(../../products/signLab/images/subInnerNav_bkgrd_mid.png) repeat-y;*/
	background: url(../../products/signLab/images/subInnerNav_bkgrd_mid.gif) repeat-y;
	float:left;
	width: 237px;
	/*margin: 8px 0 0 15px; */
	margin: -8px 0 0 15px;
	text-align: left;
}
div#subInnerNav hr {
	color: #ccc;
	width: 170px;
	margin-left: 20px;
	height: 1px;
}
div#subInnerNav h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 2px 22px;
	color: #71133B;
}
div#subInnerNav ul {
	font-size: 11px;
	color: #4E3449;
	line-height: 175%;
	padding-left: 0;
	margin: 0;
}
div#subInnerNav li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0;
}
div#subInnerNav a {
	display: block;
	width: 80%;
	margin-left: 3px;
	padding: 0 0 0 27px;
	color: #4E3449;
	text-decoration: none;
}
div#subInnerNav a.subMenu:hover {
	background-color: transparent;
	text-decoration: underline;
}
div#subInnerNav a:hover {
	background-color: #EFEFEF;
}
div#subMenu {
	/*width: 145px;*/
	width: 195px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#subMenu ul {
	font-size: 10px;
	color: #4E3449;
	line-height: 150%;
	/*list-style-type: none;*/
	padding-left: 0;
	margin: 0;
}
div#subMenu li {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
div#subMenu a {
	text-decoration: none;
	padding: 0;
}

/* END INNER NAVIGATION */
.subSelect {
	display: block;
	width: 80%;
	margin-left: 3px; 
	padding: 0 0 0 27px;
	color: #4E3449;
	text-decoration: none;
	background-color: #EFEFEF;
}
.imgGrassPromo{
	padding-bottom: 5px;
}
.errorMessage {
	/*font: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
	/*text-decoration: underline;*/
	color: #A91649;
}
.rowNoBack { background-color: transparent; }

.regFormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	/*padding-bottom: 13px;*/
	padding-right: 5px;
	font-weight: bold;
}

.regFormLabel_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	/*padding-bottom: 13px;*/
	/*padding-left: 5px;*/
	padding-left: 0;
	font-weight: bold;
}
.regFormPadd {
	padding-top: 8px;

}
.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
input.regForm, select.regForm {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: auto;
	/*height: 18px;*/
	height: 20px;
	background-color: #EFEFEF;
	border: 1px solid #9D9D9D;
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #F5F5F5;
	border-left: 1px solid #7E7E7E;
	border-right: 1px solid #F5F5F5;
	vertical-align: middle;
	padding-top: -2px;
}
/*css level II*/
p.breakHere {
	page-break-after: always;
}
/*SIGNLAB U ENROLLMENT FORM*/
.SLU_venues {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px dashed #CDCDCD;
	background-color: #F5F5F5;
	/*width: 98%;*/
}
.SLU_venues h1 {
	color: #594079;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline;
}
.SLU_venues input {
	margin: 0 6px 0 0;
	padding: 0;
	font-size: 11px;
	padding: 0;
}
.SLU_venues table {
	margin: 8px 0 0 30px;
}
.SLU_venues address {
	margin: 8px 0 0 30px;
}
.SLU_days {
	margin: 7px 0 15px 30px;
}
.SLU_days ul {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}
.SLU_days li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.topCheck {
	display: block;
	margin: 15px 0 18px 0;
}

/*END SLU ENROLLMENT*/
.newTop {
	margin-bottom: 5px;
}

.SLU_bkgInfoIndent{
	padding-left: 12px;
}

fieldset {
	width: 475px;
	/*padding: 0 0 15px 15px;*/
	padding: 0 0 4px 15px;
	border-style: solid;
	/*border-color: #ccc;*/
	border-color: #7B9B57;
	border-width: 1px;
	margin: 0 0 14px 0;
}

/* DHTML DROPDOWN SHOW/HIDE  sl_trial_demo.php */
	.dhtmlgoodies_contentBox{
		/*border:1px solid #317082;*/
		border: 1px solid #CBCBCB;
		height:0px;
		visibility:hidden;
		position:absolute;
		/*background-color:#E2EBED;*/
		background-color: #F9F9F9;
		overflow:hidden;
		padding-left: 20px;
		width:475px;			
	}
	.dhtmlgoodies_content{
		position:relative;		
		font-family: Arial, Helvetica, sans-serif;
		width:100%;
		/*font-size:0.8em;*/
		font-size: 1em;	
	}
.infoFormBkg{
	width: 390px;
	margin-top: -31px;
	margin-left: 5px;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	background-color: #F5F5F5;
	/*padding: 10px 90px 10px 0px;*/
	padding: 10px 50px 10px 0;
}
.extraPadBot{
	padding-bottom: 7px;
}
.blackHead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#sl8_prodToolsHead{
	margin-top: -45px;
	margin-left: 120px;
	margin-bottom: 20px;
}
.subHeadLink{
	/*margin-bottom: -15px;*/
	margin-bottom: 2px;
}
.subHeadLink a {
	color: #71133B;
	text-decoration: none;
}
.subHeadLink a:hover{
	color: #71133B;
	text-decoration: underline;
}
.floatKiller{
	clear: both;
}
.andMore{
	margin-left: 378px;
}
.sl8_boxMid{
	background: url(../../products/signLab/images/sl8_boxMid.gif) repeat-y;
	margin-left: 64px;
}
.sl8_boxContent ul {
	margin: 3px 5px 0 3px;
	/*padding: 0 10px 0px 10px;*/
	list-style: none;
	text-align: left;
}
.sl8_boxContent li {
	font-size: 11px;
	background: url(../../products/signLab/images/home_bulletArrow.gif) no-repeat 0 2px;
	margin-top: 3px;
	margin-left: 5px;
	padding: 0 10px 0px 16px;
}
.sl8_boxContent h4{
	margin-top: -10px;
	margin-left: 6px;
	padding: 3px;
	text-align: left;
}
.boxContentLtPad{
	padding-left: 9px;
}

/*Comparison Chart*/
#comprTable{
	width: 495px;
	margin-left: 6px;
}
#comprTable th{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-bottom-width:: 1px;
	border-top: 1px solid #cccccc;
	border-right: 1px dashed #E7E7E7;
	padding-bottom: 5px;
	background-color: #676967;
	color: #ffffff;
	padding: 5px 5px 0 5px;
}
#comprTable td{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.25;
}
.rightAlign{
	text-align: right;
}
.oddRow {
		/*background-color: #ebd5d5;*/
		background-color: #F5F7F5;
}
.chartBlankRow  {
	height: 5px;
}
.chartSeparator {
	background-color: #CACCCA;
	text-align: center;
	color: #000000;
	font: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
}
.chartBody {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.25;
}
.available {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: Gray;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.25;
}
/* End Comparison Chart*/

/* Bullited list on Spot Color Module*/
.addOnModCol_1{
background: url(../../products/signLab/images/addOnModBkg.jpg) repeat-x;   /*#C7CEE0 used as base color*/
	float: left;
	width: 47%;
	margin: 7px 5px 0 7px;
	padding: 7px 0px 7px 0;
	font-size: 10px;
	line-height: 135%;
}
.addOnModCol_1 ul{
	list-style: none;
}
.addOnModCol_1 li{
	color: #000000;
	text-align: left;
	list-style: disc;
	margin-left: 20px;
	padding-right: 5px;
}
.addOnModCol_2{
background: url(../../products/signLab/images/addOnModBkg.jpg) repeat-x;  /*#C7CEE0 used as base color*/
	float: left;
	width: 47%;
	margin: 7px 5px 0 7px;
	padding: 7px 0px 7px 0;
	font-size: 10px;
	line-height: 135%;
}

.addOnModCol_2 ul{
	list-style: none;
}
.addOnModCol_2 li{
	color: #000000;
	text-align: left;
	list-style: disc;
	margin-left: 20px;
	padding-right: 5px;
}
.outDevSearchLtMrg{
	margin-left: 5px;
}
div#extra h1{
	text-align: left;
}
div#extra h3{
	text-align: left;
}
div#extra h4{     /* SignLab index page*/
text-align: left;
}
div#extra p{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
#vpmVideo{
	margin-left: 10px;
}
#vpmVideo p{
	font-family: Trebuchet MS;
	text-align: center;
	line-height: 110%;
}
#sl8_vWorksVideo{
	margin-left: 3px;
}
#sl8_vWorksVideo p{
	font-family: Trebuchet MS;
	text-align: center;
	line-height: 110%;
}

/*Video link content nav sidebar*/
#videoList{
margin-left: 0;
padding-left: 0;
list-style: none;
width:200px;
}

#videoList li{
background: url(../../products/signLab/images/newBullet_redArrow.png) no-repeat 25px 7px;
text-align: left;
list-style: none;
}
#videoList h1{
	text-align: left;
	font-size: 29px;
	margin-left: 20px;
}
#videoList h3{
	text-align: left;
	margin-left: 25px;
}
#videoList h4{     
	font-size: 10px;
	font-weight: bold;
	color: #71133B;
	/*margin-left: 27px;*/
	margin-left: 40px;
	text-align: left;
}
.videoLink a{
	font-family: Verdana;
	font-size: 10px;
	color: #7b9b57;
	text-align: left;
	margin-left: 40px;
	text-decoration: underline;
	width: 200px;
	display: block;
	margin-bottom: 11px;
}
.videoLink a:hover{
	color: #7b9b57;
	text-decoration: none;
}
.videoTag{
	padding-bottom: -5px;
	text-align: center;
}
.newTag{
	color: #71133B;
}
.redStar{
color: #71133B;
}
img{
	border: 0;
}
.chaptaCaption1{
	padding-left: 3px;
	padding-right: 6px;
}
.chaptaCaption2{
	padding-left: 7px;
}
.trialDemoPWidth{
	width: 80%;
}
.contactFormHeaderLtMrg{
	margin-left: 5px;
}
.contactFormTable{
	/*padding-left: 90px;*/
	padding-left: 20px;
}
.FS_fillSamplesImg {
	float: left;
	margin: 10px 15px 0 5px;
}
#subLeft2, #subRight2 {
	float: left;
	margin-top: 15px;
}
#subLeft2 {
	width: 50%;
}
#subRight2 {
	width: 48%;
}
.h4_botMarg{
	margin-bottom: -15px;
}

/*top bar stuff*/
#selectorBoxPositioning{
	position:absolute;
	z-index: 1000;
	/*top: 34px;*/
	top: 31px;
}
#greenDivider{
	border-top: 1px solid #7B9B57;
	width: 50%;
	height: 4px;
	margin: 100px auto 0 auto;
	padding: 0;
}
.extraTopPadding{
	padding-top: 15px;
}
.versaWorksFormBkg{
	width: 390px;
	/*margin-top: -31px;*/
	margin-top: 10px;
	/*margin-left: 5px;*/
	margin-left: 40px;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	background-color: #f5f5f5;
	/*padding: 10px 90px 10px 0px;*/
	padding: 10px 50px 10px 0;
	
}
#contactUsHeader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71133B;
	padding: 5px 0 0 2px;
	text-align: center;
}

input.checkbox {
	margin: 5px 0 5px 0;
	background-color: transparent;
	border: none;
}

.formAreaCodeCaption{
	font-size: 9px;
	font-style: italic;
}