@CHARSET "UTF-8";

html,body {
	height:100%;
}


body {
	margin:0px;
	background-color:white;
	color:black;
	height:100%;
	min-height:100%;
	font:13px arial,helvetica;
	line-height:15px;
	word-spacing:-1px;

	overflow-y:scroll;
	
	background-color:white;
	background-image:url(../_images/margin_background.png);
	background-repeat:repeat-x;
}

img {
	border:none;
}

h1 {
	font-weight:bold;
	font-size:14px;
	line-height:26px;
}

h2 {
	font-weight:bold;
	font-size:13px;
	margin-bottom:3px;
}

h3 {
	font-size:14px;
}

a {
	color:#457EAF;
	text-decoration:none;
}
a:hover {
	color:#38B087;
}
ul {
	line-height:20px;
}

li {
	margin-bottom:10px;	
	line-height:18px;
}

ul.compressed {
	margin-top:5px;
	font-size:12px;
}
ul.compressed li {
	margin-bottom:3px;
}	

p,td {
	line-height:18px;
}

p.small {
	font-size:12px;
	line-height:20px;
}

hr {
	height:1px;
	border:none;
	border-top:1px solid #C0C0C0;
	outline:none;
}

table.layout td {
	line-height:24px;
}
.nowrap td {
	white-space:nowrap;
}

form {
	margin:0px;
}

.bodySpace {
	margin:10px;
}

.unindented {
	margin-left:0px;
}

ul.smallList {
	padding-left:20px;
	*margin:0px;
	*padding:20px;
	*width:120px;
}
ul.smallList li {
	font-size:12px;
	line-height:16px;
}
ul.smallList ul {
	padding-left:20px;
	*margin-left:0px;
	*margin-top:10px;
	*margin-bottom:10px
}

.label {
	font-size:11px;
	line-height:14px;
}

.indented {
	margin-left:30px;
}

/* ----------------------------------- */
/* Menu */

.menuTable {
	table-layout:fixed;
}

.menu {
	height:35px;
	background-image:url(../_images/menu_background.png);
	background-repeat:repeat-x;
}
.menu a:link, .menu a:visited {
	color:black;
	text-decoration:none;
}
.menu a:hover {
	color:#c05000;
}
.menuItem {
	height:35px;
}

.searchHolder {
	background-image:url(../_images/search_box.png);
	background-repeat:no-repeat;
	position:relative;
	height:20px;
	width:140px;
	margin-top:9px;
	margin-right:10px;
}
.searchBox {
	position:absolute;
	left:10px;
	top:0px;
	*top:2px;
	border:none;
	height:20px;
	width:90px;
	background:none;
	font-size:10px;
	outline:none;
}

/* ----------------------------------- */
/* Header */

.header {
	height:73px;
	background-image:url(../_images/header_background.png);
	background-repeat:repeat-x;
	position:relative;
}
#headerImage {
	margin-top:1px;
	margin-left:4px;
}

/* ----------------------------------- */
/* Header: Internal Pages */

.productHeader1 {
	 height:69px;
	 background-image:url(../_images/product_header_1.png);
	 background-repeat:repeat-x;
}
.productHeader2 {
	 height:69px;
	 background-image:url(../_images/product_header_2.png);
	 background-repeat:repeat-x;
}

/* ----------------------------------- */
/* Product List */

.productBar {
	background-image:url(../_images/product_back.png);
	background-repeat:repeat-x;
	height:142px;
	border-bottom:1px solid #808080;
	border-top:1px solid #1293a7;
	margin-top:5px;
}

.productTable {
	height:142px;
	padding-left:5px;
	padding	-right:5px;
}

.productBarShadow {
	background-image:url(../_images/product_shadow.png);
	background-repeat:repeat-x;
	height:9px;
}

.productSpace {
	overflow:horizontal;
	width:945px;
	height:135px;
}

.separatorCell {
	border-left:1px solid #1273a9;
	padding-left:10px;	
}

/* ----------------------------------- */
/* Main Page Content */

.main {
	position:relative;
}

.mainBody {
	width:630px;
	min-height:320px;
	margin-bottom:20px;
}
.mainBody p {
	margin-left:20px;
	line-height:24px;
}
.strong {
	font-weight:bold;
	color:#457EAF;
}

