/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#afd6e9; color:#007bb6;}
.box1Color						{color:#007bb6;}
.box1Color:HOVER				{color:#007bb6;}
.box1Color:active				{}

.box1Background_LightVersion	{background-color:#eeeeee; color:#007bb6;}
.box1Color_LightVersion			{color:#007bb6;}
.box1Color_LightVersion:hover	{color:#007bb6;}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{color:#007bb6;}
.titlesColor:hover				{color:#007bb6;}
.pageTitleColor					{color:#007bb6;}
.pageTitleColor:hover			{color:#007bb6;}


/****************************  Design ***************************/

.wrapper			{width:960px;}
.absolute			{height:375px; width:960px; position:absolute; top:119px; overflow:hidden;}
	.homecontent	{width:690px; padding-left:50px; padding-right:50px; vertical-align:middle;}
	.rightbar		{width:270px; vertical-align:middle; background:url(../bgrightbar.png) left top no-repeat; padding-left:40px;}
.languagebar		{height:40px; text-align:right;}
	.search			{width:180px; padding-left:15px; padding-right:10px;}
	.language		{}
	.menulinks		{}
.topmenu			{height:80px;}
	.logo			{width:210px;}
	.menu			{height:42px; background-color:#007bb6;}
	.menusep		{height:38px;}
.media				{height:375px;}
.targetgroup		{height:180px; background:url(../bgfreeboxtargetgroups.jpg) left top no-repeat; overflow:hidden;}
.footer				{height:160px; background-color:#007bb6; padding:5px; padding-top:15px;}
	.footermenu		{width:240px; vertical-align:top;}
	.footercontent	{width:240px; height:120px; vertical-align:top;}
		.contact	{height:70px; overflow:hidden;}
		.subscription	{height:50px;}
	.credits		{color:#afd6e9; font-size:11px;}
	.credits A		{color:#afd6e9; font-size:11px; text-decoration:none;}
	.credits A:hover {color:#afd6e9; font-size:11px; text-decoration:underline;}
.innercontent	{margin-top:50px; margin-bottom:50px; margin-left:125px; margin-right:125px; width:710px;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px;}
BODY *			{}

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:Arial;}
INPUT.input		{border:#005095 1px #afd6e9;}
TEXTAREA		{border:#005095 1px #afd6e9;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#007bb6;}
A:hover			{text-decoration:underline; color:#007bb6;}
A:active		{}
IMG.dbsSkip		{border-style:none; width:0px; height:0px;}
A.dbsSkip		{display:block;}

A.PageContentShortcut			{}
A.PageContentShortcut:hover		{}
A.PageContentShortcut:active	{}
UL.PageContentShortcut LI		{margin:0px; padding:0px; list-style-image:none; list-style-type:none;}

.hidden			{position:absolute; top:-10000px; width:1px; height:1px; overflow:hidden;}

INPUT.button	{color:#007bb6; border:1px solid #007bb6; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#ffffff; height:18px; text-align:center; cursor:pointer;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:#007bb6;}


/* Body */
TABLE.body			{margin-top:5px; width:100%; line-height:18px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{}
DIV.navigationTabContainer	{}
A.navigationTab				{text-decoration:none;}
A.navigationTab:hover		{text-decoration:underline;}
UL.NavigationTab			{font-size:85%; PADDING:0px; MARGIN:0px 0px 0em 0em;}
UL.NavigationTab LI			{display:inline;}

/** Page Title & Description **/
TD.PageTitle			{}
DIV.PageTitle			{font-weight:bold; font-size:24px; margin-bottom:20px; margin-top:20px; color:#007bb6;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-size:24px; margin-bottom:20px; margin-top:20px;}
H1.PageCategoryTitle	{font-size:24px; color:#007bb6; margin-bottom:20px; margin-top:20px;}
TD.description			{padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:normal; font-size:75%; color:#005794;}
A.Copyright				{font-weight:normal; font-size:75%; text-decoration:none; color:#005794;}
A.Copyright:hover		{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;}


