﻿* {
	font-family:Arial,verdana,helvetica ;
}

body{
	
	background-image:url(../gfx/hdp/GradientLightBlueBodyBackground.png);
	background-repeat:repeat-x;
	background-attachment: fixed;	
}
h1{
	font-size: 183.33%;
    font-weight: bold;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
}
h2 {
	font-size:18px;
	font-weight:normal;
}
tb {
	border:0px;
}
th, table th.subhead, div.subhead{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:8px 4px;
}
table tr.tbsubhead th, table td.tbsubhead, table tr.tbsubhead td {
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	padding:8px 4px;
}
td{
	border-top:1px solid #d4d4d6;
	padding:8px 4px;
}

form {
	border:none;
}

th.tbdata {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
div.tbdata{
	border:0;
}

button.arrow, input.img, a.img, a.arrow, input.arrow, input.img{
	padding:0px 4px 0 5px;
	margin:4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px #525252; /* webkit browser*/ -moz-box-shadow: 0px 1px 1px #525252; /* firefox */ box-shadow: 0px 1px 1px #525252;
	text-decoration:none;
}
button.arrow:hover, input.img:hover, a.img:hover, a.arrow:hover,input.arrow:hover, input.img:hover{
	padding:0px 4px 0 5px;
	margin:4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:none;
	text-decoration:none;
}

/** Header**/
#pageHead{
 overflow: visible;
}
#pageHeadTop  {
	height: 22px;
	background-color:#f4f4f4;
	border:none;
}

#pageHeadTop a {
	display:none;
}

#pageHeadCenter {
	height:324px;
	border:0px;
	padding:0;
}



/** Logo **/
#pageHeadLeft {
	margin:10px 20px ;
	float:right;
	position: absolute;
	top: 199px;
}

#pageHeadRight{
	float:left;
	background-image:url(../gfx/hdp/headerRedElement.gif);
	background-repeat:no-repeat;
	margin-top:75px;
	width:200px;
	height:30px;
	background-position:right;
	color: #fff;
	letter-spacing: 0.05px;
	font-family: "UniversNextW04-420CondR", "Arial Narrow", Arial, sans-serif !important;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	position: absolute;
	top: 219px;
}

/**START SwitchLang**/

#pageHeadSwitchLang{
	margin-top: -333px;
	
}

#pageHeadSwitchLang .img, .img_arrowLogout, .img_LangEnglish{
	margin-top:2px;
	border:0;
	box-shadow:none;
	padding:0;
	float: right;
	padding-left: 22px;
	filter:none;
}
#pageHeadSwitchLang a{
	background-repeat: no-repeat;
	font-weight:normal;
	min-width:0px;
	color:#3D3D3D;
}

#pageHeadSwitchLang a:hover{
	background-image: none;
	font-weight:normal;
	min-width:0px;
	color:#bbb;
}

#pageHeadSwitchLang a.img_arrowLogout, 
#pageHeadSwitchLang a.img_arrowLogout:hover{
	background-image: url(../gfx/hdp/icons/logout.png);
}

/**END SwitchLang**/


/** TopNavi**/
#pageTopNavi {
	top:336px;
	padding-top:0px;
	padding-left:0px;
	height:38px;
}
#pageTopNavi .depth_1 {
	height:20px;
}

#pageTopNavi a.depth_1 {
	background-image:url(../gfx/hdp/nav-a-border.png);
	background-position:right !important;
}

#pageTopNavi a.depth_1 span{
	color:inherit !Important;
}

#pageTopNavi a.depth_1:hover {
	background-image:url(../gfx/hdp/naviHover.png) !important;
	color:#FFF !Important;
	
}


	

#pageTopNavi ul.nav.depth_1 {
	padding-left: 1px;
}

#pageTopNavi ul.nav li.depth_1 a{
	padding-top:0px;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-border-radius:  5x 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding : 2px 10px 12px 10px;
	
}
#pageHeadBottom_1 {
	display:none;
	height:1px;
}
#pageHeadBottom_2 {
	display:none;
 	margin-bottom:0px;
}
#pageHeadBottom_3 {
	margin:-14px 0 0 0;
	height:38px;
	background-image:url(../gfx/hdp/main_nav.png);
	background-repeat:repeat-y;
}
#pageHeadBottom_3 img {
	display:none;
}
#loginData{
	width:700px;
}
/** End of TopNavi**/

