/** overall hyperlink formating  **/
a:link, a:visited  { color: #4682b4; font-weight: bold; text-decoration: none }
a:hover { color: #FF9900; font-weight: bold; text-decoration: none; }

/** main text formating for pages **/
body,td,tr,p, div  { color: #212121; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
h4 { color: #313131; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
h5 { color: #313131; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
h6  { color: #313131; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

/** list bullet format **/
li { list-style: inside url(../images/M_images/arrow.gif); list-style-image: url(../images/M_images/arrow.gif); }

/** article heading text **/
.articlehead  { color: #4682b4; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0px }

/** category text format and links **/
.category { color: #4682b4; font-weight: bold; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; letter-spacing: 0px  }

/** component heading text such as 'past articles' or 'user login' etc **/
.componentheading  { color: #ff8c00; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

/** small text for footer, copyright info **/
.crumb   { color: #4682b4; font-size: 9px; font-family: Arial, Helvetica, sans-serif }

/** date text format **/
.date  { color: #4682b4; text-decoration: none }

/** main menu text format as well as hyperlink format **/
.mainmenu { color: #4682b4; font-weight: bold; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none }
a.mainmenu:link, a.mainmenu:visited, a.category:link, a.category:visited  { color: #4682b4; font-weight: bold }
a.mainmenu:hover, a.category:hover { color: #FF8C00; }

/** newsfeeds text format as well as hyperlink format **/
.fase4_rdf { color: #4682b4; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none }
a.fase4_rdf:link, a.mainmenu:visited, a.category:link, a.category:visited  { color: #4682b4; font-weight: bold }
a.fase4_rdf:hover, a.category:hover { color: #FF8C00; }

/** same as main menu but for the top navigation bar text if used **/
.menubar { color: #ff8c00; font-weight: bold; font-size: 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; letter-spacing: 0px }
a.menubar:link, a.menubar:visited  { color: #4682b4; font-weight: bold }
a.menubar:hover  { color: #ff8c00 }

/** text in the category selection page **/
.newsarticle { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; /* Up from 10px */ text-align: left; }

/** newsflash text **/
.newsflash  { color: #4682b4; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }

/** newspane (box around full story) format **/
.newspaneopen{ border: 0px ridge #DCDCDC; }

/** poll module text and bullet list format**/
.poll  { color: #4682b4; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }

/** first and third and fifth etc... row of section list format **/
.sectiontableentry1, .newspane, .popupwindow { background-color: #FFFFFF; }

/** second and fourth and sixth etc... row of section list format **/
.sectiontableentry2{ background-color: #F2FFDF; }

/** the heading bar, row above the section list **/
.sectiontableheader{ background-color: #9ACD32; color: #FFFFFF; font-weight: bold; }


/** 
The following are not used in the mambo system but 
available to you for use and change 
in say articles or news or anything you like
e.g  <span class=head>Heading of Article</span>
**/


.head { color: #696969; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.headadbox { color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none; }
.small  { color: #ff6600; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.subhead { color: #6D6D6D; font-size: 10px; font-weight: bold; }
.white { color: #FFFFFF; text-decoration: none; }
