.clear {
	clear:both;
}
div.tx-carbonndata-pi1 {
    color: #535353;
    font-size: 14px;
	font-family: sans-serif,helvetica,arial;
}

#langswitch_form {
	color: #535353;
}

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 #ECECEC;
    padding: 1em 8px;
}

.ui-tabs-nav a span {
    width: auto;
	min-width:130px;
	display:block;
}

/*
.ui-widget-content { border: none; background: none; color: #535353; }
.ui-widget-content a { color: #535353; }
.ui-widget-header { border: none; background: none; color: #535353; font-weight: bold; }
.ui-widget-header a { color: #535353; }
*/
.ui-widget-content {color: #535353; }
.ui-widget-header {color: #535353; font-weight: bold; }
.ui-widget :active { outline: none; }
.ui-widget-content a {
    color: #333333;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

ul.ui-tabs-nav li {
    background-image: none;
    background-position: 0 100%;
    background-repeat: no-repeat;
	background-color: #CDCDCD;
}

ul.ui-tabs-nav li.ui-tabs-active {
    background-image: none;
    background-position: 0 100%;
    background-repeat: no-repeat;
	background-color: #ECECEC;
}

ul.ui-tabs-nav li.ui-tabs-active a span {
    color: #535353;
}

div.ui-tabs-panel div.ui-tabs-panel {
    background-color: #ffffff;
}

#container-1 .subTabContainer ul.ui-tabs-nav li {
    background-image: none;
    background-position: 0 100%;
    background-repeat: no-repeat;
    margin-right: 10px;	
}

#container-1 .subTabContainer ul.ui-tabs-nav li.ui-tabs-active {
    background-image: none;
    background-position: 0 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
	background-color:#ffffff;
}


#container-1 .subTabContainer li.ui-tabs-active span {
	color:#53aae0;
}

#container-1 .subTabContainer ul.ui-tabs-nav li span {
    display: block;
    width: auto;
}

div.tx-carbonndata-pi1 tr.list_head_row, div.tx-carbonndata-pi1 tr.list_head_row th, div.tx-carbonndata-pi1 tr.list_head_row td {
    background-color: #53AAE0;
	color:#ffffff;
}


div.tx-carbonndata-pi1 th.header {
   /* background-image: url("images/tbs_bg.gif"); */
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.tx-carbonndata-pi1 th.header.headerSortUp {
   /* background-image: url("images/tbs_asc.gif");*/
}

div.tx-carbonndata-pi1 th.header.headerSortDown {
   /* background-image: url("images/tbs_desc.gif");*/
}
	
.carbonndata_sorted_table tr.odd td {
    background-color: #FFFFFF;
	color: #535353;
	border-bottom:1px solid #dedede;
}

.carbonndata_sorted_table tr.even td {
    background-color: #F4F4F4;
	color: #535353;
	border-bottom:1px solid #dedede;
}

a.action_button {
    background-color: #1e70a2;
    border: none;
    color: #ffffff;
	font-weight:bold;
    padding: 10px;
	white-space: pre;
	display:inline-block;
	*display:inline;
	*zoom:1;   
}

input.action_button {
    background-color: #1e70a2;
    border: none;
    color: #ffffff;
	font-weight:bold;
    padding: 10px;
	white-space: pre;
	display:inline-block;
	*display:inline;
	*zoom:1;   	
	height: auto;
	width:auto;
}

.halfwleft {
	width:50%;
	float:left;
}
.halfwright {
	width:50%;
	float:right;
}

.align_right {
	text-align: right;
}

.tabletitle_wrap {
	margin-bottom: 10px;
}

.tabletitle {
	font-weight: bold;
}

#carbonndata_processOverlay {
	position:absolute;
	left:0px;
	top:0px;
	/*background: url('images/black_a50.png') transparent;*/
	z-index:100;
	display:none;
}

#carbonndata_application {
	position:relative;
	display:block;
	margin-bottom: 10px;
}

#carbonndata_processOverlay .overlay_head {
	font-size:20px;
	font-weight:bold;
}

#carbonndata_processOverlay .overlay_preloader {
	width:200px;
	margin:auto;
	margin-top:10px;
	height:20px;
	/*background: url('images/big_preloader_orange.gif') no-repeat transparent;*/
}

#carbonndata_processOverlay .overlay_messagebox {
	text-align: center;
	margin:auto;
}

