/* #### */
/* MAIN */
body
{
	font-size: 9pt;
	font-family: tacoma, verdana, arial;
	font-weight: normal;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img
{
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/* ###### */
/* TABLES */

table.layout
{
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}


/* #### */
/* DATA */
.data
{
	background-color: #FFFFFF;
}

.dataalt
{
	background-color: #EEEEEE;
}


/* ##### */
/* LINKS */
a:link, a:visited, a:active
{
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #FF7F00;
	font-weight: bold;
}

a:link.white, a:visited.white, a:active.white
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:hover.white
{
	text-decoration: none;
	color: #FFD308;
	font-weight: bold;
}

a:link.bottomMenu, a:visited.bottomMenu, a:active.bottomMenu
{
	text-decoration: none;
	color: white;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
}
a:hover.bottomMenu
{
	text-decoration: none;
	color: #FFD308;
	font-weight: normal;
}

a:link.footer, a:visited.footer, a:active.footer
{
	text-decoration: none;
	color: #15528B;
	font-size: 10px;
	font-weight: normal;
	padding-right: 20px;
}
a:hover.footer
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}

a:link.suttle, a:visited.suttle, a:active.suttle
{
	text-decoration: none;
	color: #15528B;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
}
a:hover.suttle
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}

a:link.hidden, a:visited.hidden, a:active.hidden
{
	text-decoration: none;
	color: #15528B;
	font-weight: normal;
}
a:hover.hidden
{
	text-decoration: none;
	color: #15528B;
	font-weight: normal;
}

/* ############# */
/* CONTENT ITEMS */
div.infoBlock
{
	display: block;
	border: solid 1px white;
	padding-bottom: 20px;
}

H1
{
	color: #15528B;
	font-family: Arial Narrow, Arial;
	font-size: 25px;
	background-image: url(bin_powerlineBroadbandImages/titleUnderline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 5px;
	padding-bottom: 7px;
	margin-left: 5px;
	margin-right: 5px;
}

H2
{
	color: #15528B;
	font-family: Arial;
	font-size: 15px;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -10px;
}

ul.main
{
	list-style-image: url(bin_powerlineBroadbandImages/bullet_main.gif);
	color: #15528B;
	font-weight: normal;
	padding-right: 20px;
}

ul.main li
{
	padding-bottom: 10px;
}

ul.male
{
	list-style-image: url(bin_powerlineBroadbandImages/bullet_male.gif);
	padding-bottom: 10px;
	color: #15528B;
	font-family: Arial;
	font-weight: normal;
	line-height: 150%;
	vertical-align: top;
}

ul.female
{
	list-style-image: url(bin_powerlineBroadbandImages/bullet_female.gif);
	padding-bottom: 10px;
	color: #15528B;
	font-family: Arial;
	font-weight: normal;
	line-height: 150%;
	vertical-align: top;
}
ul.male li,
ul.female li
{
	padding-left: 0px;
	padding-top: 10px;
}

p
{
	color: #15528B;
	padding-left: 10px;
	padding-right: 10px;
}

/* TEMP */
.mainMenuCell
{
	background-color: #FFD308;
}

.topDeviderCell
{
	background-color: #15528B;
	height: 8px;
}

.headerSideCell
{
	background-color: #C4D9EE;
	background-position: left top;
	background-image: url(bin_powerlineBroadbandImages/header_side_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
}

.middleDeviderCell
{
	background-color: #C4D9EE;
	height: 6px;
}

.middleDeviderSideCell
{
	background-color: #88B2DA;
	background-position: left top;
	background-image: url(bin_powerlineBroadbandImages/devider_side_bg.gif);
	background-repeat: repeat-y;
	height: 6px;
}

.contentSideCell
{
	background-color: White;
	background-position: left top;
	background-image: url(bin_powerlineBroadbandImages/content_side_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
}

.contentLeftSideCell
{
	background-color: #C4D9EE;
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.contentRightSideCell
{
	background-color: White;
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.bottomMenuCell
{
	background-color: #15528B;
	height: 31px;
	color: White;
	padding-left: 5px;
}

.footerCell
{
	background-color: White;
	color: #15528B;
	padding-left: 5px;
	padding-top: 5px;
}

img.thumbnail
{
	padding-left: 10px;
	padding-top: 20px;
	float: right;
}

img.thumbnail2
{
	padding-left: 10px;
	padding-top: 0px;
	float: right;
}

img.button
{
	border-width: 0px;
	padding-right: 10px;
	padding-top: 10px;
}