/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	font-family: Arial;
	font-size: 80%;
	line-height: 135%;
}

#sidemenu {
	position:fixed;
	right:0;
	top:0;
	width:100px;
	height:50px;
	background-color:#999;
	z-index:1000;
	
}

div#mainbody { margin-top:35px; }

#speedbar {
	position:fixed;
	/* left:50%;
	margin-left:-500px; */ 
	bottom:0;
	width:20px;
	height:26px;
	background:url(../images/speedbar-bg-100.png);
	/* background-color:#999; */
	z-index:1000;
	padding:0;
	
}

#speedbar ul {
	padding: 0;
	border-right: 1px solid #0f5a9b;
	
	
	
}

#speedbar li {
	list-style: none;
	float:left;
	background: url(../images/speedbar-link-bg.png) #1f8be9 bottom left repeat-x;
	
}


#speedbar li:hover
{
background: url(../images/speedbar-link-over-bg.png) #1f8be9 bottom left repeat-x;
} 

#speedbar li a {

height: 26px;
line-height: 26px;
/* float: left; 
width: 9em; */
display: block; 
padding:0 10px 0 30px;
border-right: 1px solid #55acf7;
border-left: 1px solid #0f5a9b;
border-top: 1px solid #0f5a9b;
color: white;
text-decoration: none;
text-align: left;
} 

#speedbar li a.training { background: url(../images/speedbar-training.png) bottom left no-repeat; }
#speedbar li a.solutions { background: url(../images/speedbar-solutions.png) bottom left no-repeat; }
#speedbar li a.mail { background: url(../images/speedbar-mail.png) bottom left no-repeat; }
#speedbar li a.rebates { background: url(../images/speedbar-rebates.png) bottom left no-repeat; }
#speedbar li a.solutions { background: url(../images/speedbar-solutions.png) bottom left no-repeat; }
#speedbar li a.solutions { background: url(../images/speedbar-solutions.png) bottom left no-repeat; }
#speedbar li a.service { background: url(../images/speedbar-service.png) bottom left no-repeat; }
#speedbar li a.events { background: url(../images/speedbar-events.png) bottom left no-repeat; }


/* Font family information */

body#ff-optima, #ff-optima td {
	line-height: 135%;
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-geneva, #ff-geneva td {
	line-height: 135%;
	font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-helvetica, #ff-helvetica td {
	line-height: 135%;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

body#ff-lucida, #ff-lucida td {
	line-height: 135%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

body#ff-georgia, #ff-georgia td {
	line-height: 135%;
	font-family: Georgia, sans-serif;
}

body#ff-trebuchet, #ff-trebuchet td {
	line-height: 135%;
	font-family: "Trebuchet MS", sans-serif;
}

body#ff-palatino, #ff-palatino td {
	line-height: 135%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* end font family information */

form {
	margin: 0;
	padding: 0;
}

body.f-smaller,
body#ff-optima.f-smaller,
body#ff-georgia.f-smaller {
	font-size: 11px;
}

body,
body.f-default {
	font-size: 13px;
}

body#ff-optima,
body#ff-optima.f-default {
	font-size: 13px;
}

body#ff-georgia,
body#ff-georgia.f-default {
	font-size: 13px;
}

body.f-larger,
body#ff-optima.f-larger,
body#ff-georgia.f-larger {
	font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 4px;
  margin-bottom: 7px;
  line-height:1.5em;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	margin-bottom:5px;  
	font-weight: normal;
	line-height: 100%;
	line-height:1.1em;
}

h1 { 
	font-size: 230%;
	line-height: 100%;
	margin-bottom:30px;
}

h2 {
	font-size: 175%;
	line-height: 120%;
}

h3 {
  font-size: 1.4em;
  line-height: 1.3em;
}

h4 {
	font-size: 120%;
	margin-top:3px;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Joomla Elements */

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 75%;
}

.componentheading {
	font-size: 240%;
	line-height: 100%;
	padding: 0;
	margin: 25px 0 20px 0;
}

.contentheading {
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 8px;
	margin: 15px 0 0 0;
}

.contentheading h1 {font-size:100% }

td.buttonheading,
.contentpaneopen td.buttonheading {
	padding: 0px 3px 0;
}

td.column_separator {
	padding-left: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

.sectiontableheader {
  	font-weight: bold;
  	padding: 4px;
  	line-height: 20px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  	text-align: left;
  	padding: 2px 0 0px 5px;
}

tr.sectiontableentry2 td,
td.sectiontableentry2 {
 	height: 27px;
}

tr.sectiontableentry1 td,
td.sectiontableentry1 {
	height: 27px;
}

.contentpane,
.contentpaneopen {
	width: 100%;
}

 .contentpaneopen td {
	padding-bottom:0;
	margin-bottom:0;
} 
table.blog {
	width: 100%;
}

/* @end */

/* @group Structure */

#banner {
	float: right;
	margin-top: 0px;
	width: 468px;
	height: 60px;
	overflow:hidden;
	color: #fff;
}

#color-chooser {
	border-bottom: 1px solid #1D1D1D;
}

#color-chooser .wrapper {
	margin-top: -260px;
}

#top-bar {
	background-color: #000000;
    border-bottom: 1px solid #111111;
    box-shadow: 0 3px 5px #555555;
    margin-bottom: 10px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1000;
	top:0;
}

#mod-login {
	color: #ccc;
	height: 30px;
	border-top: 1px solid #2A2A2A;
	
}

#mod-login .wrapper {
	position: relative;
}

#header {
	height: 60px;
	padding:5px 0;
	/* background-image:url(../images/header-bg.gif); */
	background-position:top;
	background-repeat:repeat-x;
}

#main-shadow {
	
	margin-left: -15px;
}

#main-shadow2 {
	
	margin-right: -15px;
}

.side-shadow1 {
	
}

.side-shadow2 {
	
}

/* #bottom-shadow1 {
	background: url(../images/bottom-shadow-l.png) 0 0 no-repeat;
	margin-left: -11px;
}

 #bottom-shadow2 {
	background: url(../images/bottom-shadow-r.png) 100% 0 no-repeat;
	margin-right: -11px;
} */

#main-content {
	background: url(../images/maincol-bg-bottom.png) 0 100% repeat-x;
	margin-left: 15px;
	margin-right: 15px;
}

#main-content2,
#maincol2 {
	background: url(../images/maincol-bg.png) 0 0 repeat-x;
}

#horiz-menu {
	position: relative;
	z-index: 1;
}

#main-content {
	position: relative;
	z-index: 0;
}

td.maincol {
	background-image: url(../images/maincol-bg-bottom.png);
	background-position:  0 100%;
	background-repeat:  repeat-x;
}

td.leftcol .padding,
td.rightcol .padding,
td.maincol .padding {
	padding: 20px 12px 20px 12px;
}

#content-padding {
	padding: 0 10px;
}

/* #bottom {
	background: url(../images/bottom-bg.png) 0 0 repeat-x;
} */

#bottom .padding {
	padding: 10px 20px 0 20px;
}

#showcase {
	overflow: hidden;
}

#showcase-padding {
	padding-top: 20px;
}

#pathway {
	position: relative;
	z-index: 1;
	height: 20px;
	margin: 5px 0 12px 5px;
}

