@charset "UTF-8";
/*
--------------------------------------------------------------
BODY ATTRIBUTES SPECIFIC TO CLIENT EDITOR
--------------------------------------------------------------
-	Other Body tag attributes reside in Master.css file
-------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333
	}
/*
-------------------------------------------------------------- */
h1 {
	color: #e95020;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
	}
h2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 18px;
	color: #000000;
	padding-bottom:8px;
	}
h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 13px;
	color: #1b59b0;
	margin-bottom: 6px;
	}
h4 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
	}
h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	}
h6 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid #CCCCCC 1px;
	color: #999999;
	padding: 5px 0px 6px 0px;
	}
#content-right-column-B h1 {
	color:#106EBB;
	font-weight:bold;
	font-size:22px;
	line-height:24px;
	margin-bottom: 0px;
	}
#content-right-column-B h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 8px;
	}
#content-right-column-B h3 {
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 0px;
	clear: left;
	}
#content-right-column-B h4 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
	}
#content-right-column-B h5 {
	color:#106EBB;
	font-weight:bold;
	font-size:40px;
	line-height:42px;
	margin-bottom: 0px;
	}
.no-padding {
	margin-bottom: 4px;
	}
.border-bottom {
	border-bottom: solid #EBEBEB 1px;
	display: block;
	padding-bottom: 14px;
	}

/*
-------------------------------------------------------------- */
a:link,
a:visited {
	color:#0073d3;
	text-decoration: underline;
	}
a:hover {
	color:#cc9933;
	text-decoration: none;
	}

div#black-link-right {
	padding-top:0px;
	}
div#black-link-right p {
	display: block;
	background-image: url(/css/default/images/black-link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width:auto;
	clear: right;
	padding-right: 0px;
	}	
div#black-link-right a:link,
div#black-link-right a:visited {
	color:#FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 2px 36px 4px 16px;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	background-image: url(/css/default/images/black-link-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	}
div#black-link-right a:hover {
	color:#FFFFFF;
	background-position: right bottom;
	}
div#blue-link {
	padding-top: 0px;
	}
div#blue-link p {
	background-image: url(/css/default/images/blue-link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:auto;
	margin-top: 0px;
	padding: 0px;
	}
div#blue-link a:link,
div#blue-link a:visited {
	color:#FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 11px 46px 4px 16px;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	background-image: url(/css/default/images/blue-link-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	}
div#blue-link a:hover {
	color:#F0B861;
	}
	
div#blue-link-right {
	float:right;
	padding-top: 0px;
	}
div#blue-link-right p {
	display: block;
	background-image: url(/css/default/images/blue-link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 37px;
	width:auto;
	}
div#blue-link-right a:link,
div#blue-link-right a:visited {
	color:#FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 11px 46px 4px 16px;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	background-image: url(/css/default/images/blue-link-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	}
div#blue-link-right a:hover {
	color:#F0B861;
	}
a.link-arrow:link,
a.link-arrow:visited,
a.link-arrow:hover {
	background-image: url(/css/default/images/link-with-blue-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0px 1px;
	text-decoration: none;
	}
p.link-arrow a:hover,
a.link-arrow:hover {
	text-decoration: underline;
	}
a.green-link:link,
a.green-link:visited,
.green-link {
	color: #009900;
	font-weight: bold;
	}
a.green-link:hover {
	}
a.red-link:link,
a.red-link:visited,
.red-link {
	color: #CC0000;
	font-weight: bold;
	}
a.red-link:hover {
	}
a.orange-link:link,
a.orange-link:visited,
.orange-link {
	color: #e95020;
	font-weight: bold;
	}
a.orange-link:hover {
	}
a.default-text-link:link,
a.default-text-link:visited {
	color: #333333;
	text-decoration:none;
	}
a.default-text-link:hover {
	color:#cc9933;
	text-decoration: none;
	}
a.sort-by:link, 
a.sort-by:visited,
a.sort-by:hover {
	background-image: url(/css/default/images/sort-by-arrows.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px 10px 0px 0px;
	float: left;
	background-position: right top;
	}
	
	
#shop-type-table {
	margin-bottom:8px;
	padding-top:2px;
	}
#shop-type-table td {
	width:50%;
	}	
div#shop-list {
	display:block;
	padding-top:0px;
	background-image: url(/css/default/images/shop-list-li-background.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-right:4px;
	}
div#shop-list.no-margin {
	margin-right:0;
	}
div#shop-list p {
	display: block;
	background-image: url(/css/default/images/shop-list-li-background-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width:auto;
	clear: right;
	padding-right: 0px;
	margin-bottom:0;
	}	
