﻿/*
	Project......: Shulze Haynes web sites
	Created......: 26-Jan, 2009
	File.........: colors.css
	Author.......: Ardeshir Namazi
	Description..: colors
*/

td, th
{
	border-color: #b5b5b5;
}

body, table, tr, td, th, div, p, input, select, textarea, ul, ol, li, h1, h2, h3, h4, h5
{
	color: #535353;
}

hr
{
	color: #b5b5b5;
}


h1
{
	color: #04324e;
}

.h1Cont
{
	color: #b5b5b5;
}

h2
{
	color: #177bbe;
}

h3
{
	color: #177bbe;
}

.box
{
	border-color: #b5b5b5;
	background-color: #cbe3e8;
}

.boxDark
{
	border-color: #04324e;
	background-color: #04324e;
	color: white;
}
.boxDark a
{
	color: white;
}


/*--------------------------------------------------------------------------
	Menu
---------------------------------------------------------------------------*/
#menuPanel
{
	background-color: #073c5e;
}
#menuPanel table.staticItem, #menuPanel table.staticItem a
{
	background-color: transparent;
	color: white;
}
#menuPanel table.staticItemHover td, #menuPanel table.staticItemHover td a
{
	background-color: #1b5174;
}
#menuPanel .staticItemSelected td, #menuPanel .staticItemSelected td a
{
	background-color: #02a7ee;
	color: white;
}

#menuPanel div.dynamic
{
	background-color: #246dab;
	color: white;
}
#menuPanel table.dynamicItem td
{
	border-color: white;
}
#menuPanel table.dynamicItem td, #menuPanel table.dynamicItem td a
{
	background-color: #246dab;
	color: white;
}
#menuPanel table.dynamicItemHover td, #menuPanel table.dynamicItemHover td a
{
	background-color: #02a7ee;
	color: white;
}
#menuPanel table.dynamicItemSelected td, #menuPanel table.dynamicItemSelected td a
{
	background-color: #02a7ee;
	color: white;
}


/*--------------------------------------------------------------------------
	Logo Panel
---------------------------------------------------------------------------*/
#logoPanel
{
	background-color: #1972b5;
}

#slogan
{
	color: white;
}

#extraInfoBannerPanel, #extraInfoBannerPanel p, #extraInfoBannerPanel a
{
	color: white;
}


/*--------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------*/
#footer, #footer p
{
	color: gray;
}

#footer hr
{
	color: gray;
}