.boxCaption {
	vertical-align:top;
	color:#808080;
	font-size:12px;
	line-height:16px;
}

.moreToDiscover {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

/* ----------------------------------- */
/* Left Sidebar (Contents)  */

ul.pageContents {
	font-size:12px;
	line-height:15px;
	padding-left:0px;
	padding-right:20px;
	border-right:1px solid #C0C0C0;
}

ul.pageContents li {
	margin-bottom:5px;
	list-style-type:none;
}

.contentsSelected {
	font-weight:bold;
}

.submenu {
	margin-left:10px;
	margin-top:10px;
	width:150px;
}

.submenu img {
	margin-bottom:2px;
}

.submenu h2 {
	margin-bottom:10px;
}

.submenuDivideBefore {
	margin-top:10px;
}

.submenuDynamic {
	width:145px;
	height:26px;
	background-image:url(../_images/product_menu_blank.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color:black;
	font-size:12px;
	padding-top:6px;
	padding-left:8px;
	margin-bottom:1px;
}
.submenuDynamicHighlighted {
	width:145px;
	height:26px;
	background-image:url(../_images/product_menu_blank_highlighted.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color:white;
	font-size:12px;
	padding-top:6px;
	padding-left:8px;
	margin-bottom:1px;
}

/* ----------------------------------- */
/* Page content - internal */

.pageContent {
	padding:20px;
}

.pageContent h1 {
	font-size:24px;
	font-weight:normal;
	margin-top:10px;
}
.pageContent h2 {
	margin-top:20px;
	font-size:15px;
}

.pageContent p {
	line-height:18px;
	margin-right:20px;
}

.subpage {
  width:500px;
  position:relative;
  /* min-height is crucial to stop screenshot displays flowing off the end of the subpage */
  min-height:850px;
}

.hidden {
	display:none;
}

#screenshotDisplay {
	position:absolute;
	left:140px !important;
	top:0px !important;
	width:610px;
	height:600px;
}

#thumbnailHolder {
	width:576px;
	height:106px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}

#thumbnailTrack {
	position:absolute;
	top:0px;
	left:0px;
	white-space:nowrap;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing:ease-in;
}

.thumbnailImage {
	border:2px solid white;
}

.thumbnailImageSelected {
	border:2px solid #1892C9;
}

em,.caption {
	color:#457EAF;
}

/* ----------------------------------- */
/* Sidebar links */

.mainLinks {
	width:260px;
	background-color:#E2F5FF;
	padding:10px;
	margin:10px;
}

.mainLinksOrange {
	width:260px;
	background-color:#F7D38B;
	border:2px solid #FF7F00;
	-webkit-border-radius:10px;
	padding:10px;
	margin:10px;
}

.mainLinksOrange .sidebarSection {
	margin:0px;
}

table.links {
	margin-bottom:10px;
}

table.links td {
	padding-bottom:10px;
}

.greyLinks {
	margin-left:5px;
}
.greyLinks td {
	padding-top:5px;
	padding-bottom:5px;
}

.productKeyLinks {
	margin-left:5px;
	margin-top:5px;
}

.sidebarSection {
	margin-top:20px;
	margin-left:10px;
	margin-right:20px;
}
.sidebarSection a {
	color:black;
}
.sidebarSection a:hover {
	color:#457EAF;
}
.sidebarSection h1 {
	color:black;
	margin-bottom:0px;
	font-size:16px;
	font-weight:normal;
}
.sidebarSection p {
	line-height:18px;
	font-size:12px;	
	margin-top:5px;
	color:#505050;
}

.buttonHolder {
	width:159px;
	margin:auto;
}

.featuredLink {
	margin-left:10px;
}
.featuredLink h1 {
	font-size:17px;
	font-weight:normal;
	margin-bottom:0px;
}
.featuredLink a {
	color:black;
}
.featuredLink p {
	margin-top:6px;
	margin-right:15px;
	margin-bottom:15px;
	font-size:12px;
	color:#505050;
	line-height:18px;
}

