html, body {
	height: 100%;
}

body {
	background: url(../images/backgroundBody.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

#pageContainer {
	width: 100%;
	height: 100%;
}

#bodyContainer {
	width: 826px;
	margin-right: auto;
	margin-left: auto;
			
}

#top {
	height: 151px;
	background: url(../images/backgroundTop.gif) no-repeat;
	overflow: hidden;
}

#top .title {
	padding-top: 28px;
	float: left;
	padding-left: 27px;
}

#top #menuTop {
	float: right;
	padding-top: 66px;
	padding-right: 22px;
}

#content {
	background: url(../images/backgroundContent.gif) no-repeat;
	height: 427px; 
	overflow: hidden;
	padding-right: 13px;
	padding-left: 13px;
	font: 12px/1.3em Georgia, Times New Roman, Times, serif;
	color: #55341F;
}

#content a {
	text-decoration: underline;
	color: #1c1009;
}

#content a:hover {
	color: #7e9223;;
}
}
#content p {
	margin-top: 0;
}

#content.home {
	background: url(../images/backgroundContentHome.gif) no-repeat;
}

#contentText {
	height: 385px;
	overflow: auto;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 10px;
}

#focusHome {
	float: right;
	width: 490px;
	background: url(../images/backgroundFocusHome.gif) no-repeat right 227px;
}

#focusHome .header {
	padding-left: 30px;
	padding-top: 10px;
	height: 290px;
}

#focusHome p {
	margin-left: 50px;
}

#footer {
	background: url(../images/backgroundFooter.gif) no-repeat;
	height: 52px;
	line-height: 35px;
	font-size: 10px;
	color: #55341F;
}

#footer a {
	color: #55341F;
	font-size: 1em;
	text-decoration: none;
}

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

#footer .copyright {
	padding-left: 24px;
	float: left;
}

#footer .credits {
	float: right;
	padding-right: 24px;
}

#footer ul#footerLinks {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul#footerLinks li {
	display: inline;
	border-right: 1px solid #55341F;
	padding-right: 10px;
	margin-right: 10px;
}

#footer ul#footerLinks li.last {
	border-right-style: none;
}#contentTextContact {
	height: 385px;
	overflow: auto;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 10px;
	width: 300px;
}
#contentTextContact2 {
	overflow: visible;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 10px;
	position: relative;
	width: 273px;
	float: right;
	top: auto;
}

#focusContact {
	float: right;
	width: 450px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right 227px;
}

/* @group Buttons */

#bodyContainer .button {
	text-decoration: none;
	font: bold 10px Georgia, Times New Roman, Times, serif;
	padding: 2px;
	background: #DEE98D;
	color: #55341f;
	border: 1px solid #55341f;
	display: block;
	text-align: center;
}

#bodyContainer .button:hover, #bodyContainer .buttonSmall:hover {
	background: #bcce34;
}

#bodyContainer .buttonSmall {
	border: 1px solid #55341f;
	background: #DEE98D;
	color: #55341f;
	font: bold 10px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	padding: 1px;
}

.buttonDisabled {
	background: #e8e8e8;
	border: 1px solid #747474;
	color: #666;
	text-decoration: none;
	font: 10px   "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 2px;
}

.buttonSmallDisabled {
	background: #e8e8e8;
	border: 1px solid #747474;
	color: #666;
	text-decoration: none;
	font: bold 9px   "Lucida Grande", Verdana, Arial, sans-serif;
	* font-size: 8px;
	padding: 1px;
}

.buttonActive {
	background: #bcce34;
	border: 1px solid #747474;
	color: #ffffff;
	text-decoration: none;
	font: 10px   "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 2px;
}

.buttonSmallActive {
	background: #bcce34;
	border: 1px solid #747474;
	color: #ffffff;
	text-decoration: none;
	font: bold 9px   "Lucida Grande", Verdana, Arial, sans-serif;
	* font-size: 8px;
	padding: 1px;
}
	
/* @end */

/* @group Added */
.tocbox {
	font: bold 9px Georgia, Times New Roman, Times, serif;
}

.toc_popup {
	color: #55341f;
	font: bold 12px Georgia, Times New Roman, Times, serif;
}
.friendList_full {
	margin-left: 10px;
	width: 180px;
	clear: both;
}

.friendList_cat {
	margin-left: 10px;
	clear: both;
}

.friendList_full_left {
	float: left;
}

.friendList_full_right {
	float: right;
}

.moveToBox {
	width: 100px;
	margin-left: 11px;
	margin-top: -13px; 
	
	visibility: hidden; 
	background: #dee98d;
	font-family: Georgia, Times New Roman, Times, serif;
}

