@charset "utf-8";
/* CSS Document */

img, table, tr, td {
	behavior: url(iepngfix.htc);
}

body {
	background-color:#996633;
	background-image:url(images/wood-background.jpg);
	background-repeat:repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000033;
}

a {
	text-decoration:underline;
	color:#003366;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}

a:visited{
	text-decoration:underline;
	color:#003366;
}

a.menu_link {
	font-size: 12px;
	color: black;
	line-height:18px;
	text-decoration:none;
}

a.menu_link:visited {
	color: black;
	text-decoration:none;
}

a.menu_link:hover {
	color:#003366;
	font-weight:700;
	text-decoration: none;
}

strong {
	color:black;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	line-height: 1em;
	text-decoration: none;
}

h2 {
	font-size: 13px;
	color: #000033;
	margin-bottom: .25em;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 11px;
	color: #000033;
	margin-bottom: .7em;
	font-weight: bold;
	text-decoration: none;
}

h4 {
	font-size:16px;
	color:#000033;
	margin-bottom: .25em;
	text-decoration:none;
}

.content {
	background-image:url(images/notebook-body-2.png);
	background-repeat:repeat-y;
	/** IE min-height hack **/
		min-height:600px;
		height:auto !important;
		height:600px;
	/************************/
	width:600px;
	padding-left:74px;
	padding-right:26px;
}

.content a:hover{
	color:#000000;
}

.post_it_menus {
	background-repeat:no-repeat;
	height:210px;
	width:195px;
	padding-left:15px;
	vertical-align:top;
	padding-top:45px;
}

.admin_menus {
	background-repeat:no-repeat;
	height:190px;
	width:195px;
	padding-left:15px;
	vertical-align:top;
	padding-top:40px;
}

.notebook_top {
	margin-top:60px;
	background-image:url(images/notebook-top-2.png);
	background-repeat:no-repeat;
	height:71px;
	width:700px;	
}

.recent_notes {
	background-image:url(images/recent_notes_pad.png);
	background-repeat:no-repeat;
	height:250px;
	width:195px;
	padding-left:15px;
	padding-top:50px;
}

.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
}

/* Old Classes */
#livesearch {
	margin:0px;
	width:150px;
	position:absolute;
	background-color:#FFFFFF;
	z-index:20px;
}

#search_tag {
	margin:0px;
}

a.search_tag {
	cursor:pointer; 
	width:100%;
	display:block;
}

a.search_tag:hover {
	background-color:#99CCFF;
}

#tag_parent {
	width:100%;
	height:auto;
}


#footer {
	background-image:url(css/images/footer4.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	z-index: 1;
	width: 920px;
	margin-left: 30px;
	margin-top: -40px;
	min-height: 100px;
	left: -22px;
}

.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	font-style: italic;
}

/* Classes */
.divider {
	border-bottom:1px solid #999999;
	width:100%;
}

.showcom tr td {
behavior: url(css/iepngfix.htc);
}

.paginate-no-link {
color:#999999;
}

.fake_h1 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}

.srchtxt {
	border:1px ridge #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 3.2em;
}

/* TOOL TIP */
a.info {
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
	font-size:12px;
    text-decoration:none;
	line-height:18px;
}

a.info:hover{
z-index:25; 
font-size: 12px;
color: #003366;
text-decoration: none;
font-weight:700;
text-decoration: none;
line-height:18px;
}

a.info span{
display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    bottom:-2em; left:9em; width: 200px;
    border:1px solid #666666;
    background-color:#FFFFCC; color:#000000;
    text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 3px;
}

/* Form Required */
.form_required {
	font-size:x-small;
	color:red;
	font-style:italic;
}

/* Small Icon Margins */
.icon-margin {
	margin-bottom:-2px;
}

