body {

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        background-color: #FFFFFF;
      
}

tbody {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}


/* Default MOS Class Settings
****************************/

td.pathway {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        padding-top: 1px;
        padding-left: 0px;
}

a.pathway:link, a.pathway:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

a.pathway:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        background-color: transparent;
}

/* Main Menu Styles
*********************/
a.mainlevel:link, a.mainlevel:visited   { color: #003366; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; line-height: 20px; font-stretch: expanded; background-image: url(../images/ul.gif); background-repeat: no-repeat; background-position: 0 center; text-transform: uppercase; display: inline; padding: 10px; outline-color: black }
a.mainlevel:hover { color: gray; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; line-height: 20px; font-stretch: expanded; background-image: url(../images/ul.gif); background-repeat: no-repeat; background-position: 0 center; text-transform: uppercase; display: inline; padding: 10px; outline-color: black }
a.mainmenu:link, a.mainmenu:visited   { color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase; list-style-type: square; list-style-image: url(../images/ul.gif); margin: 6px; border-bottom: 5px none black; border-left: 5px dashed black }

a.mainmenu:hover,   { color: #666666; text-align: left; text-transform: uppercase; list-style-image: url(../images/ul.gif); margin: 6px }

a.sublevel:link, a.sublevel:visited   { color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase; list-style-image: url(http://localhost/mambo45/images/M_images/ul.gif) }

a.sublevel:hover   { color: #666666; text-align: left; text-transform: uppercase; list-style-image: url(../images/ul.gif); margin: 12pt }

/* Module Styles
****************/

table.moduletable {
        width: 100%;
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;

}

table.moduletable th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
		color: #666666;

        text-align : left;
		border-top: 1px solid #ccc;
        height:20px;
        padding-top: 8px;
        font-weight: normal;
        padding-left: 2px;
}

table.moduletable td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: left;
}

/* Polls Style
**************/

.poll {
        color : #666666;
        line-height : 12px;
        font-weight: bold;
}

/* Sections Style
*****************/

.sectiontableheader  { color: #000000; font-size: 11px; font-weight: bold; line-height: 13px; background-color: D0D0D0 }

.sectiontableentry1 {
        font-size: 11px;
        background-color : #F5F5F5;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
}

.sectiontableentry2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        background-color : #E5E5E5;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
}

.pagenav {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
}

a.pagenav:link, a.pagenav:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
}

a.pagenav:hover  { color: #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }


.small {
        font-size : 11px;
        color : #666666;
}

.smalldark {
        font-size : 11px;
        color : #333333;
        text-decoration : none;
}

.createdate {
        font-size : 10px;
        color : #666666;
        text-decoration : none;
        font-weight : medium;
}

.modifydate  {
        font-size : 10px;
        color : #666666;
        text-decoration : none;
        font-weight : medium;
}

/* Content Styles
*****************/

.contentpane {
        font-size: 11px;
        color: #000000;
        padding-right: 5px; 
}

.contentpaneopen {
        font-size: 11px;
        color: #000000;
        padding-right: 5px;
}

.contentheading, .componentheading   {
color: #003366;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
margin-left: 0;
padding-left: 0;
border-top: 1px solid gray;
width: 460px;

}







.category {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
}

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

a.category:hover {
        color            : #000000;
        text-decoration  : none;

}

/* Form Styles
****************/

form { /* borrowed from mambosolutions.com -- to fix empty space issues */
        display:inline;
        margin: 0px;
        padding: 0px;
}

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

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

/* Links
*********/

a:link, a:visited {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
}

a:hover  { color: #000000; text-decoration: none }

/* For content item titles that are hyperlink instead of Read On
****************************************************************/

a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover  { color: #000000; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-align: left }

.description {
        font-size: 11px;
        color: #000000;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outs?????A        ?ine-height: 16px;
        padding-left: 20px;
}
.category {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
}

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

a.category:hover {
        color            : #000000;
        text-decoration  : none;

}

/* Form Styles
****************/

form { /* borrowed from mambosolutions.com -- to fix empty space issues */
        display:inline;
        margin: 0px;
        padding: 0px;
}

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

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
 et 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;

        cursor: hand;

        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
.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: bold;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

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

/* Text passed with mosmsg url parameter */
.message {
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}
