﻿
@import url(../_common/common.css);


body
{
	background-color: #FFFFFF;
}

th a:link
{
	color: #000066;
}

th a:visited
{
	color: #330033;
}

th a:hover
{
	color: #FF0000;
}




th
{
	font-weight: bold;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}



h1, h2, h3, h4, h5, h6
{
	font-family: Arial,Helvetica,Verdana,sans-serif;
}


h2
{
	color: #000000;
	/*background-color: #FFCC66;*/
	border-bottom: 3px solid #999999;
}

h3
{
	color: #999999;
	border-bottom: 2px solid #999999;
}




A:link
{
	color: #000099;
}

A:active
{
	color: #660066;
}

A:visited
{
	color: #990099;
}

A:hover
{
	color: #FF0000;
}



.button
{
	color: #000066; 
	font-weight: bold; 
	border: 3px outset #3399CC; 
	background-color: #FFCC66;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}


.header
{
	color: #FFEE00;
	background-color: #FFCC00;
	background-image: url(bkg_header.jpg);
	font-weight: bold;
	font-size: x-large;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}


.dialed
{
	white-space: nowrap;
}




.subtitleline
{
	background-color:black; 
	color: white; 
	font-size:small; 
	font-family:Arial, Helvetica, sans-serif;
}

.subtitleline a, .subtitleline a:link, .subtitleline a:visited
{
	color: white;
	text-decoration: none;
}

.subtitleline a:hover
{
	color: yellow;
	text-decoration: underline;
}





.spacer
{
	position: relative;
	height: 1px;
	width: 1px;
	padding: 0px;
	margin: 0px;
}


.TopNavigation
{
	background-color: #FFCC00;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #000000;
}

.TopNavigation ul, .TopNavigation ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.TopNavigation ul
{
	text-align: center;
}

.TopNavigation ul li
{
	display: inline;
	/*margin-left: 1px;
	margin-right: 1px;*/
}

.TopNavigation ul li a
{
	color: #663300;
	/*background: url(pie_tl_gray.gif) no-repeat left top;*/
	background: #B0CEE6 url(bkg_TopTab.jpg) no-repeat left top;
	padding-left: 10px;
	font-size: small;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

.TopNavigation ul li a:link, .TopNavigation ul li a:visited
{
	color: #663300;
}

.TopNavigation ul li a:hover
{
	color: #000000;
	background: #FFFFFF url(pie_tl_red.gif) no-repeat left top;
}

.TopNavigation ul li a span
{
	background: url(pie_tr_red.gif) right top no-repeat; 
	padding-right: 10px;
}

/*\*//*/
.TopNavigation ul li a
{
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
/**/



.TopNavigation ul li.SelectedTab a
{
	color:	#FFFFFF;
	background: #000000 url(pie_tl_red.gif) no-repeat left top;
	font-size: medium;
	font-weight: bold;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}


.TopNavigation ul li.SelectedTab a:link, 
.TopNavigation ul li.SelectedTab a:visited, 
.TopNavigation ul li.SelectedTab a:active
{
	color:		#FFFFFF;
}




.SubNavigation
{
	background-color: #999999;
	padding-top: 6px;
}

.SubNavigationInverted
{
	background-color: #999999;
	padding-bottom: 6px;
}


.SubNavigation ul, .SubNavigation ul li, .SubNavigationInverted ul, .SubNavigationInverted ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.SubNavigation ul, .SubNavigationInverted ul
{
	text-align: center;
}

.SubNavigation ul li, .SubNavigationInverted ul li
{
	display: inline;
	/*margin-left: 1px;
	margin-right: 1px;*/
}

.SubNavigation ul li a, .SubNavigationInverted ul li a
{
	color: #000066;
	background: #CCCCCC url("pie_tl_gray.gif") left top no-repeat; 
	padding-left: 10px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
}

.SubNavigation ul li a
{
	vertical-align: bottom;
}

.SubNavigationInverted ul li a
{
	background: #CCCCCC url("pie_bl_gray.gif") left bottom no-repeat;
	vertical-align: top;
}

.SubNavigation a:link, .SubNavigation a:visited, .SubNavigationInverted a:link, .SubNavigationInverted a:visited
{
	color: #000066;
}

.SubNavigation a:hover, .SubNavigationInverted a:hover
{
	color: #000066;
	background-color: #FFEECC;
}

.SubNavigation ul li a span
{
	background: url("pie_tr_gray.gif") right top no-repeat; 
	padding-right: 10px;
}

.SubNavigationInverted ul li a span
{
	background: url("pie_br_gray.gif") right bottom no-repeat; 
	padding-right: 10px;
}

/*\*//*/
.SubNavigation ul li a, .SubNavigationInverted ul li a
{
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
/**/



.SubNavigation .SelectedTab a, .SubNavigationInverted .SelectedTab a
{
	color:	#000000;
	background-color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
	text-decoration: none;
}

.SubNavigation .SelectedTab a
{
	border-bottom: 1px solid #FFFFFF;
}


.SubNavigation .SelectedTab a, .SubNavigation .SelectedTab a:visited, .SubNavigation .SelectedTab a:active,
.SubNavigationInverted .SelectedTab a, .SubNavigationInverted .SelectedTab a:visited, .SubNavigationInverted .SelectedTab a:active
{
	color:		#000000;
}





div.TabGroupVert
{
	background-color: #999999;
	text-align: right;
	margin: 0;
	padding: 4px;
	padding-right: 0;
}

.TabGroupVert ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.TabGroupVert ul li
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.TabGroupVert ul li a
{
	display: block;
	width: 97%;
	color: #000066;
	background: url("pie_tl_gray.gif") left top no-repeat; 
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none; 
	font-family:	Arial,Helvetica,Verdana,sans-serif;
}

.TabGroupVert a:link, .TabGroupVert a:visited
{
	color: #000066;
}

.TabGroupVert a:hover
{
	color: #000000;
	background-color: #FFEECC;
}

.TabGroupVert ul li a span
{
	display: block;
	background: url("pie_bl_gray.gif") left bottom no-repeat; 
	padding: 0;
	padding-right: 4px;
	margin: 0;
}

/*
.TabGroupVert ul li a
{
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
*/



.TabGroupVert .SelectedTab a
{
	color:	#000000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
	text-decoration: none;
}


.TabGroupVert .SelectedTab a, .TabGroupVert .SelectedTab a:visited, .TabGroupVert .SelectedTab a:active
{
	color:		#000000;
}







/*
.navigationtabselected
{
	color:		black;
	font-weight:	bold;
	text-decoration: none;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
}



.navigationtab
{
	color:		#FFFFFF;
	font-size:	small;
	font-weight:	bold;
	text-decoration: none;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
	display: block;
}

a:link.navigationtab, a:visited.navigationtab, a:active.navigationtab
{
	color:		#FFFFFF;
	text-decoration: none;
}

a:hover.navigationtab
{
	color:		#FFFF00;
	font-weight:	bold;
	text-decoration: underline;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
}

.shoppingtab
{
	color:		#000099;
	font-weight:	bold;
	text-decoration: none;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
	display: block;
}

a:link.shoppingtab, a:visited.shoppingtab, a:active.shoppingtab
{
	color:		#000099;
	text-decoration: none;
}

a:hover.shoppingtab
{
	color:		#FF0000;
	font-weight:	bold;
	text-decoration: underline;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
}

.navigationsmall
{
	color:		#FFFFFF;
	font-size: xx-small;
	font-weight:	bold;
	text-decoration: none;
	font-family:	Arial,Helvetica,Verdana,sans-serif;
}

a:link.navigationsmall, a:visited.navigationsmall, a:active.navigationsmall
{
	color:		#FFFFFF;
	text-decoration: none;
}

A:hover.navigationsmall
{
	color:		#FFFF00;
	text-decoration: underline;
}
*/


.required
{
	background-color: #FFEECC;
}


.stick
{
	font-family: Arial, sans-serif;
}


.gutter
{
	background-color:	#CCCCCC;
}



.small
{
	font-size: 80%;
}

.xsmall
{
	font-size: 65%;
}

#dynclock
{
	position: relative;
	margin: 0px;
	padding: 0px;
}


.SmileBody .htmlformattable
{
	color: black;
	background-color: gold;
	font-size: small;
	font-family: Arial, sans-serif;
	border-color: black;
	text-align: center;
}

.NewsletterQuotables
{
	font-size: small;
	font-family: Arial, sans-serif;
}





h3.htmlformat
{
	color: #660000;
	background-color: #FFFFFF;
	border-bottom: 3px solid #660000;
}

h4.htmlformat
{
	color: #CC9966;
	border-bottom: 2px solid #CC9966;
}

h5.htmlformat
{
	color: #CC9966;
	/*border-bottom: 1px solid #666666*/
}

h6.htmlformat
{
	color: #CC9966;
	/*border-bottom: 1px solid #999999*/
}




hr.htmlformat
{
	color: #FFEECC;
}

.htmlformatcaption
{
	color: #996633;
	font-size:	xx-small;
	/*font-family: Arial,Helvetica,Verdana,sans-serif;*/
}


.galleryheader
{
	text-align: left;
	/*background-color: #EEEEEE;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFDD99', EndColorStr='#00FFDD99');*/
}

.announcementstitle a:link
{
	color: #000066;
}

.announcementstitle a:visited
{
	color: #330033;
}

.announcementstitle a:hover
{
	color: #FF0000;
}



.announcementstitle
{
	padding: 4px;
	/*border: 1px solid #FFCC00;*/
	background-color: #FFEEAA;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	background-image: url("header_bkg.jpg");
}


.SafetyTips a, .SafetyTips a:link, .SafetyTips a:visited
{
	color: #006699;
}

.SafetyTips a:hover
{
	color: #CC0000;
}

th.SafetyTips
{
	background-color: #99FF99;
	background-image: url("header_bkg_safety.jpg");
	text-align: left;
}

td.SafetyTips
{
	background-color: #CCFFCC;
}

td.SafetyTips hr.htmlformat
{
	color: #99CC99;
}

td.SafetyTips h4.htmlformat
{
	color: #006600;
	border-bottom: 2px solid #99CC99;
}

td.SafetyTips h5.htmlformat
{
	color: #339933;
}

.SmileBody h5.htmlformat
{
	color: #996600;
}

.homepage ul.htmlformat
{
	margin-left: 1em;
}


.rssama
{
	font-size: x-small;
	font-family: Arial, sans-serif;
}

.rssama .announcementstitle
{
	font-size: x-small;
}


.rssTitle
{
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

div.rssItem
{
	margin-top: 1em;
}

.rssItem p
{
	margin-top: 0;
	margin-bottom: 0;
}
