/* Body */
BODY    {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	font: x-small "Gill Sans", "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}

td, tr, p, div    {
	font-size: small;
	color: #313131;
}

.mainmenu {
	color: #CC3300;
}

.quote-block {
	margin: 10px;
	padding: 15px;
	border: 1px silver solid;
	background-color: white;
	font-size: 12pt;
	font-family: Georgia;
	font-style: italic;
	line-height: 130%;
}


/* Styles for dhtml tabbed-pages */
*.ontab    {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
}

*.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: normal;
}

*.tabpadding    {
}

*.tabheading    {
	background-color: #ffae00;
	text-align: left;
}

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

.articlehead {
	font-size: medium;
	border-bottom: thin solid #c30;
}

h2 {
	color: #333;
	font-size: large;
	font-weight: bold;
}

h4,h3    {
	color: #FF9900;
	font-size: large;
	font-weight: bold;
}

h5    {
	color: #FF9900;
	font-size: medium;
	font-weight: bold;
}

h6    {
	color: #FF9900;
	font-size: small;
	font-weight: bold;
}

/* Links */
a:link, a:visited    {
	color: #003e87;
	font-size: 9pt;
	/*border-bottom: thin dotted #b8b8b8; */
	text-decoration: none;
}

a:hover    {
	color: #007cff;
	/*border-bottom: thin dotted #b8b8b8; */
	text-decoration: none;
}

.subsection {
	display: block;
	font-size: small;
	color: black;
	background-color: #eeeeee;
	margin-top: 15px;
	margin-bottom: 3px;	
}

.section {
	display: block;
	border-bottom: 2px solid #FF9900;
	font-size: 12pt;
	color: black;
	background-color: #eeeeee;
	margin-top: 15px;
	margin-bottom: 3px;
}

/*
ul.menu {
	font-size: x-small;
}

ul.menu a {
	font-size: x-small;
}

li.menu {
	font-size: x-small;	
}
*/

/* Horizontal Line */
hr    {
	background: #cccccc;
	height: 1px;
	border-style: none;
	border-width: 1px;
	font-size: x-small;
}

hr.separator    {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}

.newsarticle {
	line-height: 150%;
}

/* Menu */
a.mainmenu:link, 
a.mainmenu:visited, 
a.mainlevel:link, 
a.mainlevel:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

a.mainmenu:hover, a.mainlevel:hover    {
/*	color: #FF9900; */
	text-decoration: none;
	background-color: #ffcc4c;
}

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

a.sublevel:link, a.sublevel:visited    {
	color: #0000c0;
	font-weight: normal;
}

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

*.contentpaneopen    {
	border: 0px ridge #DCDCDC;
}

*.componentheading    {
	font-size: 13px;
	font-weight: bold;
	color: #c30;
	text-align: left;
	line-height: 150%;
}

*.newsflash {
	font-size: 10px;
	line-height: 150%;
	font-style: italic;
	background-color: lightblue;
}

*.contentpagetitle    {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

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

table.contenttoc td    {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

a.toclink:hover, a.toclink:visited, a.toclink:link    {
	font-size: 9px;
}

*.contentdescription    {
	font-size: 11px;
	color: #808080;
	text-align: left;
}

/* Links */
a.blogsection:link, a.blogsection:visited    {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}

a.blogsection:hover    {
	color: #999999;
	text-decoration: underline;
}

a.weblinks:link, a.weblinks:visited    {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}

a.weblinks:hover    {
	color: #999999;
	text-decoration: underline;
}

a.readon:link, a.readon:visited    {
	color: blue;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a.readon:hover    {
	color: #999999;
	text-decoration: underline;
}

table.moduletable    {
	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-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	width: 100%;
	background-color: #8a8a8a;
}

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

*.componentheading    {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

*.button    {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

*.inputbox    {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
}

/** category text format and links **/
*.category    {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

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

a.category:hover    {
	color: #FF9900;
}

*.poll    {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

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

*.sectiontableentry2    {
	background-color: #EBEBEB;
}

*.sectiontableheader    {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}

*.frontpageheader    {
	font-size: 13px;
	color: #0077aa;
	font-weight: bold;
}

*.small    {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

*.smalldark    {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

*.newsfeedheading    {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

*.newsfeeddate    {
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
}

*.createdate    {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

*.modifydate    {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}

ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: disc url(/images/bullet_yellow.png) inside;
}

/*li {
	list-style-image: url(/images/bullet_yellow.png);
}*/

*.fase4rdf    {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

a.fase4rdf:link    {
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
}

a.fase4rdf:hover    {
	font-weight: bold;
	color: #808080;
}
 
table.searchintro    {
	background-color: #FFFFFF;
	border: solid 1px #777777;
}

table.contact    {
	background-color: #FFFFFF;
}

table.contact td.icons    {
	background-color: #C6CBCE;
}

table.contact td.details    {
	background-color: #EEEEEE;
	font-size: 10px;
	font-weight: bold;
}

*.pagenav    {
	font-weight: normal;
	color: #386593;
}

a.pagenav, a.pagenav:visited    {
	color: #FF6600;
}

a.pagenav:hover    {
	color: #386593;
}

*.pagenavbar    {
}

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

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

