/* ========================================================================== */
/* Main HTML areas                                                            */
/* ========================================================================== */

html {
	background-color: #FFFFFF;
	background-image: url(/layout/side-back.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: none;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: none;
	padding: 0px;
	height: 100%;
	overflow: auto; /* important for the use of position: fixed e.g. for the header */
}

#maincontent {
	top: 100px;
	bottom: 0px;
	left: 120px;
	right: 0px;
	
	margin: 0px;
	border: none;
	padding: 15px;
	
	position: absolute;
	background-color: #FFFFFF;
	overflow: auto; /* for scrollbars only in the content area, without the scrollbars would extend into the header */
}

#W3Clogo {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 35px;
	width: 90px;
	top: 30px;
	left: 12px;
	position: relative;
	border: none;
	z-index: 1001; /* to float above the side bar*/
}

#Counter {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 35px;
	width: 90px;
	text-align: center;
	top: 30px;
	left: 5px;
	position: relative;
	border: none;
	z-index: 1001; /* to float above the side bar*/
	overflow: auto;
}

#MadeOnAMac {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

/* ========================================================================== */
/* Main HTML templates/tags                                                   */
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif}

p, td, tr, li, ol {font-family: Arial, Helvetica, sans-serif}

img { border: 0px }


/* ========================================================================== */
/* Often needed formats                                                       */
/* ========================================================================== */

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.container {
	position: relative;
	overflow: auto;
}

.Container {
	position: relative;
	background-color: #CCCCCC;
}

.colheader {
	background-color: #D7D7D7;
}

.tablecell {
	padding: 6px;
	border-spacing: 6px;
}

.white {
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	width: 600px;
	line-height: 18pt;
}

.ColTitle {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #AEBFFF;
	
}

.TableContent {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 600px;
}

.tablecenter {
	margin-left: auto;
	margin-right: auto;
}


/* ========================================================================== */
/* Left Navigation Bar                                                        */
/* ========================================================================== */

#NaviSideBar {
	top: 100px;
	left: 0px;
	height: 415px;
	width: 110px;
	position: fixed;
	overflow: hidden;
	
	margin: 0px;
	border: none;
	padding: 0px;
	
	background-image: url(/layout/side-back.gif);
	background-repeat: repeat;
	z-index: 1000;
}

.bottom {
	background-image: url(/layout/side-back.gif);
	background-repeat: repeat;
	padding-top: 20px;
	height: 20px;
	width: 110px;
}

.sidelink a:link {
	text-decoration: none;
	display: block;
	width: 90px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: white;
	padding: 6px;
}

.sidelink a:visited {
	text-decoration: none;
	display: block;
	width: 90px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: white;
	padding: 6px;
}

.sidelink a:active {
	text-decoration: none;
	display: block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
	color: yellow;
	padding: 6px;
}

.sidelink a:hover {
	text-decoration: none;
	display: block;
	width: 90px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
	/* background-color: #3366CC; */
	color: yellow;
	padding: 6px;
}


/* ========================================================================== */
/* Top navigation bar                                                         */
/* ========================================================================== */

#NaviTopBar {
	top: 60px;
	left: 0px;
	right: 0px;
	height: 40px;
	position: fixed;
	
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	
	background-image: url(/layout/topslide.gif);
	background-repeat: repeat;
	z-index: 1000;
}

.NaviTopLink {
	float: left;
	width: 110px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
}

.NaviTopLink a:link {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink a:visited {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink a:active {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink a:hover {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	
	color: yellow;
}

.NaviSpacer {
	float: left;
	width: 120px;
}


/* ========================================================================== */
/* Header                                                                     */
/* ========================================================================== */

#header { /* draws the background of the header */
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	background-image: url(/layout/topback.gif);
	background-repeat: repeat;
	overflow: hidden;
	z-index: 1000; /* to move it in front of all other layers */
}

#header_left { /* positions the logo and the heading of the page */
	position: fixed;
	top: 0px;
	left: 0px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	z-index: 1000 /* to move it in front of all other layers */;
}


/* ========================================================================== */
/* Footer                                                                     */
/* ========================================================================== */

#footer { /* formats the footer */
	width: 100%;
}

.FooterLeft {
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #3366CC;
	border-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 25%;
	text-align: left;
	text-decoration: none;
	float: left;
}

.FooterCenter {
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #3366CC;
	border-width: thin;
	
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 50%;
	float: left;
}

.FooterRight {
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	float: left;
	width: 25%;
}

a.footerlink:link {
	text-decoration: none;
	color: #000099;
}

a.footerlink:active {
	text-decoration: none;
	color: #000099;
}

a.footerlink:visited {
	text-decoration: none;
	color: #000099;
}

a.footerlink:hover {
	text-decoration: none;
	color: #3366CC;
}


/* ========================================================================== */

