/* CSS Document */

    BODY {
  margin           : 0px 0px 0px 0px;
/*  background-color : #000066;*/
/*  color            : #FDEDC9;*/
}

/*controls the main text in the home page body*/
td {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
/*  background-color: #C6D2AC;*/
  border-style:none;
}
/*doesn't affect much*/
tr {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  border-style:none;
}
p {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
/*removed 2-20  color: #000000;*/
}
div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
}

/*controls body of lists like RSS feed contents*/
ul {
/*2-20 both margin and padding are needed for Firefox*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
  	list-style-type:square;
/*removed 2-20  color:#000000;*/
}

hr {
  height           : 1px;
  width            : 100%;
}

.title {
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
}

/* --Default Class Settings-- */

a:link {
  font-size        : 12px;
  color            : #000099;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  text-decoration:none;
}
a:visited {
  font-size        : 12px;
  color            : #000066;
  font-weight:normal;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a:hover {
  text-decoration  : underline;
}
/*this controls the links for the main menu*/
a.mainlevel:link{
        color: #FFFFFF;
        background-position: left;
		text-decoration:none;
        text-align: left;
        font-weight: bold;
		font-size:12px;
 }
a.mainlevel:visited {
        color: #FFFFFF;
        background-position: left;
        text-align: left;
        font-weight: bold;
		text-decoration:none;
}
a.mainlevel:hover {
        color: #FFFFFF;
        background-position: left;
        text-align: left;
		text-decoration:underline;
        }
/*this controls links on menu*/
table.moduletable-nav td {
	padding: 0px 0px 10px 0px;
        }
a.mainlevel-nav:link, a.mainlevel-nav:visited {
        color: #FFFFFF;
        text-align: left;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		padding:10px 0px 0px 5px;
		margin:0px 0px 0px 0px;
		background-repeat:repeat-y;
}
a.mainlevel-nav:hover {
        text-align: left;
		text-decoration:underline;
        }
/*this controls links on top menu*/
table.moduletable-top td {
	padding: 0px 5px 10px 0px;
	margin: 0px 5px 0px 5px;
        }
a.mainlevel-top:link, a.mainlevel-top:visited {
        color: #000099;
        text-align: left;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		padding:10px 0px 0px 5px;
		margin:0px 0px 0px 0px;
}
a.mainlevel-top:hover {
        color: #000000;
		background-color:#FDFBBE;
        text-align: left;
		text-decoration:underline;
        }
/*tbd probably not used*/
a.mainmenu:link, a.mainmenu:visited {
		color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
		font-size:24px;
        font-weight: bold;
        }

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

/*not used this round*/
a.sublevel:hover {
        color: #000000; text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: #FFFFFF; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: normal;
}

/*this doesn't seem to be used*/
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }
/*doesn't seem to be used*/
a.category:link, a.category:visited {
  color            : #000000;
  size:12px;
  font-weight      : bold;
}

a.category:hover {
  color            : #7B8DA1;
}


table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 100%;
        margin-left: 0px;
}

/*real control for top column headings*/
table.moduletable th {
  font-size        : 16px;
  color:#000000;
  text-align       : left;
  width            : 100%;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
}

table.moduletable td {
        font-size: 12px;
        font-weight: normal;
		border-style:none;
        padding: 5px 5px 5px 5px;
        margin: 10px 5px 10px 5px;
}
/*rotating images*/
table.moduletablerimage {
        font-size: 10px;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
		background-color:#000000;
		border-width:1px;
		border-style:solid;
		border-color:#000000;
}
DIV.bannerhead {
		color:#FFFFFF;
}
/*not used first round*/
.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}


/*dont think this is used*/
.sectiontableheader {
  background-color : #CCCCCC;
  color            : #000000;
  font-weight      : bold;
}

/*1 and 2 control alternate rows of auto generated tables*/
.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}


.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

/*error found here on 2-20*/
.contentpane {
  background       : #FDEDC9;
  padding-top:0px;
  border-style:none;
}

.contentpaneopen {
  background       : #FDEDC9;
  padding:0px 0px 0px 0px;
  margin: 0px 3px 5px 3px;
  border-style:none;
}

/*controls the autoheadings each page*/
.contentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  border-style:none;
}
.componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
  vertical-align:top;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #999999;
  text-align       : left;
}


.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #FCFCFC;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}


