.errormsg
{
			font-weight: bold;
			color: #E70000;
			margin-bottom: 10px;
}

/* BEGIN: class for Ticket Views and Detailed Ticket Pages*/
.tickets-main
{
			float: none;
			font-family: Verdana;
			font-size: 110%;
			width: 96%;
			border-bottom: 2px solid #004092;
			/*background: #A3B5C7;*/
			background: #1474BE;
			height: 24px;
			margin-left: 6px;
			text-align: left;
			padding: 6px 0px 0px 20px;
			color:#fff;
			
			font-weight:bold;
			text-transform: none;
			letter-spacing: none;

}

.sub-heading
{
			width: 97%%;
			height: 24px;
			text-align: left;
			padding: 10px 0px 0px 10px;
			color:#fff;
			font-weight:bold;
			margin-bottom: 10px;
			border-bottom: 1px solid #ccc;
			text-transform: uppercase;
			letter-spacing: .05em;
			background: #FF6600;
			font-size: 85%;			

}

.tickets-heading /* Title for tickets view page  */
{

		float: none;
		background: #ff6600;
		height: 24px;
		margin-left: 6px;
		text-align: left;
		padding: 6px 0px 1px 40px;
		color:#fff;
		font-weight:bold;

}

.tickets-heading a /* Linked to be sorted, no hover req */
{
		color:#fff;
}


.tickets-sort /********** prospect candidate for deletion **********/
{
			margin-left: 6px;
			text-align: left;
			padding: 6px 0px 1px 40px;

}


.tickets-box /* Defines basic boundary for ticket list */
{
		width:100%;	
		padding: 2px 2px 2px 2px;

}
.log-box /* Defines basic boundary for log list */
{
		width:99%;	
		padding: 2px 2px 2px 2px;

}
.log-title /* Title for log */
{

		float: none;
		background: #E5EAEF;
		height: 24px;
		margin-left: 6px;
		text-align: left;
		padding: 6px 0px 1px 40px;
		color:#fff;
		font-weight:bold;
			background: #ff6600;

}
.log-content
{
	background-color: #D5D8E5;
}
.log-contentalt
{
	background: #fff;
}

.ticket-new /* Color property for a new ticket */
{
	background-color:#ffeda6;	
}

.ticket-open /* Color property for a open ticket */
{
	background-color:#bfe5f2;	

}
.ticket-closed /* Color property for a closed ticket */
{

	background-color:#e5e5e5;
	
}
.ticket-hold /* Color property for a ticket ON HOLD */
{
	background-color:#e5f2bf;	
}

.ticket-spam /* Color property for a spam ticket */
{

	background-color:#9999af;	
	
}



/* BEGIN: View Ticket Display FIELD(TD) WIDTH Class */

.ticket-chkbox
{
	width:2%;
}

.ticket-id
{
width:18%;
}

.ticket-subject
{
	width:20%;
	padding-left:4px;
}

.ticket-status
{
	width:20%;
	font-weight:bold;
}

.ticket-priority
{
	width:20%;
}
.ticket-date
{
	width:20%;
}
.ticket-customer
{
	width:20%;
}

/*** END OF: View Ticket Display FIELD(TD) WIDTH Class ***/

.ticket-dept
{
	font-family: Arial;
	font-size:x-small;
}

.ticket-content-new
{

	padding-bottom:1px;
	border-bottom:1px solid #eee;
	background-color:#ffffcc;
	text-align:left;
}

.ticket-content-open
{
	
	padding-bottom:1px;
	border-bottom:1px solid #eee;
	background-color:#ddf2f9;
	text-align:left;
}

.ticket-content-closed
{
	
	padding-bottom:1px;
	border-bottom:1px solid #eee;
	background-color:#f5f5f5;
	text-align:left;
}

.ticket-content-hold
{
		
	padding-bottom:1px;
	border-bottom:1px solid #eee;
	background-color:#f1f8dc;
	text-align:left;
}
.ticket-content-spam
{
		
	padding-bottom:1px;
	border-bottom:1px solid #eee;
	background-color:#e2e2f1;
	text-align:left;
}


.tktdetail-box
{
	width:98%;	
	padding: 2px 2px 2px 0px;
	margin-left: 6px;
}

.tktreply-content
{	
		border:1px solid #000;
		background-color:#99ffff;	

}

.tktreply-contentalt
{
		border:1px solid #eee;	
		background-color: #99ccff;
}	

.total-replies
{
	color:red;
	font-size:x-small;
}
	
.message-padding
{

/*padding-left:50px;*/

}

.tktrelated-box
{
	width:100%;	
	border:1px solid #eee;

}

.page-break
{
/*	text-align:right;*/

}


.tktrelated-content
{	
		width:100%;	
		border:1px solid #eee;	
		background:  #e5eaef;			

}

.tktrelated-contentalt
{
		width:100%;	
		border:1px solid #eee;	
		background:#fff;
}	

