/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px 0px 0px 0px;
  height: 100%;
  font-size: 11px;
  line-height: 130%;
  font-family: Geneva, Helvetica, Arial, sans-serif;
  color: #ccc;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;

}

a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

fieldset {
  border: 0;
  padding: 5px 0;
}


span.pathway img {
  padding: 0 5px;

}

span.pathway {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;

}


.componentheading {
  line-height: 18px;
  margin-bottom: 5px;
}


a.readon {
  margin-top: 10px;
  line-height: 14px;
  height: 16px;
}

h1, h2, h3, h4, h5 {


}

h3 {
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 5px;

}


.contentheading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}

table.contenttoc {
  margin: 5px;
  border: 1px solid #333;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {

}

td.sectiontableheader {
  color: #fff;
  font-weight: bold;
  padding: 4px;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 2px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 2px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable ul {
  margin: 5px 0;
  padding: 0 2em;
}

div.moduletable ul li {
  padding-bottom: 3px;
}


div.moduletable,
div.moduletable-menu {
  margin-bottom: 8px;
  padding: 10px;
}

div#maincontent div.moduletable {
  padding-left: 0;
  padding-right:0;
}


.small {
  font-size: 10px;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: 10px;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.createdate {
  height: 20px;
  vertical-align: top;
  font-size: 10px;
  color: #999;
  font-weight: normal;
  vertical-align: top;
  padding-bottom: 5px;
  padding-top: 0px;

}

.clr {
  clear: both;
}

#page_bg {
  height: 100%;
  padding: 0;
  margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

/** template stuff **/

div#grunge_top {
  padding-bottom: 87px;
}

div#wrapper {
  background: #000000;
  width: 800px;
  margin: 0 auto;
}

div#header {
  background: #000000;
  height: 120px;
  overflow: hidden;
  padding-left: 0px;
}

div#header a {
  background: #000000;
  float: middle;
}

div#user4 {
  background: #000000;
  float: middle;
  width: 800px;
  margin-top: 5px;
  margin-right: 0px;

}

div#user5 {
  background: #000000;
  float: right;
  width: 100px;
  margin-top: -35px;
  margin-right: -25px;

}

div#nav_menu {
  background: #000000;
  height: 30px;
  padding-top: 0px;
  margin-bottom: 0px;
}

div#banner {
  background: #000000;
  margin-bottom: 5px;
}

div#bannerimage {
  background: #000000;
  float: middle;
  width: 800px;
  height: 120px;
}

div#content {
  padding: 10px;
  margin-bottom: 10px;
}

div#userblocks {
  background: #000000;
  margin: 0px;
  margin-bottom: 0;
}


input {
  font-family: Geneva, Helvetica, Arial, sans-serif;
  color: #ccc;
  font-size: 11px;
}

div.search input.inputbox {
  background: #313131;
  border: 1px solid #000;
  padding: 3px;
}

div.moduletable input.inputbox {
  padding: 3px;
}

input.button {
  padding: 3px 7px;
  margin: 3px 0;
}

div#footer {
  text-align: center;
  padding: 5px;
}

/*****************************
 **** split menu details  ****
 *****************************/
#nav_menu a {
  font-size: 11px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 35px;
  color: #ccc;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 5px;
}

#nav_menu li {
  float: left;
  padding: 0;
  background: none;
  height: 25px;
  overflow: hidden;
}

#nav_menu ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav_menu a:hover {
  color: #fff;
}


/** vertial side menu styles **/

div.moduletable-menu table td,
ul#mainlevel li,
ul.submenu li {
  padding-top: 3px;
}

a.mainlevel:link,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:visited,
ul.submenu a:link,
ul.submenu a:visited {
  padding-right: 5px;
  font-weight: bold;
  color: #ccc
}

a.mainlevel:hover,
a.sublevel:hover,
ul.submenu a:hover {
  color: #fff;
  text-decoration: none;
}

ul#mainlevel,
div.moduletable ul.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#mainlevel li,
div.moduletable ul.submenu li {
  margin: 0;
  padding: 0;
  padding-top: 3px;
}

ul.submenu li.active_menu li a:link,
ul.submenu li.active_menu li a:visited {
  color: #ccc;
}

/* some page content things */

form {
border: 0;
margin: 0;
padding: 0;
}

table.blog span.article_seperator {
  display: block;
  height: 20px;
}

table.nopad {
  background: #000000;
  clear: both;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.nopad td.left {
  padding: 0;
  padding-right: 8px;
  width: 185px;
}

table.nopad td.right {
  padding: 0;
  padding-left: 8px;
  width: 185px;
}

table.nopad td.content {
  padding: 0;
}

#poll .componentheading {
  overflow:hidden;
  height: 1px;
}


table.pollstableborder td {
  text-align: left;
  padding: 2px 0;
}


/* rollover popup script */

.thumbnail{
position: relative;
text-decoration: none;
background-color: white;
border: 1px solid red;
color: black;


z-index: 0;
}

.thumbnail:hover{
background-color: white;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px solid red;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: -228px; /*position where enlarged image should offset horizontally */

}





