/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	background: url(../images/default/play.png) no-repeat;
}

/*** fonts ***/
body {
		line-height: 125%;
		font-family: "Helvetica", Arial, Tahoma, sans-serif;
		

}

/* size attributes */

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 12px;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a,
#inset a {
	font-size: 110%;
}

div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 130%;
	color: #222;
}

.componentheading {
  margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}


/* font family */
h3,
.contentheading,
.componentheading,
#nav,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* module settings */

div.moduletable h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

div.moduletable {
	margin-bottom: 10px;
}

td.left div.moduletable,
td.right div.moduletable  {
	margin-bottom: 15px;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

/* default menu link styles */
a.mainlevel {
	display: block;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

#inset a.mainlevel {
	display: inline;
	background: none;
	padding: 0 15px;
}

/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 16px;
	line-height: 15px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/default/play.png) no-repeat;
	margin-bottom: 3px;
}

a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #999;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 20px 5px 5px;
  padding: 5px;
  border:thin solid #000000}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 4px;
  border-bottom: 1px solid #efefef;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 4px;
  border-bottom: 1px solid #efefef;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0px;
  /*margin: 0;*/
  /*width: 100%;*/
  margin: 0px 10px 0px 0px; /*Added by Chris*/
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}


.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}


table.adminform textarea {
  width: auto;
  color: #666;
}

/** width stuff **/

.w-wide div.wrapper {
	width: 995px;
}

.w-thin div.wrapper {
	width: 750px;
}

.w-fluid div.wrapper {
	margin: 0 1px;
	/*margin: 0 20px;*/
	
}


/* showcase */
#showcase {
	/*border-bottom: 1px solid #B8B8B8; */ 
	/*border-top: 1px solid #B8B8B8; */
	background: #fff repeat-x;
	color: #444;
	
}


/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;

}

div.wrapper {
	margin: auto;
	position: relative;
}


#header {
	height: 80px /*112px*/;
	overflow: hidden;
	width: 995px; 
}

#access {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 25px;
	width: 200px;
	height: 20px;
	overflow: hidden;
}

#access #selectors {
	position: relative;
	height: 8px;
	
}

#access span {
	background-repeat: no-repeat;
}

#access a {
	text-decoration: none;
}

.font-selector,
.width-selector {
	display: block;
	position: absolute;
	top: 0;
	width: 12px;
	height: 6px;
}

.f-smaller #selectors .font-selector {
	right: 159px;
}

.f-default #selectors .font-selector {
	right: 129px;
}

.f-larger #selectors .font-selector {
	right: 99px;
}

.w-thin #selectors .width-selector {
	right: 70px;
}

.w-wide #selectors .width-selector {
	right: 40px;
}

.w-fluid #selectors .width-selector {
	right: 10px;
}

#access #buttons {
	float: right;
}

#access .button {
	display: block;
	float: right;
	width: 20px;
	height: 12px;
	margin: 0 5px;	
	background-repeat: no-repeat
}

#logo {
	position: absolute;
	/*top: 35px;*/ /*Changed by Chris*/
	top: 10px; /*changed by Chris*/
	left: 0;
	display: block;
	/*width:350px;*/ /*Changed by Chris*/
	width:500px; /*changed by Chris*/
	height: 90px;/*changed by Chris*/
	/*height: 66px;*/ /*Changed by Chris*/
}
/*changed by Chris*/
#logo {
	position: absolute;
	top: 21px;
	left: 30px;
	display: block;
	width:333px;
	height: 52px;
	cursor: pointer;
}
/*changed by Chris*/
/* Original top #top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
}  */

#top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 480px;
	margin-bottom: 10px;
	margin-right: 250px;
	margin-top: 10px;
}

#logo2 {
	position: absolute;
	width:300px;
	height: 60px;
	top: 14px;
	cursor: pointer;
	left: 69%;
	padding-right: 5px;
	padding-left: 10px;
	
}

#toolbar {
	height: 31px;
	width: 966px; 
