/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
	outline: none;
}

table
{
border-collapse: collapse;
}

strong
{
font-weight: bold;
}

.attention a, .attention a:active, .attention a:visited, attention a:hover
{
color: #D93D3D;
font-weight: bold;
}

/*
================================
MAIN STYLES
================================
*/

body
{
	background-color: white;
	font-family: Arial, Verdana, Sans-Serif;
	color: black;
	font-size: 12px;
}
td
{
	font-size: 12px;
}


textarea
{
overflow: auto;
font-family: Arial, Verdana, Sans-Serif;
}

#container
{
}

a, a:hover, a:visited, a:active
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
color: #FF0000;
}


#mainWrapper
{
}

#sizeWrapper
{
	width: 908px;
	margin: 0 auto;
}

/*
================================
NAVI STYLES 
================================
*/

ul#navi
{
vertical-align: middle;
}

div.navi
{
text-transform: uppercase;
color: black;
font-weight: bold;
font-size: 14px;
vertical-align: middle;
margin-top: 20px;
margin-left: 40px;
}

#navi li, li.normal
{
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	height: 70px;
}
#navi li.selected
{
	vertical-align: middle;
	color: black;
	float: left;
}

#navi li.hover
{
	color: black;
	float: left;
	vertical-align: middle;
}
#navi li.hoverSelected
{
	float: left;
	vertical-align: middle;
}

	#navi li.selected a, #navi li.hover a, #navi li.hoverSelected a
	{
		color: black;
		font-weight: bold;
		text-decoration: none;
		color: #CC071E;
	}
	#navi li a
	{
		display: block;
		padding: 12px 0;
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
margin: 60px 0 20px 95px;
width: 215px;
font-size: 14px;
font-weight: bold;
color: black;
}
		
		.secondaryNav li
		{
		padding: 15px 0px 15px 0px;
		}
		
			.secondaryNav li.selected a
			{
			color: #CC071E;
			}
		
	.secondaryNav li a
	{
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	}


/*
================================
THIRD LEVEL NAVI STYLES 
================================
*/
.thirdlevelNav
{
margin: 10px 0 0px 15px;
font-size: 12px;
font-weight: bold;
color: black;
}

		.thirdlevelNav li
		{
		padding: 5px 0px 5px 0px;
		}

			.thirdlevelNav li.thirdlevelSelected a
			{
			color: #CC071E;
			}
			.thirdlevelNav li.thirdlevelNotSelected a
			{
			color: black;
			}

	.thirdlevelNav li a
	{
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {
font-size: 14px;
font-weight: bold;
color: black;
margin-bottom: 10px;
}

h3 {
font-weight: bold;
font-size: 12px;
color: black;
margin: 0px;
padding: 0px;
margin-bottom: 3px;
}

p {
color: black;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
font-size: 12px;
}

.rightArrow {
background: url(../template_familievold/linkarrow_black.gif) no-repeat center right;
padding: 0 9px 1px 0;
font-weight: bold;
text-decoration: none;
}

.attention {
color: #D93D3D;
font-weight: bold;
}

.imageRightAlign {
float: right;
padding-left: 9px;
padding-bottom: 3px;
}

.imageLeftAlign {
float: left;
padding-right: 9px;
padding-bottom: 3px;
}

.btnMedium {
background: url(/template_familievold/campaignssite/btn_medium_blank.png) no-repeat;
width: 249px;
height: 23px;
text-align: center;
padding-top: 4px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
color: white;
display: block;
}