.form_action_button_wrap {
	text-align: center;
}

#carbonndata_application form option {
	margin:0px;
}

.ajaxupload_container .fileDeleteButton {
    /*background: url("images/trash-icon.gif") no-repeat scroll 0 1px transparent;*/
    display: inline-block;
	width: 12px;
	height: 12px;
}

.fileDeleteButton {
    cursor: pointer;
    margin-left: 12px;
}

.ajaxupload_container .progressbar {
    /*background: url("images/fileuploadbar.gif") no-repeat scroll 0 5px transparent;*/
    display: none;
    height: 17px;
}

.ajaxupload_container .fileDeleteButton.fileDeleteButtonWait {
	/*background: url('images/wait-anim.gif') no-repeat 0 1px transparent;*/
    display: inline-block;
	width: 12px;
	height: 12px;
}

.ajaxupload_container .uploaded_filelist {
	margin-top:3px;
}

.ajaxupload_container .uploaded_filelist a {
	text-decoration: underline;
}
.ajaxupload_container .uploaded_filelist a:hover {
	text-decoration: none;
}

.carbonndata_sorted_table a {
	color: #535353;
}

#carbonndata_application .fileelem a {
	color: #535353;
	text-decoration: underline;
}

#carbonndata_application .carbonndata_sorted_table a.weblink {
    color: #008AEC;
    text-decoration: none;	
}

#carbonndata_application .carbonndata_sorted_table a.weblink:hover {
    color: #535353;
}

#carbonndata_application form input[type=text], 
#carbonndata_application form select, 
#carbonndata_application form textarea {
   	padding-left:2px;
	padding-right:2px;
	margin:0px;
	font-size: 12px;
}

#carbonndata_application form select {
	padding-left:2px;
	padding-right:2px;
}

#carbonndata_application form select.top_selector_base, 
#carbonndata_application form select.top_selector_target {
	width: 180px;
}

/*
.top_selector_horbuttons {
	display:inline-block;
	width:40px;
}

.top_selector_verbuttons {
	display:inline-block;
	width:40px;
}
*/

.dependant label {
	padding-left:10px;
}

tr.new label {
	/*color:#A5FCA5;*/
	/* color:#FFEAAA; */
}

.reqsign, .fielderror, .fieldError {
	color: red;
}

.reqsign {
	font-size:18px;
	font-family:arial;
	font-weight:bold;
}

.recomsign {
	color: red;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
}

.carbonn_entryform table tr td:first-child {
	/*text-align: right;*/
}

.carbonn_boundary_filter {
	margin:12px 0px;
}

span.low_small {
    font-size: 12px;
    font-weight: normal;	
}

tr.list_head_row th,
tr.list_head_row td {
	font-weight:bold;
	padding-right:15px;
}

