/***************************************************************************/
/* top level styles      ***************************************************/
/***************************************************************************/

body
{
	text-align: center;
	background-color:#FFF; 
	color: #000;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

form {
	
	margin: 0;
	padding: 0;
	
}

a {

	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	
}

a:hover {
	
	text-decoration: underline;;
	
}

input, select, textarea {
	
	border: #000 solid 1px;
	
}

h1 {
	
	font-size: 1.5em;
	color: #4E5E87;

}

h2 {
	
	font-size: 1.2em;
	color: #4E5E87;

}

h3 {
	
	font-size: 1.1em;
	color: #4E5E87;
	padding: 0;
	margin: 0;

}

/***************************************************************************/
/* Error section              *********************************************/
/***************************************************************************/

.errorExplanation {
	
	background-color: #E8ECED;
	padding: 10px;
	margin: 10px;
	
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: inline;
}

/***************************************************************************/
/* center section              *********************************************/
/***************************************************************************/

#content {

	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;

/*
background-color: #331133;
 */

}

#main {
	
	padding: 0;
	position: relative;
	
}

strong.highlight {
	font-weight: normal;
	background-color: #EE5E9F;
}

.tape {

	background-color: #FFF;
	padding: 8px;
	margin: 10px 20px 0 0;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	
}

#confirm_recipt_container {
	clear: both;
}

/***************************************************************************/
/* homepage section              *********************************************/
/***************************************************************************/

.home_page_note {
	
	padding: 0 0 0 50px;
	
}

.home_page_note_text {

	float: right;
	width: 700px;
	margin: 0 50px 0 0;
	padding: 10px 0 0 0;
}

.home_page_note_text .tr_corner {

	background-image: url(../images/tr_blue_corner.gif); 
	background-repeat: no-repeat;
	width: 23px; 
	height: 25px;
	float: right;
	
}

.home_page_note_text .tl_corner {

	background-image: url(../images/tl_blue_corner.gif); 
	background-repeat: no-repeat; 
	width: 23px; 
	height: 25px; 
	float: left;
	
}

.home_page_note_text .t_middle {

	background-color: #e6e0f9; 
	margin: 0 0 0 23px; 
	height: 25px;
	
}

.home_page_note_text .middle {

	background-color: #e6e0f9; 
	font-size: 2em; 
	padding: 0 50px 0 50px;
	
}

.home_page_note_text .middle h1{

	font-size: 1em; 
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: normal;	
}

.home_page_note_text .br_corner {

	background-image: url(../images/br_blue_corner.gif); 
	background-repeat: no-repeat;
	width: 23px; 
	height: 25px;
	float: right;
	
}

.home_page_note_text .bl_corner {

	background-image: url(../images/bl_blue_corner.gif); 
	background-repeat: no-repeat; 
	width: 23px; 
	height: 25px; 
	float: left;
	
}

/***************************************************************************/
/* header section              *********************************************/
/***************************************************************************/

#header {
	position: relative;	
}


#header #header-top {
	background-color: #FFF;	
	height: 60px;
}

#header #header-logo {
	
	float: left;
	position: relative;
	width: 700px;
	padding: 5px 0 0 10px;
	
}

#header #header-search {
	
	position: relative;
	margin: 0 0 0 700px;
	padding: 30px 0 0 50px;
	
}

#header #header-bottom {
	
	float: right;
	
}

#header #header-bottom .drop-tab {
	
	background-color: #FFF;
	padding: 8px;
	margin: 10px 20px 0 0;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	
}

#header #header-bottom .drop-tab A {
	
	text-decoration: none;
	color: #000;
	
}

#header #header-bottom .login-tab {
	
	background-color: #8B452A;
	padding: 12px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	
}

#header #header-bottom .login-tab A {
	
	text-decoration: none;
	color: #000;
	color: #FFF;
	
}



/***************************************************************************/
/* footer section              *********************************************/
/***************************************************************************/

#footer {
	position: relative;
	text-align: center;
	background-color: #FFF;
	padding: 10px 0 10px 0;
}

#footer a{
	margin-left: 20px;
	color: #000;
}

/***************************************************************************/
/* note layout section         *********************************************/
/***************************************************************************/

#notes-main {

}

#notes-container {
	
	margin: 10px 0 0 30px;
	
}
.note {

	background-color: #FCF0AD;
	margin: 10px;
	width: 220px;
	height: 220px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.note .note-header {
	
	background-color: #FCF0AD;
	height: 12px;
	padding: 2px;
	
}
 .note .note-header #delete {
 		
 }
 
 .note .body {
 	font-size: 1.5em;
	overflow: auto;
	height: 190px;
	padding: 0 10px 0 10px;
	cursor: text;
 }

.note .note-footer {
	
	font-size: .8em;
	font-style: italic;
	float: right;
	padding-right: 5px;
	
}

.message_line {
	
	background-color: #FFF;
	padding: 8px;
	margin: 5px 20px 0 20px;
	font-size: 1.3em;
	
}

.message_line A {
			
}

/***************************************************************************/
/* note editing section        *********************************************/
/***************************************************************************/ 

 #new_note_form, #edit_note_form {
 	
	padding: 0 10px 5px 10px;
	height: 198px;
	
 }
 
 #new_note_form textarea {
 	
	width: 100%;
	height: 170px;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
		
 }
 
 #edit_note_form textarea {
 	
	width: 100%;
	height: 170px;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
		
 }
 
 .characters_left_display {
 	float: right; 
	font-weight: bold;
 }
 
 .edit_note_message {
 	font-size: 1.3em;
	font-weight: bold;
 }
 
/***************************************************************************/
/* note editing section        *********************************************/
/***************************************************************************/ 
.pagination {}

.pagination .current {
	border: solid 1px #000;
	background-color: #FCF0AD;
}

 