﻿.panel
{
	border:1px;
	border-color:#ACAFC9;
}

/**** MENU ****/

/*
 Header of the panel (menu)
*/
.divMenuPanel
{
	border:solid 1px;
	border-top:1px;
	border-bottom:0px;
	border-color:#ACAFC9;
	/*padding-right:15px;*/
	background-image: url(headerPanel.png);
	background-repeat:repeat-x;
	height:42px;
	/*padding:5px;*/ 
}

.MenuItem
{
	 vertical-align:top;	
	 height:42px; 
}

.MenuItem:hover
{
	 background-image:url(itemMenu.png);/*itemMenu.png*/
	 background-repeat:repeat-x;
	 background-position:bottom;
}

/******* HEADER *******/

.labelHeader
{
	color:#484848; font-weight:normal;
}

.divHeaderPanel
{
	border:solid 1px;
	border-top:1px;
	border-bottom:0px;
	border-color:#ACAFC9;
	background-image: url(headerPanel.png);
	background-repeat:repeat-x;
	font-weight:bold;
	padding:5px; 
	height:35px;
	text-align:center;
	color:#808080;	
}




/*** CONTENT ***/

.divContentPanel
{
	border:solid 1px;
	border-top:1px;
	border-color:#ACAFC9;	
	background-color:White;
	background-repeat:repeat-x;
	overflow-y: scroll;
	overflow-x: hidden;
	padding:20px; text-align:left;
}

.divContentReplyPanel
{
	border:solid 1px;
	border-top:1px;
	border-color:#ACAFC9;	
	background-color:White;
	background-repeat:repeat-x;
	overflow-y: scroll;
	overflow-x: hidden;
	height:500px;
	padding:20px; text-align:left;
}


/**** PANEL NEW MESSAGE ****/

.panelNewMessage
{
	background-image: url(menuPanel.png);
	background-color:White;
	padding:5px; border:1px;	
	border-color:#ACAFC9; 
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	/**margin-left:50px;**/
}

/***** PANEL ACCOUNT *******/

.contentAccount
{
	background-color:#F7F7FD;
	padding:10px;
	border:solid 1px;	
    border-top:solid 0px;	
	border-color:#ACAFC9; 
}

.headerAccount
{
	border: solid 1px;
	border-color:#ACAFC9;
	background-color:#E6E6FA;
	font-weight:bold;
	padding-left:10px;
}

.panelAccount
{
	width:100%
}

/** BOTTOM PANEL **/

.divBottomPanel
{
	background-image: url(headerPanel.png);
	border-color:#ACAFC9; 
	border:solid 1px;
	border-top:0px;
	border-bottom:1px;
}

/*** SUBTITLE ***/

.subTitleSearchFilter
{
	border:solid 1px;
	border-color:#BBBBE5; 	
	background-image: url(headerPanel.png);	
	font-weight:bold;
	color:#696969;
	padding:1px;
	padding-left:10px;
	background-color:White;	
}

.chkBoxListSearchFilter
{
	font-weight:normal;
	padding-left:20px;	
	border:solid 1px;
	border-top:solid 0px;	
	border-color:#BBBBE5; 
	background-image: url(menuPanel.png);	
	background-repeat:repeat-x;		
	background-color:White;
}


/**** COLLAPSIBLE PANEL ***/

.collapsePanelHeader
{
	background-image: url(headerPanel.png);	
	background-repeat:repeat-x;
	border:solid 1px;
	border-color:#BBBBE5;	 
	color:#7B7BD0;	
}

.collapsePanel
{
	background-image: url(menuPanel.png);	
	background-repeat:repeat-x;
	border:solid 1px;
	border-top:solid 0px;	
	border-color:#BBBBE5;
	background-color:#FFFFFF;
}

.panelTicketInfos
{
	padding:5px;
	padding-left:20px; 
	font-size:x-small;
}

.messageError
{
	color:Red;
}

.messageWarning
{
	color:Orange;
}

.messageInfo
{
	color:Green;
}

/******** PANEL TO CONFIRM **************/

.PanelToConfirm
{
	border-right: #808080 0px solid; 
	border-top: #808080 0px solid;
    border-left: #808080 0px solid; 
    width: 400px; 
    border-bottom: #808080 0px solid;
    background-color: white

}

    
.PanelToConfirmDisplayNone
{
	border-right: #808080 0px solid; 
	border-top: #808080 0px solid;
    border-left: #808080 0px solid; 
    width: 400px; 
    border-bottom: #808080 0px solid;
    background-color: white;
	display: none;
	margin:0px;
	padding:0px;
}



.DisplayBlock
{
	display:block;
}

.DisplayNone
{
	display:none;
}

/*** ATTACHMENTS ***/

.panelAttachments
{ 
	vertical-align:top;
	background-image: url(menuPanel.png);
	border:solid 1px;
	border-color:#BBBBE5;	
	background-repeat:repeat-x;
	padding:5px;
}

.panelAttachment
{
	padding-left:20px;
}

/*** LIST MESSAGES ***/

.panelMessages
{
}