.sidePanelLink {
	background-color:#F4F4F4;
	border:1px solid #95BCEC;
	-webkit-border-radius:5px;
	padding:10px;
	width:140px;
	min-height:113px;
	margin-top:10px;
}
.primary {
/*
	background-color:#FAFAFA;
	border-width:2px;
*/
/*
	background-color:#fea443;
	background-image:url(../_images/primary_back.png);
	background-repeat:repeat-x;
	border:2px solid #ff8000;
*/
	background-color:#96D7FB;
	background-image:url(../_images/primary_back.png);
	background-repeat:repeat-x;
	border:1px solid #2D9DDB;
}
.primary h1, .primary a {
	color:black;
}
.primary p, .primary ul {
	color:black;
}
.sidePanelLink h1 {
	margin-top:0px;
	margin-bottom:5px;
	line-height:18px;
}
.sidePanelLink h3 {
	line-height:16px;
	margin-bottom:4px;
}
.sidePanelLink p {
	margin:8px 0px;
	font-size:13px;
	line-height:20px;
}
.sidePanelLink.multi p {
	margin-top:10px;
	margin-bottom:10px;
}

.contentMenu {
	background-color:#F4F4F4;
	border:1px solid #95BCEC;
	margin-bottom:10px;
	font-size:12px;
	padding:2px;
	line-height:16px;
}
.contentMenu h1 {
	margin:0px;
	background-color:#1F7CB0;
	font-size:12px;
	color:white;
	padding:2px;
	position:relative;
}
.contentMenuLinks {
	margin-top:5px;
}
.contentMenuLinks a {
	text-decoration:none;
  margin-left:4px;
  display:block;
}
.contentMenuLink {
	padding-bottom:2px;
	margin-bottom:2px;
}
.contentMenuLinkBordered {
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px solid #e0e0e0;
}
.menuTreeButton {
	position:absolute;
	left:128px;
	top:4px;
	cursor:pointer;
}

/* ----------------------------------- */
/* Specialised content */

h1.overHeading {
	font-size:12px;
	margin-bottom:10px;
}
h1.underHeading {
	margin-top:0px;
}

.videoHolder {
	margin-top:20px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.calloutQuote {
	float:right;
	width:200px;
	border-left:1px solid #c0c0c0;
	padding-left:20px;
	margin-top:10px;
	margin-left:20px;
	color:#457EAF;
	margin-bottom:20px;
}
.calloutQuote a {
	font-weight:bold;
}
.quotation {
	margin:20px;
	border-left:1px solid #c0c0c0;
	padding-left:20px;
	margin-left:20px;
	color:#457EAF;
}

/* ----------------------------------- */
/* Sitemap */

.sitemap {
	margin:auto;
	margin-top:20px;
	width:100%;
	border-top:1px solid #c0c0c0;
	font-size:11px;
}

.sitemap h1 {
	font-size:15px;
	font-weight:normal;
	padding:3px;
	margin:3px;
}

.sitemap h2 {
	font-size:13px;
	margin-bottom:3px;
}
.sitemap ul {
	margin-top:0px;
}
.sitemap li {
	line-height:10px;
	margin-top:0px;
	margin-bottom:8px;
}

.sitemap table {
	margin:auto;
	margin-top:10px;
}

.mapLinks {
	vertical-align:top;
	padding-right:40px;
}

/* ----------------------------------- */
/* Page footer */

.footer {
	border-top:1px solid #c0c0c0;
	padding:10px 20px;
}

.copyright {
	margin:0px;
	color:#808080;
	font-size:11px;
}

#shareBox {
	border:1px solid #808080;
	background-color:#f0f0f0;
	position:absolute;
	left:0px;
	top:-185px;
	width:144px;
	height:160px;
	padding:10px;
	display:none;
}

/* ----------------------------------- */
/* Form management */

.formTable td {
	color:#808080;
	padding-right:10px;
}
.textbox, .textBox {
	-webkit-border-radius:5px;
	height:20px;
	width:300px;
	outline:none;
}

.formButton,.button {
	width:136px !important;
	height:21px;
	background:none;
	border:none;
	background-image:url(../_images/download_button_back.png);
	background-repeat:no-repeat;
	padding-top:1px;
	font-size:11px;
	color:white;
}

.subheading {
	font-size:16px;
}


