body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.3em;
	color: #333;
}

a:link, a:visited {
	color: #4f005b;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #005d47;
	font-weight: bold;
	text-decoration: underline;
}	

h1, h2, h3{
	margin: .8em 0 .2em 0;
	padding:0;
}
h4{
	margin: .8em 0 .2em 0;
	padding:0;
	text-decoration: underline;
}

p {
	margin: .4em 0 .8em 0;
	padding:0;
}

img {
	border: 0px;
}
/******* Header *******/
#header {
	float:left;
	width:100%;
	height:115px;
	background:#ECECEC url(images/headback.jpg) bottom repeat-x;
	position:relative;
	border-bottom:1px solid #999;
	z-index:10;
	min-width:950px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */	
}
#header h2 {
	margin:0;
	padding:0;
	width:275px;
	height:75px;
	background:url(images/logo.gif) top left no-repeat;
	position:absolute;
	top:3px;
	left:20px;
}
#header h2 a {
	display:block;
	width:275px;
	height:75px;
}
#header h2 a:hover {
	background:transparent;
}
#header h2 a span {
	display:none;
}
#header ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:10px;
	bottom:-1px;
}
#header ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#header ul li a {
	float:left;
	background:url(images/tab-blur.gif) top left no-repeat;
	margin:4px 10px 1px 0;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.3em;
}
#header ul li a:hover {
	margin:0 10px 1px 0;
}
#header ul li a span {
	display:block;
	float:left;
	background:url(images/tab-blur.gif) top right no-repeat;
	padding:8px 10px 6px 4px;
	position:relative;
	left:6px;
	cursor:pointer;
}
#header ul li a:hover span {
	padding:8px 10px 10px 4px;
	color:#4f005b;
}
/* Header Tabs */
#home #tabhome a,
#home #tabhome a:hover,
#features #tabfeatures a,
#features #tabfeatures a:hover,
#products #tabproducts a,
#products #tabproducts a:hover,
#documentation #tabdocumentation a,
#documentation #tabdocumentation a:hover,
#support #tabsupport a,
#support #tabsupport a:hover,
#contact #tabcontact a,
#contact #tabcontact a:hover {
	margin:0 10px 0 0;
	background:url(images/tab.gif) top left no-repeat;
	color:#000;
}

#home #tabhome a span,
#features #tabfeatures a span,
#products #tabproducts a span,
#documentation #tabdocumentation a span,
#support #tabsupport a span,
#contact #tabcontact a span {
	padding:8px 10px 11px 4px;
	background:url(images/tab.gif) top right no-repeat;
	color:#000;
}

/* Breadcrumb Trail */
#breadcrumb {
	clear:left;
	float:left;
	width:100%;
	min-width:950px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */	
}
#breadcrumb p {
	margin:0 0 15px 10px;
	padding:15px 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.3em;
}
/******* column container *******/
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	min-width:950px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
}
/* 2 column left menu settings */
.leftmenu {
	background:#fff;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:170px;
	position:relative;
	right:185px;
}

.navigation, .navigation_2  { 
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.navigation li {
	margin: 0;
	padding: 0;
}
/* Footer */
#footer_links  ul { 
	list-style: none;
	margin: 0 15px;
	padding: 0;
	text-align: right;
}
#footer_links ul li {
	margin: 0;
	padding: 0 3px 0 5px;
	display: inline;
	border-left: 1px solid #005d47;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.3em;
}
#footer_links ul li.first {
	margin: 0;
	padding: 0 3px 0 5px;
	display: inline;
	border-left: none;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	font-size: 11px;
	border-top: 1px solid #bbb;
}
#footer p {
	padding:10px;
	margin:0;
	color:#666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.3em;
}

/* Search */
#searchbox {
	float:left;
	width:200px;
	position:absolute;
	top:10px;
	right:10px;
	background:#F1F1F1 url(images/go.gif) right no-repeat;
	border:1px solid #ccc;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	z-index:1000;
}
#searchbox form,
#searchbox fieldset {
	display:inline;
	border:0;
	margin:0;
	padding:0;
}
#qs {
	display:block;
	float:left;
	margin:0;
	padding:.2em 0 .1em 0;
	border:0;
	background:transparent;
	width:168px;
	position:relative;
	left:7px;
	font-size:1em;
	color:#666;
}
#searchbox label {
	position:absolute;
	right:210px;
	white-space:nowrap;
	padding:.2em 0;
	display:none;
}
#searchbox:hover {
	background:#fff url(images/go.gif) right no-repeat;
}
#searchbox:hover label {
    display:block;
}
#go {
	position:absolute;
	right:0;
	margin:0;
	padding:0;
	border:0;
	width:24px;
	height:1.5em;
	background:transparent;
	cursor:pointer;
	text-indent:99999px;
	padding-left:25px;
	overflow:hidden;
}

/* Contact Page inputs */
.entry-form {
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	width: 550px;
}

.input-text, .input-textbox {
	padding: 2px; 
	border: 1px solid #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.input-text {
	width: 250px; 
	height: 14px;
}
.input-text-admin {
	width: 700px; 
}
.input-textbox {
	width:300px;
	height:100px;  
}
.input-textbox-admin {
	width: 700px; 
	height:100px; 
}

.explain {
	font-size: 10px;
}

/* Formating used within the page contents */
/* inline_list_links */
#inline_list_links  ul { 
	list-style: 0 none;
	margin: auto;
	padding: 2px 0 2px 0;
	text-align: center;
}
#inline_list_links ul li {
	margin: 0;
	padding: 0 3px 0 5px;
	display: inline;
	border-left: 1px solid #005d47;
	white-space:nowrap;
}
#inline_list_links ul li.first {
	margin: 0;
	padding: 0 3px 0 5px;
	display: inline;
	border-left: none;
	white-space:nowrap;
}

/* Lisense text box */
.license_box
{
	background: #FFFFFF;
	color: #000000;
	padding:6px; 
	height:175px; 
	overflow:auto;
	width: 100%;
	margin: 0;
	border: 1px solid #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/* Image Placing */
.floatleft { 
	float: left; 
	margin: 0px 5px 5px 0px; 
}
.floatright { 
	float: right; 
	margin: 0px 0px 5px 5px; 
}
/* Home Page News */
.hcanews {
	float: right;
	width: 200px;
	margin: 0px 5px 5px 5px; 
	background: #f7f2f8;
	border: 1px solid #999
}
.hcanews p, .hcanews h3 {
	text-align: center;
}
.hcanews ul {
	font-size: 11px;
}

/* Document/File Download Table */
.dw_documents {
	margin: 10px auto;
}
.dw_documents td, .dw_documents th {
	border: 1px solid #999;
	padding: 2px 10px;
}
.dw_documents th{
	white-space: nowrap;
}
.hcanews_details {
	border-top: 1px solid #999;
	padding-top: 7px;
}

/*Features Table */
.features {
	width: 700px;
}
td.feature_check {
	width: 70px;
	text-align: center;
	background: #f7f2f8;
}
td.feature_check span {
	font-weight: bold;
	color: #005d47;
}
td.feature_header {
	font-weight: bold;
	height: 25px;
	text-align: center;
	background: #eee;
}
.top_border {
	border-top: 1px solid #999;
}

.content-clear { clear: both; }

.top_link {
	float: right;
}

.center {
	text-align: center;
}

.important {
	font-weight: bold;
	color: #ff0000;
}

/* --------------- For Incomplete Links Indication ------------- */
.incomplete_ew {
	background-color: #FF0033;
}

/* Forum Cleanup */
#wrapper { clear: both; }

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
