﻿.body {
	text-align: center;
	background: #fff url(images/repeater.png) repeat-x top center;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.bgstyle {
	background: url(images/main_bg.png) no-repeat top center;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 480px;
}
.header {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
.main {
	display: block;
	clear: both;
	min-height: 700px;
	padding: 0 10px;
	z-index: 2;
}
.footer {
	background: #000 url(images/footer_repeater.png) repeat-x top left;
	padding: 0 10px 4px 10px;
	min-height: 200px;
	text-align: left;
	color: #fff;
	clear: both;
	z-index: 2;
	margin: 10px 0 0 0;
}
.footer .wrapper {
	padding: 15px 0 0 0;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: none;
}
.footer .footertext {
	font-size: .75em;
}
.top {
}
.logo {
	float: left;
	margin: 12px 0 0 11px;
	padding: 0 6px 0 0;
	background: url(images/seperator_v.png) no-repeat center right;
}
*html .logo {
	background: url(images/seperator_v.gif) no-repeat center right;
}
.logo a, .logo a:hover {
	padding: 0 1px;
	text-decoration: none;
}
.logo span {
	font-family: Franklin Gothic Book, Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 1.7em;
	font-weight: normal;
	text-align: center;
	color: #fff;
	display: none;
	width: 190px;
	padding: 11px 0;
}
* html .logo span {
	display: inline-block;
}
.logo strong {
	font-family: Franklin Gothic Heavy, Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-weight: normal;
}
.logo img {
}
* html .logo img {
	display: none;
}
.navarea {
	position: relative;
	zoom: 1;
	z-index: 99;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
}
.navarea a, .navarea a:link, .navarea a:visited, .navarea a:active, .navarea a:hover {
	color: #fff;
}

h3 {
	/*background: url("images/sidebar_header_bg.png") repeat scroll 0 0 transparent;*/
	color: #5E607D;
	font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Sans-Serif;
	line-height: 1;
	margin: 0.2em 0;
	padding: 0.4em 0;
}
/* ********************** OLD C1 Menu Stuff **************** */
.menuholder {
	position: relative;
	zoom: 1;
	display: block;
	width: 960px;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	float: left;
	clear: both;
}
.menubar {
	display: block;
	padding: 0;
	margin: 0 10px;
	height: 55px;
	background: url(images/nav_repeater.png) repeat-x center left;
}
*html .menubar {
	background: url(images/nav_repeater.gif) repeat-x center left;
}
.menuholder .leftcap {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 10px;
	height: 55px;
	background: url(images/nav_left.png) no-repeat center left;
}
*html .menuholder .leftcap {
	background: url(images/nav_left.gif) no-repeat center left;
}
.menuholder .rightcap {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 10px;
	height: 55px;
	background: url(images/nav_right.png) no-repeat center right;
}
*html .menuholder .rightcap {
	background: url(images/nav_right.gif) no-repeat center right;
}
.menubar .menu {
	display: block;
	float: left;
	font-size: 1em;
	font-weight: 700;
	padding: 7px 0 7px 0;
}
.footer .menu {
	display: block;
	float: none;
	font-size: 1em;
	font-weight: 700;
	padding: 4px 0;
}
.menu {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
}
.menu .C1MenuItem {
	display: block;
	color: #fff;
	padding: 0 3px;
	margin: 0;
}
.menu .C1Link {
	display: block;
	float: none;
	color: #fff;
	padding: 3px 4px;
	text-transform: uppercase;
	text-shadow: #535b5e 0px 0px 5px;
}
.menubar .menu .C1Link, .footer .menu .C1Link {
	display: block;
	float: none;
	color: #fff;
	padding: 11px 6px;
	text-transform: uppercase;
}
.menu .C1Hover {
	background: #384249;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
*html .menubar .menu .C1Hover {
	text-decoration: none;
}
.menu .c1-h-flow .C1Closed {
	padding: 3px 12px 3px 4px;
	background: url(images/dropdown_arrow.png) no-repeat center right;
}
.menubar .menu .c1-h-flow .C1Closed {
	padding: 11px 6px;
	background: url(images/dropdown_arrow.png) no-repeat bottom center;
}
*html .menu .c1-h-flow .C1Closed {
	background: url(images/dropdown_arrow.gif) no-repeat center right;
}
*html .menubar .menu .c1-h-flow .C1Closed {
	background: url(images/dropdown_arrow.gif) no-repeat bottom center;
}
.menu .C1Opened {
	background: #384249;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-radius: 4px 4px 0 0;
}
.menu .c1-h-flow .C1Opened {
	padding: 3px 12px 3px 4px;
	background: #384249 url(images/dropdown_arrow.png) no-repeat center right;
}
.menubar .menu .c1-h-flow .C1Opened {
	padding: 11px 6px;
	background: #384249 url(images/dropdown_arrow.png) no-repeat bottom center;
}
*html .menu .c1-h-flow .C1Opened {
	background: #384249 url(images/dropdown_arrow.gif) no-repeat center right;
}
*html .menubar .menu .c1-h-flow .C1Opened {
	background: #384249 url(images/dropdown_arrow.gif) no-repeat bottom center;
}
.menu .C1SubMenu {
	margin: -2px 0 0 0;
	display: block;
	padding: 4px;
	background: #384249 url(images/menu_gradientbg.png) repeat-x top left;
	color: #fff;
	font-size: .95em;
	font-weight: 200;
	min-width: 120px;
	z-index: 999;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius: 0 4px 4px 4px;
	box-shadow: 3px 3px 2px #333333;
	-moz-box-shadow: 3px 3px 2px #333333;
	-webkit-box-shadow: 3px 3px 2px #333333;
	opacity: .95;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
}
*html .menu .C1SubMenu {
	background: #384249;
}
.menubar .menu .C1SubMenu {
	min-width: 180px;
}
*html .menubar .menu .C1SubMenu {
	width: 180px;
}
.menu .C1SubMenu .C1SubMenu {
	display: block;
	font-size: 1em;
	margin: 0 0 0 8px;
	z-index: 999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.menu .C1SubMenu .C1MenuItem {
	display: block;
	float: none;
	color: #fff;
	padding: 0 2px;
	margin: 1px;
}
.menu .C1SubMenu .C1MenuItem .C1Heading {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #5a646b;
	color: #fff;
	padding: 3px 4px;
	font-size: inherit;
	margin: 0;
	line-height: 1;
}
.menu .C1SubMenu .C1MenuItem .C1Link {
	text-transform: none;
	padding: 3px 4px;
}
.menu .C1SubMenu .C1MenuItem .C1Closed {
	padding: 3px 12px 3px 4px;
	background: url(images/dropdown_arrow_right.png) no-repeat center right;
}
*html .menu .C1SubMenu .C1MenuItem .C1Closed {
	background: url(images/dropdown_arrow_right.gif) no-repeat center right;
}
.menu .C1SubMenu .C1MenuItem .C1Hover, .menu .C1SubMenu .C1MenuItem .C1Opened {
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.menu .C1SubMenu .C1MenuItem .C1Opened {
	padding: 3px 12px 3px 4px;
	background: #384249 url(images/dropdown_arrow_right.png) no-repeat center right;
}
*html .menu .C1SubMenu .C1MenuItem .C1Opened {
	background: #384249 url(images/dropdown_arrow_right.gif) no-repeat center right;
}
/* ************** END OLD MENU ********************* */
.C1Menu .devtools, .DevTools {
	background: none;
}
.C1Menu .sharepoint, .SharePoint {
	background: none;
}
.C1Menu .devtools .C1Link {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #5a646b;
	color: #fff;
}
.C1Menu .devtools .C1Hover {
	background: #6b757c;
}
.footer .C1Menu .devtools .C1Link {
	font-weight: 700;
	text-transform: uppercase;
	background: url(Images/button_silos_sm.png) no-repeat top left;
	padding: 8px;
	height: 20px;
}
.footer .C1Menu .devtools .C1FooterLink, .footer .C1Menu .sharepoint .C1FooterLink, .footer .C1Menu .authoringpublishing .C1FooterLink {
	color: #fff;
}
.footer .C1Menu .devtools .C1FooterLink:hover, .footer .C1Menu .sharepoint .C1FooterLink:hover, .footer .C1Menu .authoringpublishing .C1FooterLink:hover {
	text-decoration: none;
}
.footer .C1Menu .devtools .C1Link .socialicons {
	padding: 2px;
}
.socialicons {
	float:left;
}
*html .footer .C1Menu .devtools .C1Link {
	background: url(Images/button_silos_sm.gif) no-repeat top left;
}
.footer .C1Menu .devtools .C1Link:hover {
	background: url(Images/button_silos_sm.png) no-repeat 0 -43px;
	text-decoration: none;
}
*html .footer .C1Menu .devtools .C1Link:hover {
	background: url(Images/button_silos_sm.gif) no-repeat 0 -43px;
}
.C1Menu .sharepoint .C1Link {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #5a646b;
	color: #fff;
}
.C1Menu .sharepoint .C1Hover {
	background: #6b757c;
}
.footer .C1Menu .sharepoint .C1Link {
	font-weight: 700;
	text-transform: uppercase;
	background: url(Images/button_silos_sm.png) no-repeat top left;
	color: #fff;
	padding: 8px;
	height: 20px;
}
*html .footer .C1Menu .sharepoint .C1Link {
	background: url(Images/button_silos_sm.gif) no-repeat top left;
}
.footer .C1Menu .sharepoint .C1Link:hover {
	background: url(Images/button_silos_sm.png) no-repeat 0 -43px;
	text-decoration: none;
}
*html .footer .C1Menu .sharepoint .C1Link:hover {
	background: url(Images/button_silos_sm.gif) no-repeat 0 -43px;
}
.C1Menu .authoringpublishing .C1Link {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #5a646b;
	color: #fff;
	padding: 8px;
	height: 20px;
}
.C1Menu .authoringpublishing .C1Hover {
	background: #6b757c;
}
.footer .C1Menu .authoringpublishing .C1Link {
	font-weight: 700;
	text-transform: uppercase;
	background: url(Images/button_silos_sm.png) no-repeat top left;
	color: #fff;
	padding: 8px;
	height: 20px;
}
*html .footer .C1Menu .authoringpublishing .C1Link {
	background: url(Images/button_silos_sm.gif) no-repeat top left;
}
.footer .C1Menu .authoringpublishing .C1Link:hover {
	background: url(Images/button_silos_sm.png) no-repeat 0 -43px;
	text-decoration: none;
}
.footer .C1Menu li.C1ListItem {
	list-style:none;
}
*html .footer .C1Menu .authoringpublishing .C1Link:hover {
	background: url(Images/button_silos_sm.gif) no-repeat 0 -43px;
}
/*.search
{
	float: right;
	padding: 6px 0 6px 0;
	margin: 8px 0;
}*/
.searchcontrol {
	display: block;
	float: left;
	border: solid 1px #808db5;
	background: #fff;
	padding: 2px 22px 2px 2px;
	font-size: 1em;
	width: 140px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	opacity: .5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}
.searchcontrol:hover {
	border: solid 1px #808db5;
	background: #fff;
	opacity: .75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
}
.searchcontrol:focus, .searchcontrol:active {
	border: solid 1px #808db5;
	background: #fff;
	opacity: .99;
	-moz-opacity: 0.99;
	-khtml-opacity: 0.99;
	filter: none;
}
.searchbutton, .searchbutton:link, .searchbutton:active, .searchbutton:visited, .searchbutton:hover {
	background: url(images/icon_find.png) no-repeat center left;
	display: block;
	position: absolute;
	right: 20px;
	top: 14px;
	padding: 4px 0;
	width: 21px;
	overflow: hidden;
	text-decoration: none;
}
*html .searchbutton, .searchbutton:link, .searchbutton:active, .searchbutton:visited, .searchbutton:hover {
	background: url(images/icon_find.gif) no-repeat center left;
}
.searchinvalid {
	display: block;
	float: left;
	padding: 0;
}
.chatty {
	margin: 0 10px 0 0;
	float: left;
	display:block;
}
.user {
	color: #fafafa;
	line-height: 32px;
	float:left;
	display:block;
}
.breadcrumb {
	padding: 77px 20px 0px 20px;
}
.crumb {
	margin: 4px 0 0 0;
}
.breadcrumb strong {
	color: #fff;
}
.home .breadcrumb {
	visibility: hidden;
}
.layout {
	margin: 0;
	padding: 0;
	width: 940px;
	display: block;
	clear: both;
}
.layout .primary {
	margin: 0;
	padding: 0 10px 0 0;
	width: 620px;
	display: block;
	float: left;
	clear: left;
	overflow: hidden;
}
.layout .primary_wide {
	margin: 0;
	padding: 0 10px 0 0;
	background:#ff00ff;
	width: 100%;
	display: block;
	float: left;
	clear: left;
	overflow: hidden;
}
*html .layout .primary {
	padding: 0;
}
.layout .secondary {
	margin: 0;
	padding: 0 0 0 10px;
	width: 300px;
	display: block;
	float: right;
}
.layout .sidebar {
	font-size: .9em;
}
.sidenav {
	margin-top: 40px;
	background: url(images/subnav_bg.png) no-repeat top center;
	min-height: 300px;
}
*html .sidenav {
	background: #fff;
}
.altlayout {
	margin: 0;
	padding: 0;
	width: 940px;
	display: block;
	clear: both;
}
.altlayout .primary {
	margin: 0;
	padding: 0 0 0 10px;
	width: 620px;
	display: block;
	float: right;
}
.altlayout .secondary {
	margin: 0;
	padding: 0 10px 0 0;
	width: 300px;
	display: block;
	float: left;
	clear: left;
}
.altlayout .danSpecial {
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 620px;
	display: block;
}
.splitlayout {
	margin: 0;
	padding: 0;
	width: 940px;
	display: block;
	clear: both;
}
.splitlayout .split {
	margin: 0;
	padding: 10px;
}
.splitlayout .first {
	margin: 0;
	padding: 0 10px 0 0;
	width: 460px;
	display: block;
	float: left;
	clear: left;
}
.splitlayout .last {
	margin: 0;
	padding: 0 0 0 10px;
	width: 460px;
	display: block;
	float: right;
}
.trilayout {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	clear: both;
}
*html .trilayout {
}
.trilayout .col {
	width: 313px;
	display: block;
	float: left;
}
*html .trilayout .col {
	margin: 0;
	padding: 0;
	width: 313px;
}
.trilayout .first {
}
.trilayout .last {
}
.events {
}
.events .event {
	padding:3px;
}
.events .alt {
	background: #f3f4f9;
	padding:3px;
}
.eventIcon {
	float:left;
	width:15%;
}
.events .content {
	float:right;
	width:85%;
}
.eventIcon .imgEvent {
	margin:25px 5px;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list .listitem {
	margin: 0;
	padding: .5em;
	list-style: none;
}
.list .alt {
	background: #f3f4f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.expando {
	border: solid 1px #ebebeb;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 5px 0;
}
.expando .header {
	display: block;
	background: url(images/exp_plus.png) no-repeat right center;
	cursor: pointer;
}
.closed .header {
	background: url(images/exp_plus.png) no-repeat right center;
	cursor: pointer;
}
.open .header {
	background: url(images/exp_minus.png) no-repeat right center;
	cursor: pointer;
}
.expando .content {
	display: none;
}
.open .content {
	display: block;
}
.bannersholder {
	margin: 0;
	height: 330px;
	position: relative;
	z-index: 3;
	zoom: 1;
}
.bannersonly {
	height: auto;
}
.banners {
	margin: 10px 0;
	height: 300px;
	overflow: hidden;
}
.banners .banner {
	height: 300px;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 940px;
	overflow: hidden;
	color: #fff;
	font-size: 1.2em;
	text-shadow: #535b5e 0px 0px 5px;
}
.banners .nodisplay {
	display: none;
}
.banners .banner a, .banners .banner a:link, .banners .banner a:active, .banners .banner a:visited, .banners .banner a:hover {
	color: #fff;
	text-shadow: #535b5e 0px 0px 5px;
}
.banners .previous {
	position: absolute;
	top: 0;
	left: -27px;
	z-index: 997;
	height: 215px;
	width: 27px;
	background: url(images/arrow_nav_left.png) no-repeat left center;
	text-indent: 999px;
	overflow: hidden;
}
*html .banners .previous {
	background: url(images/arrow_nav_left.gif) no-repeat left center;
}
.banners .previous:hover {
	background: url(images/arrow_nav_left.png) no-repeat right center;
}
*html .banners .previous:hover {
	background: url(images/arrow_nav_left.gif) no-repeat -27px center;
}
.banners .next {
	position: absolute;
	top: 0;
	right: -27px;
	z-index: 997;
	height: 215px;
	width: 27px;
	background: url(images/arrow_nav_right.png) no-repeat left center;
	text-indent: 999px;
	overflow: hidden;
}
*html .banners .next {
	background: url(images/arrow_nav_right.gif) no-repeat left center;
}
.banners .next:hover {
	background: url(images/arrow_nav_right.png) no-repeat right center;
}
*html .banners .next:hover {
	background: url(images/arrow_nav_right.gif) no-repeat -27px center;
}
.bannerlinks {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 20px;
	z-index: 998;
}
.bannerlinks a {
	display: block;
	float: left;
	padding: 0 4px 0 4px;
	color: #fff;
}
div.bannersholder .banner a.bannerlink {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(4, 60, 102, 0.50);
}
.bannerlinks a.current {
	padding: 10px 4px 0 4px;
}
.homemessage {
	padding: 4px;
}
.homepage .highlights {
	margin: -25px 0 0 0;
}
.highlights {
	margin: 0;
}
.highlights .highlight {
	display: block;
	margin: 0;
	padding: 10px 5px 10px 5px;
	clear: both;
	position: relative;
	zoom: 1;
}
.highlights .highlightimage {
	margin: 5px 15px 0px 0px;
	float: left;
	height: 100%;
}
.topic {
	display: block;
	margin: 0;
	padding: 10px 5px 0px 100px;
	clear: both;
	position: relative;
	zoom: 1;
}
.topic_wide {
	display: block;
	margin: 0;
	padding: 10px 5px 0px 0px;
	clear: both;
	position: relative;
	zoom: 1;
}
.topic .topicimage {
	margin: 5px;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
}
.topic_wide .alt {
	background: #f4f5f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.topic .alt {
	background: #f4f5f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.downloads {
	margin: 10px 20px 5px 20px;
}
.downloadbuttons {
	float: right;
	clear: both;
}
.downloads .pager {
	padding: 5px 0;
	float: right;
}
.downloads .page {
	font-weight: 800;
	padding: 4px 6px;
}
.downloads .pageactive {
	background: #384249;
	padding: 5px 5px 4px 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.events .pager {
	padding: 0px 0;
	float: right;
}
.events .page {
	font-weight: 800;
	padding: 0px 6px;
}
.events .pageactive {
	background: #384249;
	padding: 0px 5px 4px 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.downloads .detailitem {
	float: left;
	height: 40px;
	width: auto;
	padding: 0px 20px 0px 20px;
	text-align: center;
}
.downloadfilterbar {
	margin: 10px 15px 0px 15px;
	padding: 5px;
	height: 30px;
	background: #f3f4f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.sort {
	padding: 5px 0;
}
a.sorter {
	font-weight: 800;
	padding: 4px 6px;
}
.sort a.sorteractive {
	background: #384249;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.categories div.col {
	zoom: 1;
}
.categories h3 {
	text-align: center;
	font-size: 1.4em;
	line-height: .8;
	padding: 0; /* 	position: absolute; 	z-index: 2; 	bottom: 0; 	right: 0; */
	text-transform: uppercase;
}
.categories h3 a {
	line-height: .8;
	text-decoration: none;
	color: #5e607d;
}
*html .main .categories .col h3 a, *html .main .categories .col h4 a, *html .main .categories .col h5 a, *html .main .categories .col li a {
}
.categories h4 {
	text-align: center;
	font-size: 1.4em;
	line-height: .8;
	padding: 0; /*	position: absolute; 	z-index: 2; 	bottom: 0; 	right: 0; */
	text-transform: uppercase;
}
.categories h4 a {
	line-height: .8;
	text-decoration: none;
	color: #5e607d;
}
.categoriesonly {
}
.categoriesonly a.col {
	height: 60px;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	color: #5e607d;
}
.categoriesonly a {
	position: static;
	display: block;
	text-align: center;
	padding: 2px 0;
	font-size: 1.2em;
	font-weight: 800;
}
.categoriesonly a span {
	display: inline-block;
	background: url(images/arrow_down_big.png) no-repeat center right;
	text-transform: uppercase;
	padding: 14px 25px 14px 0;
}
.categoriesonly a:hover {
	text-decoration: none;
}
*html .categoriesonly span {
	background: url(images/arrow_down_big.gif) no-repeat center right;
}
.categories ul {
	float: left;
	clear: both;
	display: block;
	list-style: none;
	margin: 12px;
	padding: 0;
	width: auto;
	height: 85px;
}
*html .categories ul {
	margin: 12px 5px;
}
.categories li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: .05em;
	width: 140px;
}
.categories li a {
	font-size: .8em;
}
.category {
	position: relative;
	display: block;
	clear: both;
	zoom: 1;
}
.category .categoryname {
	font-size: 2.4em;
	line-height: 1;
}
.category .gototop {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: .5em;
	z-index: 5;
	font-size: .8em;
	display: block;
	padding: 0 16px 0 0;
	background: url(images/arrow_up.png) no-repeat center right;
	height: 18px;
}
*html .category .gototop {
	background: url(images/arrow_up.gif) no-repeat center right;
}
.productslisting {
}
.ProductNew {
	background: url(images/new_release.png) no-repeat center right;
	padding-left:10px;
	margin:0px;
	height:17px;
	width:42px;
}
.productslisting .product {
	padding: 0 0 0 55px;
	position: relative;
	z-index: 2;
	zoom: 1;
}
.productslisting .product .iconbox {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	padding: .5em;
}
*html .store a.buttonloudsm {
	width: 100px;
}
.store .storeproduct {
	padding: 0 200px 0 100px;
	position: relative;
	z-index: 2;
	min-height: 140px;
	zoom: 1;
}
*html .store .storeproduct {
	height: 140px;
}
.store .alt {
	background: #f4f5f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.store .storeproduct .boxshot {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	padding: .5em 1em;
	text-align: center;
}
.store .storeproduct .boxshot img {
	display: block;
}
.pricetag .buttonloudsm {
	margin-top: 10px;
	float: right;
}
*.pricetag a.buttonloudsm {
	color: #fff;
}
.pricetag .outline {
	border: solid 1px #ebebeb;
	-moz-border-radius: 5px;
	padding: 5px;
}
.productname {
}
.pricetag .fullversion .pricelabel {
	color: #626b90;
	font-size: 0.5em;
}
.fullversion {
	color: #626b90;
	font-size: 1.3em;
}
.fullversion, .upgradeversion {
	text-align: right;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	float: right;
}
.store .storeproduct .pricetag {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	padding: 4px 10px 8px 30px;
	width: 140px;
}
.pricetag .pricelabel {
	color: #999;
	font-size: .6em;
	display: block;
	height: 10px;
}
.pricetag .upgradeversion {
	padding: 0;
}
.pricetag .fullversion .price {
	padding: 3px;
	font-size: 1.8em;
	line-height: 1; /*   border: solid 1px #fee165;     box-shadow: 0px 2px 5px #ced4dd;     -moz-box-shadow: 0px 2px 5px #ced4dd;     -webkit-box-shadow: 0px 2px 5px #ced4dd;     background: #fffae5 url(Images/message_bg.png) repeat-x top;     border-radius: 3px;     -moz-border-radius: 3px;     -webkit-border-radius: 3px;     -khtml-border-radius: 3px;     */
}
.pricetage .upgradeversion {
	padding: 0;
	margin: 0;
	color: #ccc;
	font-size: .8em;
}
.pagetitle, .pageheader h1 {
	margin: 0;
	padding: 24px 40px;
	font-size: 2.2em;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	font-style: italic;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	text-align: left;
	text-shadow: #535b5e 0px 0px 5px;
}
*html .pageheader {
	height: 160px;
}
.headersection {
	display: block;
}
.headersection .producttagline {
	padding: 24px 40px;
	margin: 0;
	font-size: 2.2em;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	font-style: italic;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	text-align: left;
	text-shadow: #535b5e 0px 0px 5px;
}
.productactions {
	width: 225px;
	margin: 10px auto 10px auto;
}
.productactions .action {
}
.headersection .productname {
	font-size: 1.6em;
	color: #5e607d;
	font-weight: 400;
	line-height: 1;
}
.productactions .button {
}
.productnav {
	position: relative;
	z-index: 3;
	padding: 0 58px 0 0;
}
.productnav img {
	position: absolute;
	top: -16px;
	right: 10px;
}
.productnav h2 {
	font-weight: normal;
	color: #5e607d;
}
.showoff img {
	margin: -45px 0 0 0;
	display: block;
}
*html .showoff img {
	margin: 45px 0 0 0;
}
.childrenholder {
}
ul.childproductlist {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.childproductlist .childproduct {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
}
.childproductlist .productpanel {
	display: block;
	clear: both;
	padding: 0 0 0 40px;
	margin: 0;
	position: relative;
	zoom: 1;
}
.childproductlist .iconbox {
	position: absolute;
	top: 0;
	left: 0;
	padding: .5em;
}
/*
.childproductlist .productpanel
{
	display: block;
	float:left;
	clear: both;
	padding: 0 0 0 40px;
	margin: 0;
}
.childproductlist .iconbox
{
	float:left;
	margin:0 0 0 -40px;
	padding: .5em;
}
.productpanel .productname
{
	font-size: 1.2em;
	line-height: 1;
}
*/
.productpanel .productname {
	font-size: 1.2em;
	line-height: 1;
}
.partofholder {
	clear: both;
	padding: .25em;
}
.partoflist {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	display: block;
	clear: both;
}
.partofproduct {
	padding: 0 0 .25em 0;
	margin: 0;
	width: 50%;
	display: block;
	float: left;
	list-style: none;
}
.partofproduct .productname {
	font-size: 1em;
	line-height: 1;
}
.features {
}
.featurelist {
	padding: 0;
	margin: 0;
	list-style: none;
}
.featurelist li.check, .check {
	list-style: none;
	background: url(images/IconCheck16.png) no-repeat top left;
	padding: 3px 0 3px 20px;
}
.feature {
	margin: 0;
	list-style: none;
	padding: .2em .4em .4em .4em;
}
.features .alt {
	background: #f3f4f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.features .featuretitle {
	display: block;
	color: #6f7593;
	font-size: 1.1em;
}
.features .closed .featuretitle {
	background: url(images/exp_plus.png) no-repeat right center;
	cursor: pointer;
	font-weight: 100;
}
.features .open .featuretitle {
	background: url(images/exp_minus.png) no-repeat right center;
	cursor: pointer;
	font-weight: 800;
}
.features .closed .featureinfo {
	display: none;
}
.features .featureinfo .inlineshot {
	overflow: hidden;
	height: 150px;
	padding: 3px;
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #fff;
}
.inlineoverlay {
	visibility: hidden;
	background: transparent url(images/zoomin.png) no-repeat top left;
	height: 64px;
	width: 64px;
	display: block;
	position: absolute;
}
.features .featureinfo .inlineshot:hover .inlineoverlay {
	visibility: visible;
	background: transparent url(images/zoomin.png) no-repeat top left;
}
.popped {
	box-shadow: 3px 3px 2px #666666;
	-moz-box-shadow: 3px 3px 2px #666666;
	-webkit-box-shadow: 3px 3px 2px #666666;
}
.popped .inlineoverlay {
	height: 64px;
	width: 64px;
	display: block;
	position: absolute;
}
.features .featureinfo .popped:hover .inlineoverlay {
	background: transparent url(images/zoomout.png) no-repeat top left;
}
.features .featureactions {
	margin: -1em 0 0 0;
	text-align: right;
}
.features .showall {
	font-size: .8em;
}
.features .spotlightfeature {
	margin-bottom: 10px;
	list-style: none;
	padding: .2em .4em .4em .4em;
}
.features .spotlightfeature .thumb {
	float: left;
	margin: 0 1em .5em 0;
	padding: 0;
}
.features .spotlightfeature .thumbright {
	float: right;
	margin: 0 0 .5em 1em;
	padding: 0;
}
.features .spotlightfeature .featureinfo {
	margin: 0;
	padding: 0;
}
.featuregrid {
	width: 100%;
	border: none;
	border-collapse: collapse;
	font-size: 12px;
}
.featuregird tr {
}
.featuregrid th {
	border-bottom: solid 1px #000;
	text-align: center;
	margin: 0;
	padding: 4px;
}
.featuregrid .headtitlecell {
	text-align: left;
}
.featuregrid td {
	border-bottom: solid 1px #ccc;
	margin: 0;
	text-align: center;
	padding: 4px;
}
.featuregrid .infocell {
	text-align: left;
	font-style: italic;
}
.messagepane {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	padding: 3px 5px 0px 5px;
	margin: 5px 0;
	border: solid 1px #E8CA62;
	background: #FDFDEE url(Images/message_bg.png) repeat-x top left;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 0.9em;
	font-style: italic;
	box-shadow: 1px 1px 5px #d9dae1;
	-moz-box-shadow: 1px 1px 5px #d9dae1;
	-webkit-box-shadow: 1px 1px 5px #d9dae1;
}
.messagepanered {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	padding: 3px 5px 0px 5px;
	margin: 5px 0;
	border: solid 1px #ff1313;
	background: #fdeeee url(Images/message_bg_red.png) repeat-x top left;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 0.9em;
	font-style: italic;
	box-shadow: 1px 1px 5px #d9dae1;
	-moz-box-shadow: 1px 1px 5px #d9dae1;
	-webkit-box-shadow: 1px 1px 5px #d9dae1;
}
.messagepanegreen {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	padding: 3px 5px 0px 5px;
	margin: 5px 0;
	border: solid 1px #91ff86;
	background: #eefdee url(Images/message_bg_green.png) repeat-x top left;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 0.9em;
	font-style: italic;
	box-shadow: 1px 1px 5px #d9dae1;
	-moz-box-shadow: 1px 1px 5px #d9dae1;
	-webkit-box-shadow: 1px 1px 5px #d9dae1;
}
.messagepaneblue {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	padding: 3px 5px 0px 5px;
	margin: 5px 0;
	border: solid 1px #9ca0ac;
	background: #b3b8c1 url(Images/message_bg_blue.png) repeat-x top left;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 0.9em;
	font-style: italic;
	box-shadow: 1px 1px 5px #d9dae1;
	-moz-box-shadow: 1px 1px 5px #d9dae1;
	-webkit-box-shadow: 1px 1px 5px #d9dae1;
}
.cartlabelerrorlogin {
	padding: 0 0 0 34%;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	font-size: 0.9em;
	font-style: italic;
}
.forgotpasswordlogin {
	padding: 0 0 0 34%;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	font-size: 0.9em;
}
.signuplabelerror {
	padding: 0 0 0 38%;
	text-align: center;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	font-size: 0.9em;
	font-style: italic;
}
.signuplabelerror_lastname {
	padding:0 3em 0 0;
	float: right;
	text-align: center;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Arial Narrow, Sans-Serif;
	font-size: 0.9em;
	font-style: italic;
}
.messagepane p {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 1.6em;
	vertical-align: middle;
}
.messageicon {
	margin-right: 4px;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.messagetext {
}
.messagelink {
}
.tinymessage {
	position: absolute;
	left: 50%;
	top: 0;
}
.tinymessage .messagepane {
	position: relative;
	zoom: 1;
	width: 400px;
	margin: 0 0 0 -200px;
}
.tinymessage .messagepane p {
	font-size: .7em;
}
.tinymessage .messagepane img {
	height: 16px;
	width: 16px;
}
.loading {
	position: fixed;
	top: 48%;
	left: 48%;
	background: #fff;
	border: solid 1px #999;
	padding: 10px;
	font-size: 2em;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	opacity: 0.90;
}
.loading em {
	vertical-align: middle;
}
a.button {
	/*background: url(images/button.png) no-repeat scroll 100% 0;*/
	background: rgb(19,138,197); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 138, 197, 1)), color-stop(100%, rgba(5, 119, 175, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138ac5', endColorstr='#0577af', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 -1px 0 rgba(4, 60, 102, 0.50);
	border: solid 1px #29adee;
	text-align: center;
	padding: 6px 9.5px 8px 9.5px;
	display: inline-block;
	cursor: pointer;
	margin: 0 6px 12px 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 16px;
	line-height: 16px;
}
*html a.button span {
}
*html a.button {
/*background: url(images/button.gif) no-repeat scroll 100% 0;*/
}
a.button span {
/*background: url(images/button.png) no-repeat scroll 0 0;*/

}
*html a.button span {
/*background: url(images/button.gif) no-repeat scroll 0 0;*/
}
a.button:hover {
	text-decoration: none;
	background: rgb(13,118,169); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(13, 118, 169, 1) 0%, rgba(12, 99, 142, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(13, 118, 169, 1)), color-stop(100%, rgba(12, 99, 142, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(13, 118, 169, 1) 0%, rgba(12, 99, 142, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(13, 118, 169, 1) 0%, rgba(12, 99, 142, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(13, 118, 169, 1) 0%, rgba(12, 99, 142, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(13, 118, 169, 1) 0%, rgba(12, 99, 142, 1) 100%); /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d76a9', endColorstr='#0c638e', GradientType=0 ); /* IE6-9 */
	color: #a9dcf6;
	border-color: #0d7db3;/*background: url(images/button.png) no-repeat scroll 100% 100%;*/
}
*html a.button:hover {
/*background: url(images/button.gif) no-repeat scroll 100% 100%;*/
}
a.button:hover span {
/*background: url(images/button.png) no-repeat scroll 0 100%;*/
}
*html a.button:hover span {
/*background: url(images/button.gif) no-repeat scroll 0 100%;*/
}

a.button div
{
    background: url(images/white-blue_arrow.png) no-repeat right center;
	display: block;
	cursor: pointer;
	padding: 3px 18px 3px 10px;
	margin: 0px 1px 0px 1px;
}

a.buttonlight {
	/*background: url(images/button.png) no-repeat scroll 100% 0;*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 1px 0 #ffffff;
	border: solid 1px #b9bdbe;
	text-align: center;
	padding: 6px 12px 8px 12px;
	display: inline-block;
	cursor: pointer;
	margin: 0 6px 12px 0;
	color: #0577af;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 16px;
	line-height: 16px;
}
a.buttonlight:hover {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(214, 214, 214, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
	border: solid 1px #b9bdbe;
}
a.buttonloudsm {
	/*background: url(images/button_loud_sm.png) no-repeat scroll 100% 0;*/
	background: rgb(246,139,31); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 139, 31, 1)), color-stop(100%, rgba(225, 91, 31, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68b1f', endColorstr='#e15b1f', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 -1px 0 #9c3b09;
	border: solid 1px #ff9e4b;
	display: block;
	float: left;
	margin: 0 0 0 0;
	height: auto;
	min-width: 50px;
	padding: 0 11px 0 0;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	line-height: 1;
}
*html a.buttonloudsm {
/*background: url(images/button_loud_sm.gif) no-repeat scroll 100% 0;*/
}
a.buttonloudsm span {
	/*background: url(images/button_loud_sm.png) no-repeat scroll 0 0;*/
	display: block;
	cursor: pointer;
	line-height: 30px;
	padding: 0 0 0 11px;
	height: 30px;
	max-height: 50px;
	text-align: center;
}
*html a.buttonloudsm span {
/*background: url(images/button_loud_sm.gif) no-repeat scroll 0 0;*/
}
a.buttonloudsm:hover {
background: rgb(244,151,58); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,151,58,1) 0%, rgba(224,116,69,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,151,58,1)), color-stop(100%,rgba(224,116,69,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4973a', endColorstr='#e07445',GradientType=0 ); /* IE6-9 */
	
	text-decoration: none;
	color: #fff;/*background: url(images/button_loud_sm.png) no-repeat scroll 100% 100%;*/
}
*html a.buttonloudsm:hover {
/*background: url(images/button_loud_sm.gif) no-repeat scroll 100% 100%;*/
}
a.buttonloudsm:hover span {
/*background: url(images/button_loud_sm.png) no-repeat scroll 0 100%;*/
}
*html a.buttonloudsm:hover span {
/*background: url(images/button_loud_sm.gif) no-repeat scroll 0 100%;*/
}
a.buttonloud {
	/*background: url(images/button_loud.png) no-repeat scroll 0 100%;*/
	background: rgb(246,139,31); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 139, 31, 1)), color-stop(100%, rgba(225, 91, 31, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(246, 139, 31, 1) 0%, rgba(225, 91, 31, 1) 100%); /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68b1f', endColorstr='#e15b1f', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 -1px 0 #9c3b09;
	border: solid 1px #ff9e4b;
	display: block;
	margin: 0 0 12px 0;
	height: auto;
	min-height: 22px;
	padding: 0 0 8px 0;
	width: 206px;
	color: #fff;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	line-height: 1;
}
*html a.buttonloud {
/*background: url(images/button_loud.gif) no-repeat scroll 0 100%;*/
}
a.buttonloud span {
	/*background: url(images/button_loud.png) no-repeat scroll 0 0;*/
	background: url(images/button_download_arrow.png) no-repeat 12px 7px;
	display: block;
	cursor: pointer;
	padding: 11px 0 5px 67px;
}
*html a.buttonloud span {
/*background: url(images/button_loud.gif) no-repeat scroll 0 0;*/
}
a.buttonloud strong {
	font-weight: 800;
	display: block;
	cursor: pointer;
	font-size: 1.4em;
}
a.buttonloud em {
	font-style: normal;
	color: #fff;
	cursor: pointer;
	display: block;
}
a.buttonloud:hover {
	background: rgb(244,151,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,151,58,1) 0%, rgba(224,116,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,151,58,1)), color-stop(100%,rgba(224,116,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(244,151,58,1) 0%,rgba(224,116,69,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4973a', endColorstr='#e07445',GradientType=0 ); /* IE6-9 */

	text-decoration: none;
	color: #fff;/*background: url(images/button_loud.png) no-repeat scroll 100% 100%;*/
}
*html a.buttonloud:hover {
/*background: url(images/button_loud.gif) no-repeat scroll 100% 100%;*/
}
a.buttonloud:hover span {
/*background: url(images/button_loud.png) no-repeat scroll 100% 0;*/
}
*html a.buttonloud:hover span {
/*background: url(images/button_loud.gif) no-repeat scroll 100% 0;*/
}
*html a.button {
	width: 100px;
	overflow: visible;
}
*html a.buttonloudsm {
	width: 175px;
	overflow: visible;
}
*html a.button span, *html a.buttonloudsm span {
}
/* Forms */
.label {
	margin: 2px 0 0 0;
	display: block;
	color: #666;
	font-weight: normal;
}
.boldlabel {
	margin: 2px 0 0 0;
	font-size: 14px;
	display: block;
	color: #666;
	font-weight: 600;
}
.compact .label {
	margin: 0;
	font-size: 1em;
	display: inline;
}
.SupportRequiredLabel {
	color: #f00;
}
.referal .confirm {
	color:#f00;
	font-size:1em;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
}
.referal .label {
	padding: 0 5px;
	float: left;
	width: 15%;
	text-align: right;
}
.referal .nolabel {
	margin:5px 5px 5px 150px;
}
.control {
}
.name {
	width: 10em;
	margin:0 10px 0 0;
}
.nameHint {
	width: 10em;
	margin:0 10px 0 0;
	color:#999;
}
.middlename {
	width: 1em;
}
.login {
	width: 10em;
}
.password {
	width: 10em;
}
.email {
	width: 18em;
}
.emailHint {
	width:18em;
	color:#999;
}
.txtemailonly {
	width: 18em;
	height: 1.75em;
}
.txtemailonlyhint {
	width:18em;
	color:#999;
	height: 1.75em;
}
.verifyEmail {
	margin:0 7px 0 0;
}
.phone {
	width: 10em;
}
.address {
	width: 18em;
}
.state {
	width: 1em;
}
input.zip {
	width: 3em;
}
.description {
	width: 40em;
}
.comment {
	width: 24em;
}
.note {
	width: 30em;
}
.cartoptionitem {
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.cartoptionitem:hover {
	padding: 4px;
	margin: 5px;
	background: #fff url(images/fade_highlighter.png) repeat-x top left;
	border: solid 1px #d9dae1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.cartoptionitem th, .cartoptionitem td {
	padding: 0 0 0 10px;
	margin: 0;
}
.cartcheckitem {
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.cartcheckitem:hover {
	padding: 4px;
	margin: 5px;
	background: #fff url(images/fade_highlighter.png) repeat-x top left;
	border: solid 1px #d9dae1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.checked {
	padding: 4px;
	margin: 5px;
	background: url(images/fade_selector.png) repeat-x top left;
	border: solid 1px #7a7f9b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 1px 1px 5px #d9dae1;
	-moz-box-shadow: 1px 1px 5px #d9dae1;
	-webkit-box-shadow: 1px 1px 5px #d9dae1;
}
.cartoptionitem table {
	margin: 0;
}
.quote {
	background: url(images/quote_start.png) no-repeat scroll left top;
	font-style: italic;
	padding: 10px 10px 10px 40px;
}
.quote blockquote {
	margin: 0;
	padding: 0;
}
.quoteperson {
	background: url(images/quote_end.png) no-repeat scroll right top;
	height: 60px;
	padding: 5px 80px 5px 10px;
	text-align: right;
}
.quotename {
	display: block;
	font-style: normal;
	font-weight: 900;
}
.quoteinfo {
	display: block;
	font-style: normal;
	font-weight: 100;
}
.quotebuttons {
	text-align: right;
	cursor: pointer;
}
.quotecustomer {
	text-align: right;
	font-size: x-small;
	font-weight: bold;
}
.tightertd {
	padding: .12em;
}
.slideshow {
	font-size: 12px;
	line-height: 1;
}
.slideshow h5 {
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #ED8221;
	font-weight: normal;
}
.slideshow p {
	line-height: normal;
	margin: 0;
	padding: 0;
}
.slideshow .C1Link, .slideshow .C1Link:link, .slideshow .C1Link:active, .slideshow .C1Link:visited {
	margin: 2px;
	padding: 6px;
	display: inline-block;
}
.slideshow .C1Link:hover {
}
.slideshow .C1PageInfo {
	margin: 2px;
	padding: 6px;
	display: inline-block;
	color: #999;
}
/* Base Superbox Styles */
#superbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
}
#superbox-wrapper {
	position: fixed;
	z-index: 9999;
	top: 0;
	display: table;
	width: 100%;
	height: 100%;
}
#superbox-container {
	position: relative;
	zoom: 1;
	display: table-cell;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#superbox {
	margin: 0 auto;
	padding: 0;
}
#superbox-container .loading {
	margin: 0;
	text-align: center;
}
/* IE7 */
*:first-child + html #superbox-container {
	position: absolute;
	top: 50%;
	display: block;
	height: auto;
}
*:first-child + html #superbox {
	position: relative;
	zoom: 1;
	top: -50%;
	display: block;
}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container {
	position: absolute;
	top: 50%;
	display: block;
	height: auto;
}
* html #superbox {
	position: relative;
	zoom: 1;
	top: -50%;
	display: block;
}
* html #superbox-overlay {
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px' );
}
* html #superbox-wrapper {
	position: absolute;
 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px' );
}
/* Default Theme */
#superbox-overlay {
	background: #000;
}
#superbox-container .loading {
	text-align: center;
	font-size: 40px;
	color: #fff;
}
#superbox {
	position: relative;
	zoom: 1;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#superbox-innerbox {
	position: relative;
	zoom: 1;
	padding: 10px 0;
}
#superbox.image {
	text-align: center;
}
#superbox .close, #superbox .nextprev {
	overflow: hidden;
	margin: 0;
}
/* Custom Theme */
#superbox-overlay {
	background: #000;
}
#superbox-container .loading {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(loading.gif) no-repeat 0 0;
}
#superbox .close a {
	float: right;
	padding: .2em;
	line-height: 1;
	background: #c00;
	border: solid 1px #900;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#superbox .close a span {
	color: #fff;
}
#superbox .nextprev a {
	float: left;
	font-size: 1.4em;
	padding: .4em;
	line-height: 1;
	background: #808db5;
	border: solid 1px #5e607d;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#superbox .nextprev a.next {
	float: right;
}