/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}
.mainpage {
padding: 0px 9px 0px 9px;
margin-top:0px;
background-color:#FFFFFF;
border-color:#CCCCCC;
border-width:2px;
border-left-style:solid;
border-right-style:solid;
}
/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 12pt;
        color : #ff6600;
        text-align: center;
}
DIV.left-top{
font-size:11px;
background-color:#999;
}
DIV.right-top{
font-size:11px;
background-color:#999;
}
DIV.middle{
font-size:11px;
background-color:#FFFFFF;
color:#000000;
}
DIV.bottom-middle{
font-size:11px;
background-color:#FFFFFF;
color:#000000;
}
DIV.takeaction{
font-size:12px;
background-color:#FFFF80;
border-width:thin;
border-style:solid;
border-color:#CC9966;
border-bottom-width:3px;
border-bottom-color:#996600;
border-top-width:1px;
border-right-width:2px;
border-left-width:1px;
color:#000000;
padding:2px 12px 6px 6px;
height:160;
background-repeat:no-repeat;
}
a.takeactionlink:link,a.takeactionlink:visited {
font-size:12px;
color:#000099;
font-weight:bold;
text-decoration:underline;
}
p.menus1{
font-size:12px;
color:#FFFFFF;
background-color:#000000;
}
DIV.signup{
font-size:9px;
border-style:solid;
border-width:0px;
border-color:#999999;
padding:5px 5px 5px 5px;
margin:0px 0px 0px 0px;
}
/*probably not used*/
DIV.main{
color:#FFFFFF;
background-color:#000066;
border-style:dashed;
}
/*controls the top menu colors*/
.headtop {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color: #FFFFFF;
  vertical-align:bottom;
}

.lineleft {
padding: 0px 0px 0px 0px;
border-color:#CCCCCC;
border-width:2px;
border-left-style:solid;
background-color:#FFFFFF;
}
.lineright {
padding: 0px 0px 0px 0px;
border-color:#CCCCCC;
border-width:2px;
border-right-style:solid;
background-color:#FFFFFF;
}
DIV.noline {
padding: 0px 0px 0px 0px;
border-style:hidden;
}
H5{
color:#FF0000;
font-size:18px;
}
H2{
font-size:24px;
}
H3{
font-size:18px;
}
A.headerlink:link {
color: white;
font-size:12px;
}
A.headerlink:visited {
font-size:12px;
color: white;
}
/*this controls the background of the main menu*/
.redbottom {
border-style:solid;
border-width:0px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-color:#CD0101;
}
DIV.whitebg {
background-color:#FFFFFF;
font-size:12px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/*controls the top menu except links*/
table.moduletabletopmenu {
        font-size: 11px;
        font-weight: normal;
        padding: 1px 1px 1px 0px;
        margin: 0px 0px 0px 5px;
/*		border-bottom-style:solid;
		border-bottom-width:3px;
		border-top-style:solid;
		border-top-width:1px;
		border-left-style:solid;
		border-left-width:1px;
		border-right-style:double;
		border-right-width:1px;
		border-top-style:double;
		border-color:#000099;*/
}
a.headtop:link, a.headtop:visited {
color:#FFFFFF;
}
.white{
color:white;
}
.whiteindent{
color:white;
padding-left:20px;
}
a.bodylink:link,a.bodylink:visited {
font-size:12px;
color:#000099;
font-weight:bold;
text-decoration:underline;
}
/*Ralph letter box rwb bkg*/
DIV.breakout{
/*removed 2-20 font-size:10px;*/
border-style:solid;
border-color:#CCCCCC;
border-width:2px;
color:#000000;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width:100%;
}
/*not used anymore 2-20 - was used for background of Ralph Letter*/
DIV.whitebg2 {
background-color:#FFFFFF;
font-size:12px;
padding:0px 10px 10px 10px;
margin:0px 5px 10px 10px;
border-color:#FFFFFF;
border-left-width:10px;
border-left-style:solid;
}
/*keep - pathway not used this round*/
.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

a.pathway:link, a.pathway:visited {
  color            : #FFFFFF;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #FFFFFF;
  font-weight      : normal;
  text-decoration   : underline;
}

/*new elements to try*/
.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
    color: #343A58;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #FF9900;
}

.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #000099;
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

a.readon:hover {
	/* Pfft..! */
	color: #000099;	text-decoration: underline;
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
/* Search page */


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	font-size:12px;
	border: 1px solid #8D9ABC;
	}
