
 @import url(cad_global.css);

a {
color: #587994;
text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

body {
	background: #FFFFFF url(../images/bkgrd-top.png) repeat-y center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

p {
	margin:0 10px 10px 3px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	/*color: #9F4C4C;*/
	/*color: #D78235;*/
	color:#6887A2;
	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;
}

h4{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	/*color: #D78235;*/
	/*color: #6887A2;*/
	color: #CE561C;
	padding: 6px 0 0 0;
}


h5{
	font-size: 12px;
	font-weight: bold;
	/*color: #6887A2;*/
	color: #CE561C;
	margin: 3px 0 2px 3px;
	padding-top: 5px;
}


/* 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(../images/subInnerNav_bkgrd_mid.png) 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 28px;
	color: #CE561C;
}
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: 79%;
	margin-left: 3px;
	padding: 0 0 0 34px;
	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-left: 45px;
	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;
}

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;*/
	clear: left;
}
/* END INNER NAVIGATION */


/************************************************************************************************************
*	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:  Added to Digital Factory November 1st by Gaylin
*
************************************************************************************************************/
/* 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 {
	padding: 10px;
}

 .changePass {
	font-size: 11px;
	color: #7E7E7E;
	padding-top: 75px;
}

.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;
}

#container {
background-color: #ffffff;
 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;
	padding-bottom: 10px;
}*/

#masthead {
	padding-left: 5px;
	padding-bottom: 5px;
}
#mainNav {
	padding-left: 12px;
}

div#content {
	float:right;
	width:500px;
	/*margin: 15px 15px 15px 0;*/
	margin: 8px 15px 15px 0;
	/*text-align: justify;*/
	text-align: left;
}


div#content .leftColumn{
	float: left;
	background: url(../../products/digitalFactory/images/columnGrad.jpg) repeat-x;
	width: 48%;
	margin: 0 5px 0 0;
	padding-top: 10px;
}
.leftColumn img {
	margin: 0 7px 8px 15px;
}

.leftColumn p{
	padding-left: 7px;
}

.leftColumn h4{
	padding-left: 11px;
}

.leftColBotPad{
	padding-bottom: 8px;
}

div#content .rightColumn{
	float: left;
	background: url(../../products/digitalFactory/images/columnGrad.jpg) repeat-x;
	width: 49%;
	padding-top: 10px;
	position: relative;
}
.rightColumn h1 {
	margin-left: 9px;
}
.rightColumn h3 {
	margin-left: 11px;
	/*margin-bottom: 10px;*/
	color: #8F8F8F;
}
.rightColumn h4 {
	margin-left: 11px;
}

.rightColumn p{
	padding-left: 7px;
}

.rightColBotPad{
	padding-bottom: 8px;
}

/*END COLUMN TESTING*/

.footer  {
	font: Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	font-size: 11px;
	text-align: center;
	color: #B0B0B0
	padding-bottom: 5px;
	vertical-align: bottom;
	clear: both;
}
.normalText{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

.homeList{
	margin: -2px 0 0 0;
	font-size: 11px;
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
}

.homeList li{
	list-style-type: none;
	width: 87%;
	line-height: 1.4;
	background: url(../../products/digitalFactory/images/df_home_bulletArrow_2.gif) no-repeat 9px 2px;
	padding-left: 25px;
	margin-top: 5px;
}

.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.floatRight {
	float: right;	
	margin-left: 5px;
	margin-bottom: 6px;
}

.subSelect {
	display: block;
	width: 79%;
	margin-left: 3px; 
	padding: 0 0 0 34px;
	color: #4E3449;
	text-decoration: none;
	background-color: #EFEFEF;
}


ol li {
	margin-left: -14px;
	margin-bottom: 10px;
	line-height: 130%;
	list-style-type: decimal;
}
p.nopad {
	padding: 0;
	margin: 0;
}

.floatKiller {
	clear: both;
}

blockquote {
margin-left: 10px;
	background-color: #F5F5F5;
	border: 1px #ccc dashed;
	padding: 5px 5px 10px 10px !important;
	padding: -5px 5px 10px 10px;
}
blockquote p {
	margin: 0 0 -10px 8px;
}

.blackHead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.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;				
}

