#content {
	padding: 0px;
}

#notesBar {
 	background: #f7f7f7 url(/images/note_1.gif) repeat-y 0px 0px;
}

.mainPanel {
  	padding: 10px 0px;
  	width: 451px;
}

.column {
  	float: left;
}

/*  BASE NOTE STYLES  */

.note {
  	background: #ffffff;
  	border: 0px;
  	color: #111;
  	margin: 1px;
  	padding: 10px 10px 35px 15px;
}

.note .note_body {
  	float: left;
  	width: 400px;
}

.note .note_header {
  	background: #f7f7f7;
  	border-bottom: solid 1px #DAE1E8;
  	border-top: solid 1px #45688E;
  	padding: 4px 6px 5px 6px;
}

.note .note_title_share {}

.note .note_title {
  	color: #45688E;
  	font-size: 13px;
  	font-weight: bold;
  	line-height: 15px;
  	float: left;
  	margin: 0px;
  	padding: 0px 0px 1px 0px;
  	width: 280px;
}

.note .byline {
  	clear: both;
  	color: #333;
  	padding: 0px 0px 0px 0px;
}

.note .byline span {
  	color: #666;
}

.note_content {
  	clear: both;
  	margin-left: 6px;
  	padding: 10px 0px 0px 0px;
  	word-wrap: break-word;
}

.note .note_footer {
  	border-top: 1px solid #ddd;
  	clear: both;
  	font-size: 9px;
  	margin-top: 10px;
  	padding: 0px 2px 0px 6px;
}

.sidePanel {
  	padding: 0px 0px 10px 0px;
  	width: 175px;
}

.sidePanel h2 {
  	font-size: 11px; }

#newNote {
	border-bottom: 1px solid #fff;
  	border-top: 0px;
}

#newNote .add {
  	padding: 12px 0px 11px 0px;
  	border-bottom: 1px solid #ccc;
  	text-align: center;
}

.activePad {
  	background-color: #EAEAEA;
  	padding:4px 4px 4px 12px;
  	font-weight: bold;
  	width: 160px;
}

.activePad a, .activePad a:hover{
 	color: #000;
 	text-decoration: none;
}

.inactivePad {
  	padding:4px 4px 4px 12px;
  	width: 160px;
}

.comments_count {
 	padding: 5px 0px 0px 0px;
}

#userlist {
  	padding: 0px 0px 0px 3px;
  	line-height: 18px;
  	max-height: 305px;
  	overflow: auto;
  	height: expression(ge('userlist').scrollHeight > 305 ? '305px' : ge('userlist').scrollHeight + "px");
}

#userlist a {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

#userlist label {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}


.notesEdit {
  	background: #f7f7f7 url(/images/note_2.gif) repeat-y top left;
}

.notesEdit #error {
  	margin: 0px 0px 10px 0px;
}

.notesEdit .column {
  	float: left;
}

.notesEdit .mainPanel {
  	padding: 10px 20px 20px 15px;
  	width: 416px;
}

.notesEdit .mainPanel .clearFix label
{
  	color: #666;
  	display: block;
  	padding: 6px 0px 3px 1px;
}

.notesEdit #fieldTitle .inputText
{
  	font-size: 13px;
  	margin: 0px;
  	width: 408px;
}

.notesEdit #fieldBody textarea
{
  	height: 220px;
  	margin: 0px;
  	width: 408px;
}