/*
* asa programm
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Oktober 2009
*/



/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #eb7020; text-decoration: none; }
a:hover { color: #3c3c3c; text-decoration: none; }
a:focus, a:active { outline: none; }

label { cursor: pointer; }


/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.disabled {
	visibility: hidden;
}

.invisible {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	}
	





/*
* STRUCTURE
*
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #3c3c3c;
	text-align: center;
	background-color: #dcdcdc;
	}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
.container {
	width: 960px;
	margin: 10px auto;
	position: relative;
	text-align: left;
	background-color: #fff;
	}

.containerHeader {
	height: 165px;
	background-image: url(../images/htg_header.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	}

.containerMain {
	padding: 12px 10px;
	}
	
.containerBottom {
	padding: 25px 10px 0 10px;
	background-color: #dcdcdc;
	position: relative;
	background-image: url(../images/htg_bottom.gif);
	background-position: left 10px;
	background-repeat: repeat-x;
	height: 75px;
	}
	

.containerMarginal {
	float: left;
	width: 315px;
	}	

.containerCenter {
	float: left;
	width: 405px;
	}
	
	
	

.containerMarginalA {
	float: left;
	width: 215px;
	min-height: 300px;
	}

.containerCenterB {
	float: left;
	width: 493px;
	}
	
.containerMarginalB {
	float: right;
	width: 220px;
	}
	
	

.containerCenterC {
	float: left;
	width: 725px;
	}
	
.containerCenterD {
	float: left;
	width: 625px;
	}
	


.containerBreadcrump {
	background-color: #ececec;
	/*margin-bottom: 17px;*/
	margin-bottom: 12px;
	}

.containerBreadcrump p {
	font-size: 11px;
	/*padding: 9px 18px;*/
	padding: 9px 12px;
	}
	
.containerBreadcrump p a {
	color: #3c3c3c;
	}
	
.containerBreadcrump p a:hover { color: #eb7020; }

.containerCenterD .containerBreadcrump p {
	padding: 9px 12px;
	}


.containerSlideshow {
	background-color: #ececec;
	padding-bottom: 24px;
	position: relative;
	}
	
.containerSlideshow .slideshowBox {
	height: 420px;
	position: relative;
	width: 315px;
	}
	
.containerSlideshow .slideshowBox li {
	display: none;
	height: 420px;
	position: relative;
	width: 315px;
	}
	
.containerSlideshow .slideshowBox .textBox {
	position:absolute;
	bottom: 0;
	left: 0;
	padding: 12px 12px 0;
	width: 291px;
	color: #fff;
	/*background-color: #000;*/
	background-image: url(../images/htg_slideshow_text.png);
	}
	
.containerSlideshow .slideshowBox .textBox p {
	line-height: 16px;
	padding-bottom: 12px;
	}
	
.containerSlideshow .slideshowBox .textBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 5px;
	}
	
.containerSlideshow .navigationSlider {
	bottom: 28px;
	right: 4px;
	position: absolute;
	z-index: 101;
	}
	
.containerSlideshow .navigationSlider li {
	float: left;
	margin-right: 3px;
	position: relative;
	width: auto!important;
	}

.containerSlideshow .navigationSlider li a {
	/*background-color: #fff;*/
	background-image: url(../images/htg_slideshow_num.png);
	color: #E0291B;
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	height: 12px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	width: 13px;
	}

.containerSlideshow .navigationSlider li a:hover,
.containerSlideshow .navigationSlider li a.active {
	color: #fff;
	background-image: none;
	background-color: #E0291B;
	}

/*
* Navigation Elements
*
*/

/* Navigation A */
.navigationA {
	position: absolute;
	left: 30px;
	bottom: 10px;
	}

.navigationA li {
	float: left;
	padding-right: 23px;
	}
		
.navigationA li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #79141c;
	}

.navigationA li a.active,
.navigationA li a.hover,
.navigationA li a:hover {
	color: #eb7020;
	}


	
	
/* Navigation SubA */
.navigationSubA {
	padding-right:12px;
	padding-bottom: 12px;
	}

