body {
	font-size: 11pt;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #3f3f3f;
	color: white;
}

a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}

a:link.plain {
	text-decoration: none;
}
a:visited.plain {
	text-decoration: none;
}
a:hover.plain {
	text-decoration: none;
}

.title {
	color: #36c;
	font-weight: bold;
	font-size: larger;
}
.productTitle {
	font-weight: bold;
	font-size: larger;
}
.whiteText {
	color: #fff;
}
a:link.whiteText {
	color: #fff;
	text-decoration: underline;
}
a:visited.whiteText {
	color: #999;
	text-decoration: underline;
}
a:hover.whiteText {
	color: #fc0;
	text-decoration: none;
}

.heading {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	font-size: 13pt;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#titledContentTitle {
	color: #003;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	width: 960px; //980px
	min-height: 36px;
	padding: 10px;
	background-color: #69c;
	border: thin solid #333;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topLeft: 12px;
	-moz-border-radius-topRight: 12px;
}

#titledContent {
	color: #000;
	text-align: left;
	width: 940px; //980px
	min-height: 36px;
	padding: 20px;
	background-color: #fff;
	border-left: thin solid #333;
	border-right: thin solid #333;
	-moz-border-radius-left: 12px;
	-moz-border-radius-right: 12px;
}

#untitledContent {
	color: #000;
	text-align: left;
	width: 940px; //980px
	min-height: 36px;
	padding: 20px;
	background-color: #ffffff;
	border: thin solid #333;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topLeft: 12px;
	-moz-border-radius-topRight: 12px;
}

#innerContent {
	width: 640px; //980px
}

#leftMenu {
	background-color:#ccc;
	width:162px;
	border:thin solid #333;
	padding: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.medleading {
	line-height: 18pt;
}

.content {
	text-align: left;
	width: 980px;
}

.pageWhite {
	text-align: left;
	max-width: 980px;
	background-color:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 20px;
}

.subtext {
	color: #666;
}

.navColumn {
	color: #333;
	font-weight: bold;
	background-color: #bbb;
}
a:link.navColumn {
	color: #333;
	text-decoration: none;
	font-size: 13pt;
}
a:visited.navColumn {
	color: #333;
	text-decoration: none;
	font-size: 13pt;
}
a:hover.navColumn {
	color: #960;
	text-decoration: none;
	font-size: 13pt;
}
a:link.navColumnNode {
	color: #333;
	text-decoration: none;
	font-size: 11pt;
	font-weight: normal;
}
a:visited.navColumnNode {
	color: #333;
	text-decoration: none;
	font-size: 11pt;
	font-weight: normal;
}
a:hover.navColumnNode {
	color: #960;
	text-decoration: none;
	font-size: 11pt;
	font-weight: normal;
}

#header {
	height: 48px;
	background-color: #fc0;
	width: 100%;
}
#headerContent {
	width: 980px;
}
#headerShadow {
	background-repeat: repeat-x;
	background-image: url(/software/images-software/colorexpert/headerShadow.png);
	height: 6px;
	width: 100%;
}
.headerItem {
	margin-left: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 12px;
	font-weight: bold;
	padding-left: 12px;
	color: black;
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
a:link.headerItem {
	color:black;
	border-color: #fc0;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}
a:visited.headerItem {
	color:black;
	border-color: #fc0;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}
a:hover.headerItem {
	color: white;
	border-color: #3e330c;
	border-style: solid;
	border-width: 1px;
	background-color: #7d6614;
	text-shadow: 0px 1px 2px black;
	text-decoration: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#productRibbon {
	padding-top: 3px;
	color: #666;
	background-color: #000;
	width: 100%;
}
#productRibbonBottom {
	background-color: #333;
	width: 100%;
	height: 1px;
}
a:link.productRibbonItem {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited.productRibbonItem {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover.productRibbonItem {
	color: #fc0;
	text-decoration: none;
	font-weight: bold;
}

#toolbar {
	width: 100%;
	/*height: 53px;*/
	height: 36px;
	/*background-repeat: repeat-x;*/
	/*background-image: url(/software/images-software/colorexpert/toolbarBackground-black.png);*/
	background: #444; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#444));
	background: -moz-linear-gradient(-90deg, #777, #444);
	background: -o-linear-gradient(-90deg, #777, #444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444'); /* for IE */
}
.toolbarItem {
	text-shadow: 0px -2px 0px black;
	/*color: #b0b0b0;*/
	color: #ccc;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 4px;
	margin-left: 6px;
	font-weight: bold;
}
a:link.toolbarItem {
	/*color: #b0b0b0;*/
	color: #ccc;
	text-shadow: 0px 1px 2px black;
	text-decoration: none;
	font-weight:bold;
	font-size:12pt;
}
a:visited.toolbarItem {
	/*color: #b0b0b0;*/
	color: #ccc;
	text-shadow: 0px 1px 2px black;
	text-decoration: none;
	font-weight:bold;
	font-size:12pt;
}
a:hover.toolbarItem {
	color: #fff;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	background-color: #333;
	padding-right: 11px;
	padding-left: 11px;
	text-shadow: 0px 1px 2px black;
	text-decoration: none;
	font-weight:bold;
	font-size:12pt;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	cursor:default;
}

#footer {
	width: 960px; //980px;
	line-height: 10pt;
	font-size: smaller;
	color: #999;
	background-color: #1f1f1f;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomLeft: 12px;
	-moz-border-radius-bottomRight: 12px;
}
a:link.footer {
	color: #fff;
	text-decoration: underline;
}
a:visited.footer {
	color: #999;
	text-decoration: underline;
}
a:hover.footer {
	color: #fc0;
	text-decoration: none;
}

.htmlContainer {
	display: none;
}
