/**********************************************
***********************************************
***********************************************
*** 			   CHANGABLE				***
***********************************************
***********************************************
***********************************************/



/***********************************************/
/* General page elements */
BODY							{background-color:#bbbbdb;color:#000000;}
TABLE.main 						{background-color:#ffffff;}
.button							{background-color:#9999b9;color:#ffffff ; border-top:1px solid #cccccc;border-right:1px solid #444444;border-bottom:1px solid #444444;border-left:1px solid #cccccc;}


/***********************************************/
/* Top NAV BAR */
.navigationBarBackground		{background-color:#aaaaca;}
								/*
								WHEN Site is HORIZONTAL	: This color is only visible if ***.navigationBar.navigation*** has no color
								WHEN Site is VERTICAL		: This is the color of the rightBar ( banners area )
								*/
								
.navigationBar.navigation		{background-color:#211161;color:#ffffff;border-top:1px solid #99ccff;border-right:1px solid #99ccff;border-bottom:1px solid #113366;border-left:1px solid #113366;}
.navigationBar.navigation:HOVER	{background-color:#7777a7;}


/***********************************************/
/* Bottom BAR */
.bottomBarBackground			{background-color:#aaaaca;}
.bottomBarForeColor				{color:#211161;}


/***********************************************/
/* Ticker + Survey */
TABLE.ticker					{background-color:#9999b9;}
TABLE.survey					{background-color:#9999b9;}


/***********************************************/
/* General Page Properties */

/* REMARK: Elements so marked:     / *copy* /      should be considered to have the same colors as the class before them, and have been added due to technical restrictions */
/* REMARK: both majorcolors are supposed to be in contrast to the color of TABLE.main */
/* REMARK: majorBackground2 should be a LIGHT version of majorColor2 or any other light variation */

.majorColor1					{color:#211161;} /* <HR> + articleTitle */
/*copy*/ TD.navigationtab A		{color:#211161;} /* IDENTICAL TO PREVIOUS COLOR Special Case: This <A> comes from MODULES */

.majorColor2					{color:#211161;} /* <A> + picGalleryHREF*/
/*copy*/ .content A				{color:#211161;} /* IDENTICAL TO PREVIOUS COLOR this is a special case of A, when A is taken from the DB along with other content */
.majorBackground2				{background-color:#bbbbdb;} /* appears in some cases, mostly galleries & titles */




















/**********************************************
***********************************************
***********************************************
*** 			   CONSTANT					***
***********************************************
***********************************************
***********************************************/

BODY						{font-size:.8em;margin:0 0 0 0;padding:0 0 0 0;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
TD							{font-size:.8em;}
HR							{height: 1px;width:100%;}
A							{font-weight:bold;}
.button						{height:18;font-family: Arial, Helvetica, sans-serif;font-weight:bold;width:90;font-size:.9em;}

.navigationBar				{width:100%;height:25px;}
.navigationBar.navigation	{width:100%;height:25px;padding-top:4;text-decoration:none;font-weight:bold;}
.bottomBar					{width:780;}
.bottomBar A				{font-size:.85em;font-weight:bold;text-decoration:none;}

.rightBar A					{text-align:right;padding:3 10 0 10;}
.topBar A					{text-align:center;}

TABLE.body 					{width:100%;padding: 10px 10px 10px 10px;}

TABLE.ticker				{position:relative;top:-10;left:-10;width:180px;padding:20 5 5 5;}
TABLE.survey				{position:relative;top:-10;left:-10;width:180px;padding:20 0 0 0;}
.surveyContent				{padding:0 6 0 6;}

TD.navigationtab			{font : normal 70%;padding-bottom : 15px;}
.articleTitle				{font-size:.9em;font-weight:bold;}
.AGalleryTitle				{height:34;}
