/*============================================Style For Small Popups==================================================*/

.draggable { 
	position: absolute;
	overflow: hidden;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	font: normal 14px "Lucida Grande", "Arial Unicode MS", "Palatino Linotype", Verdana, Arial;
	height: 154px;
	width: 520px;
	background-color: lightyellow;
}

.notes {
	position: relative;
	height: 130px;
	width: 515px;
	margin-left: 5px;
	overflow: scroll;
	text-align: left;
	padding: 0px;
}

/*============================================Style For Large Popups==================================================*/

.ldraggable { 
	position: absolute;
	overflow: hidden;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	font: normal 14px "Lucida Grande", "Arial Unicode MS", "Palatino Linotype", Verdana, Arial;
	height: 375px;
	width: 520px;
	background-color: lightyellow;
}

.lnotes a{
	color: #790000;
}

.lnotes {
	position: relative;
	height: 350px;
	width: 515px;
	margin-left: 5px;
	text-align: left;
	padding: 0px;

}

.lnotes table.char_group {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 20px;
}

.lnotes table.char_group th {
	background: #f4f4f4;
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px;
}

.lnotes table.char_group td {
	cursor: pointer;
	color: #790000;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
}

.lnotes table.char_select {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 20px;
}

.lnotes table.char_select th {
	background: #f4f4f4;
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px;
}

.lnotes table.char_select td {
	text-align: center;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 5px;
}

/*================================================Common Style========================================================*/

.notes dir{
  margin-bottom: 5px;
  margin-top: 2px;
  background-color: lightyellow;
}

.dragger sup {
	height: 0px !important; 
	height /**/:10px; /* for IE5/Win only */
}

.dragger {
	position: relative;
	cursor: move;
	overflow: hidden;
	font: bold 14px "Lucida Grande", "Arial Unicode MS", "Palatino Linotype", Verdana, Arial;
	height: 24px;
	width: 520px;
	background-color: #dfe4ff;
	border-bottom: 1px solid #a8a8ff;
}

.drag_title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 505;
	height: 24px;
	padding-top: 1px;
	padding-left: 10px;
}

.drag_close {
	position: absolute;
	left: 500px;
	top: -1px;
	width: 15px;
	height: 24px;
	cursor: pointer;
	font: normal 20px Arial;
}