﻿BODY {
	scrollbar-base-color: #AEAFBB;
	scrollbar-track-color: #C0C0C0;
	backgroUnd-color: #FFFFFF;
}
/* NON-MENU LINK COLORS */

a:active {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
/* PAGE FONTS AND TITLES */
/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE {
	COLOR: #666666;
	FONT: 12px Verdana, sans-serif, Arial;
}
.title {
	COLOR: #AEAFBB;
	FONT: 18px verdana, arial, sans-serif;
	font-weight: bold;
}
.subtitle {
	COLOR: #000000;
	FONT: 14px verdana, arial, sans-serif;
	font-weight: bold;
}
.smalltitle {
	COLOR: #000000;
	FONT: 13px verdana, arial, sans-serif;
	font-weight: bold;
}
.date-font {
	color: #FFFFFF;
	font: 10px verdana, arial, sans-serif;
	font-weight: bold;
}
#date-location {
	right: 10px;
	POSITION: absolute;
	top: 53px;
}
/* HEADER BACKGROUND COLOR - edit the header.js also */

.headercolor {
	background-color: #AEAFBB;
}
/* NON GALLERY IMAGE BORDERS */

.borders {
	border: #000000 1px solid;
}
/* SHADOW AND CORNER IMAGE */

#cornerimage {
	background-image: url("../picts/gray/corner.gif");
}
.pageheight {
	background-image: url("../picts/shadow-vertical.gif");
	background-repeat: repeat-y;
}
.shadow-horizontal {
	background-image: url("../picts/shadow-horizontal.gif");
	background-repeat: repeat-x;
}
/* PAGE LINES & BORDERS */

.pagebars {
	background-color: #C0C0C0;
	background-image: url("../picts/gray/bar.jpg");
	height: 20px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
.pagebar-bottom {
	background-color: #C0C0C0;
	background-image: url("../picts/gray/bar.jpg");
	height: 25px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
.page-splits {
	border: #9698AB 1px solid;
	background-color: #F0F0F6;
	color: #F0F0F6;
}
/* SCROLLER OPTIONS */

.scroller-body {
	background-color: #FFFFFF;
	background-image: url("../picts/gray/background-scroller.jpg");
	background-repeat: repeat-y;
}
.scrollertitle {
	color: #6666FF;
	font-family: arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.scrollertext {
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/* SCROLLER LINK COLORS */

a.scroller:active {
	color: #3300FF;
	text-decoration: none;
}
a.scroller:visited {
	color: #3300FF;
	text-decoration: none;
}
a.scroller:link {
	color: #3300FF;
	text-decoration: none;
}
a.scroller:hover {
	color: #FF6600;
	text-decoration: none;
}
/* LEFT SIDEBAR OPTIONS */

.sidebar-background2 {
	background-image: url("../picts/gray/background-sidebar.gif");
	background-color: #BDBFC4;
	background-repeat: repeat-y;
}
.sidebar-background {
	background-image: url("../picts/gray/background-sidebar.gif");
	background-color: #BDBFC4;
	background-repeat: repeat-y;
}
.sideborder {
	BORDER: #5F606C 1px solid;
}
.sidebarboxwidth {
	width: 152px;
}
/* THE NEXT 2 LINES ARE NOT USED IN 2009 MODELS - FOR OLDER CHROME COMPATIBILITY */

.sidebartitle {
	COLOR: #000000;
	FONT: 13px verdana, arial, sans-serif;
	font-weight: bold;
}
.sidebartext {
	COLOR: #FFFFFF;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: normal;
}
.sidebartitle-box {
	padding: 5px;
	background-color: #95989D;
	background-image: url("../picts/gray/background-sidebar-title.gif");
	color: #FFFFFF;
	font: bold 12px arial, verdana, sans-serif;
	text-align: left;
	border-top: #5F606C 1px solid;
	border-bottom: #5F606C 1px solid;
	border-left: #5F606C 1px solid;
	border-right: #5F606C 1px solid;
}
.sidebartext-box {
	padding: 6px;
	background-color: #ECEDF1;
	color: #000000;
	font: normal 11px arial, verdana, sans-serif;
	text-align: left;
	border-top: #5F606C 0px solid;
	border-bottom: #5F606C 1px solid;
	border-left: #5F606C 1px solid;
	border-right: #5F606C 1px solid;
}
a.sidelink:active {
	color: #3366CC;
	text-decoration: none;
}
a.sidelink:visited {
	color: #3366CC;
	text-decoration: none;
}
a.sidelink:link {
	color: #3366CC;
	text-decoration: none;
}
a.sidelink:hover {
	color: #009900;
	text-decoration: none;
}
/* FOR RIGHT SIDEBAR */

.sidebartext-right {
	color: #666666;
	FONT: 11px arial, verdana, sans-serif;
	font-weight: normal;
}
fieldset legend {
	FONT: bold 13px arial, verdana, sans-serif;
	COLOR: #000000;
	border: 1px solid #999999;
	background-color: #F0F0F0;
}