/*	width: 995px; */
	margin:auto;
}

#showcase ul,
td.left ul,
td.right ul,
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#showcase li,
td.left li,
td.right li,
#footer li {
		border-bottom: 1px dotted #999;
		padding-bottom: 0;
		margin-bottom: 2px;
}

#showcase .padding{
 	padding: 5px 0px 0px;
/* 	padding: 5px 15px 0px;  cml 20081028*/
}

#footer .padding {
	padding: 5px 15px;
}

#mainbody {
	background: #fff /*#ccc url(../images/default/body-bg.png) repeat-x*/;
}

#mainbody-2 {
	/* background: transparent url(../images/default/body-shadow-br.png) 100% 0 repeat-y */;
}

#mainbody-3 {
	/*background: transparent url(../images/default/body-shadow-bl.png) 0 0 repeat-y */;
}

#mainbody-4 {
	/*background: transparent url(../images/default/body-shadow-tr.png) 100% 0 no-repeat */;
}

#mainbody-5 {
	/*background: transparent url(../images/default/body-shadow-tl.png) 0 0 no-repeat */;
	padding: 0 2px /*5px*/;
}

#mainbody-padding {
	background: #fff;
	padding: 0px 2px 2px;
	/*padding: 0px 5px 5px; */ 
}

#inset {
	color: #ccc;
	text-align: center;
	margin: 15px 0;
}

#inset table {
	width: auto;
	margin: 0 auto;
}

#footer {
	padding-top: 10px;
}

#the-footer {
	text-align: center;
	margin: 20px 0;
}

table.showcase,
table.mainbody,
table.headlines,
table.footer {
	width: 100%;
	padding: 0;
}

table.headlines {
	margin-top: -10px /*-5px*/;
}

table.showcase tr,
table.mainbody tr,
table.headlines tr,
table.footer tr {
	vertical-align: top;
}

table.showcase td.showcase,
table.footer td.footer,
table.headlines td.headlines {
	width: 33%;
}

table.showcase td.showcase,
table.footer td.footer,
table.mainbody td.left,
table.mainbody td.right,
table.headlines td.headlines {
	padding: 0 10px;
}

table.mainbody td.mainbody {
	padding: 0;
}

#mainbody td.mainbody .padding {
	padding: 0 15px;

}


table.mainbody td.left,
table.mainbody td.right {
	width: 18%;
}

table.mainbody td.left {
	border-right: 1px solid #e6e6e6;
}

table.mainbody td.right {
	border-left: 1px solid #e6e6e6;
}

table.headlines td.headlines {
	/*border: 1px solid #e6e6e6;*/
}

/*****************************
 ****       splitmenu     ****
 *****************************/

#nav {
	height: 31px;
	overflow: hidden;
	margin-left: 15px;	
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li.on li.on a {
	text-decoration: underline;
}

#nav li a {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding-right: 15px;
	padding-left: 10px;
}

ul.submenu {
	padding: 0;
	margin: 0;
}

ul.submenu li {
	border: 0;
	margin: 0px;
	/*height: 16px;*/ /*changed by chris so submenu in splitmenu will show up in IE7 correctly*/
	line-height: 15px; 
	padding: 0;
	padding-left: 20px;
	background: url(../images/default/play.png) no-repeat;
	font-size: 11px;
}

ul.submenu ul li {
  margin-left: 0px;
  background: none;
}

ul.submenu ul ul li {
  margin-left: 20px;
  background: none;
}




/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod_search_searchword {
	width: 120px;
}

.highlight {
  background-color: #ffc;
}

/* iBASEt Custom Content Modifications things */

div.padding td.contentheading {
padding-top: 1em;
padding-bottom: 1em;
}

.moduletable_home_header {
text-align: center;
/*
background-color:#FFFFFF;
border-color:#CCCCCC;
border-style:solid;
border-width:thin;*/
padding: 0px 0px 0px 0px;
margin: 0px auto 0px auto;
}

#search {
position:relative
	text-align: right;
	position: relative;
	top: -27px;
	left: 78%;
}

