@media print
{
	div.printbutton 
	{
		display: none;
	}
}

BODY
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #333;
	background-color: #e9e5e2;
}

a 
{
	text-decoration: none; color: #4466AA;
}

a:hover 
{
	text-decoration: underline; color: black;
}

DIV

{
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
}

TD
{
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
}

ul 
{ 
	list-style-type: none;	margin: 0; padding: 0; 
}

STRONG
{
	font-weight:bold;
}

TD.main_content
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 10pt;
	font-family: Verdana, Arial;	
	background-color: #e9e5e2;
}
.top_header
{
	padding-left: 10px;
	padding-bottom: 5px;
}
h1
{
	font-weight: bold;
	font-size: 20pt;
	font-family: Verdana, Arial;
	color: #000000;
}

.year-menu
{
	float: right;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* Sub Navigation Start */

ul#sub-nav { padding: 0px 0px 8px 22px; height: 1%; }

ul#sub-nav li { float: left; background: transparent url(../images/navigation/subnav_separator.gif) no-repeat right center; padding: 0 23px 0 0; white-space: nowrap; margin-bottom: 4px; }

ul#sub-nav li.first { padding-left: 0; }

ul#sub-nav li.last { background-image: none; }

ul#sub-nav li a { text-decoration: none; display: block;color: #4466AA; padding: 3px 0 4px 0; }

ul#sub-nav li a.text { text-decoration: none; display: block;color: #000000; padding: 3px 0 4px 0; }

ul#sub-nav li a:hover { color: #000; }

ul#sub-nav li.active a { background: transparent url(../images/navigation/sprite_subnav.gif) no-repeat; padding: 0 0 0 10px ; }

ul#sub-nav li.active a span {	color: #fff; font-weight: bold;	display: block;	background: transparent url(../images/navigation/sprite_subnav.gif) no-repeat top right; padding: 3px 10px 4px 0; }

/* Sub Navigation End */

/* 
    displays an image in a hr tag in IE, we need to hide the border
*/
hr
{
  border: 0;
  width: 100%;
}
div.hr 
{
  height: 2px;
  background: url(../images/global/horizontalRule.gif) repeat scroll center;
}

div.hr hr
{
  display: none;
}
/* end hr */

/* styles to handle the quick bar section of the page */
A.pr_link
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: #4466AA;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.quick_bar_row
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Verdana, Arial;
}
.quick_bar_cell_padding
{
	padding-left: 10px;
}
A.quick_bar_link
{
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: #4466AA;
	font-family: Verdana, Arial;
	text-decoration: none;
}

A.quick_bar_link:hover
{
	cursor: hand;
	color: #000000;
	text-decoration: underline;
}
/* end quick bar section */

/* model selector */

* html .paddingFix { padding: 0; }

#model_selector TD.selectorTitle
{
    padding-left: 5px;
    font-size: 14pt;
}
#model_selector UL.rangeList
{
    padding-left: 8px;
    float: left;
    list-style-type: none;
    margin: 0;
}
#model_selector LI
{
    width: 170px;
    padding-top: 10px;
}
#model_selector LI.heading
{
    font-size: 10px;    
}
#model_selector LI.models
{
    padding: 0px;
}
#model_selector TD.modelTitle 
{
	margin: 8px 0 5px 10px; font-size: 15px; font-weight: bold;
}
#model_selector TD.modelContent 
{
    	margin: 0px 0px 0px 10px ;
}
/*****************************************/

/* Main horizontal nav bar Start */ 

