@font-face {
    font-family: Isonorm LT Regular Q;
    font-style:  normal;
    font-weight: bold;
    src: url("/ISONORM1.eot");
    }

html {
	overflow-y: scroll;
	}

/* Main Tags Styling */

br {
	clear: both;
	}

body {
	padding: 0;
	margin:0;
	font-family: Helvetica, "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	background-color: #EDF6F5;
	}

h1,h2,h4 {
	font-family: "Isonorm LT Regular Q", "Andale Mono", "Lucida Sans Unicode",  monospace; 
   	margin: 0;
    color: #D76000; }

h1 {
    font-size: 40px;
	line-height: 50px;
    }

h2 {
	font-size: 30px;
	line-height: 35px;
	}

p {
	margin: .5em 0em;
	}

ul.editions {
	margin: 0px;
	list-style-type: none;
	}

li.editions {
	line-height: 1.1em;
	}

table.editions td, table.editions th {
	text-align: center; }

table.editions td.firstchild, table.editions th.firstchild {
	text-align: left; }

a:focus {
	outline:none 
	}

.green {
	color: #008000;
	}
	
.col1 {
	text-align: left;
	}

.red {
	color: #FF0000;
	}

.xsmall {
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
#container {
	position: relative;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/bodybackground.gif");
	background-repeat: repeat-y;
	}
	

/* Header Styling*/

#header {
	position: relative;
	height: 190px;
	background-image: url("/images/headerbackground.png")
	}

#header h1 {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 50px;
	}

/* Main Navigation Styling */

#navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 29px;
	background-image: url("/images/navbarback.gif");
	background-repeat: repeat-x;
	background-position: top left;
	clear: both;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}

#navigation h3 {
	display: none;
	}

#navigation ul {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 85px;
	list-style: none;
	font-size: 18px;
	}

#navigation li {
	float: left;
	}
	
#navigation a {
	display: block;
	color: #FFFFFF;
	background-image: url("/images/navbarback.gif");
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #0000CC;
	background-image: url("/images/navbarback.gif");
	background-position: center left;
	background-repeat: repeat-x;
	}

#navigation a.current {
	color: #993300;
	background-image: url("/images/navbarback.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	cursor: default;
	}

#navigation a.current:hover{
	color: #993300;
	background-image: url("/images/navbarback.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	cursor: default;
	}

/* Sidebar Styling */

#sidebar {
	float: left;
	font-size: 12px;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	

#sidebar h3 {
	display: none;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar a {
	padding: 5px 10px;
	margin: 0px 0px;
	width: 275px;
	display: block;
	}

#sidebar a:link, a:visited {
	color: #2272CA;
	text-decoration: none; 
	}

#sidebar a:hover, a:active {
	color: #FFFFFF;
	background-image: url("/images/sidebarbutton_over.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
#sidebar a.current {
	color: #FFFFFF;
	background-image: url("/images/sidebarbutton_over.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	}

/* Body Styling */

#body {
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 60px;
	}

#bodytext ol{
	text-align: left;
	}
	
ul.ticked {
	list-style-type: none;
	}
	
ul.ticked li {
	background-image: url("/images/tick.gif");
	background-repeat: no-repeat;
	background-position: 6px left;
	padding-left: 27px;
	line-height: 1.8em;
	}
	
ul.nolist {
    list-style-type: none;
}
ul.nolist li {
	background-image: none;
	padding: 0px;
	}
	
ul.doclist {
    list-style-type: none;
    padding-left: 27px;
    line-height: 1.8em;
}

#bodytext a:link, a:visited {
	color: #2272CA;
	text-decoration: none; 
	}

#bodytext a:hover, a:active {
	background-image: none;
	color: #2272CA;
	text-decoration: none; 
	}
		
#bodytext.right {
	margin: 0px 0px 0px 310px;
	}

#bodytext a.demo {
	display: inline-block;
	width: 110px;
	height: 35px;
	background-image: url("/images/demobutton.gif");
	background-position: top right;
	text-indent: -10000px;
	}

#bodytext a.demo:hover.demo, a.demo:active.demo {
	background-image: url("/images/demobutton.gif");
	background-position: bottom left;
	}

#bodytext.demotxt {
	text-align: center;
	}

/* Footer Styling */

#footer {
	margin-top: 0px;
	height: 160px;
	background-image: url("/images/footerbackground.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
#footer img {
	float: right;
	height: 110px;
	width: 110px;
	margin: 0px 30px 0px 0px;
	}

#footer a.trial {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	width: 322px;
	height: 120px;
	background-image: url("/images/trial_button.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -10000px;
	}

#footer p {
	margin: 0px;
	padding: 16px 9px 0px 30px;
	color: #FFFFFF;
	font-size: 10px;
	}

#footer a.region {
	color: #FFFFFF;
	padding: 0px;
	text-decoration:none;
	}

#footer a.region:hover {
	color: #2272CA;
	}
	
/* Landing Page */
#landing_footer {
	margin-top: 0px;
	height: 36px;
	background-image: url("/images/footerbackground.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	}

#landing_footer p {
	margin: 0px;
	padding: 12px 9px 0px 20px;
	color: #FFFFFF;
	font-size: 10px;
	}