img#logo {
	width: 480px;
	height: 88px;
	background: url(../images/logo.png) 0 0 no-repeat;
	margin-top: 20px;
	float: left;
}

#mainbody-padding {
	padding: 0;
}

table.mainbody {
	width: 100%;
}

img#rocket {
	width: 143px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 70px;
	background: url(../images/rocket.png) 0 0 no-repeat;
}

.spacer .block {
	float: left;
}

.spacer.w99 .block {
	width: 100%;
}

.spacer.w49 .block {
	width: 50%;
}

.spacer.w33 .block {
	width: 33.3%;
}

.spacer.w24 .block {
	width: 25%;
}

/* @end */

/* @group Modules */

td.leftcol .module,
td.leftcol .module-hilite1,
td.leftcol .module-hilite2,
td.leftcol .module-hilite3,
td.leftcol .module-hilite4,
td.rightcol .module,
td.rightcol .module-hilite1,
td.rightcol .module-hilite2,
td.rightcol .module-hilite3,
td.rightcol .module-hilite4 {
	margin: 0 0 12px 0;
	background: url(../images/module-bottom-bg.png) 50% 100% no-repeat;
	border-radius:10px;
}

td.leftcol .module-clean,
td.rightcol .module-clean {
	margin: 0 0 12px 0;
}

td.leftcol .module-hilite5,
td.rightcol .module-hilite5 {
	margin: 0 0 12px 0;
	background: url(../images/module-bottom-bg.png) 50% 100% no-repeat;
}

#main-content a.latestnews-hilite5 {
color:white;
}

td.leftcol .module div div div,
td.leftcol .module-hilite1 div div div,
td.leftcol .module-hilite2 div div div,
td.leftcol .module-hilite3 div div div,
td.leftcol .module-hilite4 div div div,
td.leftcol .module-hilite5 div div div,
td.rightcol .module div div div,
td.rightcol .module-hilite1 div div div,
td.rightcol .module-hilite2 div div div,
td.rightcol .module-hilite3 div div div,
td.rightcol .module-hilite4 div div div,
td.rightcol .module-hilite5 div div div {
	padding: 15px;
}

td.leftcol .module-clean div div div,
td.rightcol .module-clean div div div {
	padding: 15px 15px 12px 15px;
}

td.leftcol .module div div div div,
td.leftcol .module-hilite1 div div div div,
td.leftcol .module-hilite2 div div div div,
td.leftcol .module-hilite3 div div div div,
td.leftcol .module-hilite4 div div div div,
td.leftcol .module-hilite5 div div div div,
td.leftcol .module-clean div div div div,
td.rightcol .module div div div div,
td.rightcol .module-hilite1 div div div div,
td.rightcol .module-hilite2 div div div div,
td.rightcol .module-hilite3 div div div div,
td.rightcol .module-hilite4 div div div div,
td.rightcol .module-hilite5 div div div div,
td.rightcol .module-clean div div div div {
	background: none;
	padding: 0;
	margin: 0;
}

td.leftcol .module h3,
td.leftcol .module-hilite1 h3,
td.leftcol .module-hilite2 h3,
td.leftcol .module-hilite3 h3,
td.leftcol .module-hilite4 h3,
td.leftcol .module-hilite5 h3,
td.rightcol .module h3,
td.rightcol .module-hilite1 h3,
td.rightcol .module-hilite2 h3,
td.rightcol .module-hilite3 h3,
td.rightcol .module-hilite4 h3,
td.rightcol .module-hilite5 h3 {
	padding: 0 0 0 15px;
	margin: -15px -15px 12px -15px;
	height: 41px;
	font-size: 130%;
	line-height: 43px;
	border-radius:10px  10px 0 0;
	/* background: url(../images/module-h3.png) 0 0 repeat-x; */
}

td.leftcol .module-clean h3,
td.rightcol .module-clean h3,
#mainmodules1 .module-clean h3,
#mainmodules2 .module-clean h3 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 130%;
	line-height: 24px;
}

#mainmodules1 .module,
#mainmodules1 .module-hilite1,
#mainmodules1 .module-hilite2,
#mainmodules1 .module-hilite3,
#mainmodules1 .module-hilite4,
#mainmodules1 .module-hilite5,
#mainmodules1 .module-clean,
#mainmodules2 .module,
#mainmodules2 .module-hilite1,
#mainmodules2 .module-hilite2,
#mainmodules2 .module-hilite3,
#mainmodules2 .module-hilite4,
#mainmodules2 .module-hilite5,
#mainmodules2 .module-clean {
	margin: 0 10px 12px 0;
	padding: 0;
}

#mainmodules1 .module div div div,
#mainmodules1 .module-hilite1 div div div,
#mainmodules1 .module-hilite2 div div div,
#mainmodules1 .module-hilite3 div div div,
#mainmodules1 .module-hilite4 div div div,
#mainmodules1 .module-hilite5 div div div,
#mainmodules2 .module div div div,
#mainmodules2 .module-hilite1 div div div,
#mainmodules2 .module-hilite2 div div div,
#mainmodules2 .module-hilite3 div div div,
#mainmodules2 .module-hilite4 div div div,
#mainmodules2 .module-hilite5 div div div {
	padding: 15px;
}

#mainmodules1 .module-clean div div div,
#mainmodules2 .module-clean div div div {
	padding: 15px;
}

#mainmodules1 .module div div div div,
#mainmodules1 .module-hilite1 div div div div,
#mainmodules1 .module-hilite2 div div div div,
#mainmodules1 .module-hilite3 div div div div,
#mainmodules1 .module-hilite4 div div div div,
#mainmodules1 .module-hilite5 div div div div,
#mainmodules1 .module-clean div div div div,
#mainmodules2 .module div div div div,
#mainmodules2 .module-hilite1 div div div div,
#mainmodules2 .module-hilite2 div div div div,
#mainmodules2 .module-hilite3 div div div div,
#mainmodules2 .module-hilite4 div div div div,
#mainmodules2 .module-hilite5 div div div div,
#mainmodules2 .module-clean div div div div {
	background: none;
	padding: 0;
	margin: 0;
}

#mainmodules1 .module h3,
#mainmodules1 .module-hilite1 h3,
#mainmodules1 .module-hilite2 h3,
#mainmodules1 .module-hilite3 h3,
#mainmodules1 .module-hilite4 h3,
#mainmodules1 .module-hilite5 h3,
#mainmodules2 .module h3,
#mainmodules2 .module-hilite1 h3,
#mainmodules2 .module-hilite2 h3,
#mainmodules2 .module-hilite3 h3,
#mainmodules2 .module-hilite4 h3,
#mainmodules2 .module-hilite5 h3,
.mbsnews h3 {
	padding: 0 0 0 15px;
	margin: -15px -15px 12px -15px;
	height: 41px;
	font-size: 130%;
	line-height: 43px;
	/* background: url(../images/module-h3.png) 0 0 repeat-x; */
}

#bottommodules .module,
#bottommodules .module-hilite1,
#bottommodules .module-hilite2,
#bottommodules .module-hilite3,
#bottommodules .module-hilite4,
#bottommodules .module-clean {
	margin: 10px 0 12px 0;
	background: none;
	padding: 0;
}

