BODY {
  margin           : 10px 10px 10px 10px;
  background-color : #ebebeb;
  color            : #000000;
 }

td, tr, p, div {
  font-family      : 'Trebuchet MS', Helvetica, Arial;
  font-size        : 12px;
  color            : #000000;
  margin				 :	10px 10px 10px 10px;
}

ul {
  margin           : 10px 10px 10px 10px;
}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}
.container
{
	border: solid;
	border-width: 1px;
	border-color: #efefef;
	background-color: White;
	margin           : 10px 10px 10px 10px;
}
.boxes {
        border: solid;
        border-width: 1px;
        border-bottom-color: #EFEFEF;
        border-top-color: #efefef;
        border-left-color: #efefef;
        border-right-color: #efefef;
		  margin           : 10px 10px 10px 10px;
}

.title {
font-family: Trebuchet MS, Helvetica, Arial;
font-size: 14px;
font-weight: bold;
color: #FF3300;
}

.footer {
font-family: Trebuchet MS, Helvetica, Arial;
font-size: 9px;
font-weight: ;
color: #000000;
}

a.footer:visited  {
font-family: Trebuchet MS, Helvetica, Arial;
font-size: 9px;
font-weight: ;
color: Black;
}

a.footer:hover {
  color            : Black;
  font-weight      : Bold;
  text-decoration  : underline;
}

.pathway {
  font-family: Trebuchet MS,Arial;
  font-size: 11px;
  color: White;
  margin-left: 10px;
}

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

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

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
        color: White;
        background-position: left;
        text-align: left;
        font-weight: bold;
 }

a.mainlevel:hover {
        color: #cccccc;
        background-position: left;
        text-align: left;
        }


        a.mainmenu:link, a.mainmenu:visited {
        color: White; font-family: Trebuchet MS, Helvetica, Arial;
		  font-weight: bold;
        }

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

a.sublevel:hover {
        color: White; text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: White; font-family: Trebuchet MS, Helvetica, Arial;
        font-weight: normal;
}


table.moduletable {
        margin: 5px 5px 5px 5px;
        width: 95%;
        border-left: solid 0px #000000;
        border-right: solid 0px #000000;
        border-top: solid 0px #000000;
        border-bottom: solid 0px #000000;
        }

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #000000;
  text-align       : center;
  width            : 100%;
  margin-left: 10px;
}

table.moduletable td {
        font-size: 10px;
        font-weight: normal;
        }

.poll {
  font-family      : Trebuchet MS, Helvetica, Arial;
  font-size        : 10px;
  color            : #000000;
  line-height      : 14px;
  text-align 	   : center;
}


.sectiontableheader {
  background-color : #CCCCCC;
  color            : #000000;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F5F5F5;
}

.sectiontableentry2 {
  background-color : #CCCCCC;
}


.small {
  font-family      : Trebuchet MS, Helvetica, Arial;
  font-size        : 10px;
  color            : #FF9900;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Trebuchet MS, Helvetica, Arial;
  font-size        : 10px;
  color            : #FF3300;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  background       : White;
}

.contentpaneopen {
  background       : White;
}

.contentheading, .componentheading {
  font-family      : Trebuchet MS, Helvetica, Arial;
  font-size        : 14px;
  font-weight      : bold;
  color            : #FF3300;
  text-align       : left;
  margin-left		 : 10px;
  vertical-align   : top;
}

.createdate {
  font-family      : Trebuchet MS, Helvetica, Arial;
  font-size        : 10px;
  font-weight      : bold;
  color            : #FF4500;
  text-align       : left;
  margin-left      : 10px;
}


.button {
  font-family      : Trebuchet MS, Helvetica, Arial;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #FF4500;
  color            : White;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Trebuchet MS, Helvetica, Arial;
  font-size        : 10px;
  color            : #FF4500;
  background-color : White;
  border           : 1px solid #CCCCCC;
}


a:link, a:visited {
  font-size        : 11px;
  color            : Black;
  text-decoration  : none;
  font-family      : Trebuchet MS, Helvetica, Arial;
}

a:hover {
  color            : Orange;
  text-decoration  : none;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
 	color: Black;
	text-align:left;
	}

a.contentpagetitle:hover {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: Black;
	text-decoration: underline;
	font-weight: bold;
	}

a.category:link, a.category:visited {
  color            : #FF9900;
  font-weight      : bold;
}

a.category:hover {
  color            : Black;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #FF9900;
	border-left: outset 2px #ff9900;
	border-right: outset 2px Gray;
	border-top: outset 2px #FF9900;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #F5F5F5;
	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: #FF9900;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #F0F0F0;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : Trebuchet MS, Helvetica, Arial;
	font-weight: bold;
	font-size : 10pt;
	color : #FF6600;
	text-align: center;
}

