/* @override 
	http://mdsdev.webzilla/css/gemds.css
	https://mdsdev.webzilla/css/gemds.css
*/

* {
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}
img {
	border: none;
}

body {
	margin: 0; text-align: center; 	
	font-size: x-small;
}
form {
	margin: 0;
	padding: 0;
}


a:link, a span {
	text-decoration: none;
	color: #3a75b9; /* #008AE6;*/
	cursor: pointer;
}
a:visited, a:visited span {
	color: #3a75b9;  /* #30B9FF; /*997799;*/
	text-decoration: none;
}
a:link:hover,a:visited:hover, a:link:hover span, a:visited:hover span {
	text-decoration: underline;
	color: #3a75b9; /*#30B9FF;*/
}

hr {
	border: none;
	border-top: 1px dotted #666;
	margin: 1em 0;
}

#wrap {
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
}
/* @group Headers */
#header div.tallheader {
	height: 100px;
}
#header div.tallheader a.logoHome img{
	display: none;
	padding-top: 18px;
	border: none;
}
#header div.tallheaderHome {
	height: 245px;
}

h2, h3, h4, h5, h6 { 
	font-size: 115%; font-weight: normal; 
	margin: .8em 0;
	padding: 0;
	color: #3a75b9;
}
h3 { font-weight: bold; color: #3a75b9; /*#008AE6;*/
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
#content h2 sup {
	font-weight: bold;	
	color: #3a75b9; /*#008AE6;*/
}

#content h2 {
	font-size: 140%;
	font-weight: bold;	
	color: #3a75b9; /*#008AE6;*/
}

.searchTerm {
	font-style: italic;
	font-weight: bold;
}

/* @end */
/* @group Menus */
#header #topmenu {
	margin-top: 0;
}
#header #topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
	background-color: #F7F7F7;
	height: 22px;
	width: 750px;
	z-index: 1;
}
#header #topmenu ul li{
	float: left;
	margin-left: 0.4em;
	margin-right: 3.4em;
	line-height: 2.2em;
	list-style-position: inside;
	text-indent: 9px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/templates/ge_mds/css/img/nav1Link.gif) no-repeat 0 5px;
	position: relative;
	color: #666;
	z-index: 10;
}

#header #topmenu ul li:hover {
	background: url(/templates/ge_mds/css/img/nav1Link_selected.gif) no-repeat 0 5px;
}
#header #topmenu ul li a:hover {
	text-decoration: underline;
	color: #008AE6;
}
#header #topmenu ul li a,#header #topmenu ul li a:visited {
	color: #666;
}
#header #topmenu ul li > ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	height: auto;
	width: 17.5em !important;
	background-color: #F7F7F7;
	border:  1px solid #ccc;
	z-index: 1;
}
#header #topmenu ul li:hover ul,#header #topmenu ul.CSSsubMenuShow {
	display: block;
}
div#breadcrumbs {
	padding: 2px 5px 0 0;
	margin-top: 1.5em;
	border-top: 1px dashed #ddd;
}
#header #topmenu ul li ul li { 
	border-top: none;
	background: none;
	line-height: 1.2em;
	text-indent: 0;
	width: 90%;
	color: #666;
	margin: 0 0 0 2px;
	clear: both;
	padding: 2px 0 2px 8px;
}
#header #topmenu ul li ul li:hover {
	background: url(/templates/ge_mds/css/img/nav1Link.gif) no-repeat 0 3px;
}
#header #topmenu ul li ul li a {
	display: block;
	text-transform: none;
	color: #666;
}
#header #topmenu ul li ul li a:hover {
	color: #008AE6;
	text-decoration: none;
}
#header #topmenu ul li.searchItem {
	background: none;
	text-indent: 0;
	margin-right: 50px;
}
#header #topmenu ul li.searchItem form a {
	display: inline;
	color: #008AE6;
	margin-left: 5px;
}
#header #topmenu ul li.searchItem input {
	display: inline;
	font-size: 90%;	
	line-height: 9px;
	color: #666666;
	background-color: #ffffff;
}
#topmenu2 {
	padding: 2px 3px 3px 3px;
	text-align: right;
	float: right;
}
#topmenu2 ul {
	margin: 0;
	padding: 0;
	border: none;
	background-color: white;
	height: 1em;
	list-style-type: none;
}
#topmenu2 ul li {
	margin: 0;
	line-height: .5em;
	list-style-position: inside;
	text-indent: 9px;
}
#topmenu2  a,#topmenu2 a:visited {
	background: none;
	text-transform: none;
	text-decoration: underline;
}
ul#leftmenu {
	width: 120px;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px dotted #999;
	line-height: 1.6em;
	background: #f7f7f7;
}
ul#leftmenu li {
	display: block;
	border-bottom: 1px dotted #999;
	padding-left: 15px;
}
ul#leftmenu li.active {
	border-bottom: 1px dotted #666;
	background-color: #eee;
	font-weight: bold;
	text-indent: 15px;
}
/* @end */

/* @group Tables */
table {
	font-size: 100%;
	border-collapse: collapse;
}
table td {
	padding: 3px;
	font-size: 100%;
	vertical-align: top;
}
table th {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.tblData1 {
	margin-top: 20px;
}

table.tblData1 td {
	border:  1px solid #999;
}
table.tblData1 tr th {
	color: #008AE6;
	padding-bottom: 0;
}

table.contentpane_prod ul {
	padding: 0; margin: 0; list-style: none; 
}
table.contentpane_prod ul a {
	font-size: 140%; color: #65B821;
}

table.tblHome td {
	padding: 0;
}

div.callout div.calloutContent table {
	background: #fff;
}
/* @end */

/* @group Layout Containers */
#sidebar{
	/*float: left; */
	position: absolute;
	/*margin-top: 100px;*/
	width: 193px; /* 163px; */
}