#horizontal-nav-bar
{
    clear: both;
    background: url(../images/navigation/enh_quickNavBars.png) no-repeat;
    overflow: hidden;
    position: relative;
    width: 883px;
    
}
#horizontal-nav-bar TABLE
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
#horizontal-nav-bar TD
{
    padding-right: 0px;
    padding-left: 0px;
    background: url(../images/navigation/quickNavBarSeparator.gif) no-repeat right bottom;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 33px;
    text-align: center;
}
#horizontal-nav-bar TD.right
{
    background-image: none;
    margin-right: 0px;
    padding-right: 0px;
}
#horizontal-nav-bar A
{
    display: block;
    text-decoration: none;
    color: #343434;
    margin-right: 2px;      
    padding-right: 16px;    
    padding-left: 16px; 
    padding-bottom: 9px;
    padding-top: 10px;  
}
#horizontal-nav-bar TD.right A
{
    margin-right: 0px;
}
#horizontal-nav-bar A.selected
{
    background: transparent url(../images/navigation/enh_quickNavBars.png) repeat-x -5px -68px;
    color: #fff;
}
#horizontal-nav-bar TD.left A.selected
{
    background: url(../images/navigation/enh_quickNavBars.png) no-repeat 0px -68px;
}
#horizontal-nav-bar TD.right A.selected
{
    background: url(../images/navigation/enh_quickNavBars.png) no-repeat right -68px;
}
#horizontal-nav-bar A:hover
{
    background: url(../images/navigation/enh_quickNavBars.png) repeat-x -5px -34px; /* 5px in from the bars to remove the end */
}
#horizontal-nav-bar TD.left A:hover
{
    background: url(../images/navigation/enh_quickNavBars.png) no-repeat 0px -34px;
}
#horizontal-nav-bar TD.right A:hover
{
    background: url(../images/navigation/enh_quickNavBars.png) no-repeat right -34px;
}


/* Main horizontal nav bar end */ 



/* OLD styles to handle the horizontal nav section of the page */
A.horizontal_nav_link
{
	color: #000000;
	cursor: pointer;
}
A.horizontal_nav:hover
{
	color: #000000;
	cursor: pointer;
}
.horizontal_nav_row
{
	padding-left: 10px;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial;
}
.horizontal_nav_current
{
	font-weight: bold;
	color: #000000;
}
.horizontal_nav_row_print
{
	padding-left: 10px;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial;
}
/* end OLD horizontal nav section */


/************* model left navigation menu ************/

#model-nav-left
{
	float: left;
	width: 150px;
}

#model-nav-left ul
{
    text-decoration: none;
    list-style-type: none;
    padding: 0px;	
	background: url(../images/navigation/navleft_grad.gif) #e5e5e5 repeat-x;
}
#model-nav-left li 
{
    text-decoration: none;	
	background: transparent url(../images/navigation/navleft_li_150px.gif) no-repeat;
	padding: 2px 0 0 0;
}
#model-nav-left li.first 
{
    text-decoration: none;
	background: #B2B9C0 url(../images/navigation/navleft_first_150px.gif);
	display: block;
	padding: 5px 11px;
	color: #000000;	
	height: 1%;
	font-weight:bold;
}
#model-nav-left a {
	text-decoration: none;
	display: block;
	padding: 5px 11px;
	color: #000;	
	height: 1%;
	margin: 0 1px;
}
#model-nav-left a.active, #model-nav-left a:hover {
	background-color: #8899AA;
	color: #FFFFFF;
}
#model-nav-left li.last 
{
	text-decoration: none;
	margin-bottom: -1px;
}
#model-nav-left .last a 
{
	background: transparent url(../images/navigation/navleft_last_150px.gif) no-repeat bottom left;
	padding-bottom: 8px;
	padding-left: 12px;
	margin: 0;
}

#model-nav-left .last li a 
{
    text-decoration: none;
    list-style-type: none;	
	background-image: none;
}

#model-nav-left .last a.active, #model-nav-left .last a:hover {
	background-color: #8899AA;
	margin: 0;
	padding-left: 12px;
}

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

/* styles to handle the horizontal copywrite section of the page */
.copywrite_row
{
	padding-left: 10px;
	font-size: 7pt;
	vertical-align: middle;
	font-family: Verdana, Arial;
	text-align: left;
}
.copywrite_row_print
{
	padding-left: 10px;
	font-size: 7pt;
	vertical-align: middle;
	font-family: Verdana, Arial;
	text-align: left;
}
/* end copywrite section */

/* styles to handle the left navigation menu */

TD.nav_model_year_cell
{
	font-weight: bold;
	font-size: 12pt;
	border-top-style: none;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-style: none;
}
TD.nav_model_name_cell
{
	font-weight: bold;
	font-size: 14pt;
	border-top-style: none;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-style: none;
}
TD.nav_change_model_cell
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
}
A.nav_change_model_link
{
	cursor: hand;
	color: #000000;
	text-decoration: none;
}
A.nav_change_model_link:hover
{
	cursor: hand;
	color: #ffffff;
	text-decoration: none;
}
TD.nav_background
{
	font-size: 10pt;
	padding-top: 5px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	background-color: #5485b6;
}
TD.nav_year_cell
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	height: 20px;
	background-color: #6aa8e8;
}
A.nav_models_link
{
	padding-left: 10px;
	padding-top: 3px;
	display: block;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	height: 20px;
	background-color: #e5e5e5;
	text-align: left;
	text-decoration: none;
}
A.nav_models_link:hover
{
    background-color: #c2c2c2;
}
.nav_model
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
/* end left navigation menu */

