/* Body */
BODY { /* --changed-- */
  margin: 0px 0px 0px 0px;
  background-color : #FFFFFF ;
  color : #000000;
}

td,tr,p,div { /* --checked-- */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: Black;
}

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

.tabheading { /* --changed-- */
  background-color: #99b4dd;
  text-align: left;
}

.pagetext { /* --checked-- */
  visibility: hidden;
  display: none;
  position: relative;
  top: 0;
}
h4 { /* --changed-- */
  color: #797ba4; font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; font-weight: bold;
  }

h5 { /* --changed-- */
  color: #797ba4; font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; font-weight: bold;
  }

h6 { /* --changed-- */
  color: #3f7ecc; font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; font-weight: bold;
  }

/* Links */
a:link, a:visited { /* --changed-- */
  font-size: 11px; color: #3c3c3c; text-decoration: none;
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: bold;
  }

a:hover { /* --checked-- */
  color: #757575;  text-decoration: none;
  font-weight: bold;
  }

/* Horizontal Line */
hr { /* --changed-- */
  background: #797ba4; height:2px; border: 1px inset;
  }

hr.separator { /* --changed-- */
  background: #797ba4;
  height: 1px;
  width: 75px;
  border: 0px;
}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited { /* --changed-- */
  color: #333333;
  background-position: left;
  text-align: right;
 }

a.mainlevel:hover { /* --changed-- */
  color: #737373;
  background-position: left;
  text-align: left;
  }

a.mainmenu:link, a.mainmenu:visited { /* --changed-- */
  color: #454545; font-family: Geneva, Arial, Helvetica, serif;
  font-weight: normal;
  }

a.mainmenu:hover, { /* --changed-- */
  color: #666666; text-decoration: underline;
  }
  
a.sublevel:hover { /* --changed-- */
  color: #757575; text-decoration: underline;
  }

a.sublevel:link, a.sublevel:visited { /* --changed-- */
  color: #454545; font-family: Geneva, Arial, Helvetica, serif;
  font-weight: normal;
}

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

a.contentpagetitle:hover { /* --changed-- */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align:left;
  color: #797ba4;
  text-decoration: underline;
  font-weight: bold;
  }

/* Content - Sections & Categories */
.contentpane { /* --checked-- */
  background-color : #FFFFFF;
  }

.contentpaneopen {
  border : 0px ridge #BFDC7C;
  text-align: left;
  }

.contentheading { /* --changed-- */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
   color: #336699;
  text-align:left;
  background-repeat: no-repeat;
  background-position: top left;
  line-height: 16px;
  height: 15px;
  }

.contentpagetitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
   color: #80A02C;
  text-align:left;
  }

table.contenttoc {
  color: #333300;
  background-color: #e0e0e0;
    }

table.contenttoc td { /* --checked-- */
  font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

.contentdescription {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #364414;
  text-align: left;
  }

/* Links */
a.blogsection:link, a.blogsection:visited { /* --changed-- */
  color: #797ba4; text-decoration: none; font-weight: normal;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10px;
  }

a.blogsection:hover { /* --changed-- */
  color: #797ba4;  text-decoration: underline;
  font-weight: normal;
  font-size: 10px;
  }

a.weblinks:link, a.weblinks:visited { /* --changed-- */
  color: #797ba4; text-decoration: none; font-weight: normal;
  font-family:  Arial, Helvetica, sans-serif;
  }

a.weblinks:hover { /* --changed-- */
  color: #797ba4;  text-decoration: underline;
  }

a.readon:link, a.readon:visited { /* --changed-- */
  color: #797ba4; text-decoration: none; font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  list-style: inside url(../images/read.gif);
  list-style-type: disc;
  display: list-item;
  white-space: normal;
  font-weight: normal;
  }

a.readon:hover { /* --changed-- */
  color: #797ba4;  text-decoration: underline;
  font-weight: normal;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  list-style: inside url(../images/read.gif);
  list-style-type: disc;
  display: list-item;
  white-space: normal;
  }

table.moduletable { /* --checked-- */
  margin: 0px 0px 0px 0px;
  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-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #1A220A;
  text-align: left;
  width: 100%;


  height: 20px;
  border-bottom: 1px solid #797ba4;
  line-height: 20px;
  }

table.moduletable td { /* --checked-- */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  }

.componentheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
   color: #232D0C;
  text-align:left;
  background-repeat: no-repeat;
  text-indent: 20px;
  line-height: 15px;
  height: 15px;
  list-style: disc inside url(../images/bullet.gif);
  white-space: normal;
  display: list-item;
  border-bottom: 1px solid #797ba4;
  }