#bottommodules .module div,
#bottommodules .module-hilite1 div,
#bottommodules .module-hilite2 div,
#bottommodules .module-hilite3 div,
#bottommodules .module-hilite4 div {
	background: url(../images/bottom-mod-l.png) 0 0 no-repeat;
}

#bottommodules .module div div,
#bottommodules .module-hilite1 div div,
#bottommodules .module-hilite2 div div,
#bottommodules .module-hilite3 div div,
#bottommodules .module-hilite4 div div {
	background: url(../images/bottom-mod-r.png) 100% 0 no-repeat;
	padding: 0;
}

#bottommodules .module div div div,
#bottommodules .module-hilite1 div div div,
#bottommodules .module-hilite2 div div div,
#bottommodules .module-hilite3 div div div,
#bottommodules .module-hilite4 div div div,
#bottommodules .module-clean div div div {
	padding: 0 30px;
	background: none;
}


#bottommodules li {
	font-size:12px;
	line-height:18px;
}


#bottommodules .module div div div div,
#bottommodules .module-hilite1 div div div div,
#bottommodules .module-hilite2 div div div div,
#bottommodules .module-hilite3 div div div div,
#bottommodules .module-hilite4 div div div div {
	padding: 0;
	background: none;
}

#bottommodules .module h3,
#bottommodules .module-hilite1 h3,
#bottommodules .module-hilite2 h3,
#bottommodules .module-hilite3 h3,
#bottommodules .module-hilite4 h3 {
	padding: 0 0 0 15px;
	margin: 0 -14px 12px -14px;
	height: 41px;
	font-size: 130%;
	line-height: 43px;
	background: url(../images/module-h3.png) 0 0 repeat-x;
}

#bottommodules .module-clean h3 {
	padding: 0;
	margin: 0 0 12px 0;
	height: 41px;
	font-size: 130%;
	line-height: 43px;
}

#tabmodules .module {
	margin: 0 10px 12px 0;
	padding: 10px;
}

#tabmodules .module h3 {
	padding: 0;
	margin: 0 0 12px 0;
	height: 41px;
	font-size: 130%;
	line-height: 43px;
}

#mainmodules1,
#mainmodules2,
#bottommodules {
	overflow: hidden;
}

#mainmodules1,
#mainmodules2 {
	margin-right: -10px;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	/* background: url(../images/horiz-menu-bg.png) 0 0 repeat-x; */
	height: 38px;
	margin: 0 15px;
	font-size:14px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
}

#horiz-menu a,
#horiz-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 8px;
	
	font-size: 100%;
	overflow: hidden;
	/* border-right:#666666 1px solid; */
	/* border-right:#555 1px solid; */
}

#horiz-menu ul.menutop li.parent ul li:hover  {
	
	/* background: url(../images/horiz-menu-hover.png) 0 0; */
	background-color:#0063bf; 
}

#horiz-menu li.active a {
	/* background: url(../images/horiz-menu-active.png) 0 0; */
	background-color:#0063bf;
}

#horiz-menu li.active li a {
	background: none;
}

#horiz-menu li:hover a,
#horiz-menu li.sfHover a {
	/* background: url(../images/horiz-menu-hover.png) 0 0; */
	background-color:#0063bf; 
}

#horiz-menu li:hover li a,
#horiz-menu li.sfHover li a,
#horiz-menu li.active li a {
	background: none;
}

#horiz-menu a:hover {
	text-decoration: none;
}

#horiz-menu li li, 
#horiz-menu li:hover li,
#horiz-menu li.sfHover li,
#horiz-menu li.parent:hover li,
#horiz-menu li.parent.sfHover li,
#horiz-menu li.active.parent:hover li,
#horiz-menu li.active.parent.sfHover li {
	/* background: url(../images/dropdown-div.png) 0 100% repeat-x; */
}

#horiz-menu li li.parent a.daddy,
#horiz-menu li.active li.parent a.daddy,
#horiz-menu li li.parent:hover a.daddy,
#horiz-menu li.active li.parent:hover a.daddy,
#horiz-menu li li.parent-sfHover a.daddy,
#horiz-menu li.active li.parent-sfHover a.daddy {
	background: url(../images/dropdown-child.png) 95% 50% no-repeat;
}

#horiz-menu > ul > li > a { border-right:1px solid #0077e5; font-size:15px; }

/* mouseovers */

#horiz-menu li li a:hover {
	background: none;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
	background: none;
}

#horiz-menu li li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
}

/* @end */

/* @group Sub Menu */

ul.menu {
	margin: 0 0 10px 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu a {
	display: block;
	line-height: 26px;
	text-indent: 13px;
	background: url(../images/path-arrow.png) 0 50% no-repeat;
}

ul.menu ul {
	margin: 0 0 0 10px;
	padding: 0;
}

ul.menu ul a {
	text-indent: 13px;
	line-height: 26px;
	margin-left: 10px;
	background: url(../images/path-arrow.png) 0 50% no-repeat;
}

ul.menu ul ul {
	padding: 0;
	margin-left: 20px;
}

ul.menu li li {
	padding: 0;
	margin: 0;
}

ul.menu li.active a,
ul.menu li a:hover,
ul.menu li.active a:hover {
	text-decoration: none;
}

/* @end */

/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 26px;
	font-size: 100%;
	padding-left: 13px;
	text-decoration: none;
	background: url(../images/path-arrow.png) 0 50% no-repeat;
}

a#active_menu.sublevel {
	background: url(../images/path-arrow.png) 0 50% no-repeat;
}

a.sublevel {
	text-decoration: none;
	line-height: 28px;
	background: url(../images/path-arrow.png) 0 50% no-repeat;
	padding-left: 13px;
}

a.mainlevel:hover,
a.sublevel:hover {
	text-decoration: none;
}

/* @end */

/* @group Content Styles */

/* @group Readon */

#maincol2 a.readon {
	/*margin-top: 15px;
	padding: 0 0 4px 0;
	font-weight: normal;
	font-size: 100%;
	display: block;
	width: 150px;
	height: 25px;
	text-indent: 6px;
	line-height: 22px;
	background: url(../images/readon.png) 0 100% no-repeat; */
	
display:block;
background-image:url(../images/link-bg.png);
height:37px;
float:left;
background-position:right;
padding-right:26px;
padding-left:6px;
font-size:12px;
color:#FFFFFF;
line-height:30px;
text-decoration:none;
margin-top:5px;	
	
}

#maincol2 a.readon-right {
display:block;
background-image:url(../images/link-bg.png);
height:37px;
float:right;
background-position:right;
padding-right:26px;
padding-left:6px;
font-size:12px;
color:#FFFFFF;
line-height:30px;
text-decoration:none;
margin-top:0px;
margin-left:10px;	
}

/* @end */

/* @group Pathway */

span.pathway {
	display: block;
	line-height: 220%;
	font-weight: normal;
	height: 20px;
	line-height: 22px;
	float: left;
	overflow: hidden;
}

span.pathway img {
	float: none;
	vertical-align: top;
	width: 6px;
	height: 20px;
	padding-right: 10px;
	background: url(../images/path-arrow.png) 0 50% no-repeat;
}

span.pathway a {
	float: none;
	padding: 0;
}

/* @end */

/* @group Typography */