#superbox .nextprev .disabled, #superbox .nextprev .disabled:hover {
	background: #eee;
	border: solid 1px #aaa;
	color: #999;
	text-decoration: none;
	cursor: default;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	height: 0;
	display: block;
	clear: both;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.fade-100 {
	opacity: .99;
	-moz-opacity: 0.99;
	-khtml-opacity: 0.99;
	filter: alpha(opacity=99);
}
.fade-75 {
	opacity: .75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
}
.fade-50 {
	opacity: .5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}
.fade-25 {
	opacity: .25;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	filter: alpha(opacity=25);
}
.nodisplay {
	display: none;
}
.devtools, .DevTools {
	background: transparent url(images/siloheader_repeater.png) no-repeat bottom;
	font-weight: bold;
	text-shadow: none;
	font-style: normal;
	padding: 3px;
	margin: 15px 0 5px 0;
}
.sharepoint, .SharePoint {
	background: transparent url(images/siloheader_repeater.png) no-repeat bottom;
	font-weight: bold;
	text-shadow: none;
	font-style: normal;
	padding: 3px;
	margin: 0 0 5px 0;
}
.documentation, .Documentation {
	background: transparent url(images/siloheader_repeater.png) no-repeat bottom;
	font-weight: bold;
	text-shadow: none;
	font-style: normal;
	padding: 3px;
	margin: 0 0 5px 0;
}
.documentation, .Documentation {
	background: transparent url(images/siloheader_repeater.png) no-repeat bottom;
	font-weight: bold;
	text-shadow: none;
	font-style: normal;
	padding: 3px;
	margin: 15px 0 5px 0;
}
.store .Documentation h1 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.store .Dev {
	padding: 0;
	margin: 0;
}
.categories .DevToolsBox {
	background: url(images/button_silos_lg.png) no-repeat left top;
	height: 150px;
}
*html .categories .DevToolsBox {
	background: url(images/button_silos_lg.gif) no-repeat left top;
}
.categories .DevToolsBox:hover {
	background: url(images/button_silos_lg.png) no-repeat -332px top;
}
*html .categories .DevToolsBox:hover {
	background: url(images/button_silos_lg.gif) no-repeat -332px top;
}
.devtoolsbox ul, .DevToolsBox ul {
}
.categoriesonly .DevToolsBoxSmall {
	background: url(images/button_silos_med.png) no-repeat 0 0;
}
*html .categoriesonly .DevToolsBoxSmall {
	background: url(images/button_silos_med.gif) no-repeat 0 0;
}
*html .categoriesonly a.DevToolsBoxSmall {
}
.categoriesonly .DevToolsBoxSmall:hover {
	background: url(images/button_silos_med.png) no-repeat -332px 0;
}
*html .categoriesonly .DevToolsBoxSmall:hover {
	background: url(images/button_silos_med.gif) no-repeat -332px 0;
}
.categories .SharePointBox {
	background: url(images/button_silos_lg.png) no-repeat left top;
	height: 150px;
}
*html .categories .SharePointBox {
	background: url(images/button_silos_lg.gif) no-repeat left top;
}
.categories .SharePointBox:hover {
	background: url(images/button_silos_lg.png) no-repeat -332px top;
}
*html .categories .SharePointBox:hover {
	background: url(images/button_silos_lg.gif) no-repeat -332px top;
}
.categoriesonly .SharePointBoxSmall {
	background: url(images/button_silos_med.png) no-repeat 0 0;
}
*html .categoriesonly .SharePointBoxSmall {
	background: url(images/button_silos_med.gif) no-repeat 0 0;
}
*html .categoriesonly a.SharePointBoxSmall {
}
.categoriesonly .SharePointBoxSmall:hover {
	background: url(images/button_silos_med.png) no-repeat -332px 0;
}
*html .categoriesonly .SharePointBoxSmall:hover {
	background: url(images/button_silos_med.gif) no-repeat -332px 0;
}
.categories .DocumentationBox {
	background: url(images/button_silos_lg.png) no-repeat left top;
	height: 150px;
}
*html .categories .DocumentationBox {
	background: url(images/button_silos_lg.gif) no-repeat left top;
}
.categories .DocumentationBox:hover {
	background: url(images/button_silos_lg.png) no-repeat -332px top;
}
*html .categories .DocumentationBox:hover {
	background: url(images/button_silos_lg.gif) no-repeat -332px top;
}
.categoriesonly .DocumentationBoxSmall {
	background: url(images/button_silos_med.png) no-repeat 0 0;
}
*html .categoriesonly .DocumentationBoxSmall {
	background: url(images/button_silos_med.gif) no-repeat 0 0;
}
*html .categoriesonly a.DocumentationBoxSmall {
}
.categoriesonly .DocumentationBoxSmall:hover {
	background: url(images/button_silos_med.png) no-repeat -332px 0;
}
*html .categoriesonly .DocumentationBoxSmall:hover {
	background: url(images/button_silos_med.gif) no-repeat -332px 0;
}
.documentationbox ul, .DocumentationBox ul {
}
/*Default Home page*/
.home {
	background-image: url(images/repeater_home.png);
}
.home .bgstyle {
	background: url(images/productwall_home.png) no-repeat top center;
}
.home .headersection {
}
.home .producttagline {
}
/*Studio Enterprise*/
body.studioenterprise {
	background-image: url(images/repeater_StudioEnterprise.png);
}
body.studioenterprise .bgstyle {
	background: url(images/productwall_StudioEnterprise.png) no-repeat top center;
}
body.studioenterprise .headersection {
}
body.studioenterprise .producttagline {
}
/*C1 Ultimate*/
body.ultimate {
	background-image: url(images/repeater_Ultimate.png);
}
body.ultimate .bgstyle {
	background: url(images/productwall_Ultimate.png) no-repeat top center;
}
body.ultimate .headersection {
}
body.ultimate .producttagline {
}
/*WinForms*/
body.winforms {
	background-image: url(images/repeater_StudioWinForms.png);
}
body.winforms .bgstyle {
	background: url(images/productwall_StudioWinForms.png) no-repeat top center;
}
body.winforms .headersection {
}
body.winforms .producttagline {
}
/*WPF*/
body.wpf {
	background-image: url(images/repeater_StudioWPF.png);
}
body.wpf .bgstyle {
	background: url(images/productwall_StudioWPF.png) no-repeat top center;
}
body.wpf .headersection {
}
body.wpf .producttagline {
}
/*ASPNET*/
body.aspnet {
	background-image: url(images/repeater_StudioASPNET.png);
}
body.aspnet .bgstyle {
	background: url(images/productwall_StudioASPNET.png) no-repeat top center;
}
body.aspnet .headersection {
}
body.aspnet .producttagline {
}
/*Silverlight*/
body.silverlight {
	background-image: url(images/repeater_StudioSilverlight.png);
}
body.silverlight .bgstyle {
	background: url(images/productwall_StudioSilverlight.png) no-repeat top center;
}
body.silverlight .headersection {
}
body.silverlight .producttagline {
}
/*LightSwitch*/
body.lightswitch {
	background-image: url(images/repeater_StudioSilverlight.png);
}
body.lightswitch .bgstyle {
	background: url(images/productwall_StudioSilverlight.png) no-repeat top center;
}
body.lightswitch .headersection {
}
body.lightswitch .producttagline {
}
/*ActiveX*/
body.activex {
	background-image: url(images/repeater_StudioActiveX.png);
}
body.activex .bgstyle {
	background: url(images/productwall_StudioActiveX.png) no-repeat top center;
}
body.activex .headersection {
}
body.activex .producttagline {
}
/*Mobile*/
body.windowsmobile {
	background-image: url(images/repeater_StudioMobile.png);
}
body.windowsmobile .bgstyle {
	background: url(images/productwall_StudioMobile.png) no-repeat top center;
}
body.windowsmobile .headersection {
}
body.windowsmobile .producttagline {
}
/*iPhone*/
body.iphone {
	background-image: url(images/repeater_StudioiPhone.png);
}
body.iphone .bgstyle {
	background: url(images/productwall_StudioiPhone.png) no-repeat top center;
}
body.iphone .headersection {
}
body.iphone .producttagline {
}
/*Spell Checking*/
body.spellchecking {
	background-image: url(images/repeater_Intellispell.png);
}
body.spellchecking .bgstyle {
	background: url(images/productwall_Intellispell.png) no-repeat top center;
}
body.spellchecking .headersection {
}
body.spellchecking .producttagline {
}
/*SharePoint*/
body.sharepointwebparts {
	background-image: url(images/repeater_SharePointWebParts.png);
}
body.sharepointwebparts .bgstyle {
	background: url(images/productwall_SharePointWebParts.png) no-repeat top center;
}
body.sharepointwebparts .headersection {
}
body.sharepointwebparts .producttagline {
}
/*Help Authoring*/
body.helpauthoring {
	background-image: url(images/repeater_DocToHelp.png);
}
body.helpauthoring .bgstyle {
	background: url(images/productwall_DocToHelp.png) no-repeat top center;
}
body.helpauthoring .headersection {
}
body.helpauthoring .producttagline {
}
/* jeb special */
.footernav {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 0.6em;
	padding: 0;
	margin: 0;
	border: none;
}
.footernav ul, .footernav li {
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.footernavlist {
}
.footernavlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footernavcolumn {
	float: left;
	width: 103px;
	margin: 0;
	padding: 0;
}
.footernavheader {
	text-transform: uppercase;
	font-weight: bold;
}
a.footernavsub:link, a.footernavsub:visited {
	color: #bfced6;
}
a.footernavsub:hover, a.footernavsub:active {
	color: #ffffff;
	text-decoration: none;
}
.footernav .downloads {
	width: 90px;
}
.footernav .Products {
	width: 140px;
}
.footernav .Support {
	width: 120px;
}
.footernav .Community {
	width: 80px;
}
.footernav .About {
	width: 80px;
}
.footernav .Store {
	width: 80px;
}
.footertext {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	margin: 75px 0 10px 0;
	color: #bfbfbf;
	text-align: right;
}
.footertext p {
	padding: 0;
}
.footertextleft {
	float: left;
	width: 75%;
}
.footertextright {
	float: right;
	width: 25%;
}
.seperator {
	color: #f6f6f6;
}
.cartbuttoncontainer {
	background: #fafafa url(images/fade_highlighter.png) repeat-x;
	border: solid 1px #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding: 5px;
	margin: 20px 5px 20px 5px;
	box-shadow: 0px 2px 5px #e5e5e5;
	-moz-box-shadow: 0px 2px 5px #e5e5e5;
	-webkit-box-shadow: 0px 2px 5px #e5e5e5;
}
.cartbuttoncontainer:hover {
}
*html .cartbuttoncontainer a.buttonloudsm {
	color: #fff;
}
.cartinfo {
	background: transparent url(images/seperator_v.png) no-repeat scroll right center;
	float: left;
	width: 50%;
	margin: 25px 0;
}
.carttotal {
	opacity: 0.9;
	position: relative;
	top: -30px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	float: right;
	text-align: right;
	padding: 5px;
	border: solid 1px #e0e0e0;
	box-shadow: 0px 2px 5px #e5e5e5;
	-moz-box-shadow: 0px 2px 5px #e5e5e5;
	-webkit-box-shadow: 0px 2px 5px #e5e5e5;
}
.total {
	float: left;
}
.totalprice {
	margin: 0 10px;
	float: left;
}
.cartcontainerright {
	margin: 10px;
	float: right;
	width: 40%;
	height: auto;
}
.cartbuttons {
	margin: -13px 0 0 0;
	text-align: right;
}
.cartbuttons a.buttonloudsm
{
    float: right;
}
.cartproduct {
	float: left;
}
.cartprice {
	border: solid 1px #fee165;
	box-shadow: 0px 2px 5px #ced4dd;
	-moz-box-shadow: 0px 2px 5px #ced4dd;
	-webkit-box-shadow: 0px 2px 5px #ced4dd;
	background: #fffae5 url(Images/message_bg.png) repeat-x top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-top: -20px;
	margin-right: 15px;
	float: right;
	padding: 10px;
}
.cartpricemargin {
	border: solid 1px #fee165;
	box-shadow: 0px 2px 5px #ced4dd;
	-moz-box-shadow: 0px 2px 5px #ced4dd;
	-webkit-box-shadow: 0px 2px 5px #ced4dd;
	background: #fffae5 url(Images/message_bg.png) repeat-x top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-right: 15px;
	float: right;
	padding: 10px;
}
.cartpricenobox {
	margin-top: -20px;
	margin-right: 15px;
	float: right;
	padding: 10px;
}
.normalversion h3 {
	font-weight: normal;
}
.cartpricesmall {
	padding: 0 10px;
	font-weight: normal;
	font-size: 0.9em;
}
.linkcheckout {
	display: block;
	clear: left;
}
a.linkcheckout {
	font-size: 1em;
	text-transform: lowercase;
	color: #626b90;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
}
.cartfinaltotal {
	border: solid 1px #fee165;
	box-shadow: 0px 2px 5px #ced4dd;
	-moz-box-shadow: 0px 2px 5px #ced4dd;
	-webkit-box-shadow: 0px 2px 5px #ced4dd;
	background: #fffae5 url(Images/message_bg.png) repeat-x top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.questions {
	margin: 0 5px 10px 5px;
	padding: 10px 0;
}
.cart p {
	padding: 0;
	margin: 0;
}
.splitlayout label {
}
.splitlayout input, select {
}
.formitem {
	margin: 10px 0;
}
.formitem table
{
    margin: 0px;
}

.emailonly {
	text-align: center;
	background-color:#3c424b;
	color:#fff;
	font-family:Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
}
.email_disclaimer {
	padding:0 223px 28px 0;
	font-size:0.7em;
	display:block;
}
.emailonly_header {
	font-size:23px;
	display:block;
	margin:30px 0 0 0;
	font-style:italic;
	letter-spacing:1px;
}
.email_footer {
	margin-top:20px;
	font-size:0.9em;
	font-style:italic;
	margin:25px 15px 15px 20px;
}
.emailonly_logos {
	margin:-15px 0 3px 12px;
	float:right;
}
.emailonlyerror {
	color:#FF0000;
}
.uploaderror {
	color:#FF0000;
}
.formactions {
	float: right;
	text-align: right;
}
fieldset {
	padding: 5px;
	border: solid 1px #e5e9ee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.formShowHidePassword {
	margin:0 0 0 7px;
	cursor:pointer;
}
fieldset:hover {
	border: solid 1px #aeb1be;
}
fieldset:active, fieldset:focus {
	border: solid 1px #989dac;
}
legend {
	padding: 0 10px;
	margin: 0 10px;
}
.fieldsignup .label {
	margin: 0 20px;
}
.fieldsignup .emailonly {
}
.label {
	padding: 0 5px;
	float: left;
	width: 30%;
	text-align: right;
}
input, select, textarea {
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	outline: none;
}
input:hover, select:hover, textarea:hover {
	background: #fafafa;
	border: solid 1px #414450;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	outline: none;
}
input:active, select:active, textarea:active, input:focus, select:focus, textarea:focus {
	border: solid 1px #414450;
}
input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border: none;
}
.signuplabelerror input {
	border: solid #000;
}
.forgot {
	text-align: center;
	padding: 5px 0;
}
.buttonstaticsm {
	text-transform: uppercase;
	font-weight: bold;
	color: #0577AF;
	cursor: pointer;
	border: none;
	background: transparent url(Images/button_static_sm.png) no-repeat 0 4px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	height: 40px;
	width: 84px;
	zoom: 1;
}
.buttonstaticsm:hover {
	border: none;
	background: transparent url(Images/button_static_sm.png) no-repeat 0 -39px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.buttonstaticmd {
	text-transform: uppercase;
	font-weight: bold;
	color: #0577AF;
	cursor: pointer;
	border: none;
	background: transparent url(Images/button_static_md.png) no-repeat 0 4px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	height: 40px;
	width: 134px;
	zoom: 1;
}
.buttonstaticmd:hover {
	border: none;
	background: transparent url(Images/button_static_md.png) no-repeat 0 -39px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.buttonstaticemail {
	text-transform: uppercase;
	font-weight: bold;
	color: #0577AF;
	cursor: pointer;
	border: none;
	background: transparent url(Images/button_static_lg.png) no-repeat 0 4px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	height: 40px;
	width: 200px;
	zoom: 1;
}
.buttonstaticemail:hover {
	border: none;
	background: transparent url(Images/button_static_lg.png) no-repeat 0 -39px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.buttonstaticlg {
	text-transform: uppercase;
	font-weight: bold;
	color: #0577AF;
	cursor: pointer;
	border: none;
	background: transparent url(Images/button_static_lg.png) no-repeat 0 4px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	height: 40px;
	width: 200px;
	zoom: 1;
}
.buttonstaticlg:hover {
	border: none;
	background: transparent url(Images/button_static_lg.png) no-repeat 0 -39px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.buttonstaticlgdis {
	text-transform: uppercase;
	font-weight: bold;
	color: #0577AF;
	cursor: pointer;
	border: none;
	background: transparent url(Images/button_static_lg.png) no-repeat 0 4px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	height: 40px;
	width: 200px;
	zoom: 1;
}
.buttonstaticlgdis:hover {
	border: none;
	background: transparent url(Images/button_static_lg.png) no-repeat 0 -39px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.tooltipcontent {
	font-size: 1.2em;
	padding: 5px 5px 10px 5px;
}
.tooltipcontent p {
	margin:0;
	padding:0;
}
.C1ttTitleBar {
	display: none;
}
.C1ttContentBar {
	padding: 3px;
}
.signuplabelerror .login {
	border: solid #000;
}
.creditcards th, .creditcards td {
	padding: 0;
	margin: 0;
}
.new {
	background: transparent url(images/new-32.png) right center;
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	left: 575px;
}
.messagepanetext {
	font-size: 0.7em;
	float: right;
}
.outline {
	border: solid 1px #ebebeb;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 5px 0;
}
.required input, select {
	border-color: #d5d5d5;
	-moz-box-shadow: 0px 0px 3px #e5e5e5;
}
.required input:hover, select:hover {
	border-color: #767c8b;
}
.progressbar_holder {
	width:177px;
	height:2px;
	position:absolute;
	top:-2em;
	left:.5em;
}
.progress_status {
	background: #000 url(images/timer_thumb_repeater.png) repeat-x top left;
	height:2px;
	width:1px;
	position:absolute;
	opacity: .75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
}
.progressbar_bg {
	background: #000 url(images/timer_dock_repeater.png) repeat-x top left;
	height:2px;
	width:100%;
	position:absolute;
	opacity: .25;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	filter: alpha(opacity=25);
}
/* grid is just mad cause i'm stylin' on it */

.C1GridView {
	border: solid 1px #ebebeb;
	padding: 4px;
	-moz-border-radius: 5px;
}
.fieldset {
	padding: 5px;
	border: solid 1px #e5e9ee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
table {
}
.C1OuterTable {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 0.8em;
	margin: 1px;
}
.C1OuterTable tbody {
	border-bottom: solid 1px #e5e5e5;
}
.C1OuterTable .Licenses tbody {
	border: none;
}
.C1OuterTable .C1Heading tbody, .C1OuterTable .C1PagerRow tbody {
	border: none;
}
.C1Heading {
	padding: 0;
}
.C1Heading .C1Gtd {
	text-transform: uppercase;
	border-bottom: solid 1px #e5e5e5;
	padding: 0;
}
.C1Gtd {
	padding: 0;
	margin: 0;
}
.C1Row {
}
.C1Row .C1Gtd {
	padding: 5px;
	border-right: solid 1px #edeef1;
	border-left: solid 1px #edeef1;
}
.C1AlternatingItems {
	background: #f6f6f8;
}
.C1HoverRow {
	background: #e9eaee;
}
.receiptgrid .C1HoverRow, .receiptgrid .C1ActiveCell {
	background: none;
}
.receiptgrid .C1AlternatingItems .C1HoverRow {
	background: #f6f6f8;
}
.hidepager .C1PagerRow span, .receiptgrid .C1PagerRow span {
	visibility: hidden;
}
.C1PagerRow {
	margin: 0;
	padding: 0;
}
.C1PagerRow span {
	text-align: right;
}
.C1ActiveCell {
	background: #d6d8df;
}
.cartgridcontainer {
}
.cartgriditem {
}
.altitem {
}
.cartgridheader {
}
.important {
	white-space: nowrap;
	text-wrap: none;
}
.expiressoon {
	color: #f05959;
}
.expired {
	color: #989898;
	font-style: italic;
}
.C1CartGrid table {
	margin-bottom: 0;
}
.C1CartGrid td {
	margin: 0;
	padding: 3px;
	border: solid 1px #edeef1;
}
.C1CartGrid th {
	border: 1px solid #fff;
	border-bottom: solid 1px #edeef1;
	text-transform: uppercase;
	text-align: left;
}
.C1CartGrid tr:hover {
	background: #e9eaee;
}
.C1CartGrid .Licenses td {
	border: none;
}
.C1CartGrid th tr:hover {
	background: #fff;
}
.C1EmptyRow {
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}
.C1GridView .C1PagerRow table {
	margin: 0;
	text-align: right;
	float: right;
}
.C1fdAdjust {
	position: absolute;
	left: -10000px;
}
.C1fdOpacity {
	opacity: .00;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	filter: alpha(opacity=0);
}
/* CheckBox Style */
.C1fdCheckBox {
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	height: 18px;
	line-height: 18px;
}
.C1fdCheckBoxSwaraj {
	float: left;
	width: 20px;
	height: 23px;
}
.C1fdCheckBox-C1Uncheck {
	background: url('Images/form.png') no-repeat 0 -230px;
	color: #000;
}
.C1fdCheckBox-C1Uncheck-C1Hover {
	background: url('Images/form.png') no-repeat 0 -380px;
	color: #999;
}
.C1fdCheckBox-C1Checked {
	background: url('Images/form.png') no-repeat 0 -30px;
	color: #000;
}
.C1fdCheckBox-C1Checked-C1Hover {
	background: url('Images/form.png') no-repeat 0 -180px;
	color: #999;
}
/* RadioButton Style */
.C1fdRadioButton {
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	height: 20px;
	line-height: 18px;
}
.C1fdRadioButtonSwaraj {
	float: left;
	width: 20px;
	height: 21px;
}
.C1fdRadioButton-C1Uncheck {
	background: url('Images/form.png') no-repeat 0 -630px;
	color: #000000;
}
.C1fdRadioButton-C1Uncheck-C1Hover {
	background: url('Images/form.png') no-repeat 0 -780px;
	color: #666666;
}
.C1fdRadioButton-C1Checked {
	background: url('Images/form.png') no-repeat 0 -430px;
	color: #000000;
}
.C1fdRadioButton-C1Checked-C1Hover {
	background: url('Images/form.png') no-repeat 0 -580px;
	color: #666666;
}
/* jquery tooltip style */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	text-align:left;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
}
#tooltip.fancy {
	background: url('Images/shadow.png');
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
}
/* tablegrid style */

.tablegrid {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin: 1px 1px 25px 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tablegrid tbody {
}
.tablegrid tr {
	border: solid 1px #e5e5e5;
}
.tablegrid .tablegrid-header, .tablegrid .tablegrid-footer {
	border: none;
}
.tablegrid .tablegrid-header:hover, .tablegrid .tablegrid-footer:hover {
	background: none;
}
.tablegrid .tablegrid-alt {
	background: #f5f6f8;
}
.tablegrid tr:hover {
	background: #E9EAEE;
}
.tablegrid th {
	text-align: center;
	padding: 4px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #0577AF;
	font-weight: bold;
	border: none;
}
.tablegrid .headtitlecell {
	text-align: left;
}
.tablegrid td {
	margin: 0;
	text-align: center;
	padding: 6px;
}
.tablegrid .infocell {
	text-align: left;
	font-style: italic;
}
/* static tooltip */
.static_tooltip {
	position:relative;
	left:40;
	width:288px;
	padding:0;
	margin:-7px 0 0;
}
.static_tooltip_top {
	background: url(images/livedemo_top_normal.png) no-repeat top center;
	width:287px;
	height:45px;
	margin:0;
	padding:0;
}
.static_tooltip_center {
	background: url(images/livedemo_repeat_normal.png) repeat-y top center;
	width:287px;
	margin:0;
	padding:0;
}
.static_tooltop_center_content {
	padding:0 20px 20px 20px;
}
.static_tooltip_bottom {
	background: url(images/livedemo_bottom_normal.png) no-repeat top center;
	width:287px;
	height:10px;
	margin:0;
	padding:0;
}
.static_tooltip:hover .static_tooltip_top {
	background: url(images/livedemo_top_active.png) no-repeat top center;
}
.static_tooltip:hover .static_tooltip_center {
	background: url(images/livedemo_repeat_active.png) repeat-y top center;
}
.static_tooltip:hover .static_tooltip_bottom {
	background: url(images/livedemo_bottom_active.png) no-repeat top center;
}
.productpanel p {
	padding:0 0 0.75em 0;
	margin:0;
	line-height:1;
}
.feature {
	border: 1px solid #F3F4F9;
	border-radius: 4px 4px 4px 4px;
	list-style: none outside none;
	margin: 1px;
	padding: 0.1em 0.4em 0.3em;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:650px;
}
.webcastRegisterbg {
	padding:0;
	background-color:#F3F4F9;
	position:relative;
	z-index:2;
}
.webcastContainer {
	padding:5px 10px;
}
.webcastBtn {
	padding: 5px 0px 0px 0px;
}
.upsellTextArea {
	min-width:765px;
}
.downloadThankYouText {
}
/* Wijmo Menu Stuff */
.wijmo-wijmenu-item-text {
	font-family:Segoe UI;
	font-size:10px;
}
.wijmo-wijmenu li {
	list-style:none;
}
.wijmo-wijmenu-text {
	color:#fff;
	font-size:1em;
}
.wijmo-wijmenu-child .ui-state-hover .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-active-menuitem .wijmo-wijmenu-text, .wijmo-wijmenu-child .wijmo-wijmenu-text {
	font-weight: normal !important;
}
#header wijmo-wijmenu-child {
	border:none !important;
	-moz-box-shadow:0 3px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 3px 2px rgba(0, 0, 0, 0.25);
	box-shadow:0 3px 2px rgba(0, 0, 0, 0.25);
}
.wijmo-wijmenu-link:hover {
}
.menuholder {
	font-size:15px;
	clear:both;
	display:block;
	float:left;
	position:relative;
	width:960px;
	margin:30px 0 0;
	padding:0;/* visibility: hidden; */
}
.menuholder .wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol {
	-moz-border-radius:4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #FFF;
	border:1px solid #808DB5;
	display:block;
	font-size:1em;
	opacity:0.5;
	width:158px;
	float:right;
	color:#000;
}
.wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol:active, .wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol:focus, .wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol:hover {
	background:#fff;
	opacity:0.85;
	color:#000;
	border:solid 1px #fff;
}
.searchbutton, .searchbutton:link, .searchbutton:active, .searchbutton:visited, .searchbutton:hover {
	background:url("images/icon_find.png") no-repeat scroll left center transparent;
	display:block;
	overflow:hidden;
	position:absolute;
	right:5px;
	text-decoration:none;
	top:0px;
	width:21px;
	padding:2px 3px;
}
.menuholder .wijmo-wijmenu-horizontal {
	background:transparent url(images/nav_repeater.png) repeat-x center center;
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.75);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.75);
	border:solid 1px rgba(255, 255, 255, 0.25);
}
.mysection div.wijmo-wijmenu {
	background:none;
	border:1px solid transparent;
	display:block;
	width:43px;
	padding:2px 0 0;
	float:left;
}
.mysection .wijmo-wijmenu-horizontal {
	float:left;
	background:none;
	border:none;
	font-size:0.85em;
	margin:0;
	padding:0;
}
.mysection a.wijmo-wijmenu-link {
	width:24px;
	display:block;
	background:none;
	padding: 3px 12px 3px 4px;
}
.mysection .wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-link {
	margin:0;
	padding:0;
}
.mysection .wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
	padding:0.4em 0.3em;
}
.mysection {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	line-height:32px;
}
.mysection .ui-icon {
	margin-top:3px;
}
.mysection a, .header a .header-inner a .breadcrumb a, .chatty a, .header-inner {
	color:#FFF;
}
.breadcrumb .breadcrumblink {
	color:#fff;
}
.wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-hover, .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-active, .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-focus {
	background: #384249;
	background:rgba(56, 66, 73, 0.95);
	font-weight:700;
	border:solid 1px transparent;
}
.wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-hover {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-link {
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-link {
	font-weight:700;
	text-shadow:0 0 3px rgba(0, 0, 0, 0.75);
	text-transform:uppercase;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-list {
	-moz-border-radius:0 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
	border-radius:0 4px 4px 4px;
	background: #384249;
	background:rgba(56, 66, 73, 0.95);
	border:solid 1px transparent;
	-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.50);
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.50);
	font-size:0.95em;
}
.wijmonav .wijmo-wijmenu-parent ul.wijmo-wijmenu-child {
	width:219px;
}
.mysection .wijmonav .wijmo-wijmenu-parent ul.wijmo-wijmenu-child {
	width:120px;
}
.wijmo-wijmenu-list .wijmo-wijmenu-item .ui-widget-header {
	background:#57636d;
	border:solid 1px transparent;
	text-transform:uppercase;
	font-weight:700;
	width:90%;
	color:#fff;
}
div.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .ui-widget-header {
	width:96%;
}
.wijmo-wijmenu-child .wijmo-wijmenu-item {
	text-transform:lowercase;
}
.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-item .ui-state-hover {
	background:#57636d;
	font-weight:400;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link, .wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-item .ui-state-hover {
	text-transform:none;
	font-weight:400;
}
.wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-separator {
	background:url("images/seperator_v.png") repeat-y scroll center top transparent;
	border:medium none;
	height:39px;
	margin-bottom:-5px;
	margin-left:10px;
	margin-top:-3px;
	width:2px;
}
.wijmo-wijmenu .wijmo-wijmenu-list .ui-widget-header h3 {
	color:#FFF;
	text-shadow:none;
	padding:0;
}
.menuholder .wijmo-wijmenu .wijmo-wijmenu-list .c1logo .wijmo-wijmenu-link {
	margin-bottom:-3px;
	padding:3px 0 0;
}
.menuholder .wijmo-wijmenu .wijmo-wijmenu-list .c1logo .wijmo-wijmenu-link:hover {
	background:none;
}
.mysection .wijmo-wijmenu-horizontal .wijmo-wijmenu-list .wijmo-wijmenu-item {
	margin-right:8px;
}
.wij-account-icon {
	background: url(http://www.componentone.com/newimages/Icons/24/User.png) no-repeat left center;
	width:38px;
	height:24px;
	display:block;
	float:left;
}
.wij-account-icon .ui-icon {
	margin: 5px 0 0 20px;
	background-image: url("c1-wijmo/images/ui-icons_ffffff_256x240.png");
}
.wijmonav .wijmo-wijmenu-item {
	clear: none;
	width: auto;
}
.wijmonav li.wijmo-wijmenu-item a.wijmo-wijmenu-link {
	margin-bottom: -13px;
	margin-top: -3px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: auto;
}
.wijmonav ul li.wijmo-wijmenu-item {
	width: 100%;
}
.wijmonav ul li.wijmo-wijmenu-item a.wijmo-wijmenu-link {
	margin: 0;
	padding: 0.4em 0.3em;
	width: 92%;
}
.wijmonav li.wijmo-wijmenu-item a.wijmo-wijmenu-link span.ui-icon {
	bottom: -16px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
}
.mysection .wijmonav li.wijmo-wijmenu-item a.wijmo-wijmenu-link span.ui-icon {
	bottom: 5px;
	left: 50%;
	margin-left: 2px;
	position: absolute;
}
.wijmonav ul li.wijmo-wijmenu-item a.wijmo-wijmenu-link span.ui-icon {
	position: absolute;
	right: 10px;
	left: auto;
	bottom: auto;
	margin: auto;
}
.wijmonav li.c1logo a.wijmo-wijmenu-link {
	margin: 0 -5px 0 0;
	padding: 4px 0 0 6px;
}
.menuholder .search {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 9px;
	right: 0;
}
body #header-inner {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	width:960px;
	position:relative;
	margin:0 auto;
	zoom: 1;
	z-index: 99;
	height:112px;
}
#header-inner .searchcontrol {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #808DB5;
	border-radius: 4px 4px 4px 4px;
	display: block;
	float: left;
	font-size: 1em;
	height: 18px;
	margin-right: 28px;
	opacity: 0.75;
	overflow: hidden;
	padding: 6px;
	position: absolute;
	right: 6px;
	top: -3px;
	width: 128px;
}
.c1wijreportviewer .c1-c1reportviewer-toolbar {
	font-size:11px;
}
.wijmo-wijmenu-list .ui-widget .wijmo-wijmenu-link {
	font-family:Verdana, Arial, sans-serif;
	font-size:15px;
}
.header-info .ui-icon {
	margin:4px 0 4px -21px;
}
/* ************** SIDEBAR STUFF *************     background: url(images/seperator_h.png) repeat-x bottom left; */

.pagetabslist .wijmo-wijmenu-text {
	color:#0577AF;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:none;
	text-transform:capitalize;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
}
.secondary .ui-widget {
	margin: 0;
	padding: 4px 5px;
	float: none;
	background: none;
	display: block;
	list-style: none;
	border:none;
	width:273px;
}
.secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-hover, .secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-focus, .secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-active {
	background:none;
	border:1px solid transparent;
}
.secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-hover span {
	text-decoration:underline;
}
.secondary .pagetabslist li.pagetablink {
	margin: 0 12px;
	padding: 5px 0 0 0;
	float: none;
	display: block;
	list-style: none;
	background: url(images/seperator_h.png) repeat-x top left;
}
.secondary .pagetabslist li.active a span {
	font-weight:bold;
}
.C1Menu:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.c1-h-flow, .c1-h-flow-right, .c1-v-flow, .c1-v-flow-right {
	margin: 0;
	padding: 0;
}
.C1Menu .c1-h-flow .C1ListItem, .C1Menu .c1-h-flow-right .C1ListItem, .C1Menu .c1-v-flow .C1ListItem, .C1Menu .c1-v-flow-right .C1ListItem {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.wijmo-wijmenu-link span.c1Logo {
	height:25px;
	width:180px;
	background: url(images/nav_c1logonew.png) no-repeat top;
	display:block;
	float:left;
	margin:1px 0 0 4px;
}
.wijmo-wijmenu .wijmonav .c1Logo2 .wijmo-wijmenu-link, .wijmo-wijmenu .wijmonav .c1Logo2 .ui-state-hover, .wijmo-wijmenu .wijmonav .c1Logo2 .ui-state-focus, .wijmo-wijmenu .wijmonav .c1Logo2 .ui-state-active {
	float: left;
	margin: 3px -2px 0 2px;
	padding: 0 12px 0 0;
	background: url(images/seperator_v.png) no-repeat center right;
}
/* END Wijmo Menu Stuff */

/* What's new feature placeholder */
.whatsnewbrief {
	background: none repeat scroll 0 0 #F3F4F9;
	border: 1px solid #999999;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	width:600px;
	float:left;
	margin:10px 0 0 0;
	overflow:hidden;
	padding:0 0 10px 0;
}
.whatsnewbrief ul {
	margin:13px 13px 13px 18px;
}
.whatsnewbrief li {
	float:left;
	list-style: none outside none;
	padding: 2px;
	width: 31%;
}
.whatsnewbrief .newpic {
	margin:0;
	float:left;
}
.allchildren .newpic {
	padding: 0 0 0 10px;
}
.whatsnewbrief .newpic .imglink {
	margin: 0;
}
.whatsnewbrief a {
	float:left;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
	padding-left:8px;
	line-height:30px;
}
.allchildren a {
	float:left;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size:14px;
	/* padding:0 4px 0 16px; */
	line-height:18px;
	font-weight:normal;
}
.whatsnewbriefposition {
	margin:0 0 0 260px;
	display:block;
}
.whatsnewbriefposition a {
	margin:-17px 0 0 0;
}
.featuredchildren {
	margin:0;
	padding:0 0 33px;
}
.allchildren {
	display:none;
	float:left;
	margin:0 0 10px 0;
}
.smallchildproducttext {
	width:133px;
	float:left;
	padding-left:6px;
}
.productfeatureseperator {
	background: url(images/bar_610.png) no-repeat scroll left bottom transparent;
	height:1px;
	padding-top:9px;
}

a.buttonlightsm {
	/*background: url(images/button.png) no-repeat scroll 100% 0;*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 1px 0 #ffffff;
	border: solid 1px #b9bdbe;
	text-align: center;
	padding: 5px 12px 6px 12px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 12px;    
	margin-right: 6px;
	color: #0577af;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 14px;
}
a.buttonlightsm:hover {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(214, 214, 214, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
	border: solid 1px #b9bdbe;
}
/* End whats new feature placeholder */

/* Demos Placeholder */
.demodescription {
}
.demonote {
	font-style:italic;
	font-size:1em;
}

/* End Demos Placeholder */

/* Begin Product Resources Placeholder */

.productresourcesbrief ul{
	margin: 6px 12px;
	clear: both;
}
.resourcechildren {
	display:none;
	margin:0 0 10px 0;
	overflow: hidden;
}
.resourcechildren ul {
	background: url(images/resource_bg.png) no-repeat scroll center top transparent;
	padding: 13px;
}
.resourcechildren .newpic {
	padding: 7px 0 0 4px;
}
.resourcechildren a{
	display: block;
	float: left;	
	padding: 0 6px 0 6px;
}
.smallchildresourcetext{
	display: inline-block;
	width: auto;
}
.productresourcesbrief li {
	clear: both;
	display: inline-block;
	list-style: none outside none;
	padding: 2px;
	width: 100%;
}
.featuredresourcechildren{
	margin: 0;
	padding: 0;
}
.featuredresourcechildren a {
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 6px 0 6px;
}
.featuredresourcechildren li {
	Line-height: 30px;
}

.productresourcesbrief {
	background: url(images/expander_bg.png) no-repeat scroll center bottom transparent;
	height: auto;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0 0 10px;
	width: 300px;
}
.productresourcesbriefposition a {
	margin-left: 85px;
	margin-top: -25px;
}
.resourcechildren .newpic, .featuredresourcechildren .newpic{
	display: block;
}
a.resourcebuttonlightsm {
	/*background: url(images/button.png) no-repeat scroll 100% 0;*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 1px 0 #ffffff;
	border: solid 1px #b9bdbe;
	text-align: center;
	padding: 5px 12px 6px 12px;
	display: inline-block;
	cursor: pointer;	
	margin-bottom: 12px;
	margin-left: 110px;
	margin-right: 6px;
	color: #0577af;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 14px;
}
a.resourcebuttonlightsm:hover {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(214, 214, 214, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(214, 214, 214, 1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
	border: solid 1px #b9bdbe;
}

/* End Product Resources Placeholder */

/* LightSwitch sidebar class */
ul.lightswitch li{
   /* color: #0577AF;
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Sans-Serif;
    font-size: 14px;*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/seperator_h.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url("images/sidebar_header_bg.png");
	color: #5E607D;
	font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Sans-Serif;
	line-height: 1;
	margin: 0.2em 0;
	/*padding: 0.4em 0;*/
    /*padding-top: 5px;*/
    list-style-image: none;
    list-style-type: none;  
}
/* end LightSwitch sidebar class */

/*begin demo notes class */
.demoNotes{
	background: none repeat scroll 0 0 #F3F4F9;
    border: 1px solid #E8E9EE;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    margin: 14px;
    padding: 10px 10px 10px 5px;
    width: 250px;
}
.demoNotes span{   	     
	display: inline-block;
	font-style: italic;
	margin-left: 25px;
	margin-right: 5px;
}
.demoNotes img{
	position: absolute;
}
/* end demo notes class */

/* begin class for sample search button */
.samplesearch
{
	background-color: #C9CED8; 
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.246094) 0 0 5px;				
}
.samplesearch input[type="text"]
{	
    border-radius: 0px;
	width: 83%;
	margin: 5px;
	display: inline-block;
	padding: 3px;
	border: 1px solid LightGray;
	color: gray;
	font-style: italic;
	font-family: Georgia,Bodoni,Garamond,Times New Roman,Serif;
}
.samplesearch input[type="submit"], .requestsample input[type="submit"]
{
	background: rgb(19,138,197); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 138, 197, 1)), color-stop(100%, rgba(5, 119, 175, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(19, 138, 197, 1) 0%, rgba(5, 119, 175, 1) 100%); /* W3C */	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba(4, 60, 102, 0.50);
	border: solid 1px #29adee;
	text-align: center;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
	margin: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 16px;	
}
.requestsample input[type="submit"]
{
    float:right;
}
.requestsample
{
    margin-bottom: 10px;
}
.requestsample span
{
    display: inline-block;            
    margin: 5px;
    /*padding: 5px;*/
    font-family: Georgia,Bodoni,Garamond,Times New Roman,Serif;
    font-size: 14px;  
    width:  409px;
    float: left;
}

/* end class for sample search button */

/* begin class for product demos - demo listing */
.spotlightfeature .demoNotes{
	background: url("Images/message_bg.png") repeat-x scroll left top #FDFDEE;
    height: auto;
    margin: 5px 0px;
    padding: 5px;
    width: auto;
    display: table-cell;
}
.spotlightfeature .demoNotes span{   	     
	/*display: inline-block;*/
	font-style: italic;
	/*margin-left: 25px;*/
	margin-left: 4px;
	margin-right: 5px;
}
.spotlightfeature .demoNotes img{
    /*position:absolute;*/
	position: relative;
}
.spotlightfeature a.buttonloudsm {
	margin: 5px 6px 12px 0;
	padding: 6px 9.5px 9px;
	float: none;
	display: inline-block;
}

.demotagline {
    margin-top: 5px;
}

.featuretitle .demotagline span{
    font-style: italic;
    font-size: 14px;
}
.spotlightfeature a.button
{
    margin-top: 5px;
}
/* end class for product demos - demo listing */

.sectionheader {
    background: url("images/siloheader_repeater.png") repeat-x scroll 0 44px transparent;    
    background-size: 619px 1px;
    color: #5E607D;
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Sans-Serif;
    line-height: 1;
    margin: 5px 0;
    padding: 15px 0;
}

.headerpadding
{
    position: relative;
    top: -17px;
}

h1 a
{
    font: 0.6em Georgia,Bodoni,Garamond,Times New Roman,Serif;
    float:right;
    margin-right: 10px;
    margin-top: 5px;
}