.navigationSubA li {
	background-image: url(../images/htg_navA.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	}
		
.navigationSubA li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 7px 0 7px 20px;
	color: #3c3c3c;
	display: block;
	}

.navigationSubA li a.back {
	color: #79141C;
	background-image: none;
	}

.navigationSubA li a.active {
	color: #eb7020;
	}
	
.navigationSubA li a:hover {
	/*color: #79141c;*/
	color: #eb7020;
	}
	
.navigationSubA li a.back:hover {
	background-image: none;
	}
	
	
.navigationSubB li {
	background-image: url(../images/htg_navA.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 2px;
	}

.navigationSubB li a {
	padding: 5px 0 5px 30px;
	}
	
	
	
	
/* Navigation Service */
.navigationService {
	position: absolute;
	top: 15px;
	left: 20px;
	}	

.navigationService li {
	font-size: 11px;
	float: left;
	padding: 0 0 0 2px;
	background-image: url(../images/htg_navService.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}

.navigationService li.firstChild {
	background-image: none;
	padding-left: 0;
	}

.navigationService li a {
	padding: 0 7px;
	color: #555;
	}

.navigationService li a.active,
.navigationService li a:hover {
	color: #eb7020;
	}




/* Navigation Functions */
.navigationFunctions {
	position: absolute;
	top: 30px;
	right: 130px;
	}	

.navigationFunctions li {
	font-size: 11px;
	float: left;
	padding: 0 2px 0 0;
	background-image: url(../images/htg_navService.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	}

.navigationFunctions li a {
	padding: 0 7px;
	color: #3c3c3c;
	}

.navigationFunctions li a.active,
.navigationFunctions li a:hover {
	color: #eb7020;
	}

.navigationFunctions li a.top {
	background-image: url(../images/icon_top.gif);
	background-position: 7px 1px;
	background-repeat: no-repeat;
	padding-left: 19px;
	}
.navigationFunctions li a.top:hover {
	background-image: url(../images/icon_top_hi.gif);
	}

.navigationFunctions li a.print {
	background-image: url(../images/icon_print.gif);
	background-position: 7px 1px;
	background-repeat: no-repeat;
	padding-left: 22px;
	}
.navigationFunctions li a.print:hover {
	background-image: url(../images/icon_print_hi.gif);
	}

.navigationFunctions li a.send {
	background-image: url(../images/icon_send.gif);
	background-position: 7px 1px;
	background-repeat: no-repeat;
	padding-left: 23px;
	}
.navigationFunctions li a.send:hover {
	background-image: url(../images/icon_send_hi.gif);
	}




/*
* Other Elements
*
*/
/* Logo */
.logoBox {
	right: 35px;
	position: absolute;
	top: 36px;
	}
	
.sloganBox {
	left: -10px;
	position: absolute;
	top: 42px;
	}
	

.inwentBox {
	right: 20px;
	position: absolute;
	top: 20px;
	}
	
	
.searchBox {
	right: 113px;
	position: absolute;
	bottom: 10px;
	}
	
.searchBox .input {
	border: 1px inset #3C3C3C;
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 12px;
	padding: 2px;
	width: 90px;
	float: left;
	}
	
.searchBox .submit {
	background-color: #eb7020;
	height: 18px;
	width: 18px;
	float: right;
	margin-left: 3px;
	}
	
	
	
.languageBox {
	right: 10px;
	position: absolute;
	bottom: 10px;
	font-size: 11px;
	}
	
.languageBox select {
	background-color: #fff;
	border: 1px inset #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	width: 85px;
	}
	
.languageBox select option {
	padding: 0 4px;
	}
/*.languageBox .selected {
	border: 1px inset #3C3C3C;
	color: #4a4a4a;
	background-image: url(../images/icon_filter_closed.gif);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 11;
	width: 80px;
	display: block;
	padding: 2px 2px 1px;
	}

.languageBox .optionBox {
	background-color: #fff;
	display: none;
	width: 84px;
	position: absolute;
	width: inherit;
	z-index: 111;
	border: 1px inset #3C3C3C;
	border-top: 0;
	padding: 2px 0;
	margin-bottom: -1px;
	}
	
.languageBox .optionBox .option {
	display: block;
	margin-bottom: 1px;
	padding: 2px 4px;
	width: 76px;
	}
	
.languageBox .optionBox .optionSelected {
	}*/




.textBox {
	font-size: 12px;
	line-height: 17px;
	}
	
.textBox p {
	padding-bottom: 17px;
	}
	
.textBox p a,
label a {
	color: #eb7020;
	font-weight: bold;
	}
	
.textBox p a:hover,
label a:hover {
	/*color: #79141c;*/
	color: #3c3c3c;
	}

.textBox ul {
	padding-bottom: 17px;
	list-style-type: disc;
	margin-left: 20px;
	}

.textBox ul li {
	font-size: 12px;
	line-height: 17px;
	}


a.intern {
	background-image: url(../images/icon_intern.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px!important;
	}
a.intern:hover {
	background-image: url(../images/icon_intern_hi.gif);
	}
	
	
a.back {
	background-image: url(../images/icon_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px!important;
	}
a.back:hover {
	background-image: url(../images/icon_back_hi.gif);
	}


a.extern {
	background-image: url(../images/icon_extern.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 18px!important;
	}
a.extern:hover {
	background-image: url(../images/icon_extern_hi.gif);
	}
	
	
a.change {
	background-image: url(../images/icon_change.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px!important;
	}
a.change:hover {
	background-image: url(../images/icon_change_hi.gif);
	}

a.delete {
	background-image: url(../images/icon_delete.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px!important;
	}
a.delete:hover {
	background-image: url(../images/icon_delete_hi.gif);
	}


.downloadBox p a,
a.download {
	background-image: url(../images/icon_download.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px!important;
	}
.downloadBox p a:hover,
a.download:hover {
	background-image: url(../images/icon_download_hi.gif);
	}

.downloadBox p a span,
a.download span {
	font-weight: normal!important;
	font-size: 10px;
	}
	
	
table caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
	}
	
table {
	width: 100%;
	border-collapse: collapse;
	/*border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;*/
	margin-bottom: 17px;
	}
	
table td {
	vertical-align: top;
	padding: 2px 0;
	/*padding: 2px 5px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;*/
	}




.containerList {
	padding: 0 12px;
	}

.containerList .teaserBox {
	background-image: url(../images/htg_teaserBox.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	/*margin-bottom: 17px;*/
	margin-bottom: 12px;
	padding-bottom: 12px;
	}
	
.containerList .teaserBox .imageBox {
	float: left;
	width: 125px;
	padding-right: 12px;
	}
	
.containerList .teaserBox .textBox {
	/*float: right;
	width: 332px;*/
	}
	
.containerList .teaserBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #79141c;
	padding-bottom: 8px;
	}
	
.containerList .teaserBox h2 a {
	color: #79141c;
	}
	
.containerList .teaserBox h2 a:hover {
	color: #eb7020;
	}
	
.containerList .teaserBox h3 {
	font-size: 13px;
	padding-bottom: 4px;
	}
	
.containerList .teaserBox .textBox p {
	padding-bottom: 0;
	}
	
.containerList .teaserBox .textBox p a {
	white-space: nowrap;
	}


	
.containerCenter .containerList .teaserBox .textBox {
	/*width: 250px;
	float: left;
	width: auto;
	float: none;*/
	}
	
.containerCenter .containerList .teaserBox .imageBox {
	float: right;
	width: 125px;
	padding: 0 0 0 6px;
	}



.containerDetail {
	border: 1px solid #b8b8b8;
	border-top: 3px solid #79141c;
	padding: 12px;
	margin-bottom: 12px;
	}

.containerDetail h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #79141c;
	padding-bottom: 17px;
	}
	
.containerDetail h2 {
	font-size: 13px;
	color: #79141c;
	padding-bottom: 17px;
	}

.containerDetail h3 {
	font-size: 13px;
	padding-bottom: 4px;
	}

.containerDetail .floatLeft { width: 185px; float:left; padding: 2px 15px 0 0; }
.containerDetail .floatRight { width: 185px; float:right; padding: 2px 0 0 15px; }

.containerDetail .imageBox { padding-bottom: 10px; }
 
.containerDetail .captionBox {
	background-color: #ececec;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 15px;
	}
	
.containerDetail .captionBox p { padding: 0; }

	





.containerMarginal .containerTeaser {
	padding-bottom: 10px;
	}

.containerMarginal .containerTeaser .headlineBox {
	border-bottom: 3px solid #79141c;
	}

.containerMarginal .containerTeaser .headlineBox h3 a,
.containerMarginal .containerTeaser .headlineBox h3 span {
	background-color: #79141c;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	height: 15px;
	padding: 2px 10px;
	display: inline-block;
	}

.containerMarginal .containerTeaser .teaserBox {
	margin-bottom: 2px;
	background-color: #ececec;
	padding: 8px 10px 10px 10px;
	}
	
.containerMarginal .containerTeaser .teaserBox .imageBox {
	width: 82px;
	padding: 5px 0 5px 5px;
	float: right;
	}
	
.containerMarginal .containerTeaser .teaserBox .textBox {
	font-size: 12px;
	line-height: 17px;
	}
	
.containerMarginal .containerTeaser .teaserBox .textBox h2 {
	font-size: 12px;
	line-height: 17px;
	}
	
.containerMarginal .containerTeaser .teaserBox .textBox h2 a { color: #3c3c3c; }
.containerMarginal .containerTeaser .teaserBox .textBox h2 a:hover { color: #eb7020; }
	
.containerMarginal .containerTeaser .teaserBox .textBox p {
	padding: 0;
	}
		
.containerTeaser .teaserBox .downloadBox a { 
	display: inline-block; 
	color: #3c3c3c;
	background-image:url(../images/icon_download_hi.gif);
	background-position: left 2px; 
	padding-bottom: 6px; 
	}
.containerTeaser .teaserBox .downloadBox a:hover {
	color: #eb7020;
	background-image:url(../images/icon_download.gif);
	}
		
.containerTeaser .teaserBox .downloadBox a span { white-space: nowrap; }		



	
.containerMarginal .containerTeaser .teaserBoxA {
	margin-top: 5px;
	background-color: #ececec;
	background-image: url(../images/htg_resultBox_projects.gif);
	padding: 10px;
	}
	
.containerMarginal .containerTeaser .teaserBoxA .textBox {
	background-color: #fff;
	padding: 5px;
	}
	
	
	
.containerMarginalA .containerTeaser {
	padding-right: 12px;
	}

.containerMarginalA .containerTeaser .headlineBox {
	border-bottom: 3px solid #008080;
	}

.containerMarginalA .containerTeaser .headlineBox h3 a,
.containerMarginalA .containerTeaser .headlineBox h3 span {
	background-color: #008080;
	}
	
	
	
	

.containerProject {
	border-top: 0;
	position: relative;
	padding-top: 33px;
	}
	
.containerProject .resultBox {
	background-color: #ececec;
	background-image: url(../images/htg_resultBox_projects.gif);
	font-size: 11px;
	position: absolute;
	top: 0;
	left: -1px;
	width: 469px;
	padding: 4px 12px;
	}




	
.containerProjects {
	margin-bottom: 24px;
	}


.listItem {
	background-image:url(../images/htg_navA.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	margin-bottom: 6px;
	padding-bottom: 8px;
	}
	
.listItem .contentBox {
	background-color: #ececec;
	}
	
.listItem h3 {
	padding: 0;
	}

.listItem h3 span {
	background-color: #EB7020;
	color: #fff;
	font-size: 11px;
	padding: 2px 10px;
	display: inline-block;
	width: 85px;
	}
	
.listItem h3 span.glen {
	background-color: #008080;
	}

.listItem h3 span.asapreneurs {	
	background-color: #79141C;
	}

.listItem h3 span.southnorth {		
	background-color: #E0291B;
	padding: 3px 10px 1px;
	}
	
.listItem h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	padding: 10px 10px 12px 10px;
	}

.listItem h2 a {
	color: #79141C;
	}
.listItem h2 a:hover {	
	color: #EB7020;
	}
	
.listItem input {
	margin-right: 5px;
	}
	
.listItem p {
	font-size: 12px;
	padding: 0 10px 12px 10px;
	}
	
.listItem p a {
	font-weight: bold;
	}

.listItem label.country,
.listItem span.country {
	font-weight: bold;
	text-transform: uppercase;
	}
	
.listItem .seminar {
	padding: 0 10px 5px 10px;
	}
	
.listItem .seminar .seminarName {
	width: 95px;
	float: left;
	padding: 0;
	}
	
.listItem .seminar .seminarDate {
	width: 165px;
	float: left;
	padding: 0;
	}
	
.listItem .seminar .seminarLocation {
	width: 170px;
	float: left;
	padding: 0;
	}
	
.listItem .actions {
	padding: 12px 10px 10px 10px;
	}
	
.listItem .actions a {
	color: #eb7020;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
	}
.listItem .actions a:hover {
	color: #3c3c3c;
	}
	
.listItem .actions a.change {
	background-image: url(../images/icon_change.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	}
.listItem .actions a.change:hover {
	background-image: url(../images/icon_change_hi.gif);
	}

.listItem .actions a.delete {
	background-image: url(../images/icon_delete.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	}
.listItem .actions a.delete:hover {
	background-image: url(../images/icon_delete_hi.gif);
	}

/*.listItem a.read {
	background-image: url(../images/icon_intern.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 16px;
	}
.listItem a.read:hover {
	background-image: url(../images/icon_intern_hi.gif);
	}


.listItem a.bookmark {
	background-image: url(../images/icon_intern.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 16px;
	}
.listItem a.bookmark:hover {
	background-image: url(../images/icon_intern_hi.gif);
	}*/
	
.listItem .bookmark a {
	background-image: url(../images/icon_submit.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #eb7020;
	color: #fff;
	padding-right: 18px;
	display: inline-block;
	}
	
.listItem .bookmark a:hover {
	background-color: #3c3c3c;
	}
	
.listItem .bookmark span {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px;
	border-right: 2px solid #ececec;
	display: inline-block;
	}




.listItemDetail {
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
.listItemDetail .contentBox {
	padding-bottom: 12px;
	}



#googleMap {
	display: none;
	}

small,	
div#fancy_div small {
	display:none!important;
	}

div#fancy_div p {
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #ececec;
	}
	
div#fancy_div p a {
	color: #eb7020;
	font-weight: bold;
	}




.navigationBox {
	background-color: #ececec;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 12px;
	}
	
.navigationBox p a {
	color: #eb7020;
	font-weight: bold;
	}

.navigationBox p a:hover {
	color: #3C3C3C;
	}
	
.pagesBox {
	float: left;
	width: 200px;
	}
	
.pagesBox .activePage {
	width: 100px;
	float: left;
	display: inline-block;
	}
	
.pagesBox .entries {
	}
	
.paginationBox {
	float: right;
	text-align: right;
	width: 180px;
	}
	
.paginationBox .prev a,
.paginationBox .first a {
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	top: 2px;
	/*padding-right: 2px;*/
	}
	
.paginationBox .next a,
.paginationBox .last a {
	display:inline-block;
	height:12px;
	/*padding-left:2px;*/
	position:relative;
	top:2px;
	width:12px;
}

.paginationBox .pages span {
	padding: 0 3px;
	font-weight: bold;
	}

.paginationBox .pages span.last {
	padding-right: 0;
	}
	
.paginationBox .pages span.active a {
	color: #3c3c3c!important;
	}

.paginationBox .prev a,
.paginationBox .first a,
.paginationBox .next a,
.paginationBox .last a {
	padding: 0;
}

.paginationBox .more {
	display: none;
	}


.containerNotepad {
	background-image: url(../images/htg_navA.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 2px 12px 0 0;
	margin-top: 15px;
	margin-bottom: 27px;
	}
	
.containerNotepad h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	padding: 9px 0 7px 20px;
	background-image: url(../images/htg_navA.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #79141C;
	}
	
.containerNotepad .teaserBox {
	padding: 0 0 0 20px;
	}

.containerNotepad  .listItem {
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 6px;
	overflow: hidden;
	}
	
.containerNotepad .listItem h2 {
	background-image: none;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	}
	
.containerNotepad .listItem p {
	padding-bottom: 10px;
	}
	

.containerNotepad .notepadLink {
	padding-bottom: 12px;
	}
	
.containerNotepad .notepadLink a {
	background-image: url(../images/icon_submit.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #eb7020;
	color: #fff;
	padding-right: 18px;
	display: inline-block;
	}
	
.containerNotepad .notepadLink a:hover {
	background-color: #3c3c3c;
	}
	
.containerNotepad .notepadLink span {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px;
	border-right: 2px solid #ececec;
	display: inline-block;
	}


	
	
	
/* Form Styles */
.containerForm {
	min-height: 320px;
	}
	
.formBox fieldset {
	padding-bottom: 10px;
	}
	
.formBox fieldset.inline {
	background-image:url(../images/htg_navA.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-bottom: 31px;
	}
	
.inline {
	background-image:url(../images/htg_navA.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-bottom: 22px;
	}
	
.formBox .single {
	min-height: 198px
	}
	
.formBox h3 {
	font-size:13px;
	padding-bottom:8px;
	padding-top:8px;
}

.formBox p {
	font-size: 12px;
	line-height: 17px;
	}

.formBox .info {
	padding-top: 5px;
	font-size: 11px;
	}

.formBox .info a {
	text-decoration: underline;
	}

.formBox .star {
	color: #eb7020;
	font-weight: bold;
	}
	
.sup {
	color: #79141c;
	font-weight: bold;
	font-size: 10px!important;
	/*padding: 0 2px 2px 2px;*/
	}
	
sup {
	color: #79141c;
	font-weight: bold;
	font-size: 8px;
	padding: 0 2px;
	}

.formBox .mandatoryBox p {
	float: left;
	color: #939393;
	font-size: 11px;
	}

.formBox .formItem {
	padding-bottom: 8px;
	}

.formBox .formItem .formLabel {
	padding-top: 3px;
	font-size: 12px;
	line-height: 17px;
	width: 165px;
	float: left;
	}
	
.formBox .formItem .formLabelFull {
	float: none;
	width: auto;
	padding-bottom: 3px;
	}
	
.formBox .formItemError label,
.formBox label.error {
	color: #e0291b;
	}
	
.formBox .formItem .formField {
	float: right;
	width: 289px;
	}

.formBox .formItem .formFieldTime {
	left: -23px;
	position: relative;
	}

.formBox .formItem .formField input {
	background-color: #fff;
	border: 1px inset #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	padding: 2px;
	width: 278px;
	margin-left: 5px;
	}
.formBox .formItem .formField input.inputMidi { width: 225px; float: left; }
.formBox .formItem .formField input.inputFifty { width: 133px; float: left; }
.formBox .formItem .formField input.inputMini { width: 42px; float: left; }

.formBox .formItem .formField p { padding: 2px 0 0 5px; float: left; font-size: 11px; }


.formBox .formItemError .formField input,
.formBox .formField input.error {
	border: 1px solid #e0291b;
	color: #e0291b;
	}

.formBox .formItem .formField textarea {
	background-color: #fff;
	border: 1px inset #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	padding: 2px;
	width: 278px;
	height: 80px;
	margin-left: 5px;
	}
	
.formBox .formItemError .formField textarea,
.formBox .formField textarea.error {
	border: 1px solid #e0291b;
	color: #e0291b;
	}
	
.formBox .formItem .formField select {
	background-color: #fff;
	border: 1px inset #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	width: 284px;
	margin-left: 5px;
	}
	
.formBox .formItemError .formField select,
.formBox .formField select.error {
	border: 1px solid #e0291b;
	color: #e0291b;
	}
	
	

.formBox .formItemTextarea {
	/*padding-bottom: 17px;*/
	}

.formBox .formItemTextarea .formLabelFull {
	padding-bottom: 8px;
	}

.formBox .formItemTextarea .formField {
	width: auto;
	float: none;
	}

.formBox .formItemTextarea .formField textarea {
	/*width: 448px;*/
	width: 460px;
	height: 160px;
	margin-left: 0;
	}

.formBox .formItemTextarea .formField input {
	/*width: 448px;*/
	width: 460px;
	margin-left: 0;
	}
	
	
.formBox .formItem .formFieldRadio input {
	border: 0 none;
	width: auto;
	}

.formBox .formItem .formFieldRadio label {
	font-size: 12px;
	padding: 4px 10px 3px 3px;
	}



.formBox .formItemCheckbox .formLabel {
	padding: 0;
	width: 440px;
	float: right;
	}

.formBox .formItemCheckbox .formField {
	width: 20px;
	float: left;
	}
	
.formBox .formItemCheckbox .formField input {
	border: 0 none;
	width: auto;
	}



.formBox .formItemSubmit {
	float: right;
	}
	
.formBox .formItemSubmit .formField {
	text-align: right;
	}
	
.formBox .formItemSubmit .formField a {
	background-image: url(../images/icon_submit.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #eb7020;
	color: #fff;
	padding-right: 18px;
	display: inline-block;
	}
	
.formBox .formItemSubmit .formField a:hover {
	background-color: #3c3c3c;
	}
	
.formBox .formItemSubmit .formField span {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px;
	border-right: 2px solid #fff;
	display: inline-block;
	}
	
.errorBox {
	color: #e0291b!important;
	}
	
	
	

.containerProjectFilter {
	padding-bottom: 2px;
	}
	
.containerProjectFilter .imageBox {
	float: left;
	width: 240px;
	}
	
.containerProjectFilter .rowCenter {
	float: left;
	width: 229px;
	}

.containerProjectFilter .rowRight {
	float: right;
	width: 229px;
	}
	
.containerProjectFilter .formQuestition {
	background-color:#ECECEC;
	float: left;
	padding: 2px 10px;
	width: 449px;
	display: none;
	}
	
.containerProjectFilter .formBox fieldset {
	padding-bottom: 4px;
	}
	
.containerProjectFilter .formBox .formItem { padding: 0 0 8px 0!important; }
	
.containerProjectFilter .formBox .formItem .formField {
	float: none;
	width: 217px;
	padding-left: 12px;
	}
	
.containerProjectFilter .formBox .formItem .formField select {
	font-size: 12px;
	width: 217px;
	margin-left: 0;
	}
	
.containerProjectFilter .formBox .formItem .formField select option {
	padding: 0 4px;
	}
	
.containerProjectFilter .formBox .formItemCheckbox .formLabel {
	padding: 0;
	width: 195px;
	float: right;
	font-size: 11px;
	}

.containerProjectFilter .formBox .formItemCheckbox .formField {
	width: 20px;
	float: left;
	}
	
.containerProjectFilter .formBox .formItemCheckbox .formField input {
	margin: 0;
	}
	
	
	

.tx-indexedsearch p {
	font-size: 12px;
	line-height: 17px;
	}
	
.tx-indexedsearch p a.active {
	font-weight: bold;
	}

.tx-indexedsearch-whatis {
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 10px 0;
	margin: 0!important;
	font-weight: bold;
	}

.tx-indexedsearch-browsebox {
	background-color: #ececec;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-size: 12px;
	height: 15px;
	}
	
.tx-indexedsearch-browsebox p {
	padding: 0;
	float: left;
	}

.tx-indexedsearch-browsebox .browsebox {
	font-size: 12px;
	line-height: 17px;
	float: right;
	}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 5px;
	font-weight: bold;
}
	
.tx-indexedsearch .tx-indexedsearch-sw,
.tx-indexedsearch .tx-indexedsearch-redMarkup,
.csc-sword {
	background-color: #ddd;
	padding: 0 1px 0 1px;
	}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-style: normal;
	}

.tx-indexedsearch dl dt {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	padding: 0 0 3px 0;
	}

.tx-indexedsearch dl dd {
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 20px 0;
	}

.tx-indexedsearch dl dt .rel {
	font-weight: normal;
	color: #999;
	}

.tx-indexedsearch dl dd .meta {
	padding-top: 5px;
	}

.tx-indexedsearch dl dd .meta,
.tx-indexedsearch dl dd .path {
	color: #999;
	font-size: 11px;
	line-height: 15px;
	}
	
.tx-indexedsearch dl dd .meta a,
.tx-indexedsearch dl dd .path a {
	color: #999;
	}

.containerSitemap ul li {
	background-image: url(../images/htg_navA.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-bottom: 31px;
	}
	
.containerSitemap ul li:last-child {
	background-image: none;
	margin: 0;
	padding: 0;
	}
	
.containerSitemap ul li a {
	color: #79141c;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	}
	
.containerSitemap ul li a:hover { 
	color: #eb7020;
	}
	
.containerSitemap ul li ul {
	padding: 5px 0 0 0;
	}
	
.containerSitemap ul li ul li,
.containerSitemap ul li ul li:last-child {
	padding: 2px 0 0 20px;
	background-image: none;
	margin: 0;
	}
	
.containerSitemap ul li ul li a {
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	}
	
.containerSitemap ul li ul li ul {
	padding: 0 0 10px 20px;
	}

.containerSitemap ul li ul li ul li a {
	font-weight: normal;
	}






.containerComments {
	background-image:url("../images/htg_navA.gif");
	background-position:left top;
	background-repeat:repeat-x;
	margin-top:20px;
	padding-top:11px;
	}
	
.containerComments .commentBox {
	margin-bottom: 20px;
	}
	
.containerComments .commentBox .textBox {
	background-color: #ececec;
	padding: 10px;
	margin-bottom: 1px;
	position: relative;
	}
	
.containerComments .commentBox .textBox h3 {
	color: #3C3C3C;
	}
	
.containerComments .commentBox .textBox p {
	padding: 0;
	}

.containerComments .commentBox .textBox .count {
	position: absolute;
	right: 10px;
	top: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ccc;
	}
	
	
#recaptcha_widget_div .recaptchatable {
	border: 0!important;
	}
	
#recaptcha_widget_div #recaptcha_area tr {
	height: auto!important;
	}
	
#recaptcha_widget_div #recaptcha_area tr, #recaptcha_widget_div #recaptcha_area td, #recaptcha_widget_div #recaptcha_area th {
	padding-bottom: 0!important;
	padding-top: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
	
#recaptcha_widget_div #recaptcha_area .recaptchatable td.recaptcha_image_cell {
	background-color: transparent;
	height: auto;
	padding: 0 0 10px 0!important;
	}
	
#recaptcha_widget_div .recaptchatable #recaptcha_image {
	border: 1px inset #3C3C3C!important;
	margin: 4px 10px 0 0;
	width: 430px!important;
	text-align: center;
	}
	
#recaptcha_widget_div .recaptchatable #recaptcha_image img {
	margin: 0 auto;
	}

#recaptcha_widget_div #recaptcha_response_field {
	width: 426px!important;
	border:1px inset #3C3C3C!important;
	color:#3C3C3C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px;
	}
	
#recaptcha_widget_div #recaptcha_logo { display: none; }
#recaptcha_widget_div #recaptcha_tagline { display: none; }


	
.formBox .formItem .formLabel100 {
	float: none;
	width: 100%;
	}	

.formBox .formItem .formLabel input {
	background-color: #fff;
	border: 1px inset #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	padding: 2px;
	width: 278px;
	margin-top: -2px;
	position: relative;
	}
.formBox .formItem .formLabel input.inputMidi { width: 225px; }
.formBox .formItem .formLabel input.inputFifty { width: 133px; }
.formBox .formItem .formLabel input.inputMini { width: 42px; }