/** LoginForm**/

#fieldSet_login {
	width:193px;
	padding:5px 5px 0 3px;
}

#cn_loginForm{
	margin-top:38px;
	width:205px;
	float:right;
	position:absolute;
	right:0px;
	padding:5px;
	
	background-color:#f3f3f3;
	/*border radius*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	
	-webkit-border-radius: 0px 0px 0px 5px;
	border-radius: 0px 0px 0px 5px;
	
	/*box shadow*/
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); 

	color:#fff;
}


#cn_loginForm  .formRow{
	overflow:visible;

}

#cn_loginForm  .formRow .inputFieldLabel{
	margin: 0 0 5px 0;
	width:100%;
	overflow:visible;
}

#cn_loginForm  .formRow .inputFieldLabel input{
	
	width:100%;
	margin: 0px;
}

#cn_loginForm .formRow .inputFieldLabel label{
	float:left;
	color:#000;
	display:none;
}

#cn_loginForm .formRow input{
	margin-top:0px;
	height:16px;
	padding-left:2px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(193, 193, 193, 1);
	-moz-box-shadow: inset 0px 1px 1px 1px rgba(193, 193, 193, 1);
	box-shadow: inset 0px 1px 1px 1px rgba(193, 193, 193, 1);
	
	border:1px solid #777;
}

#cn_loginForm  input{
	margin-top:0px;
	height:20px;
}

#cn_loginForm input#logIn_btn{
	float:right;
	padding:0px;
	margin:0px;
	margin-right: 3px;
	border:1px solid #0069A6;
	
	background: #0069a6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjlhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM3NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0069a6 0%, #00376b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0069a6), color-stop(100%,#00376b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0069a6 0%,#00376b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0069a6 0%,#00376b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0069a6 0%,#00376b 100%); /* IE10+ */
	background: linear-gradient(top, #0069a6 0%,#00376b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069a6', endColorstr='#00376b',GradientType=0 ); /* IE6-8 */
}

#cn_loginForm input#logIn_btn:hover{
	background: #00376b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzc2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY5YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #00376b 0%, #0069a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00376b), color-stop(100%,#0069a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00376b 0%,#0069a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00376b 0%,#0069a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00376b 0%,#0069a6 100%); /* IE10+ */
	background: linear-gradient(top, #00376b 0%,#0069a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00376b', endColorstr='#0069a6',GradientType=0 ); /* IE6-8 */
}


#cn_loginForm input#forgotPassword_btn{
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-left:6px;
	border:none;
	background:none;
	filter:none;
	color:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#cn_loginForm input#forgotPassword_btn:hover{
	text-decoration:underline;
}

/** End of LoginForm**/

/** Content **/
#contentSpacer_IE {
}

#pageContainer {
	margin: 0px 0px;
	padding:00px;

}

#pageContentTop {
	width:380px;
}

#pageContent{
	float:left;
	margin-top: 15px;
	min-width:780px;
	padding-top: 40px;
	-webkit-border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	border-radius:10px 0 0 0;
	float: right;
}

/** Subnavi **/
#pageLeft {
	width:187px;
	float:left;

}
#pageTopNavi ul.nav li.depth_2 li.navLink {
	min-height:31px;
	border:0;
}

#pageTopNavi ul.nav.depth_2{
	top:34px; /** topspace left navi **/
	margin-left:0px;

}

#pageTopNavi ul.nav li.depth_2 a.depth_2.branchLink {
background-image: url(../gfx/hdp/buttons/gotSubs.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 12px;
}

#pageTopNavi ul.nav li.depth_2 a{
	font-size:12px;
	padding-top:5px;
	font-weight:normal;
	text-transform:none;
	padding-bottom:5px;
	padding-left:10px;
}

#pageTopNavi ul.nav li.depth_1 ul.nav.depth_2{
	width:185px; /** width of left navi **/
	padding-top:10px;
	padding-left:5px;
	overflow:hidden;

}
/** End of Subnavi**/
	
/** Tables **/
fieldset.pageElementTop {
	border:none;
}
.tbhead,
.tbhead td, caption{
	border:0;
	font-size:14px;
	margin-bottom:21px;
}
.tbsubhead {
	padding:8px 4px;
	border:none;
}
th.subhead, div.tbsubhead {
	border-top:1px solid #d4d4d6;
	padding:12px 4px 8px 4px;
}
table.list td, table.list td.tbdata, table.tb{
	border:none;
}

