@charset "utf-8";
/*  Farben start */
#tx_icstriage_container td.tx_icstriage_singletable_leftcol,
#tx_icstriage_container td.tx_icstriage_singletable_rightcol {
	background-color: #EBE3D7;
}
#tx_icstriage_container td.tx_icstriage_nobackground {
	background-color: transparent;
}






/*  Farben end */

#tx_icstriage_container {
	width: 100%;
}


#tx_icstriage_container table {
	border: none;
	width: 100%;
	table-layout: fixed;
}
#tx_icstriage_container td {
	padding: 3px;
}
#tx_icstriage_container td.tx_icstriage_singletable_leftcol {
	padding-right: 10px;
	font-size: 0.8em;
	line-height: normal;
	width: 80px;
}



#tx_icstriage_container td.tx_icstriage_singletable_rightcol {
	font-size: 0.9em;
	line-height: normal;
}

#tx_icstriage_container #tx_icstriage_singletable td {
	font-size: 0.9em;
}


#tx_icstriage_container .tx_icstriage_agencyContainer td {
	font-size: 0.8em;
}


#tx_icstriage_container td.tx_icstriage_singletable_editcol {
	padding: 2px !important;
	text-align: right; 
	
}
#tx_icstriage_container td.tx_icstriage_singletable_editcol input {
	
}
.tx_icstriage_categories {
	
	margin-bottom: 10px;
}
.tx_icstriage_description_boxcontrols {
	
	background: url("../images/arrow_down.gif") no-repeat center right;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 3px 8px;
	background-color: #EBE3D7;
}
.tx_icstriage_description_boxcontrols:hover {
	color: #444444;
}
.tx_icstriage_description  {
	overflow: scroll;
	height: 170px;
	padding: 3px 8px;
	background-color: #EBE3D7;
}
.tx_icstriage_description_box  {
	
	margin: 10px 0;
	
}
#content .tx_icstriage_description_box ul li {
	background-color: #cccccc;
}
.tx_icstriage_descriptionRequest {
	padding: 4px 1px 1px 0px !important;
	text-align: right; 
	background-color:#EBE3D7;
}
.tx_icstriage_descriptionRequest input {
	
}
/*
 * Notes styles 
 */
.tx_icstriage_notes {
	margin: 10px 0px;
	padding:0;
	background-color: #fff299;
	border-left: 1px solid #e6d03a;
	border-bottom: 1px solid #e6d03a;
	overflow: visible;
	
}
.tx_icstriage_notes .tx_icstriage_boxcontrol {
	
	background: url("../images/arrow_down.gif") no-repeat center right;
	cursor: pointer;
	padding: 3px 8px;
	font-weight: bold;
}
.icstriage_notes_wrap {
	padding: 0 8px;
}
.tx_icstriage_notes textarea {
	margin: 8px 0;
	width: 100%;
	height: 150px;
	border: none;
	background-color: inherit;
	font-family: "Comic Sans MS";
	font-size: 1em;
}
.tx_icstriage_notes textarea:hover {
	background-color: #fff6bd;
}
.tx_icstriage_notes_result {
	color: #CC0000;
}
.tx_icstriage_notes_buttoncontainer { 
	text-align: right;
	margin-bottom: 6px;
	height: 15px;
	padding: 0 8px;
}
.tx_icstriage_notes_button {
	display: none;
}
.tx_icstriage_notes_button input {
	font-size: 11px;
	border: 1px solid #cbba46;
	background-color: #dfd278;
}
.tx_icstriage_notesInfo {
	margin: 6px 0px;
	width: 260px;
	float: right;
	font-style: italic;
}
.tx_icstriage_clearFloat {
	clear: both;
}
#tx_icstriage_container hr {
	border: none;
	height: 1px;
	margin: 16px 0;
	
}
.tx_icstriage_isHidden {
	padding: 4px;
	margin-bottom: 8px;
	border: 2px solid #cc9900;
	background-color: #ffffcc;
	color: #996600;
}
.tx_icstriage_cantonTooltip {
	cursor: default;
}


