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

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #454545;
	}

/* 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;
}
h1 {
	color: #999999; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h2 {
	color: #FF9900; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h3 {
	color: #316ac5; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px; font-weight: bold;
	}

h4 {
	color: #6c93c5; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; font-weight: bold;
	}
h5 {
	color: #6c93c5; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; font-weight: bold;
	}
h6 {
	color: #6c93c5; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; font-weight: bold;
	}

/* Links */
a:link, a:visited {
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #0033CC;
	text-decoration: none;
	}

a:hover {
	color: #FF3300;
	background-color : #C6D6EF;
	text-decoration: none;
	}

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

a.contentpagetitle:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	}

/* Horizontal Line */
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

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

/* --Default Class Settings-- */

.topmenu {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 1px;
	WIDTH: 97%;
	HEIGHT: 20px;
	display: block;
}

A.topmenu:link, A.topmenu:visited {
	FONT-WEIGHT: bold; 
	COLOR: #666666;
/*	border: 1px solid #ECE9D8; */
	text-decoration: none;
}

A.topmenu:hover {
	font-weight: bold;
	color: #000000;
/*	border: 1px solid #316AC5;*/
	background-color: #C6D6EF;
	text-decoration: none;
}

.mainlevel {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 1px;
/*	WIDTH: 97%;*/
	HEIGHT: 20px;
	display: list-item;
}

A.mainmenu:link, A.mainmenu:visited, A.mainlevel:link, A.mainlevel:visited {
	FONT-WEIGHT: bold; 
	COLOR: #666666;
	border: 1px solid #ECE9D8;
	text-decoration: none;
}

A.mainlevel:hover {
	font-weight: bold;
	color: #000000;
	border: 1px solid #316AC5;
	background-color: #C6D6EF;
	text-decoration: none;
}

.sublevel {
	WIDTH: 130px;
	right: 10px;
}

A.sublevel:link, A.sublevel:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
A.sublevel:hover {
	font-weight: bold;
	color: #000000;
	background-color : #C6D6EF;
	text-decoration: none;
	}

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

.contentpaneopen {
	font-size: 14px;
	border : 0px ridge #DCDCDC;
	}

.contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #316AC5;
	text-align: left;
	width: 100%;
	border-bottom: 1px dashed #316AC5;
	height: 20px;
	line-height: 20px
	}

.contentpagetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #316AC5;
	text-align: left;
	width: 100%;
	background: transparent url(../images/moduleheading.gif) no-repeat left;
	text-indent: 18px;
	height: 20px;
	border-bottom: 1px solid #316AC5;
	line-height: 20px;
}

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

table.contenttoc td {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        text-align:left;
}

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

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

/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #0033CC;
	text-decoration: underline;
	font-weight: normal;
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

a.blogsection:hover {
	background-color : #C6D6EF;
	color: #FF3300;
	text-decoration: underline;
	}

a.weblinks:link, a.weblinks:visited {
	color: #0033CC;
	text-decoration: underline;
	font-weight: normal;
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

a.weblinks:hover {
	background-color : #C6D6EF;
	color: #FF3300;	
	text-decoration: underline;
	}

a.readon:link, a.readon:visited {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC; 
	text-decoration: none;
/*
	text-align: left;
	list-style: inside url(../images/morinfo_1.gif);
	list-style-type: disc;
	display: list-item;
*/
	}

a.readon:hover {
	color: #FF3300;
	text-decoration: none;
/*
	background-color : #C6D6EF;
	list-style: inside url(../images/morinfo_1.gif);
	list-style-type: disc;
	display: list-item;
*/
	}

table.moduletable {
	margin: 0px 0px 0px 0px;
	width: 99%;
	/*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: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #316AC5;
	text-align: left;
	width: 100%;
	background: transparent url(../images/moduleheading.gif) no-repeat left;
	text-indent: 18px;
	height: 20px;
	border-bottom: 1px solid #316AC5;
	line-height: 20px;
	}

table.moduletable td {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
.componentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #316AC5;
	text-align: left;
	width: 100%;
	height: 20px;
	border-bottom: 1px dashed #316AC5;
	line-height: 20px
/*	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #333333;
	text-align:left;*/
	}

.button {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 10px;
	/*	
	border: 0px;
	border: 1px solid #316AC5;
	background: url(../images/button.gif);
	margin: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
}

.inputbox {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
	background: #FFFFFF url(../images/modulo.gif);
	border: 1px solid #316AC5;
	padding: 1px 1px 1px 2px;
}

.inputbox_readonly {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
	background: #FFFFFF url(../images/modulo_off.gif);
	border: 1px solid #777777;
	padding: 1px 1px 1px 2px;
	color: #777777;
}

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


	}

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

a.category:hover {
	color: #FF7A00;
	font-weight: bold;
	text-decoration: underline;
	}

.poll {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px
	}

.sectiontableheader {
	background-color : #c6d6ef;
	color : #316ac5;
	font-weight : bold;
	}

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

.sectiontableentry2 {
	background-color : #E5EBF6;
	}

.sectiontableentry3 {
	background-color : #F0F3F8;
	}

.sectiontablebottom {
    border-bottom: 1px solid #316AC5;
}

.sectiontableborder {
border: 1px solid #316ac5;
}

.pollstableborder {
	border: thin solid #316ac5;
	}

.frontpageheader {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color : #80a3de;
	font-weight : bold;
    }

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FD9B53;
	text-decoration: none;
	font-weight: normal;
	}

.pathway {
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
}
.pathway:link, .pathway:visited {
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight: bold;
	text-decoration: underline;
	}

/*
.pathway:hover {
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
	}
*/
.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #333333;
        text-decoration: none;
        font-weight: normal;
        }

.newsfeedheading {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

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

.createdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00AE57;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	}

/*
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: Verdana, Arial, Helvetica, Geneva, sans-serif;
	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: #C6D6EF;
	}

table.contact td.details {
	background-color: #E5EBF6;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

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

a.pagenav, a.pagenav:visited {
	color: #0033CC;
}

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

.pagenavbar {
	
}

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

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

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

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

.messageok {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 11pt;
	color : #00CB00;
	text-align: center;
}

table {
	text-align: left;
}