.button { /* --changed-- */
  color: #333333; font-family: Geneva, Arial, Helvetica, serif;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font: bold;
  background: White;
  border: 1px solid #cccccc;
  height: 20px;
  }

.inputbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  background: #e8e9f4;
  border: 1px solid;
  }

/** category text format and links **/
.category {
  color: #86A92E; font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; font-weight: bold; text-decoration: none;
  }

a.category:link, a.category:visited { /* --changed-- */
  color: #797ba4; font-weight: bold;
  }

a.category:hover { /* --changed-- */
  color: #797ba;
  }

.poll { /* --checked-- */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  line-height: 14px
  }

.sectiontableentry1, { /* --checked-- */
  background-color : #FFFFFF;
  }

.contentpane { /* --checked-- */
  background-color : #FFFFFF;
  }
  
.sectiontableentry2 { /* --changed-- */
  background-color : #e8e9f4;
  }

.sectiontableheader { /* --changed-- */
  background-color : #797ba4;
  color : #a8aeea;
  font-weight : bold;
  }

.small { /* --changed-- */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #797ba4;
  text-decoration: none;
  font-weight: normal;
  }

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


.newsfeedheading { /* --checked-- */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #A7CF43;
  font-weight: normal;
}

.createdate { /* --checked-- */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #797ba4;
  text-decoration: none;
  font-weight: normal;
  }

.modifydate { /* --checked-- */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #808080;
  text-decoration: none;
  font-weight: normal;
  }

ul {
  margin: 0px 0px 0px 0px;
  }

li {
  list-style: inside url(../images/arrow.gif) 3px;
  list-style-image: url(../images/arrow.gif);
  }

.fase4rdf {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; color: #242D0C; font-weight: normal;
  }

a.fase4rdf:link { /* --changed-- */
  font-size: 11px; font-weight: normal; color: #797ba4;
  }

a.fase4rdf:hover { /* --changed-- */
  font-weight: bold; color: #797ba4;
  }

table.searchintro { /* --changed-- */
    background-color: #FFFFFF;
  border: 1px solid #797ba4;
  }

table.contact { /* --changed-- */
  background-color: #e0e2f9;
  }

table.contact td.icons { /* --changed-- */
  background-color: #797ba4;
  }

table.contact td.details { /* --changed-- */
  background-color: #a8aeea;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

.pagenav { /* --checked-- */
  font-weight: normal;
}

a.pagenav, a.pagenav:visited { /* --changed-- */
  font-weight: bold;
  color: #797ba4;
}

a.pagenav:hover { /* --changed-- */
  color: #a8aeea;
}

.pagenavbar { /* --checked-- */
  
}

/* Content voting */
.content_rating { /* --checked-- */
  font-weight: normal;
  font-size: 8pt;
}

.content_vote { /* --checked-- */
  font-weight: normal;
  font-size: 8pt;
}

a.bar:link, a.bar:visited { /* --checked-- */
        color: white; text-decoration: none; font-weight: normal;
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 10px;
        font: bold;
        }

a.bar:hover { /* --checked-- */
        color: #666666; text-decoration: none;
        }
      
.searchbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #5E5E5E;
  background: #e8e9f4;
  border: 2px solid;
  height: 18px;
  line-height: 13px;
  }
  
.title1 {
  color: #2a370d;
  font-family: Arial;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
}

.title2 {
  color: #2a370d;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

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

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