/* COMPARISON CHART */
#comprTable{
	width: 500px;
}

#comprTable th{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/*border: 1px dashed #DDDDDD;*/
	border-bottom-width:: 1px;
	border-top: 1px solid #cccccc;
	/*border-left: 1px dashed #E7E7E7;*/
	border-right: 1px solid #cccccc;
	/*border-right: 1px dashed #E7E7E7;*/
	
	padding-bottom: 5px;
	/*background-color: #F2A36E;*/
	background-color: #E8E8E8;
	color: #1e1e1e;
	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;
	/*border: 1px solid #DDDDDD;*/
}

.rightAlign{
	text-align: right;
}

.chartSeparator {
	/*background: #caccca;*/
	background: #D5E6F9;
	text-align: center;
	font: arial, helvetica, sans-serif;
	font-size: 11px;
	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;
}

.available {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: Gray;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.25;
	/*border: 1px solid #DDDDDD;*/
}
.oddRow {
		/*background: #f5f7f5;*/
		background: #E8E8E8; 
}
.chartBlankRow  {
	height: 5px;
}
/* END COMPARISON CHART */

/*top bar stuff*/
#accountBox {
	float: right;
	margin: 24px 54px 8px 0;
	width: 375px;
}

#selectorBoxPositioning{
	position:absolute;
	z-index: 1000;
	/*top: 34px;*/
	top: 31px;
}

#viewCart{
	margin-left: 125px;
	/*margin-top: 9px;*/
	margin-top: 10px;
	padding-left: 5px;
	border: none;
}

.roland_AJ1000{
	padding-top: 12px;
}

.checkIcon{
	padding-right: 10px;
}

.signShopHeader{
	color: #CE561C;
	font-size: 12px;
	font-weight: bold;
}

#subHeaderBotPadd{
	padding-bottom: 15px;
}

/*Video link content nav sidebar*/

#videoList{
margin-left: 0;
padding-left: 0;
list-style: none;
width:250px;

}

#videoList li{
background: url(../../products/digitalFactory/images/newBullet_orangeArrow.png) no-repeat 2px 7px;
text-align: left;
list-style: none;
padding-bottom: 20px;
}

#videoList h1{
	text-align: left;
	font-size: 29px;
	/*margin-left: 20px;*/
	margin-left: 40px;
}

#videoList h3{
	text-align: left;
	/*margin-left: 25px;*/
	margin-left: 45px;
}

#videoList h4{     
	font-size: 10px;
	font-weight: bold;
	color: #CE561C;
	margin-top: -15px;
	/*margin-left: 27px;*/
	margin-left: 18px;
	text-align: left;
}

.videoLink a{
	font-family: Verdana;
	font-size: 10px;
	color:#6887A2;
	text-align: left;
	margin-left: 18px;
	text-decoration: underline;
	width: 200px;
	display: block;
}

.videoLink a:hover{
	color:#6887A2;
	text-decoration: none;
}

.videoTag{
	padding-bottom: -5px;
	text-align: center;
}

.newTag{
	color: #CE561C;
}

/*info contact form*/
.contactFormTable{
	padding-left: 20px;
}

.errorMessage {
	/*font: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
	/*text-decoration: underline;*/
	color: #A91649;
}
.regFormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

.regFormLabel_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	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: 20px;
	background-color: #EFEFEF;
	border: 1px solid #d5d5d5;
	vertical-align: middle;
	/*padding-top: -2px;*/
}

.infoFormBkg{
	/*width: 390px;*/
	width: 90%;
	/*margin-top: -31px;*/
	margin-left: 5px;
	border: 1px solid #D5D5D5;
	background-color: #F5F5F5;
	/*padding: 10px 90px 10px 0px;*/
	padding: 10px;
}

input.checkbox {
	margin: 5px 0 5px 0;
	background-color: transparent;
	border: none;
}
