@charset "UTF-8";



/* 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 700px;
}

/* 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 a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

/* 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;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 250px;
	position: absolute;
	left: -1000em;
}
/* 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;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li { width: 250px; }

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: 10px 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: -50px;
	top: 0px;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul { 

}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #525252;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal li ul a:hover, 
ul.MenuBarHorizontal li ul a:focus
{
	color: #525252;
	background-repeat: no-repeat;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal li ul a.MenuBarItemHover, 
ul.MenuBarHorizontal li ul a.MenuBarItemSubmenuHover, 
ul.MenuBarHorizontal li ul a.MenuBarSubmenuVisible
{
	color: #2fa40a;
	background-repeat: no-repeat;
}

/*******************************************************************************

 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 a.MenuBarItemSubmenu
{
	padding: 0px 0px 5px 0px;
	background-image: url(../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
/* 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(../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	color: #2fa40a;
	background-image: url(../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	color: #2fa40a;
	background-image: url(../images/SpryMenuBarRightHover.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;
	}
}


/* ............................................  */
/* Custom Classes added by Codify Design Studio  */

u/l.MenuBarHorizontal a:visited { color: #ffffff; }


/* Horizontal Settings */

.clear_both {line-height:1px; clear:both; }

.horizontal_top {
	width: 700px;
	height: 10px;
	background-image: url(../images/menubar_horizontal_700_top.png);
	background-repeat: no-repeat;
}
.horizontal_content {
	width: 700px;
	background-image: url(../images/menubar_horizontal_700_tile.png);
	background-repeat: repeat-y;
}

.horizontal_bottom {
	width: 700px;
	height: 12px;
	background-image: url(../images/menubar_horizontal_700_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

ul.MenuBarHorizontal .topLevel {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 10px;
	border-right: 1px solid #dadada;
	text-align: center;
}

ul.MenuBarHorizontal .lasttopLevel {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 10px;
}

ul.MenuBarHorizontal .topLevel a {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 0px;
	
}

ul.MenuBarHorizontal li.firstItem  { background-position: 1px 0px; margin: 0px; padding: 0px 0px 0px 10px; }
ul.MenuBarHorizontal li.middleItem { background-position: -10px 0px; margin: 0px; padding: 0px 0px 0px 4px; }
ul.MenuBarHorizontal li.lastItem   { background-position: -10px 0px; margin: 0px; padding: 0px 0px 0px 0px;}

ul.MenuBarHorizontal li ul a.MenuBarItemHover li,
ul.MenuBarHorizontal li ul a.MenuBarItemSubmenuHover li,
ul.MenuBarHorizontal li ul a.MenuBarSubmenuVisible li
{
	background-repeat: no-repeat;
}

/* Vertical Settings */

ul.MenuBarSubmenuVisible a.MenuBarItemSubmenu { width: 200px; }

ul.MenuBarHorizontal li.firstItem li.firstItem,
ul.MenuBarHorizontal li.middleItem li.firstItem,
ul.MenuBarHorizontal li.lastItem li.firstItem {
	padding: 10px 10px 7px 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/menubar_vertical_250_tab.png);
}

ul.MenuBarHorizontal li.firstItem li.middleItem,
ul.MenuBarHorizontal li.middleItem li.middleItem,
ul.MenuBarHorizontal li.lastItem li.middleItem
{
	padding: 10px 10px 7px 15px;
	background-repeat: no-repeat;
	background-position: 0px -30px;
	background-image: url(../images/menubar_vertical_250_tab.png);
}

ul.MenuBarHorizontal li.firstItem li.lastItem,
ul.MenuBarHorizontal li.middleItem li.lastItem,
ul.MenuBarHorizontal li.lastItem li.lastItem
{
	padding: 10px 10px 10px 15px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-image: url(../images/menubar_vertical_250_tab.png);
}

ul.MenuBarHorizontal li.firstItem:hover  li.firstItem:hover,
ul.MenuBarHorizontal li.firstItem:hover  li.middleItem:hover,
ul.MenuBarHorizontal li.firstItem:hover  li.lastItem:hover,
ul.MenuBarHorizontal li.middleItem:hover li.firstItem:hover,
ul.MenuBarHorizontal li.middleItem:hover li.middleItem:hover,
ul.MenuBarHorizontal li.middleItem:hover li.lastItem:hover,
ul.MenuBarHorizontal li.lastItem:hover   li.firstItem:hover,
ul.MenuBarHorizontal li.lastItem:hover   li.middleItem:hover,
ul.MenuBarHorizontal li.lastItem:hover   li.lastItem:hover
{
	background-image: url(../images/menubar_vertical_250_tab_over.png);
}

ul.MenuBarHorizontal ul .firstItem ul { position: absolute; margin: 20px 0 0 95%; }
ul.MenuBarHorizontal ul .middleItem ul { position: absolute; margin: 0px 0 0 95%; }
ul.MenuBarHorizontal ul .lastItem ul { position: absolute; margin: 0px 0 0 95%; }




/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	width: 500px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	color: #525252;
	padding: 10px 10px 7px 10px;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-weight: bold;
	background-image: url(../images/tabbedpanels_tab.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	height: inherit;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	color: #32a90f;
	background-image: url(../images/tabbedpanels_tab_over.png);
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	color: #000000;
	border-bottom-style: none;
	padding-bottom: 8px;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	height: 372px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 0px 0px 0px 0px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	position: relative;
	left:1px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-left-style: none;
	border-bottom: 1px solid #bababa;
	border-right: 1px solid #bababa;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {

}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	margin: 21px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: none;
	float: left;
	padding: 0px;
	width: 300px;
	background-position: 0px -10px;
	background-repeat: no-repeat;
	overflow-y: scroll;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
}


/*  Vertical settings   */

.VTabbedPanels {
	width: 500px;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

.VTabbedPanels .TabbedPanelsContent {
	margin: 0px;
	padding: 25px 0px 0px 0px;
}
.VTabbedPanels .TabbedPanelsContent .content {
	color: #575757;
	margin: 3px 0px 0px 0px;
	padding: 10px 30px 5px 30px;
	#height: 225px;
	min-height: 225px;
}

.VTabbedPanels .TabbedPanelsContent p {
	margin-top: 0px;
}


.VTabbedPanels .firstTab {
	background-position: 0px 0px;
}


.VTabbedPanels .middleTab {
	background-position: 0px -30px;
}


.VTabbedPanels .lastTab {
	background-position: 0px bottom;
	border-bottom-style: none;
}


.VTabbedPanels .TabbedPanelsTabSelected { 
	border-right-style: none;
}


/*This is the bottom of the tab panel group*/
.VTabbedPanels .tabbedpanels_bottom {
	margin: 0px 0px 0px 150px;
	background-image: url(../images/v-tab-320.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 35px;
	clear: both;
	width: 320px;
}



/*  Horizontal settings   */

.TabbedPanels .TabbedPanelsContentGroup {
	background-image: url(../images/tabbedpanels_content_horizontal.png);
	background-position: 0px 0px;
}
.TabbedPanels .TabbedPanelsContent .content {
	color: #575757;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 5px 30px;
}
.TabbedPanels .TabbedPanelsContent p {
	margin-top: 0px;
}



.TabbedPanels .tabbedpanels_bottom {
	background-image: url(../images/tabbedpanels_content_horizontal.png);
	background-position: 0px bottom;
	height: 10px;
}

.TabbedPanels .firstTab { background-position: left 0px; padding-left: 20px; border-left-style: none;}


.TabbedPanels .middleTab { background-position: -25px 0px; }


.TabbedPanels .lastTab { padding-right: 15px; background-position: right 0px;  }



/* Begin Original Styles. All styles above inherited from named components (horizontal tabs, accordian, and menu) */



/* Page Styles */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.6em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	width: 0px;
	height: 0px;
	overflow: auto;
}


input {
	font-size: 9px;
	color: #333333;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

th {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}

a:link {color: #0000FF;}

a:link#wht {
	color: #CCCCCC;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}

a:link#ptab {
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}

a:visited#ptab {
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}

a:visited {color: #3366FF;}

a:hover {text-decoration: none;}

a:active {color: #FF0000;}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.susabody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


	

#SiteFrame .Title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003366;
}

#SiteFrame .ProdTab {
	width: 440px;
	height: 325px;
	border: 0;
}


.whttxt {color: #CCCCCC}

.whitetext { color: #FFFFFF }

.specialClass {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 5px; 
}

/* spectitle, first, second, and highlight originate in the products specs tab */

.spectitle {
	background-color: #000000;
	color:#8888FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.first { 
  	background-color: #DDDDDD; 
	color:#000000 
}

.second {
	background-color:#FFFFFF;
	color: #000000;	
}


.highlight {
	background-color: #8888FF;
	color: #FFFFFF;
}

.apptitle {
	background-color: #999999;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
}


.Title1 {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	padding-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.Title2 {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

.Title3 {
	font-size: 10px;
	color: #006699;
	font-weight: bold;
	background-color: #FFFFFF;
}

.Title4 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.protext	{
	font-size: 10px;
	background-color: #FFFFFF;
}

.toolout {
	color: #336699;
	border: 0px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.toolout2 {
	color: #336699;
	border: 0px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.invisible {
	font-size: 2px;
	color: #FFFFFF;
	border-width: 0;
	outline-color: #FFFFFF;
	visibility: hidden;
}

.susaselector {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}	

.rowline {
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.rowline-cr {
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: 525252;
	border-left-color: 525252;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}

.rowline-bcc {
	border-right-color: 525252;
	border-left-color: 525252;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}


.boxtop {
	border-top-color: 525252;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: 525252;
	border-left-color: 525252;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}

.box-l {
	border-left-color: 525252;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.box-r {
	border-right-color: 525252;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.boxbottom {
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}	

.centercolumn {
	border-right-color: 525252;
	border-left-color: 525252;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}

.column-l {
	border-left-color: 525252;
	border-left-style: solid;
	border-left-width: 1px;
}


#divUp   {position:relative;}
#divDown {position:relative;}
#divScrollTextCont {
	position:relative;
	width:400px;
	height:150px;
	clip:rect(0px 400px 150px 0px);
	overflow:hidden;
	visibility:hidden;
}
#divText {position:relative;}


.topline {
	border-top-color: #696969;
	border-top-width: 1px;
	border-top-style: solid;
}

.steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	padding-top: 5px;
}

.tmpltcontent {
	border: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

.prodbox {
	border-bottom-color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-color: #FF0000;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-color: #FF0000;
	border-left-width: 2px;
	border-left-style: solid;
}

.toolsbox {
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: 525252;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: 525252;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: 525252;
	border-left-width: 1px;
	border-left-style: solid;
}

.rightgutter { padding-right: 10px; 
	

}

#map_canvas {
	MARGIN: 5px 0px
}


#Chart {
	border: 0;
	width: 850px;
	height: 425px;
	overflow: hidden;
	z-index:-1;
}

.canvasStyle {
	WIDTH: 100%;
	HEIGHT: 300px;
	border: 0;
}
.tableCanvasStyle {
	OVERFLOW-Y: scroll; WIDTH: 100%; HEIGHT: 300px
}

.tlgrid	{
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: 525252;
	border-right-style: solid;
	border-right-width: 1px;
}

.trgrid	{
	border-bottom-color: 525252;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.tbr	{
	border-right-color: 525252;
	border-right-style: solid;
	border-right-width: 1px;
}

.cp1 {
	background-color: #DDDDDD;
	color:#000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.cp2 {
	background-color:#FFFFFF;
	color: #000000;	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}


.cph {
	background-color: #8888FF;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
	
.searcher	{ 
	overflow: hidden;
	overflow-y: scroll; 
	border: 0;
	width: 850px;
	height: 350px;	
}