li.latestnews_news_home {
/*margin-bottom: 5px;*/
border-bottom: 1px dotted #ddd;
margin-left: -23px;
padding-top: .3em;
padding-bottom: .3em;
}
ul.latestnews_news_home {
margin-bottom: 5px;
margin-top: -5px;
}
.moduletable_news_home {
border: 1px solid #e6e6e6;
padding-left: 5px;
padding-right: 5px;
padding-top: -5px;
margin-left: -5px;
margin-right: -5px;
margin-top: 0px;
margin-bottom: 0px;
}


.moduletable_home h3 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 130%;
	color: #222;
}

.moduletable_home {
	border: 1px solid #e6e6e6;
	margin-bottom:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}

.moduletable_events {
	border: 1px solid #e6e6e6;
	margin:10px 0px;;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}

.moduletable_home_sub {
	border: 1px solid #e6e6e6;
	margin-bottom:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}

.moduletable_home_noborder h3 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 130%;
	color: #222;
}

.moduletable_home_noborder {
	
	margin-top: 0px;
	padding-top: -5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
/* 	padding-left: 10px;   cml 20081028 */
	font-size: 11px;
}
.moduletable_home_login {
	border: 1px solid #e6e6e6;
	margin-top: 5px;
	padding-top: -5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}

.moduletable_news_home h3 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 130%;
	color: #222;
}
.moduletabe_news_home {

margin-top: 0px;
	padding-top: -5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.moduletable_sub h3 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 130%;
	color: #222;
}

.moduletable_sub {
	border: 1px solid #e6e6e6;
	margin-top: 5px;
	padding-top: -5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}

.moduletable_sub li {
padding-bottom: .3em;
padding-top: .3em;
border-bottom: 1px dotted #ddd;
}

div.moduletable_sub ul li {
padding-top: .4em;
padding-bottom: .4em;

}

.moduletable_event_home {
	border: 1px solid #e6e6e6;
	margin-bottom:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}

.moduletable_event_home h3 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 141%;
	color: #222;
}

.mod_contentitem_event_home .article_seperator {
border-bottom: 1px dotted #ddd;
margin-left: -23px;
padding-top: .3em;
padding-bottom: .3em;

}


/*Press Release Listing Page Begin*/
.componentheading_press_release_list {
font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.contentdescription_press_release_list {

 }
 
.sectiontableheader_press_release_list {
  padding: 10px;
  font-weight: bold;
  }
 
.sectiontableentry1_press_release_list {

 }
 
.sectiontableentry2_press_release_list {

	
 }
tr.sectiontableentry2_press_release_list td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ddd;
 }
 
tr.sectiontableentry1_press_release_list td{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ddd;
 }
 /*Press Release Listing Page End*/
 
   /* Services Page Styles begin*/
   table.contentpaneopen_services h2 { 	font-size: 160%; }
   .contentheading_services {
   font-size: 160%;
   font-weight:bold;
   padding-top: .5em;
   font-family: Arial, Helvetica, sans-serif;
   }
table.contentpaneopen_services h3 { 	
		font-size: 140%;
		padding-bottom: 0px; !important
		padding-bottom: .25em;  
	
	} 
	.contentpaneopen_services {
	padding-top: 1em;
	}
table.contentpaneopen_services h4 { 	font-size: 130%; }
.moduletable_services_titles {
margin-top: 15px;
margin-bottom:-20px;
margin-left:-5px;
}

 /* Services Page Styles end*/
 
 
  /* Product Page Styles begin*/
 .contentpaneopen_products img{
 float: right;  	
 margin-left: 1em; 	
 margin-bottom: 0em;
 }
 
  .pagenavcounter {
  margin-top: 0px;
  margin-bottom: 1em;
  }
  .pagenavbar {
	font-size: 1.2em;
	font-weight: bold;
  }
table.contentpaneopen_products h2 { 	font-size: 160%; 
		padding-bottom: 0px; !important
		padding-bottom: .25em;
		}
