﻿
.divList
{
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	border:solid 1px;
	border-color:#ACAFC9;	
	padding-right:15px;
	background-color:White;
	background-image:url(rightBorder.png);
	background-repeat:repeat-y;
	background-position:right;
}


.divListNoScroll
{
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	border:solid 1px;
	border-color:#ACAFC9;	
	padding-right:0px;
	background-color:White;

	
}


.datalist
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.ListMouseOver
{
	
	background-color: #FFF0B3;
	border-bottom: LightSteelBlue 0px solid;
	color: #990033;
	text-decoration: 'underline';
	cursor: hand;
}
.ListMouseOn
{
	background-color: oldlace;
	border-bottom: LightSteelBlue 0px solid;
	/*color: #ff9966;*/
	text-decoration: 'underline';
	cursor:progress;
}
.ListMouseIn
{
   background-image:url(selectedPanel.png);
	
	background-color: lemonchiffon;
	border-bottom: LightSteelBlue 0px solid;
	color: #990033;
	text-decoration: 'underline';
	cursor:pointer;
	display:block;
}
.ListMouseOff
{
	background-color: snow;
	border-bottom: LightSteelBlue 1px solid;
	color: #000000;
	text-decoration: 'underline';
}

.ListMouseTest
{
	background-color: Red;
	border-bottom: LightSteelBlue 1px solid;
	color: #000000;
	text-decoration: 'underline';
}

.ListMouseOffAltern
{
	background-color: #ffffff;
	border-bottom: LightSteelBlue 1px solid;
	color: #000000;
	text-decoration: 'underline';
}
.msgName
{
	font-size: 11px;
	color: #000000;
}
.msgDetails
{
	font-size: 10px;
	color: #444444;
	color:black;
}

.msgNotRead
{
	font-weight:bold;
}

.msgRead
{
	font-weight:normal;
}

.labelNotEnabled
{
	color:#808080;
}


.labelEnabled
{
	color:Black;
}

.labelNoMessage
{
	text-align:center;
	font-style:italic;
	margin:10px;
	padding:10px;
}