
.bold {
	font-weight: bold;
}

div.tx-txrunningprojects-pi1{
	margin-left: 12px;
}

/* ####################### */
/*    Overview    */
/* ####################### */

body {
	font-family: arial;
	font-size: 12px;
	width: 791px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.compet, .compet a { color: #0091BD; }

.evironment, .evironment a { color: #6A7002; }

.accessibility, .accessibility a { color: #DAA61C; }


.acronym, .project_title, .keywords,
.priority, .lpc, .status , .results {
	float: left;
	margin-bottom: 6px;
	padding-top: 3px;
}

div.project_list {
	width: 791px;
	margin-top: 50px;
}

div.project_list_head {
	color: #7A7172;
	font-size: 14px;
}

div.project_list_item {
 clear: both;
 border-top: 1px dashed #B5B5B5;
 padding-top: 3px;
}

div.project_list_pager, div.browseLinksWrap {
	clear:both;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-top:25px;
}

div.browseLinksWrap  span{
padding-left: 4px;
padding-right: 4px;
font-size:12px;
}

div.input input{
	margin-left: 5px;
	margin-right: 5px;
	vertical-align:middle;
}

div.input input.checkbox{
	font-size:12px;
	border: none;
}


div.input img{
	vertical-align:middle;
}

#help strong{
	font-size: 25px;
}

#help{
	padding: 10px;
	width: 600px; 
	height: 200px; 
	border: #CDCDCD 15px solid; 
	position: absolute; 
	top: 500px; 
	left: 100px; 
	background: #71BF44; 
	padding: 20px;
	color: #FFFFFF;
}

#help div{
	cursor: pointer;
}

#map{
	padding: 10px;
	width: 638px; 
	height: 435px; 
	border: #71BF44 15px solid;
	position: absolute;
	top: 510px;
	left:110px;
	background: #FFFFFF; 
}


div.project_search form{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
	border-top: 0px dashed red !important;
	border-bottom: 0pt dashed #C01B30 !important;;
}

div.project_search p {
	font-size: 11px;
	padding-left: 0px;
	margin-top:3px;
	
}
div.browseLinksWrap a:active, div.browseLinksWrap a {
	font-weight:bold;
}
span.activeLinkWrap a:active, span.activeLinkWrap a {
	font-weight:bold;
	text-decoration: underline;
}


div.map_preview{
	float: left;
	width: 194px;
	height: 132px;
	margin-left:10px;
	cursor: pointer;
/*	position: relative;
	left: 110px;
	top: -40px;*/
}

div.select_region div.input{
	width: 110px;
}



div.browseBoxWrap{
	clear:both;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-top:25px;
}

div.help_button {
 text-align: right;
 	cursor: pointer;
/* position: relative;
 top: 85px;*/
}

div.project_list_pager a {
	font-size:12px;
	text-decoration:underline;
}

div.project_list_pager a.act {
	font-weight: normal;
}

div.priority { 
	width: 47px; 
	margin-right: 20px;
	height:32px;
	width:45px;
	background-repeat: no-repeat; 
}

div.project_list_item div.priority {
	margin-top: 10px;
}

div.priority_compet {
	background-image:url(/fileadmin/media/images/templates/tx_running_projects/compet_priority.gif);
	background-repeat: no-repeat;
}

div.priority_evironment {
	background-image:url(/fileadmin/media/images/templates/tx_running_projects/evironment_priority.gif);
	background-repeat: no-repeat;
}

div.priority_accessibility {
	background-image:url(/fileadmin/media/images/templates/tx_running_projects/accessibility_priority.gif);
}


div.lpc { 
	width: 48px; 
	margin-right: 10px; 
}

div.project_list_item .lpc { 
	text-align: center; 
	margin-top: 16px;
}


div.status { 
	width: 19px;
	height: 19px;
	margin-right: 43px; 
	background-repeat: no-repeat; 
}

div.project_list_item .status {
	margin-left:11px;
	margin-top:17px;
}

div.status.finalised_compet {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/compet_finalised.gif");
}

div.status.finalised_accessibility {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/accessibility_finalised.gif");	
}

div.status.progress_evironment {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/evironment_progress.gif");
}
div.status.progress_accessibility {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/accessibility_progress.gif");
}
div.status.progress_compet {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/compet_progress.gif");
}


div.results { 
	background-repeat:no-repeat;
	height:32px;
	width:31px; 
}

div.project_list_item .results {
	margin-top:	10px;
}

div.results_compet {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/compet_result.gif");
}

div.results_evironment {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/evironment_result.gif");
}

div.results_accessibility {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/accessibility_result.gif");
}


