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

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

/** horizontal line  **/
hr { color: #003333; height: 1px; width: 100%; }

/** list bullet format **/
li.menu { list-style: inside url("../images/logortp.gif"/*tpa=http://qnx.org.ru/images/logortp.gif*/); list-style-image: url("../images/logortp.gif"/*tpa=http://qnx.org.ru/images/logortp.gif*/); }

/** article heading text **/
.articlehead { 
	color: #003333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 25px; 
	font-weight: bold; 
	letter-spacing: -2px; 
}

/** form button **/
.button {
	background: #cccc99;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-spacing: 0px;
}

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

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

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

/** date text format **/
.date { color: #9370DB; text-decoration: none; }

/** input field format i.e username and password boxes **/
.inputbox {
    background: #FFFFFF;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-color: #666666;
}

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

/** newsfeeds text format as well as hyperlink format **/
//.fase4_rdf{ color: #003333; color: #003333; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
//a.fase4_rdf:link, a.mainmenu:visited, a.category:link, a.category:visited { color: #003333; 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: #003333; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold; letter-spacing: 0px; text-decoration: none; }
a.menubar:link, a.menubar:visited { color: #003333; font-weight: bold; }
a.menubar:hover { color: #003333; }

/** 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: #003333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}

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

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

/** first and third and fifth etc... row of section list format **/
.sectiontableentry1, .newspane, .popupwindow { background-color: #cccc99; font-family: Verdana, Arial, Helvetica; font-size: 14pt; }

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

/** the heading bar, row above the section list **/
.sectiontableheader{ background-color: #cccc99; color: #006666; font-weight: bold; }
.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: #003333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: medium; text-decoration: none; }
.subhead { color: #6D6D6D; font-size: 10px; font-weight: bold; }
.white { color: #FFFFFF; text-decoration: none; }