div.tbcontrol {
	padding:8px 4px;
}



.tb750 {
	border-left:1px solid #4d4d4d;
	border-right:none;
}


/*----BUTTONS----*/
button.arrow, input.img, a.img, a.arrow, input.arrow, input.img, input.img_arrowSubmit , input.img_arrowHelp, .cn_button, button.btcontrol, button.arrow, .arrow, .img, .img.noFloat{

/* Measurements */
	min-width:80px;
	height: 22px;
	padding:0px 4px 0 5px;
	margin:4px;
	text-align:center;
	-moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;

/* Border, Radius & Shadow */
	border:1px solid #fefefe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px #525252; /* webkit browser*/ -moz-box-shadow: 0px 1px 1px #525252; /* firefox */ box-shadow: 0px 1px 1px #525252;
	
/* Gradient Button */
	background: rgb(242,246,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2NmZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,246,255,1) 0%, rgba(199,207,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,255,1)), color-stop(100%,rgba(199,207,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,246,255,1) 0%,rgba(199,207,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,246,255,1) 0%,rgba(199,207,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,246,255,1) 0%,rgba(199,207,216,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(242,246,255,1) 0%,rgba(199,207,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6ff', endColorstr='#c7cfd8',GradientType=0 ); /* IE6-8 */
	
/* Font */
	color:#1B5C85;
	text-decoration:none;
}

button.arrow, button.img {
	height: 22px;
	line-height: 20px;
}

button.arrow:hover, input.img:hover, a.img:hover, a.arrow:hover,input.arrow:hover, input.img:hover, .cn_button:hover,button.btcontrol:hover, button.arrow:hover, .arrow:hover, .img:hover, .tbcontrol .arrow:hover, .tbcontrol:hover .img:hover, td.tbcontrol:hover .img:hover, .img.noFloat:hover{
	
/* Measurements */
	padding:0px 4px 0 5px;
	margin:4px;
	min-width:80px;
	height: 22px;
	text-align:center;	
	-moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;
	
/* Border, Radius & Shadow */
	border:1px solid #adadad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:none;

/* Gradient Button */
	background: rgb(199,207,216); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3Y2ZkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY2ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(199,207,216,1) 0%, rgba(242,246,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,207,216,1)), color-stop(100%,rgba(242,246,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(199,207,216,1) 0%,rgba(242,246,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(199,207,216,1) 0%,rgba(242,246,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(199,207,216,1) 0%,rgba(242,246,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(199,207,216,1) 0%,rgba(242,246,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cfd8', endColorstr='#f2f6ff',GradientType=0 ); /* IE6-8 */

/* Font */	
	text-decoration:none;
	color:#1B5C85;
}
/* Button Bugfixes*/

.tbcontrol .inputFieldLabel {
	margin:4px 0 0 0!important;
}

.inputFieldLabel .img{
	padding:0px 4px 0 5px;
	margin:4px;
	margin-top:0;
	-moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;
}
.inputFieldLabel:hover .img:hover{
	padding:0px 4px 0 5px;
	margin:4px;
	margin-top:0;
	color:#1B5C85;
}

.img.noFloat{
	float:left !important;
	color:#1B5C85 !important;
}

#logoutButton{
	background-image:url(../gfx/hdp/icons/logout.png)!important;
	background-position:left center;
	background-repeat:no-repeat;

}

/*----END OF BUTTONS---*/

.arrow_skipBtn a.img_arrowLeft {
	background-image:url(../gfx/hdp/icons/arrowLeft.png);
	text-decoration:none;
	background-position:center center !important;
	background-color:transparent;
	background-repeat:no-repeat;
	box-shadow:none;
	min-width:20px;
	width:20px!important;
	height:22px!important;
	border:0;
	filter:none;
}
.arrow_skipBtn a.img_arrowRight {
	background-image:url(../gfx/hdp/icons/arrowRight.png);
	text-decoration:none;
	background-position:center center !important;
	background-color:transparent;
	background-repeat:no-repeat;
	box-shadow:none;
	min-width:20px;
	width:20px!important;
	height:22px!important;
	border:0;
	filter:none;
}
.arrow_skipBtn a.img_arrowLeft:hover {
	background-image:url(../gfx/hdp/icons/arrowLeft_hover.png) !important;
	text-decoration:none !important;
	background-position:center center !important;
	background-color:transparent !important;
	background-repeat:no-repeat !important;
	box-shadow:none !important;
	min-width:20px !important;
	width:20px!important;
	height:22px!important;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	filter:none;

}
.arrow_skipBtn a.img_arrowRight:hover {
	background-image:url(../gfx/hdp/icons/arrowRight_hover.png) !important;
	text-decoration:none !important;
	background-position:center center !important;
	background-color:transparent !important;
	background-repeat:no-repeat !important;
	box-shadow:none !important;
	min-width:20px !important;
	width:20px!important;
	height:22px!important;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	filter:none;
}

.arrow {
	background-image:url(../gfx/demo/icons/arrowRight.png);
	text-decoration:none;
}
.arrow:hover {
	background-image:url(../gfx/demo/icons/arrowRight_hover.png);
	text-decoration:none;
}
tr.subhead.level01 td:first-child{
	padding-left:30px;

	background-repeat:no-repeat;
}
tr.subhead.level02 td:first-child{
	padding-left:50px;

	background-repeat:no-repeat;
	background-position:20px bottom;
}
tr.subhead.level03 td:first-child{
	padding-left:70px;

	background-repeat:no-repeat;
	background-position:40px bottom;
}
tr.subhead.level04 td:first-child{
	padding-left:90px;

	background-repeat:no-repeat;
	background-position:60px bottom;
}

/*---ARROW EXPAND & COLLAPSE BUTTONS ---*/
.img.img_arrowExpand, .img.img_arrowCollapse {
	background-repeat:no-repeat; 
	box-shadow:none;
	min-width:22px!important;
	padding:0!important;
	height:22px;
	border: 0;
	margin:0 0 0 4px;
}

.img.img_arrowCollapse:hover, .img.img_arrowExpand:hover{
	background-repeat:no-repeat; 
	box-shadow:none;
	text-decoration:none!important;
	background-color:transparent!important;
	background-repeat:no-repeat!important;
	box-shadow:none!important;
	height:22px!important;
	border:0!important;
	margin:0 0 0 4px;
}

.img.img_arrowCollapse:hover{
	background-image: url("../gfx/_default/icons/arrowCollapse.gif")!important;
}

.img.img_arrowExpand:hover{
	background-image: url("../gfx/_default/icons/arrowExpand.gif")!important;
}




/*BEGIN SimpleArrow Icons*/
.imgMin {
  height: 16px;
  width: 16px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
}
.imgMin.img_arrowSimpleTop {
  background-position: 0px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleTop:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
.imgMin.img_arrowSimpleRight {
  background-position: -16px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleRight:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
.imgMin.img_arrowSimpleBottom {
  background-position: -32px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleBottom:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
.imgMin.img_arrowSimpleLeft {
  background-position: -48px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleLeft:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
.imgMin.img_arrowSimpleTopDouble {
  background-position: -64px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleTopDouble:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
.imgMin.img_arrowSimpleRightDouble {
  background-position: -80px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleRightDouble:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
.imgMin.img_arrowSimpleBottomDouble {
  background-position: -96px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleBottomDouble:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
.imgMin.img_arrowSimpleLeftDouble {
  background-position: -112px 0px;
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSet.jpg");
}
.imgMin.img_arrowSimpleLeftDouble:hover {
  background-image: url("../../gfx/hdp/icons/arrowSimpleImageSetHover.jpg");
}
/*END SimpleArrow Icons*/

/** End of Content **/

/** Footer **/
#pageFoot {
	border-top:1px solid #dddddd;
	border-bottom:none;
}

#pageFoot a {
	box-shadow:none;
	border:none;	
	padding:0 5px;
}

#pageFoot a:hover {
	text-decoration:underline;
}

#pageFoot #pageFootControls {
	position:relative;
}

#pageFoot #pageFootControls #pageFootControlsLeft {
	text-align:center;
	float:none;
}
#pageFoot #pageFootControls #pageFootControlsLeft a {
	background-image:none;
	font-size:10px;
	float:none;
	margin:0;
	

}
#pageFoot #pageFootControls #pageFootControlsRight #pageFootControl_up {
	background-image:none;
	font-size:10px;
	position:absolute;
	top:0;
	right:5px;

	margin:0;
	padding:0;
	filter:none;
}
/** End of Footer **/


