BODY	{
	scrollbar-base-color: #CCCCCC;
	scrollbar-track-color: #C0C0C0;
	backgroUnd-color: #FFFFFF;
	}




/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #3366FF; 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: #000000; FONT: 11px verdana, arial, sans-serif; }

.title		{ COLOR: #000000; FONT: 16px 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; }

.normaltext	{ COLOR: #000000; FONT: 12px arial, sans-serif; font-weight: normal; }

.smalltable	{ COLOR: #000000; FONT: 10px arial, sans-serif; font-weight: normal; }

.smalltext	{ COLOR: #000000; FONT: 11px arial, sans-serif; font-weight: normal; }



#date-location	{ right: 10px; POSITION: absolute; TOP: 65px; }



/* HEADER BACKGROUND COLOR - edit the header.js also */

.headercolor		{ background-color: #000000; }



/* MAIN IMAGE BACKGROUND COLOR */

.pictbackground		{ background-color: #FFFFFF; }



/* NON GALLERY IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }






/* SHADOW AND CORNER IMAGE */

#cornerimage		{ background-image: url("../picts/blackwhite/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: #222222;
		background-image: url("../picts/blackwhite/bar.jpg");
		height: 12px;
		border: solid #666666;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #222222;
		background-image: url("../picts/blackwhite/bar.jpg");
		height: 20px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits		{
			border: #C0C0C0 1px solid;
			background-color: #F0E4D6;
			color: #FFFFFF;
			}












/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
			background-image: url("../picts/blackwhite/background-sidebar.jpg");
			background-color: #EBECEE;
			background-repeat: no-repeat;
			}

.sideborder		{ BORDER: #000000 1px solid; }


/* THE NEXT 2 LINES ARE NOT USED IN 2009 MODELS - FOR OLDER CHROME COMPATIBILITY */

.sidebartitle		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #666666; FONT: 11px arial, verdana,  sans-serif; font-weight: normal; }


.sidebartitle-box	{
		padding: 5px;
		background-color: #000000;
		background-image: url("../picts/blackwhite/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:link, a.sidelink:visited, a.sidelink:active	{ color: #0033CC; text-decoration: none; }

a.sidelink:hover					{ color: #FF6600; text-decoration: none; }










/* FOR RIGHT SIDEBAR */

.sidebartext-right	{ color: #000000; FONT: 11px arial, verdana,  sans-serif; font-weight: normal; }



fieldset legend {
		FONT: bold 13px arial, verdana, sans-serif;
		COLOR: #000000;
		border:1px solid #000000;
		background-color: #F0F0F0;
		}