div#shop-list a:link,
div#shop-list a:visited {
	color:#000000;
	text-decoration: none;
	text-align: right;
	padding: 7px 20px 6px 10px;
	font-weight: bold;
	height: 17px;
	display: block;
	float:left;
	font-size:12px;
	}
div#shop-list a:hover {
	color:#0073d3;
	background-position: right bottom;
	}

/*
-------------------------------------------------------------- */
p {
	margin-bottom: 15px;
	}
.blue-text,
#content-right .blue-text {
	color: #0073d3;
	}
.caption-text {
	font-size: 10px;
	line-height: 12px;
	color: #555555;
	}
p.highlight {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #CC6600;
	font-weight: bold;
	}
.highlight,
#content-right-column-B .highlight {
	color: #CC6600;
	font-weight: bold;
	}
#content-right .top-border,
#content-right-column-B .top-border {
	border-top: solid #F2CA8D 1px;
	padding-top: 24px;
	}
	
/*
-------------------------------------------------------------- */

ul {
	padding-bottom: 10px;
	}
li {
	padding-bottom: 6px;
	list-style-type: disc;
	margin-left: 20px;
	}
#content-right ul ul,
#content-right-column-A ul ul,
#content-right-column-B ul ul {
	padding-bottom: 4px;
	padding-left: 14px;
	padding-top:8px;
	margin:0px;
	}
ul ul li {
	}
dl#next-steps dt a:link,
dl#next-steps dt a:visited {
	display: block;
	padding-left: 60px;
	background-image: url(images/dl-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	}
dl#next-steps dt a:link h6,
dl#next-steps dt a:visited h6 {
	font-size: 14px;
	font-weight: bold;
	color: #008EFB;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	line-height: 12px;
	border-bottom:0px;
	text-transform: uppercase;
	}
dl#next-steps dt a:hover h6 {
	color: #e95020;
	}
dl#next-steps dt a:link p,
dl#next-steps dt a:visited p {
	color: #535353;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
dl#next-steps dt {
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:4px;
	}
dl#next-steps dt#view-demo {
	background-image: url(images/dl-online-demo.gif);
	}
dl#next-steps dt#contact-us {
	background-image: url(images/dl-contact-us.gif);
	}
dl#next-steps dt#request-demo {
	background-image: url(images/dl-demo-cd.gif);
	}
dl#next-steps dt#download-brochure {
	background-image: url(images/dl-brochure.gif);
	}


/* Landing pages Right Column (nd Column) */
#tableForm {
	width: 100%;
	padding-top: 10px;
	background-image: url(images/tableForm-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	}
#tableForm h1 {
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
#tableForm td {
	width: 47%;
	padding-left: 3%;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	}
#tableForm td.bottom-cap {
	height: 8px;
	background-image: url(images/tableForm-bottom-cap.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 0px 0px 20px 0px;
	}
#tableForm td.btn-submit input {
	border: none;
	}


#software {
	background-image: url(images/monitor.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 4px;
	}
#software h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	
	}
/*	Monitor Image bg */
#software h1,
#software p {
	margin-right: 120px;
	}
#software ul {
	margin-bottom: 8px;
	}
#software li {
	background-image: url(images/bullet-arrow-dotted-blue.gif);
	background-position: 0em .43em;
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-bottom: 2px;
	list-style-type: none;
	margin-left:0px;
	}
#software a:link,
#software a:visited,
#software li a:link,
#software li a:visited {
	display: block;
	font-weight: bold;
	color: #1c5099;
	text-decoration: none;
	}
#software li a:hover {
	color: #BF8F00;
	text-decoration: none;
	}
/* Testimonial Module - Landing Pages Main */
#testimonial {
	}
#testimonial blockquote p:first-letter {
	background-image: url(images/quote-open.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	}
/*
#testimonial blockquote {
	background-image: url(images/quote-close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
*/
#testimonial img.endQuote {
	padding-left: 5px;
	}
#testimonial h1 {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight:bold;
	}
#testimonial h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0px;
	}
/* ------------------------------------------------------------
   ViEW BY SHOP LIST IN THE RIGHT COLUMN
*/
ul#shop-list {
	clear:left;
	display: block;
}
ul#shop-list li {
	background-image: url(/css/default/images/shop-list-li-background.gif);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	padding-bottom:0px;
	list-style-type: none;
	margin-left:0px;
	background-position: right top;
	}
ul#shop-list li a:link,
ul#shop-list li a:visited {
	display: block;
	padding: 7px 0px 7px 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-image: url(/css/default/images/shop-list-li-background-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
ul#shop-list li a:hover {
	color: #0073d3;
	}

