/* CSS Document */
body, html {
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
background-color: #FFFFFF;
height: 100%;
}
tbody {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}

 /* Форматирование таблицы для статей или контента, которые содержат не одну страницу */
table.contenttoc {
width: 350px;
align: left;
float: both;
border: 4px dotted #BCBDC1;
margin-right: 50px;
margin-left: 50px;
margin-bottom: 50px;
}
/* тоже самое, что и выше, только форматирует ячейки <td> */
table.contenttoc td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color : #BCBDC1;
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 8px;
margin-bottom: 10px;
}
/* тоже самое, что и выше, только форматирует название каждой страницы*/
table.contenttoc  th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #FA6D04;
text-align : left;
height: 27px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
}
/* тоже самое, что и выше,только форматирует таблицу, в которой находяться другие страницы */
table.contenttoc td.toclink {
width: 300px;
align: left;
float: both;
border: 4px dotted #BCBDC1;
margin-right: 50px;
margin-left: 50px;
margin-bottom: 50px;
}
/* тоже самое, что и выше, только форматирует в этой таблицы ссылки */
a.toclink:link, a.toclink:visited {
	width				: 150px;
	line-height			: 21px;
	font-size			: 12px;
	color				: #48687b;
	text-decoration		: none;
	font-weight			: bold;
	background			: url(../images/ianus_modulbutton.gif) no-repeat;
	text-indent			: 20px;
	padding-bottom		: 2px;
}

a.toclink:hover {
	color				: #FA6D04;
	text-indent			: 20px;
	background-position	: 0 -23px;
	text-decoration		: none;
}



/* ################# MAIN AND SUB MENU SYSTEM ################# */
a.mainlevel:link, a.mainlevel:visited {
	width				: 150px;
	line-height			: 21px;
	font-size			: 12px;
	color				: #48687b;
	text-decoration		: none;
	font-weight			: bold;
	background			: url(../images/ianus_modulbutton.gif) no-repeat;
	text-indent			: 20px;
	padding-bottom		: 2px;
}

a.mainlevel:hover {
	color				: #FA6D04;
	text-indent			: 20px;
	background-position	: 0 -23px;
	text-decoration		: none;
}

a.mainlevel#active_menu {
	color				: #333;
	background-position	: 0 -46px;
}

a.sublevel:link, a.sublevel:visited {
	display				: block;
	width				: 181px;
	line-height			: 21px;
	font-size			: 11px;
	color				: #eee;
	text-decoration		: none;
	font-weight			: bold;
	background			: url(../images/ianus_modulsubbutton.gif) no-repeat;
	text-indent			: 24px;
	padding-bottom		: 2px;
}

a.sublevel:hover {
	color				: #05b8f4;
	text-indent			: 30px;
	background-position	: 0 -23px;
	text-decoration		: none;
}

a.sublevel#active_menu {
	color				: #333;
	background-position	: 0 -46px;
}




ul#mainlevel-nav {
  list-style		: none;
  padding			: 0;
  margin			: 0;
  font-size			: 0;
}
ul#mainlevel-nav li {
  background-image	: none;
  padding-left		: 0px;
  padding-right		: 0px;
  float				: left;
  margin			: 0;
  font-size			: 11px;
  line-height		: 20px;
  white-space		: nowrap;
  border-right:;
}
ul#mainlevel-nav li a {
  display			: block;
  padding-left		: 15px;
  padding-right		: 15px;
  text-decoration	: none;
  color				: #000000;
  background		: transparent;
}
ul#mainlevel-nav  li a:hover {
  color				: #000000;
  text-decoration	: none;
}





a.mainlevel-pod {
  margin-top        : 1px;
  padding-top       : 0px;
  font-size         : 12px;
  width             : 180px;
  text-indent       : 10px;
}
a.mainlevel-pod:link {
  padding           : 0px 0px 0px 0px;
  font-size         : 12px;
  width             : 180px;
  text-indent       : 10px;
}
a.mainlevel-pod:link, a.mainlevel-pod:visited {
  display           : block;
  font-size         : 12px;
  font-weight       : normal;
  padding           : 2px 0px 2px 0px;
  color             : #1A4A88;
  width             : 180px;
  text-indent       : 10px;
  background-color  : #F3F3F3;
}
a.mainlevel-pod:hover {
  font-size         : 12px;
  background-color  : #FBFBF9;  
  color             : #000000;
  font-weight       : normal;
  text-decoration   : none;
  text-indent       : 10px;
}






