﻿/* CSS layout */
body {
	background-color: #FFFFFF;
}

#page_content {
}

#docbody {
	width: 1000px;
	background-color: #FFFFCC;
	background-color: #ffffff;
}

#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 180px;
	left: 0px;
	top: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-color: #ff0000;
	color: #FFFFFF;
	font-weight: bold;
}

#container {
	padding: 10px;
	width: 900px;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

#menu_item {
    background-color: aqua;
    width: 160px;
}

#top_right {
	width: 180px;
	vertical-align: top;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.tableHeader {
	background-color: #00FFFF;
}

.style1 {
	border-color: #00FFFF;
	border-width: 0;
}

.style3 {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}

.style4 {
	text-align: right;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.style5 {
	text-align: left;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.codeSample {
	font-family: "Courier New", Courier, monospace;
	background-color: #66FFFF;
	border: thin solid #66CCFF;
	left: (value)40;
}

.style6 {
	font-family: "Courier New", Courier, monospace;
}

.style7 {
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #00FFFF;
	background-color: #FFFFCC;
	background-color: #ffffff;
}
.style8 {
	font-size: x-small;
}

.side_menu {
	padding: 2px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #c3d9ff;
	background-color: #e6e6e6;
	background-color: #FFFFCC;
	background-color: #ffffff;
}
.side_menu_head {
	padding: 2px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #c3d9ff;
	background-color: #e6e6e6;
}

navigation_menu.side_menu {
	padding: 2px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	background-color: #c3d9ff;
	background-color: #e6e6e6;
}

.side_active {
	padding: 2px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	background-color: #FFFFFF;
}
#menu_active {
	background-color: white;
	width: 160px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

#copyright {
	font-size: x-small;
	text-align: right;
}
a:link    {
	/* Applies to all unvisited links */
	text-decoration:  underline;
	font-weight:      bold;
	color:            #0000f8;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
} 
a:visited {
	/* Applies to all visited links */
	text-decoration:  underline;
	font-weight:      bold;
	color:            #0000f8;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
} 
a:hover   {
	/* Applies to links under the pointer */
	text-decoration:  none;
	font-weight:      bold;
	background-color: blue;
	color:            #fff;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
} 
a:active  {
	/* Applies to activated links */
	text-decoration:  underline;
	font-weight:      bold;
	background-color: black;
	color: gray;
	font-size: 10pt;
}