/* ------------------------------------------------------------
  LATEST NEWS LIST IN THE RIGHT COLUMN
*/
ul#latest-news li {
	margin-bottom: 0px;
	list-style-type: none;
	margin-left:0px;
	padding-bottom: 8px;
	}
ul#latest-news li a:link,
ul#latest-news li a:visited {
	text-decoration: none;
	}
ul#latest-news li a:hover {
	text-decoration: underline;
	}


#news-item {
	background-image: url(images/calendar-icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 44px;
	clear: left;
	}
#news-item h2{
	margin-bottom: 0px;
	padding-bottom: 2px;
	}
#news-item .date {
	padding-bottom: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	}

/* ------------------------------------------------------------
  Styles for calendar and events tables
*/
#calendar-table {
	margin-bottom: 14px;
	}
#calendar-table th {
	background-color: #72A7E1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 4px 6px 6px;
	}
#calendar-table th.name {
	width: 220px;
	}
#calendar-table th.location {
	width: 220px;
	}
#calendar-table th.date {
	width: 328px;
	}
#calendar-table th.register {
	width: 120px;
	}
#calendar-table td {
	padding: 6px 4px 6px 6px;
	}
#calendar-table td.blue {
	background-color: #ECF5FF;
	}
#trade-show-table {
	}
#trade-show-table td.logo {
	width: 300px;
	padding-bottom: 30px;
	vertical-align: top;
	padding-top: 10px;
	border-top: solid #CCCCCC 0px;
	text-align: center;
	}
#trade-show-table td.logo img {
	border: solid #91BAE1 0px;
	}
#trade-show-table td.details {
	width: 370px;
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 10px;
	border-top: solid #CCCCCC 0px;
	padding-left: 24px;
	}
#trade-show-table h2{
	margin-bottom: 0px;
	padding-bottom: 2px;
	}
#trade-show-table .date {
	padding-bottom: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	}
#trade-show-table-sm .date {
	width:12%;
	}
#trade-show-table-sm .date #date-tag {
	width:35px;
	}
#trade-show-table-sm .date #date-tag .month {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #1B59B0;
	background-color: #C4DFFA;
	border: solid #79AAE0 1px;
	}
#trade-show-table-sm .date #date-tag .day {
	font-size: 19px;
	font-weight: bold;
	color: #e95020;
	text-align: center;
	padding: 4px 0px 4px 0px;
	border-bottom: solid #79AAE0 1px;
	border-left: solid #79AAE0 1px;
	border-right: solid #79AAE0 1px;
	}
	
/* ------------------------------------------------------------
  Styles for form tables
*/	
#form-table {
	width:100%;
	}
#form-table th {
	background-color: #72A7E1;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 4px 8px 10px;
	}
#form-table  td{
	width:auto;
	padding: 8px 4px 8px 10px;
	}
#form-table  td#label{
	width: 24%;
	font-weight: bold;
	}
#form-table td.blue {
	background-color: #ECF5FF;
	}
	
	
	
/* ------------------------------------------------------------
  Styles for feature tables
*/	
#company-top-feature p {
	padding-right: 160px;
	}
table#exec-table td {
	vertical-align:top;
	background-color: #f7fafd;
	border-bottom: solid #FFFFFF 4px;
	padding:6px;
	}
table#exec-table td.name {
	padding-left:2px;
	padding-top:8px;
	}
table#exec-table td.name h2 {
	font-size:13px;
	color: #1b59b0;
	}
table#features-table .image {
	width: 154px;
	}
table#features-table.company-lower .image img {
	border: solid #DBDBDB 1px;
	padding: 1px;
	}
table#features-table th,
table#features-table td {
	padding:30px 0px;
	vertical-align: top;
	}
table#features-table.services th,
table#features-table.services td {
	padding:15px 0px;
	vertical-align: top;
	}
table#features-table.services .image {
	width: 164px;
	}
table#features-table td {
	border-top: solid #ececea 1px;
	}
table#features-table.partners-lower .image {
	width:176px;
	}
table#features-table.partners-lower th {
	padding-top:8px;
	padding-left:8px;
	}
table#features-table.products th {
	padding:28px 0px 55px 0px;
	vertical-align: top;
	}
div#success-top-feature table th {
	width:104px;
	}
div#success-top-feature table th,
div#success-top-feature table td {
	vertical-align: top;
	padding: 15px 0px;
	border-top: solid #ececea 1px;
	}
table#features-table.success-lower {
	padding-top:20px;
	}
table#features-table.success-lower td {
	padding:8px 0px;
	}
table#features-table.success-lower p {
	padding: 0px;
	margin:0px;
	}
/*table#features-table.success-lower .image {
	width: 175px;
	}
table#features-table.success-lower .image img {
	border: solid #DBDBDB 1px;
	padding: 1px;
	}*/