table.contentpaneopen_products h3 { 	
		font-size: 140%;
		padding-bottom: 0px; !important
		padding-bottom: .25em; 
		margin-bottom: .45em;  
	
	} 
table.contentpaneopen_products h4 { 	font-size: 130%; }
.moduletable_product_titles {
margin-top: 15px;
margin-bottom:-20px;
margin-left:-5px;
}

table.contentpaneopen_products ul { 	
	margin-top: .5em;
	}
	
div.moduletable_textpullout_left h3{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 120%;
	color: #222;
	line-height: 1.2em;
	
}
.moduletable_textpullout_left {
	background-color: #eeeeee;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-top: 0.005em;
	margin: -5px -5px 10px -15px;
	font-size: 11px;	
}
.moduletable_textpullout_left #text_pullout2 ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
}
.moduletable_textpullout_left #text_pullout2 li { 	
	padding-bottom: .5em;
	padding-top: .5em;	
}
div.moduletable_textpullout_right h3{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 120%;
	color: #222;
	line-height: 1.2em;
}
div.moduletable_textpullout_right {
	background-color: #eeeeee;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: .5em;
	padding-top: 0.005em;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -5px;
	font-size: 11px;
}
.moduletable_textpullout_right #text_pullout2 ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
}
.moduletable_textpullout_right #text_pullout2 li { 	
	padding-bottom: .5em;
	padding-top: .5em;	
}
 
/* SQA Styles begin*/
#elecguypic { 	float: right;  	margin-left: 1em; 	margin-bottom: 0em;} 
#sqascreen1 { 	float: right; 	margin-left: 1em; 	margin-bottom: 0em;} 
#sqascreen2 { 	float: right; 	margin-left: 2em; 	margin-bottom: 0em;} 
#sqascreen3 { 	float: right; 	margin-left: 1em;	margin-bottom: 0em;} 
#sqascreen4 { 	float: right; 	margin-left: 1em; 	margin-bottom: 0em;} 
#sqascreen5 { 	float: right; 	margin-left: 1em;	margin-bottom: 0em;} 
#sqa_graph {	float: right; margin-left: 1em;}
/* SQA Styles end*/
 
/* Left Menu begin*/
 td.left div.moduletable {
 margin-top:15px;
 }
/* Left Menu end*/

.pdf_link {
	position: relative;
	top: -30px;
	text-align: right;
	margin-bottom:-15px;
}

.pdf_link_prod {
	position: relative;
	top: -50px;
	text-align: right;
	margin-bottom:-30px;
	padding-right:-50px;
}

.module_article_archive {
	position: relative;
	top: -11px;
}

#footer .wrapper .padding #the-footer .footer a{
	color: #aaaaaa;
	text-decoration: underline;
}

table.contentpaneopen h3 { 	
		padding-bottom: 0px; !important
		padding-bottom: .25em; 
		margin-bottom: .45em; 
	margin-top: 1.5em;
	}
	
	table.contentpaneopen ul { 	
	margin-top: .5em;
	}
	
	table.contentpane h3 { 	
		padding-bottom: 0px; !important
		padding-bottom: .25em; 
		margin-bottom: .45em; 
	margin-top: 1.5em;
	}
	
	table.contentpane ul { 	
	margin-top: .5em;
	}
	table.contentpaneopen_solguide_menu ul {
	margin-top: 0em;
	margin-left: 20px;
	margin-right: 10px;
	}
	table.contentpaneopen_solguide .solguide_menu li {
	margin-top: .25em;
	margin-left: 15px;
	margin-right: 10px;
	}
	
	.moduletable_home_adtrack {
	border: 1px solid #e6e6e6;
	margin-bottom:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11px;
}
.componentheading_webcasts {
	font-size: 130%;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:15px;
	padding-bottom:15px;
}



.contentpagetitle_webcasts {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;

}

table.blog_webcasts div{
	border: solid #cccccc 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom:10px;
}

table.blog_webcasts div div{
	border: solid #cccccc 0px;
	
}