/* styles for the media preview page */
.media_id_font
{
	color: #808080;
}
A.media_preview_link
{
	font-size: 8pt;
	cursor: hand;
	color: #4466AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
}
A.media_preview_link:hover
{
	cursor: hand;
	color: #000000;
}
.media_preview_title
{
	padding-top: 10px;
}
.media_preview_table
{
}
.media_preview_header_row
{
	font-size: 0pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.media_preview_summary
{
	padding-left: 2px;
	padding-bottom: 10px;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.media_preview_row_small
{
	font-size: 7pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
.media_usage_disclaimer
{
	font-size: 7pt;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
/* end media preview page */

/* styles for the word documents from the pr site */
TD.VI-BlankLine
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: justify
}
TD.VI-BodyText
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: justify
}
TD.VI-BodyTextFirst
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: justify
}
UL.VI-Bullet1
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: disc;
    TEXT-ALIGN: justify
}
TD.VI-Contact
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-ContactHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-ContactHeading2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-Footer
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-Heading1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center
}
TD.VI-Heading2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-Highlight
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-HyperLink
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: justify
}
TD.VI-Origin
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-Quote
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
TD.VI-Release
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: right
}
/* end styles for the pr's word documents */

/* styles to control the media list look.  we assume alignment is left unless
   the style class name indicates otherwise. */
.media_table
{
	border-right: #4090e1 1px solid;
	border-top: #4090e1 1px solid;
	border-left: #4090e1 1px solid;
	border-bottom: #4090e1 1px solid;
}
.media_table_header_row
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #6aa8e8;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.media_table_row
{
	font-size: 8pt;
	background-color: #e5e5e5;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.media_table_cell 
{
	padding: 6px 5px 12px 9px;
}
.media_table_cell_summary
{
	padding: 6px 0px 3px 0px;
}
.media_table_date
{
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #999;
}
.media_table_mediaid
{
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #999;
}
.media_table_cell_center
{
	text-align: center;		
	padding-bottom: 20px;
}
.media_table_cell_right
{
	border-right: #e5e5e5 1px solid;
	border-top: #e5e5e5 1px solid;	
	border-left: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	text-align: right;		
}
A.media_link
{
	cursor: hand;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
A.media_link:hover
{
	cursor: hand;
	color: #808080;
}
/* end media list style */


/* spec listings */

.specPadding 
{
	padding: 5px;
}
.specListHeader
{
	font-weight: bold;
	background-color: #999;
}
.specListHeaderCellLeftBorder
{
	border-left: #aaa 1px solid;
}
.specListHeaderCellLeftRightBorder
{
	border-left: #aaa 1px solid;
	border-right: #fff 1px solid;
}
.specListingCategoryName
{
	font-weight: bold;
	color: #666;
	background-color: #c1d2d9;
}
.specCategorySelector
{
	font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
}
.specItemRowEven
{
	background-color: #dedbd2;
}
.specItemRowOdd
{
	background-color: #e9e6e1;
}
.specItemRowLast
{
	background-color: #8f8f8f;
}
.specItemCellLeftBorder
{
	border-left: #fff 1px solid;
}
.specItemCellRightBorder
{
	border-right: #fff 1px solid;
}
.specItemCellLeftRightBorder
{
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
}
/* ***************************************************** */

/* styles to control a spec table(s) look.  we assume alignment is left unless
   the style class name indicates otherwise. */
.spec_table
{
	border-right: #4090e1 1px solid;
	border-top: #4090e1 1px solid;
	border-left: #4090e1 1px solid;
	border-bottom: #4090e1 1px solid;
}
.spec_table_category_row
{
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4090e1;
	text-align: center;	
}
.spec_table_header_row
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #6aa8e8;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.spec_table_row
{
	font-size: 7pt;
	background-color: #e5e5e5;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.spec_table_cell 
{

	text-align: left;
}
.spec_table_cell_center
{
	text-align: center;		
}
.spec_table_cell_right
{
	text-align: right;		
}
.spec_table_scroll_up
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;	
}
A.spec_table_scroll_link
{
	cursor: hand;
	color: #000000;
	text-decoration: none;
}
.spec_table_jumpto_row
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