ul.number,
ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4 {
	padding-left: 10px;
	margin: 25px 0;
}

ul.number li,
ul.bullet-1 li, 
ul.bullet-2 li,
ul.bullet-3 li,
ul.bullet-4 li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 15px;
}

ul.bullet-1 li {
	background: url(../images/path-arrow.png) 0 4px no-repeat;
}

ul.bullet-2 li {
	background: url(../images/bullet-2.png) 1px 4px no-repeat;
}

ul.bullet-3 li {
	background: url(../images/bullet-3.png) 1px 6px no-repeat;
}

ul.bullet-4 li {
	background: url(../images/bullet-4.png) 1px 6px no-repeat;
}

pre {
	padding: 10px;
	background: url(../images/blockquote-bg.png) 0 0;
}

blockquote {
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 10px;
	margin: 20px 0;
	background: url(../images/blockquote-bg.png) 0 0;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../images/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../images/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(../images/status-download.png) 10px 50% no-repeat;
}

/* @end */

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

/* @end */

/* @group RokSlide */

#moduleslider-size {
	height: 220px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

#rokslide-toolbar {
	background: url(../images/tabber-inactive.png) 0 0 repeat-x;
}

#rokslide-toolbar li.last {
	border: 0;
}

#rokslide-toolbar li.current,
#rokslide-toolbar li.last.current {
	background: url(../images/tabber-active.png) 0 0 repeat-x;
}

#rokslide-toolbar span {
	white-space: nowrap;
}

#frame {
	text-align: left;
}

#frame .module {
	margin: 0;
}

#frame .module, #frame .module-hilite3, #frame .module-hilite4, #frame .module-hilite5, #frame .module-hilite6 {
	float: left;
}

#frame .module div, #frame .module-hilite3 div, #frame .module-hilite4 div, #frame .module-hilite5 div, #frame .module-hilite6 div {
	padding: 0 5px;
}

#frame .module div div, #frame .module-hilite3 div div, #frame .module-hilite4 div div, #frame .module-hilite5 div div, #frame .module-hilite6 div div {
	padding: 0;
}

#frame .mmpr-1 .module, #frame .mmpr-1 .module-hilite3, #frame .mmpr-1 .module-hilite4, #frame .mmpr-1 .module-hilite5, #frame .mmpr-1 .module-hilite6 {
	width: 100%;
}

#frame .mmpr-2 .module, #frame .mmpr-2 .module-hilite3, #frame .mmpr-2 .module-hilite4, #frame .mmpr-2 .module-hilite5, #frame .mmpr-2 .module-hilite6 {
	width: 45%;
}

#frame .mmpr-3 .module, #frame .mmpr-3 .module-hilite3, #frame .mmpr-3 .module-hilite4, #frame .mmpr-3 .module-hilite5, #frame .mmpr-3 .module-hilite6 {
	width: 31%;
}

#frame .mmpr-4 .module, #frame .mmpr-4 .module-hilite3, #frame .mmpr-4 .module-hilite4, #frame .mmpr-4 .module-hilite5, #frame .mmpr-4 .module-hilite6 {
	width: 22%;
}

#frame .mmpr-5 .module, #frame .mmpr-5 .module-hilite3, #frame .mmpr-5 .module-hilite4, #frame .mmpr-5 .module-hilite5, #frame .mmpr-5 .module-hilite6 {
	width: 18%;
}

#tabmodules {
	overflow: hidden;
}

#tabmodules li span {
	margin-left: -1px;
}

#tabmodules li.first span {
	margin-left: 0;
}

#tabmodules div div div {
	padding-top: 0;
	padding-bottom: 20px;
}

#tabmodules div div div div {
	padding: 0;
}

/* @end */

a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

a.nounder:hover {
	text-decoration: none;
}

a img.album {
	border-width: 0;
	border-style: solid;
}

.clr {
	clear:both;
}

fieldset {
	border: 0;
}

fieldset.input {
	border: 0;
}

a img {
	border: 0;
}

img.content-left {
	float: left;
	margin-right: 10px;
	padding: 5px;
}

img.content-right {
	float: right;
	margin-left: 10px;
	padding: 5px;
}

#referencewidth {
	width: 100%;
	overflow:hidden;
}

body .pollstableborder {
	border: 0px;
}

.back_button {
	margin: 20px 0;
}

/* @end */

/* @group Signal Login Styling */

#sl_horiz {
	height: 22px;
	width: 650px;
	margin-top: 7px;
	float: left;
}

#sl_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 10px;
}

#sl_horiz .button {
	background-color: #131313;
	border: thin solid #333;
	font-size: 100%;
	font-weight: normal;
	color: #999;
	height: 22px;
	cursor: pointer;
}

#sl_horiz #sl_username {
	float: left;
}

#sl_horiz #sl_username input {
	padding-left: 20px;
	overflow: hidden;
	width: 110px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #333;
	color: #999;
	background: #131313 url(../images/user_bg.png) 0 50% no-repeat;
	height: 18px;
}

#sl_horiz #sl_pass {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_pass input {
	padding-left: 20px;
	overflow: hidden;
	width: 110px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #333;
	color: #999;
	background: #131313 url(../images/pass_bg.png) 0 50% no-repeat;
	height: 18px;
}

#sl_horiz #sl_rememberme {
	margin-left: 10px;
	float: left;
	color: #999;
	line-height: 22px;
}

#sl_horiz #sl_submitbutton {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_lostpass,
#sl_hoziz #sl_lostname {
	margin-left: 10px;
	float: left;
	line-height: 22px;
}

#sl_horiz #sl_register {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_posttext {
	margin-left: 10px;
	float: left;
}

/* @end */


/* #tab-0-pane {
	background-image: url('/current/images/mbscontent/service.jpg');
	background-repeat: no-repeat; background-position: right top; height:200px;
}

#tab-1-pane {
	background-image: url('/current/images/mbscontent/training.jpg');
	background-repeat: no-repeat; background-position: right top; height:200px;
}

#tab-2-pane {
	background-image: url('/current/images/mbscontent/solutions.jpg');
	background-repeat: no-repeat; background-position: right top; height:200px;
} */

li {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0;
	margin-top:3px;
}

ul {	padding-left:15px;
}

/* Claudio's Hacks */

li, ul {
margin-top:0;
}

input {
  background-color: #CAE6F2;
  border: 1px solid #77B5D0;
  border-radius: 6px;
  font-size: 14px;
  padding: 5px;
}

input#Submit {
    
    font-size:24px;
    margin-top:20px;
    background-color:#004499;
    color:#99ddff;
    cursor: pointer;
    
}

textarea {
background-color:#cae6f2;
border:1px solid #77b5d0;
font-size: 14px;
padding: 5px;
border-radius: 6px;
}

select {
background-color:#cae6f2;
border:1px solid #77b5d0;
font-size: 14px;
padding: 5px;
border-radius: 6px;
}

.disclaimer {
font-size:10px;
line-height:12px;
}

.button {
display:inline ;
background-color:transparent;
background-image:url(/current/templates/rt_chromatophore_j15/images/link-bg.png);
background-repeat:no-repeat;
height:40px;
width:120px;
/* float:left; */
border:0px;
background-position:-117px 5px;
padding-right:6px;
padding-left:6px;
margin-top:0px;
font-size:12px;
color:#FFFFFF;
line-height:10px;
text-decoration:none;

	
}