table#features-table.contact-locations td {
	padding-top:10px;
	padding-bottom:10px;
	border-top:0px;
	}
table#features-table.contact-locations .image {
	width:160px;
	}
table#features-table.contact-locations .image img {
	padding: 1px;
	}
#contact-table td {
	padding-bottom: 4px;
	}
#contact-table th {
	width: 65px;
	}
/* ADMIN TABLES */
table#admin-table {
	margin-bottom: 14px;
	width: 718px;
	}
table#admin-table th {
	background-color: #72A7E1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 4px 6px 6px;
	}
table#admin-table th.subhead {
	background-color:#9DC2EA;
	}
table#admin-table td {
	padding: 6px 4px 6px 6px;
	}
table#admin-table td.blue {
	background-color: #ECF5FF;
	}
table#admin-table td.yellow {
	background-color: #FFFFCC;
	}
table#admin-table th.th-link {
	text-align: right;
	width: 100px;
	padding-right:8px;
	}
table#admin-table th a:link,
table#admin-table th a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
table#admin-table th a:hover {
	color: #174585;
	}
table#admin-table th#reg-date {
	width: 77px;
	}
table#admin-table th#company {
	width: 115px;
	}
table#admin-table th#student-name {
	width: 101px;
	}
table#admin-table th#class-name {
	width: 146px;
	}
table#admin-table th#class-date {
	width: 57px;
	}
table#admin-table th#class-location {
	width: 114px;
	}
table#admin-table th#status {
	width: 76px;
	}
table#admin-table th#check-box {
	width: 32px;
	}
table#store-main {
	padding-bottom:40px;
	vertical-align: top;
	}
table#store-main .main-1 {
	width: 334px;
	padding-right: 50px;
	}

table#store-main .main-2 {
	width: 334px;
	}
table#store-secondary {
	background-image: url(/css/images/bg-store-secondary.gif);
	background-repeat:no-repeat;
	padding-bottom:30px;
	vertical-align: top;
	}
table#store-secondary .secondary-1,
table#store-secondary .secondary-2 {
	width:203px;
	padding: 18px 18px 0 18px;
	}
table#store-secondary .secondary-3 {
	padding: 18px 19px 0 18px;
	width:203px;
	}
table#store-main img {
	border:solid #CCCCCC 1px;
	margin-bottom:26px;
	}
table#store-secondary img {
	border:solid #CCCCCC 1px;
	margin-bottom:16px;
	}
#customer-home-top {
	background-image: url(/customer/images/customer-home-top.jpg);
	background-repeat: no-repeat;
	padding: 33px 150px 0 33px;
	margin-bottom: 10px;
	height: 200px;
	}
#customer-home-bottom {
	background-image: url(/customer/images/customer-home-bottom.jpg);
	background-repeat: no-repeat;
	padding: 0 33px;
	}
/*
------------------------------------------
MIKES QUICK FIX FOR JPEG CONCEPT PAGES
------------------------------------------
-	Optional class in Template Properties
-------------------------------------------*/
.pageImg #content-right {
	padding-top: 20px;
	margin-top: 0px;
	}
.customer-home #content-right-column-A,
.customer-home #content-right-column-B {
	padding-top: 0px;
	margin-top: 0px;
	}
hr { 
	border: none; 
	border-top: 1px solid #F2CA8D;
	width: 100%;
	clear: both;
	margin: 12px 0 15px 0; *margin-bottom: 8px;
	height: 1px;
	}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.hands-on-seminar {
	background-image: url(/css/images/bg-seminars-box.jpg);
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 26px;
	height: 160px;
	background-repeat: no-repeat;
	}
.hands-on-seminar div#black-link-right a:link,
.hands-on-seminar div#black-link-right a:visited {
	background-image: url(/css/default/images/black-link-arrow-2.gif);
	}
	
	
#home-news-panel h4 {
	font-size: 14px;
	padding-bottom:2px;
	margin:0;
	}
#home-news-panel p {
	margin-bottom:5px;
	padding:0;
	}
#home-news-panel .news-date {
	color:#999999;
	}
#home-news-panel .news-teaser {
	}
	
	
	
	
#table-footer {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 14px 0px;
	list-style-type: none;	
	}
#table-footer td {
	padding: 20px 8px 7px 12px;
	width: 20%;
	margin: 0px;
	vertical-align: top;
	background-color: #FBFBFB;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	white-space: nowrap;
	}
	
#table-footer td a:link,
#table-footer td a:visited {
	color: #999999;
	text-decoration: none;
	}
	
#table-footer td a:hover {
	color: #999999;
	text-decoration: underline;
	}