.reporter-box
{
	width:10%;
}

.tktmain-action
{
	
	font-size:xx-small;
}

.tkt-action
{


margin-left: 6px;
font-size:small;

}

.searchword
{
		font-weight: bold;	
		font-style: italic;
		
}
.related-ticketsub
{
	font-size:x-small;

}			
.related-ticketdate
{
	text-align:right;
}

.replied-ticketsub
{
	font-size:x-small;

}			
.replied-ticketdate
{
	text-align:right;
}

.ticket-addnote
{
display:none;
}

.ticket-deptbox
{
	display:none;
}

.problem-desc
{
	font-size:x-small;

}
.closeticket-box
{
	display:none;
}

.date-filter
{
	margin-left: 6px;
	font-family: Verdana, Arial, san-serif;
	width:99%;
}
.stats 	/* PARENT class for tables displaying stats */
{		
	margin-left: 6px;
}

.statsbox /* class for tables displaying stats */
{
	
	border: 1px solid #003366;
	width: 98%;
}


.custom-range
{

	font-family:Arial;
}
.preset-range
{
	margin-bottom:10px;
	font-family:Arial;
	font-size:60%;
}
.daterange-selection
{
	font-family: Verdana, Arial, san-serif;
	font-size:small;
}
.daterange-select
{
	font-family: Verdana, Arial, san-serif;
		font-size:x-small;
}
.statsbutton-field
{
	font-family:Arial;
	font-size:x-small;
}
.news-author
{
	text-align:right;
	font-size:x-small;
}
.report_time
{
	font-size:x-small;

}
.last_updatedtimetag
{
	font-size:85%;
	font-style:italic;
       font-family:arial, sans-serif;
	font-weight:bold;		
}
.last_updatedtimedata
{
	font-size:x-small;
	font-style:italic;
       font-family:arial, sans-serif;		
}
.number-field
{
	width: 50px;		
}
.file-field
{
	width: 250px;
}
/* I have taken off the href attribute from the quick reply link . so need to compensate in the style */	
.quickreply
{
	cursor:pointer;
	color:blue;
	text-decoration:underline;
}
/* This style should compensate for the effect caused on those links which don't have href attribute defined*/
.pseudolink
{
	cursor:pointer;
	color:blue;
	text-decoration:underline;
}


.newstaff-alert
{
	
	text-align: center;
	width:96%;	
	padding: 4px 1px 4px 10px;
	margin-left: 6px;
	margin-top: 12px;
	background-color: #ffd;
	font-size: small;
	border: 1px solid #e5e5e5;
	font-weight: bold;
}
.ignoredwordstxt
{
	font-size:x-small;
	font-weight:normal;
}
.searchedword
{
	color:blue;
}
.unread-status
{
	color:red;
	font-size:x-small;
}
.ticket-toplinks
{
		width:96%;	

}	
.bk-to-ticketsview
{

	margin-left:6px;	
}

.install-rsltbox 
	{
		width: 96%;
		padding-top:10px;	
		padding-bottom: 8px;
		padding-left:20px;
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: 6px;
		font-family: verdana, Arial, san-serif;
		font-size: small;
		background: #E5EAEF;
		border: 1px solid #003366;
	}	
	
.prefix-field
{
	width:50px;
}

.mandatory-fld
{
	color:orange;

}
.mandatory-txt
{
	font-size:x-small;
	padding-left:20px;
}
.news-title
{
	padding-left:20px;
	font-size:small;
}
	.news-desc
{
	padding-top:10px;
	padding-left:20px;
			font-size:small;
}


.print_ticket_main
{
			float: none;
			font-family: Verdana;
			font-size: 110%;
			width: 96%;
			height: 24px;
			margin-left: 0px;
			text-align: left;
			padding: 0px 0px 0px 0px;
			color:#000000;
			font-weight:bold;
			text-transform: none;
			letter-spacing: none;
}

.print_tktdetail_box
{
	width:98%;
	padding: 2px 2px 2px 0px;
		
	margin-left: 6px;
}

.print_log_title /* Title for log */
{

		float: none;
		background: #F0F0F0;
		height: 24px;
		margin-left: 6px;
		text-align: left;
		padding: 6px 0px 1px 40px;
		color:#000;
		font-weight:bold;
}
.anchor-hand
{
	cursor:pointer;
}

.nav-sublink1
{
	background:#000;
	padding-right: 2px;
}

.nav-sublink {
	padding-right: 2px;
}

.nav-sublink a
{
	color:#000;
	
}

.nav-sublink a:visited
{
	color:#000;
	
}
.highpriority
{
	color:red;
	font-weight:bold;	
}

.assignedtome
{
	font-size:90%;
	color:red;
	font-weight:bold;	
}

.assignedtostaff
{
	font-size:90%;
	color:#009900;
	font-weight:bold;
}

.quotedflag
{

	color:#0066cc;
	cursor:pointer;
	
}

.quotedtext
{
	color:red;
}