.pos250right {
float:right;
width:250px;
margin-left:10px;
margin-top:0px;
margin-right:0;
}

.pos190 {
float:right;
width:200px;
margin:10px;
}

.pos330right {
float:right;
width:330px;
margin-left:15px;
margin-top:0px;
}

.button-mid {
	height:22px;
	background-image:url(../images/topbutton_02.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

.button-mid a{
color:white;
text-decoration:none;
}
 
.button-mid a:hover{
color:#ff7700;
text-decoration:none;
}
.button-left {
	height:25px;
	width:7px;
	background-image:url(../images/topbutton_01.png);
	background-position:bottom;
	float:left;
}
.button-right {
	height:25px;
	width:7px;
	background-image:url(../images/topbutton_03.png);
	background-position:bottom;
	float:left;
}

.margintop3px {
margin-top:3px;
}

.marginright10px {
margin-right:10px;
}

.marginleft10px {
margin-left:10px;
}

.clearmyfloat {
clear:both;
}

.contenttoc {
text-align:left;
/* border:#CCCCCC 1px solid; */
float:right;
}

.contenttoc th {
background-color:#CCCCCC;
padding:3px;
font-size:14px;
text-align:left;
}


/* ARTICLE INDEX PULL-DOWN */

#toccell {
width:150px;
float:right;
}

#tocnav, #tocnav ul { /* all lists */	
	margin: 0;
	list-style: none;
	line-height: 1;
	
}
#tocnav {
padding:2px;
font-size:12px;
}


#tocnav ul {
padding:0;
font-size:11px;
}

#tocnav li.articleindex {
background-color:#FFFFFF;
font-weight:bold; color:black;
}

#tocnav a {
	display: block;
	width: 150px;
	margin-left:3px;
}

#tocnav li a:hover {
	text-decoration:none;
	color:#333333;
}

#tocnav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0;
	border-bottom:#666666 1px solid;
	background:#E4E4E4;
}

#tocnav li ul { /* second-level lists */
	position: absolute;	
	margin-top:4px;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#tocnav li:hover ul, #tocnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#maincol1 {min-height:500px;}


.mbstable { width:100% }
.mbstable th, .mbstable thead td {background-color:#c4d1dc; padding:5px; margin:0px; font-size:14px; font-weight:bold;}
.mbstable td, .mbstable tbody td {background-color:#ecf1f6; padding:5px; margin:0px; border-bottom:1px solid #c4d1dc;}
.mbstable tbody tr td:nth-child(1) { font-weight: bold; width: 190px; }
/* .mbstable tbody tr td:nth-child(2) { width: 488px; } */
.mbstable tbody tr:nth-child(2n+1) td { background-color: #FFFFFF; }
.mbstable td p { margin: 3px 0 0 0 }

table.mbstable + table.mbstable {margin:10px 0 0 0}

#maincol2 .padding #mainmodules2 .block .module {
min-height:300px; border-radius:10px;
}

#maincol2 .padding #mainmodules2 .block .module h3 { border-radius:10px 10px 0 0 ; }

.sku {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#999999;
/* text-align:right; */
}

a.pdflink {
display:block;
padding-left:20px;
background-image:url(../images/pdf.gif);
background-repeat:no-repeat;
}

.imagepadborder {
margin-left:10px;
border: 1px solid #CCCCCC;
}

.imagepad {
margin-left:10px;
}

.imagepadright {
margin-right:10px;
}

.bookbg {
background-color: #3d8aca;
color: white;
padding:6px;
background-image:url(../images/book-bg.gif);
background-repeat:repeat-x;
float:right;
margin-left:6px;
}

div.train1days {
position:relative;
width:60px;
}

div.train1days div{
width:80px;
height:78px;
position:absolute;
top:-275px;
left:325px;
background-image:url(../../../images/stories/training/train1days.png)
}

div.train2days {
position:relative;
width:60px;
}

div.train2days div{
position:absolute;
width:80px;
height:78px;
top:-275px;
left:325px;
background-image:url(../../../images/stories/training/train2days.png)
}

div.train3days {
position:relative;
width:60px;
}

div.train3days div{
position:absolute;
width:80px;
height:78px;
top:-275px;
left:325px;
background-image:url(../../../images/stories/training/train3days.png)
}

div.train4days {
position:relative;
width:60px;
}

div.train4days div{
position:absolute;
width:80px;
height:78px;
top:-275px;
left:325px;
background-image:url(../../../images/stories/training/train4days.png)
}

div.train5days {
position:relative;
width:60px;
}

div.train5days div{
position:absolute;
width:80px;
height:78px;
top:-275px;
left:325px;
background-image:url(../../../images/stories/training/train5days.png)
}

div.trainhalfdays {
position:relative;
width:60px;
}

div.trainhalfdays div{
position:absolute;
width:80px;
height:78px;
top:-275px;
left:325px;
background-image:url(../../../images/stories/training/trainhalfdays.png)
}

ul.spaced li {
margin-top:5px;
}

/*Homepage Main */


#mbsmain {
	position:relative;
	top:0px;
	left:0px;
	width:720px;
	height:315px;
	background-color:#FFFFFF;
}

#mbssection {
	position:relative;
	top:0px;
	left:0px;
	width:690px;
	height:315px;
	background-color:#FFFFFF;
}


#mbsmain p, #mbssection p {
line-height: 1.3em;
}

.whoweare {
	width:440px;
	height:210px;
	position:absolute;
	top:0px;
	left:0;
}

.whome, .wsales, .wmac, .wstorage, .wphoto, .wvideo, .wprint, .wtraining, .wfinish, .wipad {
	background-position:right bottom;
	background-repeat:no-repeat;
}

.wipad {
	background-image:url(../images/whowe-ipad.jpg);
}


.whome {
	background-image:url(../images/whowe-macbookpro-fctraining.gif);
}

.wsales {
	background-image:url(../images/whowe-sales.png);
}

.wmac {
	background-image:url(../images/whowe-mac.jpg);
}

.wstorage {
	background-image:url(../images/whowe-storage.jpg);
}

.wphoto {
	background-image:url(../images/whowe-photo.jpg);
}

.wvideo {
	background-image:url(../images/whowe-video.jpg);
}

.wprint {
	background-image:url(../images/whowe-print.jpg);
}

.wtraining {
	background-image:url(../images/whowe-training.gif);
}

.wfinish {
	background-image:url(../images/whowe-finish.jpg);
}


.whoweare h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.8em;
color:#000000;
text-align:left;
font-weight:normal;
margin-top:0px;
margin-bottom:3px;
}

p.description {
display:block;
width:235px;
font-size:14px;
}

.whome li {
	font-size:14px;
}

.wsales p.description {
display:block;
width:210px;
}


/*BLOCKS */



