BODY {	FONT-SIZE: 0.8em; FONT-FAMILY: Arial, Helvetica, san-serif;
	height:100%;
	margin: 0;
	padding:0;
}
/*TD {  FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, san-serif}*/
.topnav {  FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, san-serif; TEXT-DECORATION: none; COLOR: #0000FF}
.topnavadmin {  FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, san-seriff; TEXT-DECORATION: none; COLOR: #FFFFFF}
a.topnav:hover {  TEXT-DECORATION: none; COLOR: #660033}
a.topnav {  TEXT-DECORATION: none; COLOR: #FF0000 }
.cat-header {  font-family: Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
.category { font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: normal; color: #000066; text-decoration: none; background-color: #C0C0C0; cursor: pointer; cursor: hand; }
.category2 { font-family: Arial, Helvetica, san-serif; font-size: 13px; font-weight: normal; color: #FFFFFF; text-decoration: none; background-color: #808080; cursor: pointer; cursor: hand; }
.heading {  FONT-SIZE: 14px; FONT-FAMILY: Arial, Helvetica, san-serif; font-weight: bold;}
.MainCategoryHeader {  font-weight: bold; color: #990000; text-decoration: none; background-color: #CCCCCC}
A.MainCategoryHeader:hover {TEXT-DECORATION: none}
.PageTitle {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, san-serif;
	color: #FFFFFF;
	text-decoration: none;
}
A.PageTitle:hover { TEXT-DECORATION: none; COLOR: #990000}
select {  font-family: Arial, Helvetica, san-serif; font-size: 10px; color: #333399; background-color: #FFFFFF; font-weight: bold}
.logintext {  color: #900}
.welcome {  font-family: Arial, Helvetica, san-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}
.top {  font-family: Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; color: #333399; text-decoration: none}
.copy { font-family: Arial, Helvetica, san-serif; font-size: 9px; color: #FFFFFF ; font-weight: bold}
td {  font-family: Arial, Helvetica, san-serif; font-size: 12px; color: #000000; text-decoration: none}
.headers {  font-family: Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
a:hover { text-decoration: underline}
a {  font-family: Arial, Helvetica, san-serif; color: #0000FF; text-decoration: none}
.header2 {  color: #333399; text-decoration: none; font-size: 12px; font-family: Arial, Helvetica, san-serif}

input {  font-family: Arial, Helvetica, san-serif; font-size: 10px; }
.login {  font-family: Arial, Helvetica, san-serif; font-size: 10px; color: #666666; font-weight: bold}
.pink {  font-family: Arial, Helvetica, san-serif; font-size: 11px; font-weight: bold; color: #AE0D78}

.required {  font-weight: bold; color: #990066}
.pinkunderline { font-family: Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; color: #AE0D78 ; text-decoration: underline; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FFFFFF}

.remove {  font-family: Arial, Helvetica, san-serif; font-size: 9px; color: #333399; text-decoration: none; font-weight: bold}
.removepink { font-family: Arial, Helvetica, san-serif; font-size: 12px; color: #ae0d78; text-decoration: none; font-weight: bold }
.printableheader { font-family: Arial, Helvetica, san-serif; font-size: 9px; color: #666666; font-weight: bold }
.printableheader2 { font-family: Arial, Helvetica, san-serif; font-size: 10px; color: #333333; font-weight: bold }

/*Diane added code to color upper hand links*/
a.customerlinks {
	color: #669999;
	font-weight: bold;
}
/*for new 2008 menus*/
@charset "UTF-8";
html { height: 100%;}
div#container
{
	height: auto !important;
	height: 100%;
	min-height:100%;
}
div#padding {
	padding: 0 0 26px 0;
	margin: 0;
}

p#footer {
	margin: -26px 0 0 0;
	background-image: url(http://www.opticalres.com/images/bgbt.gif);
}

/*table {
	padding: 25;
	border: 0;
	margin: 10;
	border-collapse: collapse;
	border-spacing: 0;
}*/

/*tr,td {padding:0}*/

#headertableleft {
	background-image: url(http://www.opticalres.com/images/header_main_red.gif);
}

#headertabletop {
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background-image: url(http://www.opticalres.com/images/header_main_red.gif);
	vertical-align: top;
	width: 155px;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%; /*changed for ORAservice*/
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.opticalres.com/images/03or_17b.gif);/*Added background*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are AUTO width.  No need to change */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	border-color: #000000;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0; /*Adjusts the border around entire submenu*/
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.3em;/*changed for ORAservice*/
	position: absolute;
	left: -1000em;
	background-color: #CCCCCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	border: 1; /*adds a black border around submenu*/
	border-color: #000000;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.3em;/*changed for ORAservice*/
	margin: 0em; /*spacing for each menu subitem*/
}

/* Diane added for space around submenu items*/
ul.MenuBarHorizontal ul li a
{
	padding: 0.3em 0.3em 0.3em 0.5em;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	/*margin: 100em;
	margin: -5% 0 0 95%;*/
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	position: absolute;
	margin: 5% 0 0 95%; /*Added so sub-submenu goes to side*/
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block; /*do not change*/
	cursor: pointer;
	padding: 0;
	color: #000066; /*Color of submenu text*/
	text-decoration: none;
	background-color: #CCCCCC; /*Color of submenu*/
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a GREY background and WHITE text 
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible*/
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #666666;
	color: #FFF;
}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(http://www.opticalres.com/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}