﻿div#NoteTab
{
	position: relative;
	width: 663px;
	height: 41px;
	margin-left: 18px;
	border-bottom: 4px solid #1d4a7c;
}

div#NoteTab ul
{
	display: block;
	width: 243px;
	height: 41px;
	position: relative;
	list-style: none;
}

ul#NoteTab0	{background: url(Images/bg_sub_note_tab0.jpg) left top no-repeat;}
ul#NoteTab1	{background: url(Images/bg_sub_note_tab1.jpg) left top no-repeat;}

div#NoteTab li
{
	position: absolute;
	top: 0;
	display: block;
	height: 41px;
}

div#NoteTab a
{
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
	height: 41px;
}

li#ntab0		{left:0; width:123px;}
li#ntab1		{left:123px; width:120px;}

li#ntab0	a:hover	{background: transparent url(Images/bg_sub_note_menu0.jpg) 0 -41px no-repeat;}
li#ntab1	a:hover	{background: transparent url(Images/bg_sub_note_menu1.jpg) 0 -41px no-repeat;}

#BtnNoteWrite
{
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
	height: 41px;
	width: 125px;
	background: transparent url(Images/btn_note_write.jpg) top left no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

table.notes
{
	border-collapse: collapse;
	width: 663px;
	margin-top: 10px;
	margin-left: 19px;
}

table.notes th
{
	height: 30px;
	background: url(Images/bg_sub_th.jpg) top left repeat-x;
	color: #ffffff;
}

table.notes th.writer
{
	width: 135px;
	text-align: left;
	padding-left: 15px;
}

table.notes th.title
{
	width: 363px;
	text-align: left;
}

table.notes th.date
{
	width: 150px;
}

table.notes td
{
	height: 30px;
	border-bottom: 1px dashed #cbcbcb;
	color: #777777;
	line-height: 30px;
}

table.notes td.c
{
	text-align: center;
}

table.notes td.title a {color: #767676;}
table.notes td.title a:link, table.notes td.title a:visited {text-decoration:none;}
table.notes td.title a:hover, table.notes td.title a:active {text-decoration:underline;}

table.notes td.title img
{
	border: 0;
	padding-right: 5px;
}

table.notes td img
{
	vertical-align: middle;
}

table.notes td.writer
{z
	padding-left: 10px;
}

table.notes td.pager
{
	padding-top: 20px;
	text-align: center;
	border-bottom: none;
}

table.notes td.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

table.notes td.pager span.now
{
	margin-left: 5px;
	margin-right: 5px;
}

#NoteControls
{
	position: relative;
	margin-top: 10px;
	margin-left: 18px;
	margin-bottom: 50px;
}

#BtnNoteDelete
{
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
	width: 64px;
	background: transparent url(Images/btn_delete.jpg) top left no-repeat;
	position: absolute;
	left: 80px;
	top: -10px;
	cursor: pointer;
}

#GroupSelectorBox
{
	border: 1px solid #eeeeee;
	width: 663px;
	margin-left: 18px;
}

#GroupSelectorBox ul
{
	list-style: none;
	padding: 10px 0;
}

#GroupSelectorBox li
{
	display: inline;
	margin-left: 10px;
}

#ReceiverSelectionArea
{
	position: relative;
	float: left;
	width: 451px;
	margin-top: 20px;
}

#ReceiverSelectionArea h3
{
	margin-left: 18px;
}

#ReceiverSelectBox
{
	margin-top: 5px;
	margin-left: 18px;
	border: 1px solid #eeeeee;
	width: 431px;
}

#ReceiverSearchBox
{
	border: 1px solid #eeeeee;
	width: 180px;
	height: 31px;
	margin-left: 5px;
	margin-top: 5px;
}

#tbReceiverKeyword
{
	margin-top: 5px;
	width: 100px;
	height: 15px;
	vertical-align: middle;
}

#btnSearch
{
	margin-top: 5px;
	vertical-align: middle;
	cursor: pointer;
}

#ReceiverResultBox
{
	border: 1px solid #eeeeee;
	width: 180px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#selResult
{
	margin: 5px 5px;
	height: 200px;
	width: 170px;
}

#btnAddUser
{
	position: absolute;
	left: 210px;
	top: 140px;
	cursor: pointer;
}

#btnRemoveUser
{
	position: absolute;
	left: 210px;
	top: 170px;
	cursor: pointer;
}

#SelectedReceiverBox
{
	border: 1px solid #eeeeee;
	width: 180px;
	position: absolute;
	left: 263px;
	top: 61px;
}

#selReceiver
{
	margin: 5px 5px;
	height: 200px;
	width: 170px;
}

#NoteContentArea
{
	float:right;
	width: 245px;
	margin-top: 20px;
}

#NoteContentBox
{
	margin-top: 5px;
	border: 1px solid #eeeeee;
	width: 220px;
}

#NoteContents
{
	margin: 5px 5px;
	width: 208px;
	height: 246px;
}

#NoteControls2
{
	clear: both;
	border-top: 1px dashed #eeeeee;
	width: 663px;
	margin-left: 18px;
	margin-bottom: 30px;
	text-align: right;
}

#btnSendNote
{
	margin-top: 10px;
	cursor: pointer;
}

div.noteView
{
	/*color: #ffffff;*/
}

h1.noteHeader
{
	display: block;
	width: 100%;
	height: 40px;
	background: #2a3b57 url(Images/icon_note2.gif) 20px 12px no-repeat;
	padding-left: 40px;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
}

p.noteMeta
{
	padding-top: 10px;
	padding-left: 20px;
	line-height: 20px;
}

div.noteMessage
{
	width: 85%;
	height: 300px;
	background-color: #ffffff;
	color: #000000;
	line-height: 18px;
	margin: 10px auto;
	overflow: auto;
	padding: 10px 10px;
}

div.noteControls3
{
	position: relative;
	width: 90%;
	margin: 10px auto;
}

div.noteControls3 img
{
	cursor: pointer;
}

div.noteControls3 #btnMessageClose
{
	position: absolute;
	right: 0;
}

/* My Page */
h3.mypage
{
	background: url(Images/icon_bullet1.gif) 20px 3px no-repeat;
	color: #3f5f8e;
	padding-left: 35px;
	font-size: 1.2em;
}

h3.mypage a
{
	text-decoration: none;
	font-weight: normal;
	margin-left: 5px;
}

table.mypage
{
	border-collapse: collapse;
	width: 663px;
	margin-top: 10px;
	margin-left: 19px;
	margin-bottom: 30px;
}

table.mypage th
{
	height: 30px;
	background: url(Images/bg_sub_th2.jpg) top left repeat-x;
	color: #ffffff;
}

table.mypage th.notes
{
	text-align: left;
	padding-left: 15px;
}

table.mypage td
{
	height: 30px;
	border-bottom: 1px dashed #cbcbcb;
	color: #777777;
	line-height: 30px;
	background-color: #fafbfd;
}

table.mypage td.c
{
	text-align: center;
}

table.mypage td.title a {color: #767676;}
table.mypage td.title a:link, table.mypage td.title a:visited {text-decoration:none;}
table.mypage td.title a:hover, table.mypage td.title a:active {text-decoration:underline;}

table.mypage td.writer
{
	width: 135px;
	text-align: left;
	padding-left: 15px;
}

table.mypage td.title
{
	width: 363px;
	text-align: left;
}