#sidebarApp {
	float: left;
	width: 193px;
	position: relative;
}
#sidebar h2 {
	color: #666;
}
#sidebar table{
	margin-bottom: 15px;
}
#sidebar-r {
	display: none;
	float: left;
	width: 270px;
}

#content-wrapper {
	/*margin: 0;
	padding: 0;*/
}

#footer {
	text-align: center;
	margin-top: 1em;
	padding-top: 1.8em;
	/*border-top: 1px solid #ccc;*/
	line-height: 130%;
	font-size: 90%;
}

#copyright {
	margin-top: 1em;
	color: #999;
}

div #content {
	width: 525px;
	margin-left: 200px;
	margin-top: 10px;
	padding-left: 31px;
	position: relative;
	z-index: 0;
}

div#contentApp {
	/*margin-top: 10px;*/
	margin-left: 200px;
	padding: 0;
	/*float: right;
	position: relative;
	left: 150px;*/
	/*top: -100px;*/
	/*padding-left: 31px;*/
	
	/*width: auto;*/
}

div #disclaimer {
	font-style: italic;
}
/* @end */
/* Content Classes */
#content div.componentheading, #content div.componentheading_prod {
	font-size: 180%;
	color: #3E57AD;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	margin-left: 0px;
	margin-bottom: 1.5em;
}
#footer a {
	color: #666;
}
.contentheading {
	font-size: 140%;
	font-weight: bold;
	color: #FF7D00;
}
div.prodAnchors {
	padding: .5em;
	background-color: #e7e7e7;
}
div#content, div#contentApp {
	float: left; 
	line-height: 140%;
	font-size: 110%;
	z-index: 0;
}
div#content ul {
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
}
div #content ul li {
	padding: 0;
	margin: 0;
}

ul.linkList {
	list-style-image: url(/templates/ge_mds/css/img/navBul.gif);
}
ul.linkList li a {
	display: block;
	margin-top: 0;
}

div#content dl.productSpecs dt {
	font-weight: normal;
	float: left;
	display: block;
	width: 150px;
}
div#content dl.productSpecs dd {
	margin-bottom: 0;
	margin-left: 150px;
}

div#content table.productSpecs {
	width: 555px;
}


div#content table.productSpecs th {
	white-space: normal;
}

/* @group Legacy Classes */
div.callout { 
	margin-left: 13px;
	width: 150px;  
	text-align: right;
	float: right;
}
div.callout div.calloutContent {
	margin: 0;
	text-align: left;}
div#content .calloutContent ul{
	width: auto;
	list-style-position: inherit;
	margin-left: 1em;
}
div.callout img.calloutTop { display: none }
span.homeSubtitles {
	color: #FF7D00;
	font-weight: bold;
}
/* @end */

/* @group Utilities and hacks */
.clr {
	clear: both;
}
.strut {
	float: right;
	width: 1px;
	height: 400px;
}
/* @end */

/* @group GE Nav Bar */
/* taken from corporate GE for a breadcrumb sidebar */
/*
 ###########################
# Nav Styles				#
 ###########################
*/

#nav2 {
	color: #666;
	font-weight: normal;
	overflow: hidden;
	font-size: 110%
	}	

#nav2  a:link, #nav2 a:visited {
	color: #008AE6;
	text-decoration: none;} 
	
#nav2  a:hover, #nav2 a:active {
	color: #30B9FF;
	text-decoration: underline;}

#nav2 ul.breadcrumb {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;}
	
#nav2 ul.breadcrumb li  {
	font-weight: bold;
	padding: 5px 0 5px 0px;	
	border-bottom: 1px solid #ccc;
}

#nav2 ul.breadcrumb li a {
	background-image: url(/templates/ge_mds/css/img/navOpenBul.gif);
	background-position: 4px 5px; 
	padding-left: 14px;
	background-repeat: no-repeat;
}

#nav2 ul.breadcrumb li a.selected {
	color:#666;
	background-image: url(/templates/ge_mds/css/img/navBul_selected.gif);
}	
	
#nav2 ul.breadcrumb li.pos2 {
	padding-left: 2px;
}

#nav2 ul.breadcrumb li.pos3 {
	padding-left: 4px;
}

#nav2 ul.breadcrumb li.pos4 {
	padding-left: 6px;
}

#nav2 ul.breadcrumb li.pos5 {
	padding-left: 8px;
}
#nav2 ul.breadcrumb li.pos6 {
	padding-left: 10px;
}	
#nav2 ul.navitemList {
	list-style-type: none;
	margin: 0;
	padding: 0;}
	
#nav2  ul.navitemList li  {
	padding: 5px 0 5px 22px;	
	border-bottom: 1px dotted #ccc;}
	
#nav2  ul.navitemList li.hasChildren  {
	background-image: url(/templates/ge_mds/css/img/navBul.gif);
	background-position: 14px 10px; 
	background-repeat: no-repeat;}

#nav2  ul.navitemList li.selected {
	background-image: none;}
	
#nav2 ul.navitemList li.title {
    padding-left: 14px;
    background-image: none;
    color: #999;
    border-bottom: 0;}
    
#nav2 ul.navitemList li.selected a {
	color:#666;}	

#nav2 img {
	display: inline;}
/* @end */