/* Module Styles
****************/
table.moduletable {
width: 100%;
text-align: center;
margin-right: 0px;
margin-left: 0px;
}
table.moduletable th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #8B0000;
text-align : center;
background-color : #FF8C00;
height: 27px;
padding-top: 8px;
}
table.moduletable td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
}
table.moduletable-newstr {
width: 100%;
text-align: center;
margin-right: 0px;
margin-left: 0px;
}
table.moduletable-newstr th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #FFEBCD;
text-align : center;
background-color : #D2691E;
height: 27px;
padding-top: 8px;
}
table.moduletable-newstr td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
}
table.moduletable-postyp {
width: 100%;
text-align: center;
margin-right: 0px;
margin-left: 0px;
}
table.moduletable-postyp th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #FFEBCD;
text-align : center;
background-color : #FF0000;
height: 27px;
padding-top: 8px;
}
table.moduletable-postyp td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
}
/* Polls Style
**************/
.poll {
color : #FB6206;
line-height : 12px;
font-weight: bold;
}
/* Sections Style
*****************/
.sectiontableheader {
background-color : #FDF0E3;
color : #000000;
font-weight : bold;
font-size: 11px;
line-height: 13px;
}
.sectiontableentry1 {
font-size: 11px;
background-color : #FEE9D3;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}
.sectiontableentry2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color : #FDF0E3;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}
.pagenav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
}
a.pagenav:link, a.pagenav:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
}
a.pagenav:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color : #000000;
text-decoration : none;
background-color: #FEA741;
}
.small {
font-size : 11px;
color : #666666;
}
.smalldark {
font-size : 11px;
color : #333333;
text-decoration : none;
}
.createdate {
font-size : 10px;
color : #666666;
text-decoration : none;
font-weight : medium;
}
.modifydate {
font-size : 10px;
color : #666666;
text-decoration : none;
font-weight : medium;
}
/* Content Styles
*****************/
.contentpane {
font-size: 11px;
padding-left: 15px;
color: #000000;
}
.contentpaneopen {
font-size: 11px;
padding-left: 15px;
color: #000000;
}
.contentheading, .componentheading {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #FF6633;
text-align : left;
line-height: 16px;
padding-left: 20px;
}
.category {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
}
a.category:link, a.category:visited {
color : #333333;
font-weight : bold;
}
a.category:hover {
color : #000000;
text-decoration : none;
background-color: #FEA741;
}
/* Form Styles
****************/
form { /* borrowed from mambosolutions.com -- to fix empty space issues */
display:inline;
margin: 0px;
padding: 0px;
}
.button {
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-size : 10px;
font-weight : bold;
background-color : #FDF0E3;
color : #FD273B;
border : 1px solid #FE950C;
}
.inputbox {
align:center
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
align:center
color : #000000;
background-color : #FDF0E3;
border : 1px solid #FE950C;
}
/* Links
*********/
a:link, a:visited {
font-size : 11px;
color : #333333;
text-decoration : none;
}
a:hover {
color : #000000;
text-decoration : none;
}
/* For content item titles that are hyperlink instead of Read On
****************************************************************/
a.contentpagetitle:link, a.contentpagetitle:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
text-align:left;
}
a.contentpagetitle:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align:left;
color : #000000;
text-decoration : none;
background-color: #99CC00;
}
.description {
font-size: 11px;
color: #000000;
}
/* 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;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.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: bold;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.tabheading {
background-color: #ffae00;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
/* for modifying {moscode} output. Don't set the colour! */
.moscode {
background-color: #f0f0f0;
}
/* Text passed with mosmsg url parameter */
.message {
font-weight: bold;
font-size : 10pt;
color : #ff6600;
text-align: center;
}
#zam_h1 h1 {
font-size:14pt;
color:#666699;
font-family:Arial,Helvetica,sans-serif;
border-collapse:collapse;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}
.seo h1 {
font-size:18px;
font-weight:normal;
text-align:left;
text-transform:uppercase;
color:#008000;
}