tr.sum {
	border: 1px solid #CCCCCC;
}
tr.sumpart {
    background-color: #EFEFEF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

tr.cityinfo_headerrow td {
    background-color: #53AAE0;
    padding: 1px 5px;
	margin-bottom: 10px;
}

tr.cityinfo_infoheaderrow td {
    background-color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
    padding: 0x;
	margin-bottom: 0px;
	line-height: 20px;
}

tr.cityinfo_inforow td {
    background-color: #EEEEEE;
	font-size: 11px;
	font-style: italic;
    padding: 0x;
	margin-bottom: 0px;
	line-height: 20px;
}

tr.gpc_headerrow td {
    background-color: #CDCDCD;
    padding: 1px 5px;
	margin-bottom: 10px;
}

tr.gpc_subheaderrow td {
    background-color: #FFFFFF;
    padding: 1px 5px;
	margin-bottom: 10px;
}

tr.gpc_infoheaderrow td {
    background-color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
    padding: 0x;
	margin-bottom: 0px;
}

tr.gpc_territorial td {
    background-color: #D0EDB4;
	line-height:20px;
    padding: 1px 5px;
	margin-bottom: 10px;
}

tr.gpc_basic td {
    background-color: #B4CFEC;
    padding: 1px 5px;
	margin-bottom: 10px;
}

tr.gpc_basicplus td {
    background-color: #FFF9E3;
    padding: 1px 5px;
	margin-bottom: 10px;
}

tr.gpc_other td {
    background-color: #B19CD9;
    padding: 1px 5px;
	margin-bottom: 10px;
}

.inlineplaceholder {
	background-color: #AEBA78;
	border:none;
	line-height: 16px;
	color:#535353;
	cursor: text;
	padding:1px 2px;
}

.inlineedit form, .inlineedit form input {
	margin:0px;
}

.inlineedit form input {
	padding:0px 1px;
	font-size:14px;
}

.fieldinfo {
	font-style: italic;
	font-size: 12px;
	color: #CCCCCC;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px 13px;
	color: #303030;
	background-color: #f5f5b5;
	border: 1px solid #DECA7E;

	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
#tooltip h3, #tooltip div { margin: 0; }

.tooltipicon {
	margin-left:5px;
}

.tooltipicon img {
	cursor: help;
	margin:0;
	vertical-align: baseline;
}


div.sumtoggle {
	height: 16px;
	width:16px;
	float:right;
	cursor:pointer;
}

div.sumtoggle.closed {
	/*background: url(images/icon_plus.png) no-repeat;*/
}

div.sumtoggle.opened {
	/*background: url(images/icon_minus.png) no-repeat;*/
}

.sumtable .sumpart {
	display:none;
}

.fieldunit {
	font-size: 70%;
	margin-left: 5px;
}

.rowbuttons .delete {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:12px;
	height: 12px;
	/*background: url(images/trash-icon.png) no-repeat left center;*/
	margin-left:4px;
	cursor:pointer;
	vertical-align: middle;
}

.addButton {
	/*background: url(images/add-icon.png) no-repeat left center;*/
	padding-left:16px;
	cursor:pointer;
	display: inline-block;
	*display:inline;
	height:16px;
}

.buttons {
	line-height: 16px;
	margin-top:3px;	
}

.ui-state-default a {
	outline:0;
}

#carbonndata_application table {
	width:100%;
}


.carbonndata_sorted_table th, .carbonndata_sorted_table thead td {
	line-height: 36px;
}

#action_list_table .col-title {
	width:auto;
}

#action_list_table .col-field {
	width:130px;
}
#action_list_table .col-startyear {
	width:100px;
}
#action_list_table .col-download {
	width:80px;
}

#action_list_table .col-actions {
	width:150px;
	text-align:right;
}


#commitment_list_table .col-boundary {
	width:100px;
}
#commitment_list_table .col-ctype {
	width:150px;
}
#commitment_list_table .col-targetvalue {
	width:100px;
}
#commitment_list_table .col-reference {
	width:auto;
}
#commitment_list_table .col-baseyear {
	width:80px;
}
#commitment_list_table .col-targetyear {
	width:80;
}
#commitment_list_table .col-actions {
	width:150px;
	text-align:right;
}

#govlevel1_list_table thead th, #govlevel1_list_table thead td {
	line-height: 1.25em;
	height: 40px;
}

#comlevel1_list_table thead th, #comlevel1_list_table thead td {
	line-height: 1.25em;
	height: 40px;
}

.tx-pimcitysearch-pi1 .citylist .number {
	text-align: right;
}


.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete {
	background: #FFFFFF;
}

.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-focus { border: 1px solid #2890C6; font-weight: bold; color: #FFFFFF; background:#2890C6;}
.ui-autocomplete .ui-state-hover a, .ui-autocomplete .ui-state-hover a:hover, .ui-autocomplete .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }


.ui-tabs .ui-widget-header {
	border-bottom:1px solid #ccc;
	border-radius:0;
}

.ui-tabs .ui-tabs-panel {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
}
#carbonndata_application .carbonndata_sorted_table a {
	color: #535353;
}
#carbonndata_application .carbonndata_sorted_table a.action_button,
#carbonndata_application .fileUploadButton,
#carbonndata_application input[type="button"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #535353;
  font-weight: bold;
  background: #FFFFFF;
  border:1px solid #d2d2d2;
  border-radius: 4px;
}

.overlay_messagebox {
	color: #FFFFFF;
}

#carbonndata_application td {
	padding-bottom:5px;
	padding-top:5px;
}

#carbonndata_application .carbonndata_sorted_table td {
	padding-top:2px;
	padding-bottom:2px;
}

.tx-srfeuserregister-pi1 a {
	padding-left:0px;
	background: none;
}




.qtip {
	font-size: 13px;
	line-height: 18px;
	margin-left:8px;
}
.qtip .qtip-content {
	padding:10px;
}
.qtip .qtip-tip {
	
}