.indentleft {
padding-left:15px;
}
/*controls Whats New top points except links
table.moduletable-new th {
  font-size        : 16px;
  color:#FFFFFF;
  text-align       : left;
  width            : 100%;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  background-color:#000066;
  }
attempts at controlling links in Whats New
a.mod_latestnews-new:link, .mod_latestnews-new:visited {
        color: #000099;
        background-position: left;
        text-align: left;
		font-size:10px;
		text-decoration:none;
}
a.mod_latestnews-new:hover {
        color: #000099;
        background-position: left;
        text-align: left;
		font-size:10px;
		text-decoration:underline;
        }
*/
.redwords {
color:#FF0000;
font-size:18px;
font-weight:bold;
}
.redwords2 {
color:#FF0000;
font-size:17px;
font-weight:bold;
}
.redwords3 {
color:#FF0000;
font-size:16px;
font-weight:bold;
}
.noindent {
margin-left:12px;
}
.subheadings {
font-size:18px;
font-weight:bold;
}
.subheadings2 {
font-size:18px;
}
.mainheadings {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size:24px;
}
.thumb1 {
border-width:1px;
border-color:#000000;
border-style:solid;
margin:5px 5px 5px 0px;
width:150px;
}
DIV.quotebox1 {
font-size:13px;
background-color:#CCCCCC;
padding: 5px 5px 5px 5px;
float:right;
border-width:1px;
border-color:#000000;
border-style:solid;
margin:5px 5px 5px 0px;
width:150px;
}
.source {
font-size:11px;
font-style:italic;
}
.fact {
font-size:12px;
font-style:normal;
}

/*News Flash banner links*/
table.moduletable-news {
        font-size: 10px;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
/*		background-color:#000000;
		border-width:1px;
		border-style:solid;
		border-color:#000000;*/
}
DIV.topnewsflash {
font-size:14px;
font-weight:bold;
text-align:center;
border-style:solid;
border-width:1px;
background-color:#F9F9F9;
border-color:#CCCCCC;
padding 16px 6px 16px 6px;
margin:0px 0px 0px 0px;
width:100%;
}
DIV.photos {
/*border-style:solid;
border-width:2px;
width=400px;*/
border-style:none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size:10px;
text-align:center;
}
.photos {
/*border-style:solid;
border-width:2px;
width=400px;*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
vertical-align:center;
font-size:10px;
text-align:center;
padding: 0px 0px 0px 0px;
background-color:#FFFFFF;
border-color:#CCCCCC;
border-width:2px;
border-style:solid;
width:200px;
border-left-style:none;
border-top-style:none;
border-bottom-style:none;
}

/*this controls the links for the user menu*/
a.mainlevel-user:link{
        color: #000099;
        background-position: left;
		text-decoration:none;
        text-align: left;
        font-weight: bold;
		font-size:12px;
 }
a.mainlevel-user:visited {
        color: #000099;
        background-position: left;
        text-align: left;
        font-weight: bold;
		text-decoration:none;
}
a.mainlevel-user:hover {
        color: #000099;
        background-position: left;
        text-align: left;
		text-decoration:underline;
        }
DIV.homebox {
float:right;
width:200px;
}
DIV.homebox2 {
float:left;
width:275px;
}
.quotebox2 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size:10px;
text-align:center;
vertical-align:top;
padding: 0px 9px 0px 9px;
margin-top:0px;
background-color:#FFFFFF;
border-color:#CCCCCC;
border-width:2px;
border-left-style:solid;
border-right-style:none;
}
table.moduletable-newsflash {
        font-size: 15px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        margin: 10px 5px 10px 15px;
		border-width:2px;
		border-style:solid;
		text-align:center;
		width:95%;
}
.raw {
color:#FFFFFF;
background-color:000000;
}
.leftside {
/*background-image:url(/images/ohmsnew-3.jpg);
background-repeat:repeat-y;*/
/*background-color:#C6D2AC;*/
padding:0px 0px 0px 0px;
}
.middlebar {
background-image:url(/templates/ohmsnu/images/ohmsnew-topbg2.jpg);
}
.topstripe {
/*background-image:url(/images/ohmsnew-10.jpg);*/
/*background-image:url(/templates/ohmsnu/images/yellowtread2.jpg);*/
/*background-repeat:repeat-x;*/
}
/*Boxes at right ohms*/
table.moduletablerightbox th {
color:#FFFFFF;
background-color:#0DCAA4;
}
table.moduletablerightbox {
color:#FFFFFF;
background-color:#D9FDF5;
border-width:1px;
border-color:#0AA778;
margin:2px 2px 2px 2px;
padding:2px 2px 2px 2px;
border-style:solid;
width:226px;
}
table.moduletablerightbox2 th {
color:#FFFFFF;
background-color:#FC7406;
}
table.moduletablerightbox2 {
color:#FFFFFF;
background-color:#FFA800;
border-width:1px;
border-color:#FC7406;
margin:2px 2px 2px 2px;
padding:2px 2px 2px 2px;
border-style:solid;
width:226px;
}