
body
{
	color:#0A6391;
	//color:#063852;
	background-color: #7092B8;
}


div#entirepage
{
	background-color:#E7F2F8;
	border: solid #6897ED 1px;
}


div#BANNER_BACKDROP
{
	background-color:#BDD8E7;
}


div#BANNER_PANEL
{
	color:#0A6391;
}

div#BANNER_MENU
{
	background-color:#73A5DD;
}


#MENU_FRAMING_DOWN A:hover,
#MENU_FRAMING_ACROSS A:hover
{
	color:#B9E0F4;
	background-color:#6897ED;
}

#MENU_FRAMING_DOWN A,
#MENU_FRAMING_ACROSS A
{
	color:#0A6391;
	background-color:#85AAED;
}

#MENU_FRAMING_DOWN LI,
#MENU_FRAMING_ACROSS LI
{
	border-top:solid #659DDD 3px;
	border-bottom:solid #659DDD 3px;
	border-left:solid #659DDD 3px;
	border-right:solid #659DDD 3px;
}

#BANNER_LANGUAGE_DOWN input,
#BANNER_LANGUAGE_ACROSS input
{
	color:#4C76A7;
	background-color:#70AEF4;
}

input,select,textarea
{
	color:#063852;
	background-color:#F5FAFC;
}

tr.buttoned button table.button td,
button table.button td
{
	color:#0A6391;
}

/* list table */

table.list_sublist caption,
table.list caption
{
	background-color:#D0E8F4;
}

table.list tr:hover
{
	background-color:#DDE7ED;
}

table.list_sublist th,
table.list th
{
	background-color:#D0E8F4;
}

/* sortable columns */

table.list th.sortable:hover,
table.list th.sorted_D:hover,
table.list th.sorted_A:hover
{
	background-color: #aaaaee;
}

table.list th.sorted_D,
table.list th.sorted_A
{
	background-color: #aaaacc;
}
table.list th.sortable
{
	background-color: #aaaaff;
}

table.progress td.done
{
	color:#333;
	background-color:#9f9;
}

table.progress td.current
{
	color:#00f;
	background-color:#ff0;
}
table.progress td.maybe,
table.progress td.later
{
	color:#333;
	background-color:#fb9;
}
table.progress td.never
{
	color:#333;
	background-color:#999;
}


/*  PROFILE CSS */

tr.event_over
{
	background-color:#C1CBD0;
}