/* GLOBAL Styles */
body {
	background-color: white;
	color: black;
	font-family: serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

td {
	color: black;
	font-size: 12px;
	padding: 0px;
	text-align:left;
}

form {
	margin: 2px 0px 0px 0px;
}

hr {
	border-top: #666666 1px solid;
	border-bottom: #EEEEEE 1px solid;
	height: 2px;
	text-align:center;
	width: 92%;
}

p {
	margin-bottom: 8px;
	margin-top: 0px;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

/* H1 is used for site title, display black even if link */
h1 a {
	color: black;
	text-decoration: none;
}

/* STYLES FROM E107.CSS */
table {
	margin-left:auto;
	margin-right:auto;
}

.searchhighlight {
	text-decoration: underline;
	color:#FF0000;
	font-weight:bold;
}
/* END OF STYLES FROM E107.CSS */

/* BEGIN E107 CORE CLASSES
 copied from SF theme, which copied from kubrick theme */

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #909D73;
}

.smalltext {
	font-size: 10px;
}

.mediumtext {
	font-size: 11px;
}

.tbox {
	color: #000000;
	font-size: 11px;
}

.fborder {
	border: #ededed 1px solid;
	background-color: transparent;
	text-align: left;
}

.forumheader{
	background-color: #CFD3DC;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
}

.forumheader2{
	background-color: transparent;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
}

.forumheader3{
	background-color: white;
	font-size: 11px;
	color: black;
	padding: 4px;
	border: #000000 1px solid;

}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	border: #000000 1px solid;
	padding: 4px;
	background-color: #666666;
	font-size: 12px;
	color: #FEFEFE;
	font-weight:bold;
}

.fcaption a{
	color:#fff;
}

/* CLASS Styles */
/* bodytable is the body of a news item  IS THIS STILL USED? */
.bodytable {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #98A3A6;
	padding: 8px;
} /*.bodytable */

/* Menu boxes.  light grey background, normal text. */
.border {
	background: #CCCCCC;
	font-weight: normal;
	padding: 5px;
} /* .border */

/* E107 CORE CLASS */
.button{
	background: #F8F8FC;
	border: 1px solid #879397;
	color: #000000;
	text-align:center;
	padding: 1px;
} /* .button */

/* caption box at top of menu boxes.  white text on black background */
.caption {
	background: #000000;
	color: #FEFEFE;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
} /* .caption */

.chatboxtext {
	border-bottom: 1px dashed #000000;
	color: #DC6504;
} /* .chatboxtext */

/* E107 CORE CLASS */
.defaulttext {
	color:#000000;
} /* .defaulttext */


/* E107 CORE CLASS */
/* CLASS Styles */


/* CUSTOMIZATIONS 5 OCT 06 BJR FOR IFEMINISTS THEME */

/* strong.bbcode is used for the Welcome Message text on the news page */
/* Do not use padding! */
/* The Welcome Message caption is outside any div; uses center table spec */
.bbcode {
	background: #FFFFFF;
	color: #000000;
}

/* newsborder is the border box (and parent style) for news items */
.newsborder {
	background: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* caption box at top of news items.  bold black text on white background */
.newscaption {
	border: none;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border-bottom: #CCCCCC 2px solid;
	padding: 14px 10px 4px 10px;
}

/* newsbody is the body of a news item */
.newsbody {
	color: #000000;
	background: #FFFFFF;
	border: none;
	font-weight: normal;
	padding: 6px 8px;
	text-align: left;
}

/* newstitle is the title of a news item */
.newstitle {
	color: #000000;
	background: #FFFFFF;
	border: none;
	font-weight: bold;
	padding: 6px 8px;
	text-align: left;
}


/* STYLES ADDED BY BRAD R */
/* bottom-of-page disclaimer */
.disclaimer {
	color: #000000;
	background: #CCCCCC;
	border: none;
	font-size: 9px;
	padding: 10px;
}

/* infobar is the "posted by" information at the bottom of a news item */
.infobar {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
}

/* searchbox displays the searchbox on the main page */
.searchbox {
	color: #000000;
	padding: 0px 0px 10px 0px;
}

/* menuBar styles */
/* div=menuBar is the horizontal bar */
/*   a=menuButton is the links on the menu bar */
/*   menuItem, menuItemText  are the drop-down submenus */

/* menu  is for a drop-down menu */
/*   top item is a=menuButton with onclick and onmouseover actions */
/*   subitems are span=menuItemText within a=menuItem within div=menu */

div.menuBar,
div.menuBar a.menuButton,
div.menuButton,
div.menu,
div.menu a.menuItem {
  font: 9pt serif;
  font-style: normal;
  font-weight: bold;
  color: #FEFEFE;
}

div.menuBar {
  background-color: #000000;
  padding: 3px 0px 3px 0px;
  text-align: left;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
}

/* menu bar items */
div.menuBar a.menuButton,
div.menuButton {
  background-color: transparent;
  border: 1px solid #000000;
  color: #FEFEFE;
  cursor: default;
  left: 0px;
  margin: 0px;
  padding: 2px 4px 2px 22px;
  /*
  if using a link icon replace line above with this one
  padding: 2px 4px 2px 22px;
  */
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

/* menu bar items when mouse hovers over them */
div.menuBar a.menuButton:hover,
div.menuButton:hover {
  background-color: transparent;
  /* border-color: #ffffff #a5a5a5 #a5a5a5 #ffffff; */
  color: #CCCCCC;
}

/* menu  is for a drop-down menu */
/* top item is a=menuButton with onclick and onmouseover actions */
/* subitems are span=menuItemText within a=menuItem within div=menu */
div.menu {
  background-color: #eee;
  border: 1px solid;
  border-color: #ffffff #a5a5a5 #a5a5a5 #ffffff;
  left: 0px;
  padding: 1px 1px 1px 1px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 2px 11px 2px 0px;
  text-decoration: none;
  white-space: nowrap;
}

/* drop down menu items when a mouse hovers over them */
div.menu a.menuItem:hover {
  background-color: #d5d5d5;
  color: #000000;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

