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

 Stargazer Style Sheet - 08-04-08

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


body {font-family:"arial", tahoma, verdana, arial, sans-serif;
font-size:11px;
background:url(/images/pageBG.jpg);


}

h1, h2, h3, h4, h5{font-size:13px;color:#333;margin:0px;padding:0px;}
h1{font-size:14px;}
h4, h5{font-size:11px;}
p{font-family:"arial", tahoma, verdana, arial, sans-serif;font-size:11px;text-align:left;}
a{cursor:pointer;color:#3b5998;text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0px;}
select{border:1px solid #BDC7D8;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px;padding:2px;}
td,
td.label{font-size:11px;text-align:left;}

#pagefooter{clear:both;padding:0px;margin:0px;height:50px;line-height:16px;}
#pagefooter ul{display:block;list-style:none;float:right;margin:0px;padding:8px 2px 4px;}
#pagefooter li{float:left;padding:0px;}
#pagefooter .footer_links a{padding:2px 5px;}
#pagefooter .f_links{width:400px;float:right;}
#pagefooter .copyright_and_location{float:left;padding:8px 8px 0px 10px;margin:0px;width:225px;}
#pagefooter .locale_footer_selector{float:left;position:relative;}
#pagefooter .pipe{float:left;padding-left:6px;}
#pagefooter #locale_footer_selector_menu{position:absolute;z-index:97;padding-top:5px;padding-bottom:5px;background:white;border:1px solid #3b5998;width:140px;height:260px;overflow:auto;}
#pagefooter #locale_footer_selector_menu a{padding:3px 10px 3px 10px;text-decoration:none;display:block;font-size:11px;}
#pagefooter #locale_footer_selector_menu a:hover{background:#5c75aa;color:white;text-decoration:none;}
#pagefooter .locale_footer_selector_hitarea{padding-left:4px;float:left;padding-right:0px;}
#pagefooter .locale_footer_selector_hitarea a{float:left;display:block;}
#pagefooter .locale_footer_selector_hitarea .locale_footer_selector_hitarea_right{float:left;margin:0px;padding:0px 0px 0px 3px;background:transparent url(/images/down_arrow.gif) top left no-repeat;width:12px;cursor:pointer;height:15px;}
#pagefooter .locale_footer_selector_hitarea a:hover{text-decoration:none;}
#pagefooter .locale_footer_selector .active{background:#5c75aa;padding-left:4px;padding-right:0px;float:left;color:white;}
#pagefooter .locale_footer_selector .active a{float:left;display:block;}
#pagefooter .locale_footer_selector .active .locale_footer_selector_hitarea_right{background-position:-13px 0px;}
#pagefooter .locale_footer_selector .active a{color:white;}
#pagefooter .copyright_and_location #locale{float:left;margin-top:-1px;}
#pagefooter .copyright{color:#777;float:left;padding-bottom:5px;}
#pagefooter .copyright .brand{padding:0px 0px 2px 22px;background:url(/images/icons/hidden.gif) no-repeat;}
#pagefooter .footer_report_link{font-size:9px;color:#7f93bc;}
#pagefooter .footer_report_link a{color:#7f93bc;}
.title_header{background:white;padding:20px 20px 17px;}
.title_header h2{margin:0px;font-size:14px;padding:0px 0px 0px 24px;background:url(/images/icons/hidden.gif) no-repeat 1px 1px;}
.title_header h2.no_icon{padding:0px;background:none;}
.title_header.add_border{border-bottom:solid 1px #ccc;}
.title_header.gray{background:#f7f7f7;}
.title_header.shorten{padding-bottom:0px;}
.title_header.no_padding{padding:0px;}
.title_header h4{color:#666;font-size:11px;font-weight:normal;padding:3px 0 0 24px;}
.title_header h4.no_icon{padding:3px 0 0 0;}

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

 Vertical menu bar

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


ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 193px;
	}

/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	FONT-WEIGHT: bolder;
	list-style-type: none;
	font-size:11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width:193px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size:11px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width:193px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width:193px;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #ffffff;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #33C;
	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.MenuBarVertical 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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* 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.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

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

 Horizontal menu bar

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

ul.MenuBarHorizontal
{
	margin: 0;
	FONT-WEIGHT: bolder;
	padding: 0;
	list-style-type: none;
	font-size:11px;
	cursor: default;
	width: 370px;
}
/* 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;
	border:#000099;
	border:medium;
	list-style-type: none;
	font-size:11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 92px;
	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:11px;
	z-index: 1020;
	cursor: default;
	width: 150px;
	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: 150px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	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;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	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 a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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(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
{
	background-image: url(SpryMenuBarDownHover.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 ul a.MenuBarItemSubmenuHover
{
	background-image: url(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;
}
/* 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;
	}
}

BODY
{
}

.footer
{
    FONT-SIZE: 8pt;
    COLOR: gray;
    FONT-FAMILY: arial, Verdana
}


A:visited
{

    COLOR: dimgray;
}
.mainhead
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 13pt;
    COLOR: #0544ad;
    FONT-FAMILY: Arial, Verdana
}
.bodycontent-blue
{
    FONT-SIZE: 10pt;
    COLOR: #0544ad;
    FONT-FAMILY: Arial, Verdana
}
.bodyhead-black
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    COLOR: black;
    FONT-FAMILY: arial, Verdana
}
.tablecontent
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Verdana
}
.bodycontent
{
    FONT-SIZE: 10pt;
    COLOR: #202020;
    FONT-FAMILY: Arial, Verdana
}
.menugoodsearch
{
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Verdana
}
