﻿div.reader
{
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	color: #000;
	padding: 2px 0px 2px 3px;
	border: solid 1px #bdc7d8;
	margin-bottom: 1px;
	min-height: 15px;
	max-height: 50px;
	width: 98%;
	overflow: auto;
	background-color: #f5f5f5;
}

div.list
{
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	color: #000;
	padding: 2px 0px 2px 3px;
	border: solid 1px #bdc7d8;
	margin-bottom: 1px;
	min-height: 20px;
	max-height: 80px;
	width:98%;
	overflow: auto;
	background-color: #f5f5f5;
}

div.message
{
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	color: #000;
	padding: 2px 0px 2px 3px;
	margin-bottom: 1px;
	height: 200px;
	width: 99%;
	overflow: auto;
	background-color: #fff;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

.person
{
	cursor:pointer;
	text-decoration: underline;
}

.person:hover
{
	color: #0066cc;
}

/*MESSAGE BEGIN*/ 
span.newmsg
{
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
}
span.msg
{
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	white-space:nowrap;
}
span.subject
{
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	white-space:nowrap;
}
/*MESSAGE END*/ 

/* MESSAGEBOX ICONS BEGIN*/
div.newmsg
{
	width: 13px;
	height: 13px;
	background-image: url(../images/mesaj/newmsg.gif);
	background-repeat: no-repeat;
	display:inline-block;
}
div.msg
{
	width: 13px;
	height: 13px;
	background-image: url(../images/mesaj/readmsg.gif);
	background-repeat: no-repeat;
	display:inline-block;
}
div.importance
{
	width: 13px;
	height: 13px;
	background-image: url(../images/mesaj/importance.gif);
	background-repeat: no-repeat;
	display:inline-block;
}

div.attachment
{
	width: 13px;
	height: 13px;
	background-image: url(../images/mesaj/attachment.gif);
	background-repeat: no-repeat;
	display:inline-block;
}

div.noattachment
{
	width: 13px;
	height: 13px;
	display:inline-block;
}

div.important1 /*GENERAL*/
{
	width: 13px;
	height: 13px;
	display:inline-block;
}
div.important2 /*HIGH*/
{
	width: 13px;
	height: 13px;
	background-image: url(../images/mesaj/highimportant.gif);
	background-repeat: no-repeat;
	display:inline-block;
}
div.important3 /*LOW*/
{
	width: 13px;
	height: 13px;
	background-image: url(../images/mesaj/lowimportant.gif);
	background-repeat: no-repeat;
	display:inline-block;
}
/* MESSAGEBOX ICONS END*/

div.attachmentfile 
{
	width: 22px;
	height: 22px;
	background-image: url(../images/mesaj/attachmentfile.gif);
	background-repeat: no-repeat;
	display:inline-block;
}

/* WARNING LABEL BEGIN */
.lblwarning
{
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	color: #009966;
}
/* WARNING LABEL END */
