#main_table {
	width: 100%;
	height: 100%;
}

body {
	xbackground-color: #f8f8f8; 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#copyright {
	font-size: x-small;
	letter-spacing: 1;
}

#version {
	font-size: small;
	text-decoration: none;
	xletter-spacing: 1;
}

#date {
	font-size: small;
	xletter-spacing: 1;
}

#list_item {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
}

#section_button {
	width: 89px;
	xmax-width: 89px;
	xhorizontal-align: left;
}

#section_fill {
	width: 89px;
	height: 28px;
	background-repeat: repeat-x;
}

#para_indent {
	margin-left: 20px;
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
}

#para_strong {
	margin-left: 20px;
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
	font-weight: bold;
}

#para_subs {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
	font-weight: bold;
	xbackground-color: #E1E1E1; 
}

#note {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
	margin-left: 40px;
	margin-right: 40px;
}

#keydesc_table {
	border-width: 0px;
	border-collapse: collapse;
}

#keydesc_lft {
	width: 30%;
	border-width: 1px;
	border-style: inset;
	border-color: LightGray;
	padding: 5px;
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
}

#keydesc_rht {
	border-width: 1px;
	border-style: inset;
	border-color: LightGray;
	padding: 5px;
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 80%;
}

#related {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 70%;
	margin-left: 20px;
	margin-right: 40px;
	font-weight: bold;
}

#related_items {
    font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 70%;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: normal;
}

#code {
    font-family: courier; 
	font-size: 80%;
	margin-left: 40px;
	margin-right: 40px;
}

#top_left {
xbackground-color: #EBF1FF;
xborder-bottom: thin solid #99B6FC;
	padding: 0px;
	font-size: medium;
	width: 150px;
	height: 40px;
	text-align: center;
	background-color: #D4DFE5;
	ybackground-color: red;
	border-bottom: thin solid #939FA5;
	border-right: thin solid #939FA5;
	old-background-color: #EBE6DC;
	old-border-bottom: thin solid #E1DACC;
	old-border-right: thin solid #E1DACC;
	border-top: thin solid #ccc;
	border-left: thin solid #ccc;
}

#top_left a:link,
#top_left a:visited {
	text-decoration: none;
	color: #000;
}

#top_right {
	text-align: center;
	font-size: medium;
	height: 40px;
	background-color: #D4DFE5;
	border-bottom: thin solid #939FA5;
	border-top: thin solid #ccc;
	border-right: thin solid #ccc;
}

#bottom_left {
	padding: 10px;
	width: 150px;
	ybackground-color: #F8F8F8;
	xbackground-color: #EBF2F8;
	old-background-color: #eee;
	border-right: thin dashed #888;
	border-left: thin solid #ddd;
	border-bottom: thin solid #ddd;
}

#bottom_right {
	ybackground-color: #f8f8f8;
	border-right: thin solid #ddd;
	border-bottom: thin solid #ddd;
	padding: 10px;
}

#min_size {
	width: 28px;
	min-width: 28px;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 150px;
	font-size: x-small;
    xfont-size: 60%;
    font-family: verdana, tahoma, arial, sans-serif;
	color: #555555;
}

#menu li {
	height: 18px;
	margin: 0;
	padding: 0;
}

#menu li a#selected:link, 
#menu li a#selected:visited {
    text-decoration: none;
	background-color: #ccc;
}

#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	text-align: left;
	display: block;
	xfont-size: small;
	color: #555555;
}

#menu li a:hover,
#menu li a:active{
	text-decoration: none;
	background-color: #ddd;
	xbackground-image: url("images/left_nav-over.gif");
	xbackground-repeat: no-repeat;
}




/* Gray banner tags */
#navbox { 
	background-color: #f2f2f2; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 1.2em; 
	float: left; 
	padding-top: -2px; 
	border-bottom: 1px solid #bfbfbf
}
#navleftbox { 
	position: absolute; 
	top: 1px; 
	left: 15px 
}
#navrightbox { background-color: #f2f2f2; height: 1.2em; padding-right: 25px; float: right; border-left: 1px solid #bfbfbf
 }
.navlink_left   { 
	font-size: 8pt; 
	color: #666; 
	font-weight: normal; 
	margin: -9px 0 -6px
}
.navlink_right     { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #666; 
	margin-left: 8px;  
 }