.moveToBox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #55341f;
}
.moveToBox li{	
	color: #55341f;
	font-size: 11px;
}

.moveToBox li a {
	display: block;
	padding: 1px;
	
}
.moveToBox li a:hover {	
	background-color: #eef4c6;
}

#errorMsg {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #55341F;
	font-weight: bold;
	border: 1px solid #55341F;
	text-align: center;
	padding: 5px;
	background-color: #dee98d;
}

.fieldName {
	text-align: right;
	font-weight: bold;
}

.inputStyle {
	width:  250px;
	font: 12px/1.3em Georgia, Times New Roman, Times, serif;
	color: #55341F;
	border: 1px solid #55341F;

}

.inputStyleNoWidth {
	font: 12px/1.3em Georgia, Times New Roman, Times, serif;
	color: #55341F;
	border: 1px solid #55341F;

}


#progress {
	margin: auto auto 15px;
	width: 401px;
}

#progressBar {
	border: 1px solid #55341F;
	width: 400px;
	height: 10px;
	overflow: hidden;
}

#progressBar_percent {
	background: #bcce34;
	border-right: 1px solid #55341f;
}

#profileHeader, .sectionHeader {
	font-weight: bold;
	font-size: 13px;
	clear: left;
	border-bottom: dotted #55341F 1px;
	width: 95%;
	margin-bottom: 4px;
}

.sectionHeaderDay {
	font-weight: bold;
	font-size: 16px;
	clear: left;
	width: 95%;
	margin-bottom: 2px;
	margin-top: 8px;
}

.sectionHeaderEdit {
	clear: left;
	width: 95%;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 4px;
}

.sectionHeader {
	margin-top: 18px;
	margin-bottom: 4px;
}

.showday_eventname {
	margin-left: 10px;
	margin-bottom: 2px;
	font-size: 14px;
}

.showday_eventinfo {
	margin-left: 20px;
}

.profileEdit {
	float: right;
}

.sectionText p {
	margin: 2px;
	width:  95%;
}

.formlets {
	margin-left: 30px;
	margin-top: 5px;
}

#continueButton {
	text-align: center; 
	margin-top: 10px; 
	width:95%;
}

.inputButton {
	border: 1px solid #55341f;
	background: #DEE98D;
	color: #55341f;
	font: bold 11px Georgia, Times New Roman, Times, serif;
}

.sidebar {
	border: 1px solid #613c24;	
}

.sidebar h2 {
	background: #dee98d;
	color: #6f6924;
	padding: 3px;
	border-bottom: 1px solid #613c24;
	font: 12px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	margin: 0;
}

.sidebar h2 a {
	color:  #6f6924;
	text-decoration: none;
}

.sbheaderlink:hover {
	color:  #55341f;
	text-decoration: underline;
}

.sbheaderlink:visited {
	color:  #6f6924;
	text-decoration: none;
}

.sidebarContent {
	padding: 3px;
}

.debug {
	background: #e4e4e4;
	border: 1px solid #494949;
	color: #b90600;
	font: bold 9px   "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 3px;
	margin: 3px;
	width: auto;
}

#contentLeft {
	width: 76%;
	float: left;

	}

ul.sidebarlist {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}

.sidebarlist li {
	font-size: 11px;
	
}

.sidebarlist li.header {
	margin-top: 5px;
	font-weight: bold;
}

.sidebarlist li.catheader {
	font-weight: bold;
}

.sidebarlist li.user {
	
	padding-left: 10px;
}

#contentRight {
	float: right;
	width: 20%;
	
}

.polaroidRow {
	width: 98%;
	text-align: center;
}

.polaroid {
	margin-right: 25px;
}

#paging {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.fieldSubTitle {
	font-weight: bold;
	text-decoration: underline;
}
	
/* @end */

/* @group supernote */

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1px;
 left: 1px; width: 10em;
}
.notedefault {
 padding: 3px;
 border: 1px solid #55341f;
 background-color: #eef4c6;
 color: #55341f;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: #55341f;
 color: white;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}

#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px}
	
#msgcontent {
	display:block; 
	background:#f3e6e6;
	border:2px solid #924949; 
	border-left:none; 
	padding:5px;
	min-width:155px; 
	max-width:255px;
	font-size: 11px;}
	
/* @end */

.day_table {
	border: 1px solid #8e8e8e;
	border-bottom: none;
}

.day_label {
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #8e8e8e;
	width: 70px;
}

.day_event {
	border-bottom: 1px solid #8e8e8e;
	width:  450px;
}

.day_hr {
	border: none;
	height: 1px;
	border-top: 1px solid  #c5c5c5;
	width: 98%;
}

.listarrows a{
	border: none;
	margin: 2px;
}