.blockblue {
height:98px;
float:left;
background-image:url(../images/smallblock-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
margin:5px 4px 0 0;
}

.blockbluetall {
height:115px;
overflow:hidden;
float:left;
background-color:#e5e5e5;
background-image:url(../images/smallblock-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
margin:5px 4px 0 0;
}

.blockorange {
height:98px;
float:left;
background-image:url(../images/smallblock-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
margin:5px 0 0 1px;
}

.blockblue-over {
height:98px;
float:left;
background-image:url(../images/smallblock-bg-orange.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
margin:5px 4px 0 0;
}

.blockbluetall-over {
height:220px;
float:left;
background-image:url(../images/smallblock-bg-orange.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
margin:5px 4px 0 0;
}


.blockorange-over {
height:98px;
float:left;
background-image:url(../images/smallblock-bg-blue.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
margin:5px 0 0 1px;
}


/* BIG BLOCKS */

.bigblock {
position:absolute;
width:273px;
height:98px;
left:445px;
background-image:url(../images/smallblock-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
}

.bigblock p, .bigblock-section p, .blockblue p, .blockbluetall p, .blockorange p {
display:block;
margin-left:10px;
margin-top:3px;
font-size:14px;
color:#333;
}

.bigblock h2, .bigblock-section h2, .smallblock h2, .blockblue h2, .blockorange h2 {
display:block;
text-align:left;
color:#000;
margin:10px 10px 5px 10px;
font-size:17px;
padding-right:10px;
background-repeat:no-repeat;
background-position:right;
}


.blockbluetall h2 {
display:block;
text-align:center;
color:#000;
padding:3px 10px 3px 10px;
margin:5px 10px 15px 10px;
letter-spacing:5px;
font-size:10px;
background-repeat:no-repeat;
background-position:right;
border-bottom:1px black dotted;
border-top:1px black dotted;
text-transform:uppercase;
}

.blockbluetall li {
	margin-left:15px;
}



.bigblock h2, .bigblock-section h2, .blockorange h2  {
	background-image:url(../images/goarroworange.png);
	background-position: right top;
}


/* BIG BLOCKS WHEN MOUSEOVER */

.bigblock-over {
position:absolute;
width:273px;
height:98px;
left:445px;
background-image:url(../images/smallblock-bg-blue.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
}

.bigblock-over p, .blockorange-over p, .blockblue-over p, .blockbluetall-over p {
display:block;
margin-left:10px;
margin-top:3px;
font-size:14px;
color:#fff;
text-decoration:none;
}

.bigblock-over h2, .blockorange-over h2{
display:block;
margin:10px 0 5px 10px;
font-size:17px;
padding-right:10px;
background-image:url(../images/goarroworange.png);
background-repeat:no-repeat;
background-position: right top;
color:#eee;
text-decoration:none;
}

.blockblue-over h2, .blockbluetall-over h2{
display:block;
margin:10px 0 5px 10px;
font-size:17px;
padding-right:10px;
background-image:url(../images/goarrowblue.png);
background-repeat:no-repeat;
background-position: right top;
color:#eee;
text-decoration:none;
}

.bigblock-section-over {
position:absolute;
width:243px;
height:98px;
left:445px;
background-image:url(../images/smallblock-bg-blue.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
}

.bigblock-section-over p {
display:block;
margin-left:10px;
margin-top:3px;
font-size:14px;
color:#fff;
text-decoration:none;
}

.bigblock-section-over h2 {
display:block;
margin:10px 0 5px 10px;
font-size:17px;
padding-right:10px;
background-image:url(../images/goarroworange.png);
background-repeat:no-repeat;
background-position: right top;
color:#eee;
text-decoration:none;
}


.bigblock-over a p,.bigblock-section-over a p, smallblock-over a p, .blueblock a p, .orangeblock a p{
	text-decoration:none;
}

/* BIG BLOCKS FOR INTERNAL SECTIONS */

.bigblock-section {
position:absolute;
width:243px;
height:98px;
left:445px;
background-image:url(../images/smallblock-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
border:#555 1px solid;
}


.bbp1 { /* first block */
top:0px;
}


.bbp2 {
top:107px;
}


.bbp3 {
top:215px;
}


/* SMALL BLOCKS */

.smallblock {
width:105px;
height:98px;
border:#555 1px solid;
position:absolute;
top:215px;
background-image:url(../images/smallblock-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
}

/* SMALL BLOCKS WHEN MOUSEOVER */

.smallblock-over {
width:105px;
height:98px;
border:#555 1px solid;
position:absolute;
top:215px;
background-image:url(../images/smallblock-bg-orange.gif);
background-position:bottom;
background-repeat:repeat-x;
}

.smallblock-over h2 {
display:block;
text-align:left;
color:#eee;
margin:10px 0 5px 10px;
font-size:17px;
padding-right:10px;
background-repeat:no-repeat;
background-position:right;
background-image:url(../images/goarrowblue.png);
}

.smallblock h2, .blockblue h2{
	background-image:url(../images/goarrowblue.png);
	background-position: right top;
}

.smallblock img, .smallblock-over img{
border:0;
position:relative;
bottom:-3px;
left:0;
}


.sbp1 {
left:0px;
}

.sbp2 {
left:111px;
}

.sbp3 {
left:222px;
}

.sbp4 {
left:333px;
}


/* SMALL EVENT CALENDAR */

.eventcalendar {
	width:71px;
	height:70px;
	float:left;
	background-image:url(../../../images/stories/thumbnails-1/calendar.gif);
	background-repeat:no-repeat;
}

.number {
	position:relative;
	top:25px;
	width:64px;
	text-align:center;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	line-height:25px;
}

.month {
	position:relative;
	top:23px;
	width:64px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	line-height:25px;
}

.dottedline {
width:100%;
height:1px;
border-top:1px dotted black;
}

.marginondisplay {
margin-right:10px;
}

.font10 {
	font-size:10px;
}

.addtocart_button {
background-image:url(../../../components/com_virtuemart/themes/default/images/cart-button.gif);
background-position:center;
background-repeat:no-repeat;
background-color:transparent;
width:112px;
height:31px;
border:none;
cursor:pointer;
}

.cartheaderempty {
background-image:url(../images/cart-title-empty.gif);
width:196px;
height:41px;
margin-bottom:5px;
background-color:#FFFFFF;
}

.cartheaderfull {
background-image:url(../images/cart-title-full.gif);
width:196px;
height:41px;
margin-bottom:5px;
background-color:#FFFFFF;
}

.paramname {
	font-weight:bold;
	font-size:12px;
}

.row0, .row1 {
	font-size:12px;
}

#newsticker {
	position:relative;
	left:15px;
}

/* TOOLTPS */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ACDBFA;
width: 150px; /*Default width of hint.*/ 
padding: 10px;
border:1px dotted #bc8e00;
font:normal 11px Verdana;
line-height:12px;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

.imagepad-right {
margin-right:10px;
}

.borderbottom {
		border-bottom:1px dotted black;
}

.vmCartAttributes {
	font-size:10px;
}

.vmCartAttributes option, .vmCartAttributes select{
	font-size:10px;
}


/* Error Messages */

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}


/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}


/* HOMEPAGE */

.homepage-bars {
width:713px;
height:100px;
background-image:url(../images/homepage-bars.png);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
margin-top:0px;
}

.short-intro {
	height:80px;
	width:210px;
	margin:10px;
	float:left;
}

.short-intro h2 {
	font-size:20px;
	margin:0;
	padding:0;
	color:#FFF;
}


.short-intro p {
	font-size:14px;
	margin:3px 0 0 0;
	padding:0;
	color:#FFF;
	line-height:16px;
}

.long-intro {
	height:80px;
	width:460px;
	margin:10px;
	float:left;
}


.long-intro ul {margin-left: 10px; padding-left: 10px;}

.logo-var {
	background-image:url(../images/logo-var.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.logo-service {
	background-image:url(../images/logo-auth-service.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.logo-training {
	background-image:url(../images/logo-auth-training.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.logo-consultant {
	background-image:url(../images/logo-consultant.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.logo-specialist {
	background-image:url(../images/logo-specialist.png);
	background-position:top right;
	background-repeat:no-repeat;
}


.long-intro li{
	font-size:13px;
	margin:0;
	padding:0;
	color:#000;
	line-height:16px;
}

.long-intro a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

.long-intro a:hover {
	color:#2d7fc7;
	text-decoration:underline;
}

.smallbutton {

	height:16px;
	padding:5px;
	min-width:80px;
	background-image:url(../images/small-button.png);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
}

.smallbutton a {
	font-size:12px;
	line-height:13px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
}

.smallbutton a:hover {
	color:#CCC;
	font-weight:normal;
	text-decoration:none;
}

	
p.intro {
	color: #2B6CCD;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
}

p.intro-gray {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

ul.intro-gray li {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.product-Old-Price  { color: #cc0000; text-decoration: line-through; }

/*Message Styles*/
#message {
margin-bottom: 10px;
}
#system-message {
margin-bottom: 0px;
padding: 0;
}
#system-message dt {
font-weight: bold;
}
#system-message dd {
margin: 0; font-weight: bold; text-indent: 30px;
}
#system-message dd ul {
color: #0055BB;
list-style: none;
margin: 0px;
padding: 10px;
background: #D8E5F8 url(../images/status-info.png) no-repeat 10px 50%;
border-top: 5px solid #629DE3;
border-bottom: 5px solid #629DE3;
}
#system-message dt.message {
display: none;
}
#system-message dd.message {}
#system-message dt.error {
display: none;
}
#system-message dd.error ul {
color: #c00;
margin: 0px;
list-style: none;
background: #FFD6D6 url(../images/status-alert.png) no-repeat 10px 50%;
border-top: 5px solid #DE7A7B;
border-bottom: 5px solid #DE7A7B;
}
#system-message dt.notice {
display: none;
}
#system-message dd.notice ul {
color: #DCA33C;
margin: 0px;
list-style: none;
background: #FEF6D8 url(../images/status-note.png) no-repeat 10px 50%;
border-top: 5px solid #F0DC7E;
border-bottom: 5px solid #F0DC7E;
}

#live-chat-blogger {
	width:35px;
	height:35px;
	background-image:url(../images/blogger-link.png);
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#live-chat-blogger a {
	border:none;
	padding:0;
	margin:0;
}

#live-chat-blogger:hover {
	background-image:url(../images/blogger-link-on.png);

}

#live-chat-twitter {
	width:36px;
	height:35px;
	background-image:url(../images/twitter-link.png);
	float:right;
}

#live-chat-twitter a {
	border:none;
	padding:0;
	margin:0;
}

#live-chat-twitter:hover {
	background-image:url(../images/twitter-link-on.png);

}

.font14points {
	font-size:14px;
	line-height:1.5em;
}


.sup {
	vertical-align: text-top;
	line-height: 4px;
	font-size: 9px;
}


#mbsfooter {
	padding-top:5px;
	color:white;
	font-size:12px;
}

#mbsfooter a {
	color:#2998f8;
	font-size:11px;
}


#topbar-right { float:right; margin:5px; }

#topbar-right a {color:#FFF;}

a.jce_file {
	font-size:11px;
	line-height:18px;
}


.eventattr {
	margin:0 0 3px 0; margin-left:110px;
}

.eventparam {
  color: #2B6CCD;
  display: inline-block;
  font-weight: bold;
  width: 60px;
}

.eventycalbox { width:96px; float:left; box-shadow:3px 3px 3px #aaa; width:96px; border-radius:5px; }
.eventcalmonth { text-transform:uppercase; width:90px; height:15px; background-color:#cc0000; color:#fff; padding:3px; text-align:center; margin:0; border-radius:5px 5px 0 0; font-size:12px; font-weight:bold;  }
.eventcalday { background-color:#f3f4f5; width:90px; padding:3px; text-align:center; font-size:58px;height:60px;line-height:70px }
.eventcaldow {  text-transform:uppercase; color:#000; background-color:#ccc;width:90px; padding:3px; font-size:11px; text-align:center; border-radius: 0 0 5px 5px; }

.regpro_footer-regpro {
	display:none;
}

table.specstable th {
	background-color:#CCC;
}

table.specstable th, table.specstable td {
	border-bottom:1px dotted black;
}

table.specstable td.specsubhead {
	background-color:#81B4CA;
	color:#fff;
	text-align:center;
}

table.specstable td.specsubhead2 {
	background-color:#ccc;
	color:#000;
	text-align:center;
}


tr.img50tr1 {
	display:none;
}


div.logoonright {margin:0 0 15px 15px; width:250px; float:right;}

h4 a {color:#d46300; text-decoration:underline;}

table.ipadavail td { border: 1px dotted #ccc; font-size:9px }

table.ipadavail tr.head0 td { border: 1px dotted #ccc; background-color:#c4d1dc; font-size:12px }
table.ipadavail tr.head1 td { border: 1px dotted #ccc; background-color:#ecf1f6; font-size:12px }

.mbspromo { font-weight:bold; line-height:16px; display:block; background-color:#ddd; padding:5px; }
.browseblock02 .mbspromo { font-weight:bold; font-size:12px; display:inline; background-color:transparent; padding:0;  }

.browseblock02 { width:150px;height:75px; float:left; border-right:1px dotted black; border-left:1px dotted black; padding-top:5px; padding-left:5px; }

.browseblock03 { width:240px;height:75px; float:left; border-right:1px dotted black; padding-top:5px; padding-left:5px; overflow:hidden; }

.browseblock04 { width:165px; float:left;padding-top:5px; padding-left:5px; }

.browseblockbottom { width:100%; border-top:1px dotted black; margin-top:5px; margin-bottom:5px; height:1px; clear:both; }

.mbsnews { width:690px; border:1px solid #ccc; padding:0 10px 10px; margin-top:30px; }
.mbsnews h3 { display:block; background-color:#0285F7; color:white; width: 701px; }

/* .mbshighlight { background-color:#dcf1ff; padding:10px; width:410px; border:3px solid #388cc7; border-radius:10px; color:#388cc7 } */
.mbshighlight { background-color:#f6f6f6; padding:10px; width:410px; border:3px solid #ccc; border-radius:10px; color:#ccc }
.mbshighlight h3 { margin-top:0; color:#333; }
.mbshighlight P { color:#333; }

/* Simple RSS Syndication adjustments */

div.srfrContainer ul.srfrList { width:100% !important }
div.srfrContainer ul.srfrList li img.srfrImage { float:right !important }

a.linkbutton { color:#fff !important; font-weight:bold !important; background-color:#0099ff; padding:10px; border-radius:8px; border:2px solid #0CF; box-shadow:2px 2px 2px #333; font-size:16px; margin-top:16px; display:inline-block; }

a.linkbutton:hover { background-color:#07e; text-decoration:none !important;}

div.sidenote {
  border-left: 1px solid #FF6600;
  float: right;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 0 0 0 15px;
  width: 210px;
}

div.sidenote h3 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-style: normal;
  line-height: 1.2em;
  margin: 0 0 20px;
}

div.sidenote p {
  color: #777777;
  font-size: 14px;
}

div.testpic {
	background-color:red;
	float:right;
	width:250px;
	height:250px;
	margin-left:15px; }
	
.signup {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #3babeb, #2e7ad1);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px 5px 5px 5px;
  font-weight: normal;
  padding: 8px;
  text-decoration: none;
  height:18px;
  line-height:18px;
  display: inline-block;
  margin-top:4px;
}

.signup:hover {
  text-decoration:none;
  background-image: linear-gradient(to bottom, #0088CC, #0044CC);
}

.header {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0 15px;
  min-height: 200px;
  overflow: auto;
  padding: 20px;
}

.header h1 {
  font-size: 36px;
  margin: 0;
}
.header h2 { margin:5px 0 0 0; color:#ff9900; }
.header p {
  font-size: 13px;
  margin: 10px 0;
  width: 300px;
}

div.gsxresponse {
  background-color: #F3F4F5;
  border-radius: 10px;
  min-height: 205px;
  padding: 20px;
}

div.gsxresponse h2 { margin-top:0; padding-top:0 }
div.gsxresponse > img { border-radius:6px; box-shadow:4px 4px 4px #888; }
p.gsxinfo { margin:0.2em 0  }
p.gsxinfo span.title { font-weight:bold; color:#006699; }

div.thirdcol_1 {width:210px; padding:10px 20px 10px 0; float:left;}
div.thirdcol_2 {width:210px; padding:10px; float:left;}
div.thirdcol_3 {width:210px; padding:10px 0 10px 20px; float:left;}

span.ipadpic {display:block; height:160px;}

.regpro_button { cursor: pointer; }

.regpro_header_table-regpro { display:none; }
 
p.quoteblock {
  border-left: 1px solid;
  color: #DB5800;
  font-family: georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  padding-left: 10px;
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 10px !important;
}

ul.intro li { font-size:1.2em; line-height:1.4em }

.mandatoryField {  
    color: #dd0000;
    font-weight: bold;  
}

.styledlist {
  margin-top: 20px;
}

.styledlist li {
  font-family: georgia,times new roman;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 8px;
}

.styledlist li span {
  display: block;
  font-family: helvetica,arial,sans-serif;
  font-size: 1.1em;
  font-style: normal;
}


div.eventitem {
  border-bottom: 1px dotted #CCCCCC;
  clear: both;
  min-height: 80px;
  padding: 10px 0;
}

div.eventitem .presentation { margin-left:120px; }

div.eventitem .presenterlogo {
  border: 1px solid #DEDEDE;
  float: left;
  height: 80px;
  margin-right: 10px;
  width: 100px;
}

div.eventitem h3 {
  margin-top: 0;
}

div.eventitem h3 span.presotime {
  
  border-radius: 4px;
  color: #0066FF;
  display: block;
  font-size: 11px;
  margin: 0;
}

div.eventitem .tagline {}

.pretitle1 { margin-top:0 } 

.info, .success, .warning, .error, .validation {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}
.info {
    background-color: #BDE5F8;
    background-image: url("../images/big-info.png");
    color: #00529B;
}
.success {
    background-color: #DFF2BF;
    background-image: url("../images/big-success.png");
    color: #4F8A10;
}
.warning {
    background-color: #FEEFB3;
    background-image: url("../images/big-warning.png");
    color: #9F6000;
}
.error {
    background-color: #FFBABA;
    background-image: url("../images/big-error.png");
    color: #D8000C;
}

.posrel {  position:relative; }

#front {
  background-color: #FFFFFF;
  height: 550px;
  left: 15px;
  position: relative;
  width: 960px;
}

.fronthero {
  background-color: #000;
  background-image: url("/pages/home/macpro-home.jpg");
  box-shadow: 0 8px 8px #999999;
  height: 510px;
  left: -12px;
  position: absolute;
  top: 15px;
  width: 985px;
}

.fronthero .herotext {
 /*  background-color: rgba(0, 0, 0, 0.5); */
  top: 0;
  position: absolute;
  width: 100%;
  text-align:center;
}

.fronthero h1 {
  color: #FFFFFF;
  font-size: 36px;
  margin: 30px 15px 15px 30px;
  text-shadow: 1px 1px 1px #000000;
}
.fronthero p {
  color: #fff;
  font-size: 16px;
  margin: 15px 30px;
  text-shadow: 1px 1px 1px #000;
 /*  width: 600px; */
}

.biglink-quote { display:block; height:35px; width:150px; height:38px; background-image:url("/pages/generic/biglink-quote.png"); text-indent: -9999px; }
.biglink-learn { display:block; height:35px; width:150px; height:38px; background-image:url("/pages/generic/biglink-learn.png"); text-indent: -9999px; }
.biglink-buy { display:block; height:35px; width:150px; height:38px; background-image:url("/pages/generic/biglink-buy.png"); text-indent: -9999px; }
.biglink-register { display:block; width:100px; height:35px; width:150px; height:38px; background-image:url("/pages/generic/biglink-register.png"); text-indent: -9999px; }
.biglink-contact { display:block; width:100px; height:35px; width:150px; height:38px; background-image:url("/pages/generic/biglink-contact.png"); text-indent: -9999px; }

.smalllink-quote { display:block; background-image:url("/pages/generic/biglink-quote.png"); text-indent: -9999px; width:110px; height:30px; background-size:110px; background-repeat:no-repeat; margin-top:10px  }
.smalllink-learn { display:block; background-image:url("/pages/generic/biglink-learn.png"); text-indent: -9999px; width:110px; height:30px; background-size:110px; background-repeat:no-repeat;margin-top:10px }
.smalllink-buy { display:block; background-image:url("/pages/generic/biglink-buy.png"); text-indent: -9999px; width:110px; height:30px; background-size:110px; background-repeat:no-repeat;margin-top:10px }
.smalllink-register { display:block; background-image:url("/pages/generic/biglink-register.png"); text-indent: -9999px; width:110px; height:30px; background-size:110px; background-repeat:no-repeat;margin-top:10px }
.smalllink-contact { display:block; background-image:url("/pages/generic/biglink-contact.png"); text-indent: -9999px; width:110px; height:30px; background-size:110px; background-repeat:no-repeat;margin-top:10px }

.fronthero .biglink-contact,.fronthero .biglink-buy,.fronthero .biglink-learn,.fronthero .biglink-quote,.fronthero .biglink-register {margin:30px; }

.lists {}

.lists li {
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px;
}

.lists li span.desc {
  color: #333333;
  font-size: 13px;
}

.lists li span.time {
    font-weight:bold;
    color:#0066ff;   
}

.fifthlogo {
    
    width:125px;
    border:1px solid #dedede;
    float:left;
    margin-right:8px;
    overflow:hidden;
    height:100px;
    margin-top:8px;
}

.fifthlogo img {
    width:125px;
    height:auto;
}
.last {
    
    margin-right:0px !important;
}

/* @end */
