.clear {
	clear:both;
}
.hint {
  font-size:10px;
}
#a-ticket-content h1, #a-ticket-content h2, #a-ticket-content form, #a-ticket-content fieldset, #a-ticket-content ul, #a-ticket-content p,
#c-ticket-content h1, #c-ticket-content h2, #c-ticket-content form, #c-ticket-content fieldset, #c-ticket-content ul, #c-ticket-content p,
#r-ticket-content h1, #r-ticket-content h2, #r-ticket-content form, #r-ticket-content fieldset, #r-ticket-content ul, #r-ticket-content p {
  padding:0;
  margin:0;
}
#ticket-body .mainpane h1 {
  color:white;
}

#c-ticket-content .roundedcorners_green {
	margin: 10px 0;
}

/* default font-size */

#a-ticket-content {
	font-size:16px;
	line-height:125%;
}

#r-ticket-content {
	font-size:16px;
	line-height:125%;
}
#r-ticket-content ul {
	line-height:125%;
}

/* styles for #ticket-header */

#ticket-header {
	width:100%;
	border-bottom:thin dotted #666666;
	margin-bottom:5px;
}
#ticket-header img {
	float:left;
	margin-right:6px;
}

/* styles for #ticket-form and #ticket-form1 */

#ticket-form h1,
#ticket-form1 h1 {
	margin-left:10px;
  color:white;
  font-size:1.5em;
}
#ticket-form p,
#ticket-form1 p {
	margin-left:10px;
	padding-top:10px;
  font-size:0.8em;
}
#ticket-form fieldset,
#ticket-form1 fieldset {
	margin:10px;
	padding:5px;
  font-size:0.8em;
  background-color:white;
}
#ticket-form ul,
#ticket-form1 ul {
	margin:0;
}
#ticket-form #submit_send,
#ticket-form #submit_forward,
#ticket-form1 #submit_read {
	float:right;
  font-size:2em;
}

#spellcheck {
  cursor:pointer;
	width:35px;
	height:37px;
}

ul {
	margin:0;
	padding:0;
  list-style:none;
}
form li {
  margin:10px 0;
}

/* styles for #ticket-userinfo */

#ticket-userinfo {
  font-size:0.8em;
}
#ticket-userinfo p {
	padding-left:10px;
}
#ticket-userinfo p.error {
	color:red;
}
#ticket-userinfo ol {
	margin:0 0 0 15px;
}

/* styles for #ticket */

#ticket {
  padding:0 10px;
}
#ticket h1 {
  color:white;
  font-size:1.5em;
}
#a-ticket-content #ticket h1,
#r-ticket-content #ticket h1 {
	margin-bottom:5px;
}
#ticket h2 {
  font-size:1.25em;
}

#ticket-messages {
	margin:0;
}
#ticket-messages li {
  margin-top:0.5em;
	padding:0 0 5px 0;
}
#ticket-messages li.us {
	background:#f6fafc;
	border:1px solid #d9e9f0;
	border-top:3px solid #71c8e8;
}
#ticket-messages li.them {
	background:#f8f8f8;
	border:1px solid #ddd;
	border-top:3px solid #FF8C2F;
}
#ticket-messages h3 {
  margin:0;
  border-bottom:dotted 1px black;
	padding:5px 10px;
}
#ticket-messages  li.us h3 {
	background-color:#BFDCFF;
	border-bottom:1px solid #d9e9f0;
}
#ticket-messages  li.them h3 {
	background-color:#FFCA9F;
	border-bottom:1px solid #ddd;
}
#ticket-messages h3 span {
	margin:0;
	padding:0;
	float:left;
	font-size:0.8em;
}
#ticket-messages h3 span.author {
	width:60%;
	font-weight:bold;
	color:#333;
}
#ticket-messages h3 span.date {
	width:35%;
	color:#666;
  float:right;
	text-align:right;
}
#ticket-messages p {
	margin:0;
	font-size:0.8em;
	padding:5px 10px;
}

/* ul used for attachments */
#ticket-messages li ul {
	margin:0;
	border-top:dotted 1px black;
  padding:0;
	background-color:#f1f1f1;
}
#ticket-messages li ul li {
	margin:0;
  padding:0 10px;
}
/*
#ticket-messages a {
	font-size:0.8em;
}
*/

#ticket-info {
  margin:0 10px;
  width:50%;
	font-size:0.8em;
  color:black;
  background-color:white;
}
#ticket-info h3 {
  margin:0;
  border-bottom:dotted 1px black;
  padding:5px;
	background-color:#f1f1f1;
	font-weight:bold;
	color:#333;
}
#ticket-info ul {
	margin:0;
  padding:5px;
}
#ticket-info span {
	margin:0;
	padding:0;
	width:45%;
	float:left;
	font-size:0.8em;
}
#ticket-info span.label {
	font-weight:bold;
	color:#333;
}
#ticket-info span.value {
	color:#666;
  float:right;
	text-align:right;
}
#ticket-info a {
	font-size:0.8em;
}

#ticket_menu {
	float:left;
	width:850px;
	margin:0 0 0 10px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #6B78A9;
}
#ticket_menu ul {
	margin:0;
	padding:10px 10px 0 30px;
}
#ticket_menu li {
	display:inline;
	margin:0;
	padding:0;
}
#ticket_menu a {
	float:left;
	background:url("images/tableft4.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
}
#ticket_menu a span {
	float:left;
	display:block;
	width:125px;
	cursor:pointer;
	text-align:center;
	background:url("images/tabright4.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#6B78A9;
}
 
#ticket_menu a span {
	float:none;
}
/* End IE5-Mac hack */
#ticket_menu a:hover span {
	color:#6B78A9;
}
#ticket_menu a:hover {
	background-position:0% -42px;
}
#ticket_menu a:hover span {
	background-position:100% -42px;
}

#selected{
	float:left; 
	width:150px;
	height:10px;
	overflow:hidden;
	margin-top:-1px;
/* 	border-left:1px solid #abafb0;
	border-right:1px solid #abafb0;
	border-bottom:1px solid #E2E2E9; */
	-webkit-border-bottom-right-radius: -5px;
	-webkit-border-bottom-left-radius: -5px;
	-moz-border-radius-bottomleft: -5px;
	-moz-border-radius-bottomright: -5px;
}

/*IE7 and Firefox*/
.selected_received_messages {
	position:relative;xborder:solid 1px red;margin-left:41px;
}
.selected_sent_messages {
	position:relative;xborder:solid 1px red;margin-left:194px;
}
.selected_all_messages {
	position:relative;xborder:solid 1px red;margin-left:347px;
}
.selected_closed_messages {
	position:relative;xborder:solid 1px red;margin-left:500px;
}

#ticket_list{
	float:left;
	width:850px;
	margin-left:10px;
	/* border:1px solid #abafb0; */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#ticket_list p{
	font-size:13px;
	height:25px;
	font-weight:bold;
}

#ticket_list img{
	width:16px;
	height:25px;
}

.create_ticket{
	float: right;
	background: url(images/create_ticket_4.jpg) no-repeat;
	background-position: 0 -35px;
	width: 206px;
	height: 27px;
	padding: 8px 0 0;
	text-decoration: none;
	color: #2974a1;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

.create_ticket:hover{
	background-position: 0 0px;
	color: #000;
} 

.unread th{
	cursor:default;
}
 
.unread tr{
	cursor:pointer;
} 
