/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#4fb948; color:#ffffff;}
.box1Color						{color:#ffffff;}
.box1Color:HOVER				{color:#ffffff;}

.box1Background_LightVersion	{background-color:#e7e7e8; color:#818285;}
.box1Color_LightVersion			{color:#008800;}
.box1Color_LightVersion:hover	{color:#818285;}


/** Used in titles and captions**/
.titlesColor					{color:#3a91ce;}
.titlesColor:hover				{color:#3a91ce;}
.pageTitleColor					{color:#000000;}
.pageTitleColor:hover			{color:#000000;}

/** Grid **/

.wrapper			{border: 1px solid #cccccc; background-color:#FFFFFF;}
.header				{background-image:url(../header.jpg); background-repeat:no-repeat; height:120px;}
.menuleft			{width: 18px; background-image:url(../menuleft.jpg); background-repeat:no-repeat;}
.menuright			{width: 18px; background-image:url(../menuright.jpg); background-repeat:no-repeat;}
.vleugel			{width:37px; background-image:url(../vleugel.jpg); background-repeat:no-repeat; height:20px;}
.sky				{background-image:url(../sky.jpg); background-repeat:no-repeat; height:165px;}
.textbar			{width:200px; padding-left:10px; padding-right:10px; padding-bottom:20px; background-image:url(../bgtextbox.jpg); background-repeat:repeat-y; vertical-align:bottom;}
.content			{width:450px; padding-left:35px; padding-right:35px; padding-bottom:20px; vertical-align:top;}
.media				{width:200px; padding-right:20px; padding-bottom:20px; vertical-align:top;}
.login				{width:200px;; padding-left:10px; padding-right:10px; padding-bottom:20px; background-image:url(../bgtextbox.jpg); background-repeat:repeat-y; vertical-align:bottom;}
.leftmenu			{width:200px; padding-left:10px; padding-right:10px; padding-bottom:20px; background-image:url(../bgtextbox.jpg); background-repeat:repeat-y; vertical-align:top;}

/****************************  Main Elements ***************************/
BODY			{font-family:Tahoma; font-weight:normal; color:#818285; font-size:80%; padding:0px; margin:10px; background-image:url(../bg.jpg); background-repeat:repeat-x; background-color:#d4effd;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Tahoma;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#3a91ce;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#3a91ce;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#3a91ce;}
A:hover			{text-decoration:underline; color:#3a91ce;}
IMG.dbsSkip	{border-style:none;width:0px;height:0px;}
A.dbsSkip	{display:block;}
A.PageContentShortcut	{color:#ffffff;BACKGROUND-COLOR: #ffffff;}
A.PageContentShortcut:active	{color:#3a91ce;BACKGROUND-COLOR: #ffffcc;}
A.PageContentShortcut:unknown	{color:#3a91ce;BACKGROUND-COLOR: #ffffcc;}
INPUT.button	{color:#FFFFFF; border-color:#3a91ce; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-size:11px; font-weight:bold; background-color:#3a91ce; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:#3a91ce;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
A.navigationTab								{font-size:90%; text-decoration:none;}
A.navigationTab:hover						{font-size:90%; text-decoration:underline;}
UL.NavigationTab							{PADDING: 0px; MARGIN: 0px 0px 0em 0em;}
UL.NavigationTab LI							{DISPLAY: inline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight: bold; font-size:110%; margin-bottom:10px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:14px; font-weight:bold;}
H1.PageCategoryTitle		{}
TD.description				{font-size:80%;}

/** 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;}

.hidden				{display:none; position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

/************************** 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;}


