body {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

td, th, p, div, span {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

tr {
  background-color: #c0c0c0;
  border: 1;
}

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #2B328D;
	text-decoration: none
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.articleText { 
	margin-bottom: 3px;
	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Arial", Arial;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
        color: black;
}

.articleSummary {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 135%;
}

.v09 {  font-family: Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Arial, sans-serif; font-size: 14px; }



.formButton	{ font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; color: white; background-color: #003366; }
.formLabel	{ font-family: Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Arial, sans-serif; font-size: 11px; font-weight: bold;}


/* search */
.formSearch { font-family: Arial; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Arial;
	font-size: 15px;
	color: #2B328D;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Arial;
	font-size: 15px;
	color: #2B328D;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-family: Arial;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px;
	margin-left: 0;
        margin-bottom: 2px;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Arial, sans-serif;
        color: white;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
        padding: 3px;
        margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #2B328D;
	text-decoration: none;
}
#list_top_ul li a:link { color: white; }
#list_top_ul li a:visited { color: white; }
#list_top_ul li a:hover {
	color: #2B328D;
	background: white;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
        color: #2B328D;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial;
	font-size: 13px;
        font-weight: bold;
        color: #2B328D;
}

#list_level li { 
        color: #2B328D; 
}

#list_level a {
	display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #92A1AF;
        color: #2B328D; 
	background-color: lightgrey;
}

#list_level_ul li a:link, #list_level_ul li a:visited {
	color: #2B328D;
	text-decoration: none;
}

#list_level_ul li a:hover {
	border: 1px solid #92A1AF;
	background-color: #2B328D;
	color: lightgrey;
}


/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 95%;
	border: 0px;
	margin: 10px;
	padding: 10px;
}

#headerBlock {
	padding: 1px;
	margin-bottom: 5px;
	background-color: white;
}
#formSearch {
	visibility: hidden;
}
#headerImage {
       margin-top: 0;
       margin-bottom: 10px;
       padding-bottom: 3px;
       background-color: white;
       color: #2B328D;
       width: 100%;
}

#headerTitle {
       height: 60;
       color: #2B328D;
       clear: none;
       border: 0px;
       float: right;
       position: relative;
       right: 0%
       background-color: lightgrey;
}

#headerTitle p {
       clear: left;
       font-family: Arial;
       color: #2B328D;
       font-size: 65;
       position: relative;
       top: 25%;
}

#breadcrumb{
        margin-top: 3px;
        padding: 5px;
        background-color: #2B328D;
        color: lightgrey;
        width: 100%;
        clear: both;
}

#breadcrumb a:link, #breadcrumb a:visited {
        color: white;
}

#mainBlock {
	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;
	background-color: white;
}

#mainBlock a:link, #mainBlock a:visited {
	text-decoration: underline;	
}

#mainBlock a:hover {
	color: #FF3300;
}

#leftBlock {
	float: left;
	width: 200px;
	margin: 0;
	margin-right: 5px;
        margin-bottom: 5px;
	padding: 0px;
	background-color: white;
	font-size: 13px;
}

#leftBlock a:link, a:visited {
        color: #2B328D;
}

#synoptixBenefits {
        clear: right;
	float: right;
        width: 200px;
        margin: 0;
        border: 1px;
        margin-top: 5px;
	margin-bottom: 5px;
        padding: 5px;
        background-color: #9FCEFF;
        color: #2B328D;
        font-size: 13px;
}

#synoptixBenefits H2 {
	color: red;
}

#rightBlock {
	float: right;
	width: 200px;
	margin: 0;
	margin-left: 5px;
        margin-bottom: 5px;
	padding: 5px;
	background-color: white;
        color: #003366;
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #2B328B;
        color: white;
        font-size: 12;
        font-weight: bold;
        align: center;
}

#rightBlock h2 {
	color: white;
}

#VisualMODE {
        visibility: hidden;
}


/**
  * Sample for FORUM
  */
.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
	color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
	background-repeat: repeat-x;
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;
}
th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel, td.rowReply { background-color: #EFEFEF; }
td.rowError { background-color: #D82B2B; }
td.rowTopic, td.rowPost, td.rowLastPost, td.rowReplyA	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel, td.rowReply, td.rowReplyA	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowError { font-size: 12px; color: #FFFFFF; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.catBottom {
	background-color: #D1D7DC;
	background-image: url(../../img/forum/silver/cellpic1.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Forum title: Text and link to the forums used in: index.php */
.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}
.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumButton {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postdetails { font-size: 10px; color: #000000; margin: 3px 0 0 0; }
.postdetails hr {
	margin: 0 0 0 0;
	padding: 0;
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}

.postbody		{ font-size: 12px; color : #000000; margin: 0 0 3px 0; padding: 0 }
.postbody a, .postbody a:link, .postbody a:active, .postbody a:visited {
	text-decoration: none; color : #006699;
}
.postbody a:hover { text-decoration: underline; color : #DD6900; }