/* CSS definitions */
html {
  height: 100%;
  margin-bottom: 0px;
}

body {
	margin: 0;
	padding: 0;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	padding: 4px;
	margin-bottom: 0px;
}

a, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #00005d;
	text-align: left;
	margin-top: 0px;
}

.button_back {
        background-color: #dedbc9;
}

/* Page container */
div#page_container {
	width: 770px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
/* Page borders */
div#leftborder {
	background: url(../images/page/leftborder.gif) 0 0 repeat-y;
}
div#rightborder {
	background: url(../images/page/rightborder.gif) 100% 0 repeat-y;
}

/* Top menu container */
div#topmenu_container {
	width: 760px;
	height: 118px;
	position: relative;
	left: 0px;
	top: 8px;
}
/* Top menu div's */
div#topmenu_background {
	background-image: url(../images/page/top-bg.gif);
	width: 760px;
	height: 66px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Top menu container */
div#topmenu_links {
	background-image: url(../images/page/tile.gif);
	width: 760px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 66px;
	text-align: left;
}
.link_topmenu {
	color: #ffffff;
	font-size: 0.90em;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	font-family: helvetica, verdana, arial, sans-serif;
}

/* Info bar */
div#topmenu_infobar {
	background-image: url(../images/page/bbar_tile.gif);
	width: 760px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 92px;
}
div#infobar {
	 padding-left: 5px;
	 padding-top: 2px;
	 text-align: left;
	 vertical-align: middle;
	 color: #000000;
	 font-size: 0.70em;
	 font-family: verdana, arial, sans-serif;
}

/* Top floating white bar */
div#topfloatbar {
	background-image: url(../images/page/float_back.gif);
	height: 11px;
	font-size: 2px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#topfloatbar_dummy {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 2px;
}
div#floatoptions_notlogged {
	position: relative;
	height: 22px;
	width: 84px;
	top: 10px;
}
div#floatoptions_logged {
	position: relative;
	height: 22px;
	width: 84px;
	top: 10px;
}
.float_left {
	background-image: url(../images/page/topbtn_left.gif);
	position: absolute;
	width: 13px;
	height: 22px;
	top: 0px;
	left: 0px;
}
div#float_button_container {
	background-image: url(../images/page/topbtn_center.gif);
	position: absolute;
	height: 22px;
	width: 58px;
	top: 0px;
	left: 13px;
}
.float_right {
	background-image: url(../images/page/topbtn_right.gif);
	position: absolute;
	width: 13px;
	height: 22px;
	top: 0px;
	left: 71px;
}

.small_icon_notebook {
	background-image: url(../images/icons/small_notes.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	cursor: pointer;
	margin-left: 4px;
	display: inline;
}
.small_icon_bookmarks {
	background-image: url(../images/icons/small_bookmarks.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	cursor: pointer;
	display: inline;
}
.small_icon_yourdiv {
	background-image: url(../images/icons/small_div.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	cursor: pointer;
	display: inline;
}

.small_icon_notebook_bw {
	background-image: url(../images/icons/small_notes_bw.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	display: inline;
}
.small_icon_bookmarks_bw {
	background-image: url(../images/icons/small_bookmarks_bw.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	display: inline;
}
.small_icon_yourdiv_bw {
	background-image: url(../images/icons/small_div_bw.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	display: inline;
}

.small_icon_logout {
	background-image: url(../images/page/logout.gif);
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.small_icon_notebook_on {
	background-image: url(../images/icons/small_notes_on.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	cursor: pointer;
	margin-left: 4px;
	display: inline;
}
.small_icon_bookmarks_on {
	background-image: url(../images/icons/small_bookmarks_on.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	cursor: pointer;
	display: inline;
}
.small_icon_yourdiv_on {
	background-image: url(../images/icons/small_div_on.gif);
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	cursor: pointer;
	display: inline;
}
.small_icon_logout_on {
	background-image: url(../images/page/logout_on.gif);
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-repeat: no-repeat;
}

/* top -content sepparator */
.content_separator {
	position: relative;
	height: 3px;
	width: 760px;
	background-color: #f1edd4;
	font-size: 1px;
}

div#main_content_dummy {
	position: relative;
	height: auto;
	width: 760px;
	text-align: left;
        background-color: #f1edd4;
}

/* Left navigation bar */
div#left_navigation {
	width: 139px;
        background-color: #f1edd4;
	border-right: 1px solid #dfe1e5;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.left_navigation_panel {
	width: 139px;
	text-align: left;
}

.leftmenu_header {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	padding-left: 4px;
	border-bottom: 2px solid #00005d;
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	width: 131px;
}

.leftmenu_link_off {
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 131px;
	height: 16px;
	padding-top: 2px;
	cursor: pointer;
}
.leftmenu_link_over {
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 131px;
	height: 16px;
	padding-top: 2px;
	cursor: pointer;
	background-color: #e5e1c5;
}
.leftmenu_link_on {
	background-image: url(../images/page/arrow_med.gif);
	background-repeat: no-repeat;
	background-position:right;
	background-color: #dbd5ae;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 131px;
	height: 16px;
	padding-top: 1px;
	cursor: pointer;
	font-weight: bold;
}

/* Main content */
div#main_content_wrapper {
	width: 620px;
	position: relative;
	left: 139px;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #dfe1e5;
	border-top: 1px solid #dfe1e5;
}

/* Footer */
.footer {
	background-image: url(../images/page/footer_tile.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 20px;
	width: 770px;
}
#footer_wrapper {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	height: 16px;
	position: relative;
	top: 2px;
	color: #DAFFBD;
	padding-right: 10px;
}

/* Login button - first page */
.login_button_off {
	background-image: url(../images/page/btnlogin.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	border: none;
	position: absolute;
	left: 681px;
	top: 22px;
	cursor: pointer;
}

.login_button_on {
	background-image: url(../images/page/btnlogin-over.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	border: none;
	position: absolute;
	left: 681px;
	top: 22px;
	cursor: pointer;
}

/* COMMUNITY STUFF */
.quote_title {
	padding: 2px;
	padding-left: 0px;
	font-size: 13px;
	font-style: verdana, arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

.quote_content {
	padding: 2px;
	margin: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	font-style: verdana, arial, sans-serif;
	color: #000000;
}
