/* ================================
    CSS STYLES FOR SupportDesk
   ================================
*/   

/* For Submit and Update ticket buttons */
.BUTTON
{
	font-size: 10pt;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* For default ticket template */
.MainTable
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.ListItemTitleBackground
{
	background-color: silver;
}

.ListItemBackground
{
	background-color: white;
}


/* Other Dispatchcommunicator.Settings */
.AdminTable
{
	border-top:1px #CCCCCC dotted;
	border-bottom:1px #CCCCCC dotted;
	border-left:1px #CCCCCC dotted;
	border-right:1px #CCCCCC dotted;	
}

/* For user search menu */
.UserTable
{
	border-top:1px gray solid;
	border-bottom:1px gray solid;
	border-left:0px gray solid;
	border-right:0px gray solid;
}

.SearchBackground
{
	background: ghostWhite;
}

/* Main ticket grid */
.MainDataGrid
{

}

.MainItemStyle
{

}

.MainAlternatingItemStyle
{

}

.UserLogUpdate /* User escalation update panel on ticket Update screen */
{
	border-right: #cccccc 1px dotted;
	border-top: #cccccc 1px dotted;
	border-left: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
	background-color: aliceblue;
}


.SupportLogUpdate /* Support escalation update panel on ticket Update screen */
{
	border-right: #cccccc 1px dotted;
	border-top: #cccccc 1px dotted;
	border-left: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
	background-color: honeydew;
}

.TicketLogUpdate /* Ticket escalation update panel on ticket Update screen */
{
	border-right: #cccccc 1px dotted;
	border-top: #cccccc 1px dotted;
	border-left: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
}

.TabMenu {
z-index:1000;
}

.TabMenu_UnSelectedStyle {
	border:1px solid #000000;
	color: #000080;
	background-color: #CCCCCC;
	font-family:Arial;
	font-size:10pt;
	padding: 5px;
	white-space:nowrap;
	margin: 0px;
}

.TabMenu_SelectedStyle {
border-left:1px solid #000000;
border-right:1px solid #000000; 
border-top:1px solid #000000; 
border-bottom:1px solid white;
color: #000080; 
padding: 5px;
margin: 0px;
white-space:nowrap;
background-color: #FFFFFF; 
font-family:Arial; 
z-index:1000;
font-size:10pt
}

.TabMenu_DetailDiv {
border-left:1px solid #000000;
border-right:1px solid #000000; 
border-bottom:1px solid #000000; 
margin: 0px;
width:100px;
}

.TabMenu_TabDiv {
border-bottom:1px solid #000000; 
margin: 0px;
z-index:0;
width:100%;
}

.TabMenu_HoverStyle {
color: #FFFFFF; 
border: 1px solid #000000; 
padding: 5px;
margin: 0px;
white-space:nowrap;
background-color: #808080; 
font-family:Arial; 
font-size:10pt
}

.ChatHistoryWindow
{
	border-right: black thin inset;
	border-top: black thin inset;
	font-size: 10pt;
	border-left: black thin inset;
	color: black;
	border-bottom: black thin inset;
	font-family: Arial;
	background-color: ghostwhite;
}
.ChatUserList 
{
	border-right: black thin inset;
	border-top: black thin inset;
	border-left: black thin inset;
	border-bottom: black thin inset;
	background-color: ghostwhite;
}
.ChatBanButton 
{
	font-family: Arial;
	font-size: 10pt;
}
.UserTable.TABLE 
{
}
.ChatInputField 
{
	border-right: black thin inset;
	border-top: black thin inset;
	font-size: 10pt;
	border-left: black thin inset;
	color: black;
	border-bottom: black thin inset;
	font-family: Arial;
	background-color: ghostwhite;
}
.ChatInputButton 
{
	font-family: Arial;
	font-size: 10pt;
}
.ChatSpeaker
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
