#msg-header {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	margin:10px;
	display:inline;
}
#msg-header-front {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	margin:10px;
	display:inline;
	cursor: pointer;
}
#messages {
	border: 1px solid #434343;
	border-radius: 4px;
	width:100%;
}
.old-msg {
	background-color:#fff;
}
.new-msg {
	background-color:#EC6B07;
	font-weight:bold;
}
#messages td {
	cursor:pointer;
	margin-bottom:-1px;
}
#messages .msg-tbl-header-line {
	background-color:#E1E0E3;
	margin-bottom:-1px;
}
#messages th, #messages td {
	border: 0px;
	border-right:1px;
	border-style: solid;
	border-color: #888;
	text-align: center;
}
#messages .last {
	border-right:0;
}
#msg-tbl-pvm {
 	width:10%;
}
#msg-tbl-snd{
 	width:30%;
}
#msg-tbl-ttl{
 	width:45%;
}
#msg-tbl-cmd{
 	width:15%;
}

#msg-tbl-pvm2 {
 	width:10%;
}
#msg-tbl-snd2{
 	width:25%;
}
#msg-tbl-ttl2{
 	width:40%;
}
#msg-tbl-cmd2{
 	width:10%;
}
#msg-tbl-read2{
 	width:15%;
}

#msg-buttons {
	text-align: left;
	margin:10px;
}
.msg-button {
	border:1px solid #222;
	border-radius: 4px;
	padding:3px 6px 3px 6px;
	margin-right:5px;
}
#msg-content-box {
	border: 1px solid #888;
	border-radius: 5px;
	padding:5px;
	width:inherit;
	min-height:100px;
	position: relative;
	width:95%;
}

.msg-comment-box 
{
	text-align: left;
	width:95%;
	position: relative;
	border: 1px solid #888;
	border-radius: 5px;
	padding: 5px 0px 0px 5px;
	margin-top:5px;
}

.msg-comment-box .msg-comment-box 
{
	width: auto;
	margin-left: 5px;
	border-right: none;
	border-bottom: none;
}

.msg-comment-box td
{
	width: 33%;
	vertical-align: bottom;
}

.msg-read-timestamp 
{
	color:#888;	
	font-size: 0.8em;
	font-style: italic;
	white-space: nowrap;
}

.msg-read-timestamp-own {
	color:#888;
	font-size: 0.8em;
	font-style: italic;
	float:right;
}
#msg-read-wrapper {
	padding:20px 10px;
	max-height: 500px;
	width: 99%;
	text-align: left;
	overflow: auto;
}
#msg-comment-wrapper {
	width:95%;
	margin-top:10px;
}
#msg-comment-area {
	border: 1px solid #888;
	border-radius: 5px;
	padding:5px;
	width:inherit;
}
#msg-title, #msg-notice {
	width:406px;
	border-radius: 3px;
}
.msg-send-group td {
	width:130px;
}
#msg-employee, #msg-management {
	width: 150px;
	height:100px;
	margin-top:5px;
}
#msg-send-group-management, #msg-send-group-employee, #msg-send-notice {
	display:none;
}
.msg-link {
	cursor:pointer;
	color:#0000FF;
	text-decoration: underline;
}
.msg-send-group {
	margin-left:-3px;
}
#msg-kuittaajat {
	float:right;
}
#msg-kuittaajat-pointter {
	float:right;
	max-width:200px;
	cursor:pointer;
}
.msg-kuittaajat-list-pointter {
	cursor:pointer;
}
#msg-save-own-message {
	margin: 5px 0 10px 0;
}
#msg-write-wrapper-front {
	width:100%;
}
#msg-write-wrapper-front-table {
	margin:auto;
}
#msg-write-wrapper-front-table td {
	vertical-align: top;
}
#msg-header {
	cursor:pointer;
}
#msg-read-wrapper ol, #msg-read-wrapper ul {
	margin:0;
	padding:0;
}
#msg-read-wrapper ul li {
	list-style: disc;
	margin-left:20px;
}
#msg-read-wrapper ol li {
	list-style: decimal;
	margin-left:20px;
}

#message-pager {
	width:90%;
	margin:auto;
}
#message-next {
	float:right;
	cursor:pointer;
}
#message-previous {
	float:left;
	cursor:pointer;
}
#message-pager .disabled {
	color:#999;
	cursor:default;
}

#msg-edit-receivers-wrapper {
	width:400px;
	margin:25px;
}

#close-force-dialog {
	cursor:pointer;
	background-color: #FFCACA;
}
