/*------------
 Admin menu
 ----------*/
.ToolbarTicket {
    margin-right: 5px;
    width: 100%;
    height: 26px;
    font-weight: normal;
    color: #FFFFFF;	
	background-image : url(../../VdfAjaxLib/HDE/Toolbar/Toolbar.gif);
}

.ToolbarTable{
	height:25px;
}

.ToolbarTable td, .ToolbarTable td div{
	border-right: 1px solid #7C7D7F;
	padding-left : 8px;
	padding-right : 8px;
}

.ToolbarTable td a{
	padding-left : 25px;
	text-decoration : none;
	color : #FFFFFF;
	border: none;
	cursor:pointer;
}

.ToolbarTable td:hover{
	background-image : url(../../VdfAjaxLib/HDE/Toolbar/ToolbarHover.gif);
	color:#6A6A6A;
	cursor:pointer;
}

#ToolbarTicketCol2{
	cursor : default;
}

#ToolbarTicketCol3{
	cursor : default;
}

#TicketNo {
    padding: 5px;
	width:30px;
}

#TicketSearch {
	width:22px;
}

#searchtext {
    border:1px solid #C1C1C1;
	color:#B6B6B6;
	height:14px;
	vertical-align:middle;
}

#ticketstatus {
    
}

#PrevPage {
	* margin-left:60px;
	 margin-left:4px;
}

#TicketAction{
	margin-right : 5px;
}

.ToolbarTicket .ButtonCell {
}

.ToolbarTicket .TextCell {
    width: 70px;
    padding-left: 50px;
}

#TicketStatus {
	width:10em;
}

#AdsearchButton{
	background: transparent url(../LayoutDesign/Images/IconAdvancedSearch.png) no-repeat left center ;
	width : 110px;
	height : 25px;
	color : #FFFFFF;
	padding-left : 25px; 
}

#TicketPrint{
	background:transparent url(../../VdfAjaxLib/HDE/Toolbar/IconPrint.png) no-repeat scroll left center;
	width : 80px;
	height : 25px;
	color : #FFFFFF;
}

#IPSelection{
	text-align:center;
}

/*reply all dialog*/
#ReplyAllPublic{
	position : absolute;
	right : 56px;
	top : 38px
}

#ChangeAssignToWrapper{
	height:230px;
	margin:5px;
	overflow-y:auto;
}