div.acronym { 
	width: 80px; 
	margin-right: 24px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

div.acronym_compet {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/compet_plus.gif");
	background-repeat: no-repeat;
}

div.acronym_compet a, div.acronym_compet a:active{
	color: #0092BA;
}

div.acronym_evironment {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/evironment_plus.gif");
	background-repeat: no-repeat;
	color: #687104;
}
div.acronym_evironment a, div.acronym_evironment a:active{
	color: #687104;
}

div.acronym_accessibility {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/accessibility_plus.gif");
	background-repeat: no-repeat;
	color: #DAA61E;
}

div.acronym_accessibility a, div.acronym_accessibility a:active{
	color: #DAA61E;
}

div.acronym a {
	font-weight:bold;
	display:block;
	margin-left: 15px;
}

.project_title { width: 217px; margin-right: 28px }

.keywords { width: 175px; margin-right: 15px }





/* ####################### */
/*    Search    */
/* ####################### */

h2 {
	font-size:13px;
}

div.project_search {
	background-color:#E0E1E3;
	border-bottom:2px dashed #000000;
	border-top:2px dashed #000000;
	width:791px;
	font-size: 11px;
	height: 255px;
	margin: 0px;
	padding-left: 3px;
}


div.select_priority {
	border-right:2px dashed #000000;
	float:left;
	margin:9px 9px 9px 0px;
	padding-right:15px;
	width:212px;
}

div.tx-txrunningprojects-pi1 h2{
	margin-top: 10px;
}



div.select_region {
	float:left;
	margin:9px 9px 0px 0px;
	padding-right:0px;
	width:325px;
	font-size: 11px;
}

div.select_keywords {
	border-right:2px dashed #000000;
	float:left;
	font-size: 11px;
	margin:9px 9px 9px 0px;
	padding-right:15px;
	width:185px;
	height: 170px;
}

select {
	width: 190px;
	font-size: 11px;
}



/* ####################### */
/*    Details    */
/* ####################### */

div.project_info{
	width:791px;
	color:#505050;
}

div.project_info li{
	color:#505050;
}

div.project_info h1 {
	font-size:18px;
	font-weight:bold;
}

div.project_info h2 {
	margin:0px;
	padding:0px;
}

div.project_info img {
	margin:10px 0px;
	padding: 0px;
}

div.project_info h3 {
	font-size:12px;
	margin:0px;
	padding-top:20px;
}

div.project_info_wrapper {
/**	border-bottom:2px dashed black; **/
	border-top:2px dashed black;
	padding-bottom: 15px;
	padding-bottom: 15px;
}

div.project_info_left {
	float:left;
	width:550px;
	padding:10px 0px;
}

div.project_info_right {
	text-align:right;
	padding:0px 0px;
}

div.project_info_prio{

}

div.website{
   border-top:2px dashed black;                 
}

.website, .website a {
	color:#505050;
	font-size:17px;
	padding-top:7px;
	text-align:right;
	clear: both;
}

.cost {
	padding-bottom:15px;
	font-weight: normal;
	color: #505050;
}

div.project_info_wrapper ul {
	padding-left: 16px;
	margin:10px 0px;
}

div.project_info_wrapper li {
	list-style-image:url("/fileadmin/media/images/templates/tx_running_projects/project_info_list_icon.gif");
	line-height:12px;
}



div.partnership {
	width:791px;
	color:#505050;
	margin-top: 40px;
}

div.mailto {
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/project_partner_mailto.jpg");
	background-repeat: no-repeat;
}

div.partnership a {
	color: #70C043;
	margin-left: 17px;
}

div.partnership h1 {
	border-bottom:2px dashed black;
	font-size:18px;
	font-weight:bold;
	padding-bottom:6px;
}

div.partnership h2 {
	font-size:15px;
	margin: 20px 0px 0px 0px;
}

div.partnership h3 {
	font-size:15px;
	margin: 20px 0px 0px 0px;
}

div.lead_partner_item {
	margin-left: 24px;
}

div.lead_partner_item_col1 {
  width: 540px;
  float: left;
  border: 0px solid #000;
}

div.lead_partner_item > div.lead_partner_item_col1 > div {
  display: block;
}

div.lead_partner_item_col2 {
  width: 225px;
  float: left;
  text-align: right;
}
		
div.project_partner {
  clear: both;
}
div.project_partner h2 {
	padding:15px 0px;
}

div.project_partner_item_close {
	text-align: right;
	cursor: pointer;
}

div.project_partner_item {
	font-weight: bold;
	margin-left:18px;
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/project_partner_icon.jpg");
	background-repeat: no-repeat;
	padding: 3px;
	cursor: pointer;
}
div.project_partner_item div.region div{
	font-weight: normal;
	cursor: default ;
}
			
div.country_id {
	float:left;
	margin-left: 25px;
	width:25px;
	/** height: 20px; **/
	height: 15px;
}
			
div.region_topic {
	margin-left: 39px;
	cursor: pointer;
}

div.region {
	padding: 0px;
	cursor: pointer;
	float: left;
	width: 485px;
    border: 0px solid #000;
}
div.region{
  margin-left: 52px;
}


div.project_partner_item_region_col2 {
	float: left;
	width:229px;
	padding: 0px;
	morgin: 0px;
	text-align: right;
	border: 0px solid #000;
}




		
div.project_partner_item.act {
	color: #70C043;
/*	margin: 18px; */
	margin: 18px 0px 18px 18px;
	background-image: url("/fileadmin/media/images/templates/tx_running_projects/project_partner_act_icon.jpg");
	background-repeat: no-repeat;
}



div.project_summary {
	margin-top: 40px;
	width: 791px;
}

div.project_summary h1 {
	border-bottom:2px dashed black;
	font-size:18px;
	font-weight:bold;
	padding-bottom:6px;
}

div.project_summary h2 {
	font-size: 14px;
	margin: 25px 0px 0px 0px;
}



div.project_outputs {
	margin-top: 40px;
	width: 791px;
}

div.project_outputs h1 {
	border-bottom:2px dashed black;
	font-size:18px;
	font-weight:bold;
	padding-bottom:6px;
}
	
div.project_outputs_item {
	background-color:#71BF45;
	border-top:2px dashed #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px;
}

div.project_outputs a {
	color: #ffffff;
}

div.download {
	float:left;
}

div.download_size {
	text-align: right;
}

div.project_outputs_text {
	padding: 15px 0px;
}