/* Ticket Panel */
#ticket_total{
	width:590px;
	height:150px;
	float:right;
	margin-right:15px;
	margin-top:10px;
}

#ticket_internal_header{
	background-image:url(../../images/article_list_header.png);
	background-repeat:no-repeat;
	height:25px;
}

#ticket_internal_header_red{
	background-image:url(../../images/article_list_header_red.png);
	background-repeat:no-repeat;
	height:25px;
}

#ticket_list_panel {
	background-color:#d3c6bd;
	height:110px;
	}
	
#ticket_text_body{
	margin-right:10px;
	width:550px;
	margin-top:8px;
	float:left;
	margin-left:10px;
}

#ticket_bottom {
	width:580px;
	height:20px;
	float:left;
	margin-top:2px;
}

#ticket_status{
	width: 120px;
	float:left;
	height:20px;
	background-color:#00CC00;
	font:Tahoma;
	color:#FFFFFF;
	padding-left:6px;
}

#ticket_priority{
float:left;
width:80px;
height:20px;
margin-right:5px;
margin-left:5px;
color:#FFFFFF;
font:Tahoma;
padding-left:6px;
background-color:#990000
}

#main_reply {
	width:590px;
	min-height:90px;
	margin-right:15px;
	background-color:#E0D8D1;
	float:right;
	border-top: 1px none #B8B3A3;
	border-right: 1px solid #B8B3A3;
	border-bottom: 1px solid #B8B3A3;
	border-left: 1px solid #B8B3A3;
}
/* ticket_form */

#cmntform {
	margin-right: 15px;
	margin-top:15px;
	width: 590px;
	float: right;

}



#cmntform fieldset {
	margin: 1em 0;
	padding: 0;
	border: none;
}



#cmntform div {
	clear: both;
}

#cmntform label {

	line-height: 1.5;
	color: #c30;
	cursor: pointer;

}



#cmntform fieldset label {

	width: 8em;
	display: block;

}

.formhelp {
	padding-left: .5em;
	padding-right: 2em;
	position: relative;
	cursor: help;
}

.formhelp:hover {
	background: #EEEEEE;
}

.formhelp span {
	line-height: 1.2;
	color: #333;
	padding: 1em;
	width: 30em;
	position: absolute;
	bottom: 0;
	left: 2em;
	display: none;
	background-color: #D7C7B5;
	border: 1px solid #796151;
}

fieldset .formhelp span {
	width: 12em;
}

.formhelp:hover span {
	display: block;
}

.mandat label:after, legend.mandat:after {
	content: " *";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	color: #00f;
	text-align: right;
}

/* Tickets fonts & Links */	


.id_font {
	color: #FFFFFF;
	font: 11px Tahoma;
}

a.id_font:link {
	text-decoration: underline;
}
a.id_font:visited {
	text-decoration: underline;
}
a.id_font:hover {
	color: #333333;
	text-decoration: none;
}
a.id_font:active {
	text-decoration: underline;
}
