/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#ee2e24; color:#ffffff;}
.box1Color						{color:#ee2e24;}
.box1Color:HOVER				{color:#ee2e24;}

.box1Background_LightVersion	{background-color:#f7f7f7; color:#455560;}
.box1Color_LightVersion			{color:#666666;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#ee2e24;}
.titlesColor:hover				{color:#ee2e24;}
.pageTitleColor					{color:#ee2e24;}
.pageTitleColor:hover			{color:#ee2e24;}


/** Grid Design **/

.wrapper			{height:auto; _height:100%; background-image:url(../bgwrapper.jpg); background-repeat:no-repeat; background-position:top center;}
.bg					{height:auto; _height:100%; width:963px; background-image:url(../bgdarkgray.jpg); background-repeat:repeat; background-position:top; padding-bottom:20px;}
.wrapper2			{height:auto; _height:100%; width:931px; background-image:url(../bgwrapper2.jpg); background-repeat:no-repeat; background-position:top center; vertical-align:bottom;}
.bg2				{height:auto; _height:100%; width:907px; background-image:url(../bgcontent.jpg); background-repeat:repeat-y; background-position:top;}
.b					{height:auto; _height:100%; background-image:url(../b.png); background-repeat:no-repeat; background-position:bottom right;margin-bottom:6px; _margin-bottom:0px;}
.header				{height:auto; _height:129px; background-image:url(../bgdarkgray.jpg); background-repeat:repeat; background-position:top; padding-top:11px; vertical-align:top; padding-bottom:20px;}
.logo				{vertical-align:top; width:275px;}
.navigatie			{padding-top:19px; vertical-align:top; padding-left:25px;}
.languagebar		{width:100%; height:29px; background-image:url(../bglanguage.jpg); background-position:right; background-repeat:no-repeat; background-color:#ee2e24; padding-right:25px; padding-top:7px}
.languagebar A		{color:#ffffff; text-decoration:none;}
.languagebar A:hover	{color:#ffffff; text-decoration:none;}
.topmenubar			{width:100%; height:50px; background-image:url(../bgtopmenu.jpg); background-position:right; background-repeat:no-repeat; background-color:#bcc6cc;}
.banner				{height:221px; background-image:url(../bglightgray.jpg); background-repeat:repeat; background-position:top; padding-top:18px; padding-bottom:18px;}
.newsticker			{height:185px; width:232px; background-color:#bcc6cc; vertical-align:top;}
.media				{width:100%;}
.leftmenu			{width:200px; padding-left:25px; padding-right:7px; vertical-align:top;}
.content			{width:675px; vertical-align:top; padding:20px; height:500px;}
.footer 			{margin-top:-30px; margin-right:20px;} 



/****************************  Main Elements ***************************/
BODY			{font-family:Tahoma; font-weight:normal; color:#455560; font-size:11px; padding:0px; margin:0px; background-image:url(../bg.jpg); background-repeat:repeat; background-position:top;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:11px; line-height:18px;}
HR				{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:11px; font-weight:normal; font-family:Tahoma;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#455560;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#455560;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#455560;}
A:hover			{text-decoration:underline; color:#ee2e24;}
INPUT.button	{color:#455560; border-color:#455560; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-family:Tahoma; font-size:11px; font-weight:normal; background-color:#ffffff; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{padding-bottom:10px;}
TD.navigationTab							{font-size:70%; font-weight:normal;}
A.navigationTab								{font-size:100%; text-decoration:none;}
A.navigationTab:hover						{font-size:100%; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight:bold; margin-bottom:10px; margin-top:10px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:16px; text-transform:uppercase; color:#ee2e24;}
H1.PageCategoryTitle		{}
TD.description				{font-size:11px;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#005794;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#005794;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend		{width:220px; height:200px;}


