body {
	font-size: 0.7em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans serif;
}

.hidden { display: none; }

img { border:none; }

a:link, a:visited { 
	text-decoration: none; 
	color: #990000;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #FF0000;
}

a.btnNotes {
    display: inline-block;
    background: transparent url('../_images/admin-icons/folder.gif') no-repeat scroll top left;
	width: 20px;
	height: 17px;
	text-align:center;
	vertical-align: bottom;
}

a.btnNotes:hover {
    background: transparent url('../_images/admin-icons/folder_on.gif') no-repeat scroll top left;
}

.contentArea {
	padding: 20px;
}

.footer {
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 10px;
	background: transparent url('../images/footer.gif') no-repeat;
}

.slideAreaDiv {
	position: relative;
}

#slideContainer {
	width: 745px;
	position:absolute;
	margin-right: 10px;
	margin-top: -1px;
	top:0;
	right:0;
}

#slideMenu {
	color: #000;
	background-color: #bf9463;
	width: 745px;
	position:relative;
	top:0;
	right:0;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	display: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#slideMenu .retro { text-transform: uppercase; font-size: 0.8em; padding-left: 10px; color: #fff; }
#slideMenu .retro a { text-transform: uppercase; color: #fff; }

#slideTab {
	color: #990000;
	background-color: #fff;
	width: 65px;
	text-align: center;
	position: relative;
	margin-left: 330px;
}


/* Style for Usual tabs */
.usual {
  background: #bf9463;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding: 6px 10px;
  text-decoration:none !important;
  margin:1px;
  margin-left:0;
  color:#FFF !important;
  background:#990000;
}
.usual ul a:hover {
  color:#FFF;
  background:#FF0000;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000 !important;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  /**padding-top:3px;
  *margin-top:-15px;*/
  clear:left;
  background:snow;
}
.usual div a { color:#000; font-weight:bold; }
.usual div { text-align:left; }
.usual p, .usual li, .usual ul { width:auto; margin:0; padding:0;}



/* WATERMARK STYLE */
.wm {
	font-size: 0.8em;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	padding: 5px;
}

/* SESSION PAGE */
.sessionHeader {
	font-weight:bold;
	color:white;
}
.sessionTitle {
	font-weight:bold;
}