
/* Глобальное форматирование страницы. */
html,body{
height:100%;
margin:0px;
padding:0px
}

BODY {

	color: #000000;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
/*	
	scrollbar-base-color: #39548D;
	scrollbar-arrow-color: #FFCC66;
	scrollbar-track-color: #8D9DBD;
*/	
	background-color : #FDFDFF;
	background-image : url(../images/fon.jpg);
	}
	
.leftmenu {
	border : 1px solid #00008B;
	}

td.mainWindow {
	background: #E1E1E1;
	color: #000000;
	border: 1px solid #373737;
	}	

/* Форматирование текста, не являющегося ссылкой */
td,tr,p,div,span  {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
/*	margin-top : 0px;
	margin-bottom : 0px;  */
	list-style : circle;
	}


/* Главные заголовки для различных страниц. 
Соединяйте различные заголовки для создания одного стиля отображения */
h1,.componentheading {
font:;
color:;
font-size:1.5em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0;  /* отступ заголовка: сверху/снизу */
padding:0 0em; /* отступ текста: слева/справа */
background:;
}
h2,.contentheading,a.contentheading:link,a.contentheading:visited,
.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
font: Arial, Helvetica, sans-serif;
color: #53558d;
font-size:12px;
font-family:;
font-style:;
font-weight: bold;
text-align: left;
margin:0em 0;  /* отступ заголовка: сверху/снизу */
padding:0 0em; /* отступ текста: слева/справа */
background:;
padding-right: 20px;
}
h3,table.moduletable th {
font:;
color:;
font-size:1.3em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0;  /* отступ заголовка: сверху/снизу */
padding:0 0em; /* отступ текста: слева/справа */
background:;
}
h4 {
font:;
color:;
font-size:1.2em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0;  /* отступ заголовка: сверху/снизу */
padding:0 0em; /* отступ текста: слева/справа */
background:;
}
h5 {
font:;
color:;
font-size:1.2em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0;  /* отступ заголовка: сверху/снизу */
padding:0 0em; /* отступ текста: слева/справа */
background:;
}
h6 {
font:;
color:;
font-size:1.2em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0;  /* отступ заголовка: сверху/снизу */
padding:0 0em; /* отступ текста: слева/справа */
background:;
}
img {
border: 0;
}
h4 {
	color: #333333; 
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}	


/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #323A15;
	border-left: outset 2px #5B7122;
	border-right: outset 2px #808080;
	border-top: outset 2px #5B7122;
	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: #CCE197;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* Links */

/*
a:link, a:visited {
    /*font-size: 11px;  */       /*
	color: #333333;
	text-decoration: none;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	}

a:hover {
	color: #53558d;	
	text-decoration: underline;
	}

*/

a:link, a:visited {
    font: Verdana; 
	font-size: 8pt; 
	color: #53558d;
	/*
	color: #53558d; 
	*/
	text-decoration: none;
	}
a:hover {
    color: #f0760a; 
	text-decoration: none;
	}



/* Horizontal Line */
hr {
	background: #333333; height: 0px; border: 0px  /*dotted*/; 
	}

hr.separator {
	background: #333333;
	height: 1px;
	width: 75px;
	border: 0px;
}

hr.fullline {
	height: 1px;
	width: 100%;
	color : #767676;
	}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
	/*color: #2F4F4F;
	background-position: left;
	text-align: left;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px; */
	display: block;
	vertical-align: middle;
	background-color : #ffffff;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*height: 23px;*/
	width:/*140px*/100%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADAA9C;
	border-left-width:3px;
	border-left-style: solid;
	border-left-color:#F3F0E1;
 }

a.mainlevel:hover {
	/*color: #0099CC;
	background-position: left;
	text-align: left; */
	background-color : #e0dfed;
	text-decoration: none;
	border-bottom-color: #C20A28;
	border-left-width:3px;
	border-left-style: solid;
	border-left-color:#C20A28;
	}

a.mainmenu:link, a.mainmenu:visited {
	color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
	}

a.mainmenu:hover {
	color: #0099CC; text-decoration: underline;
	}
	
a.sublevel:hover {
	color: #0099CC; text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Content - Sections & Categories */
.contentpane {
	background-color : #FFFFFF;
	}

.contentpaneopen {
	border : 0px solid White;
	text-align : justify;
	text-indent : 0px;
	width : 100%;
	}

/* .blog {
	border : 0px solid White;
	text-align : left;
	text-indent : 0px;
	width : 100%;
	margin-left: 10px;
	margin-right: 10px;
	}
*/

/*.contentheading {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #66748E;
	text-align:left;
	line-height: 16px;
	height: 15px;
	background-color : #F4F5F7;
	padding : 5px 5px 5px;
	font : bold 12px;
	}*/
.main_title {
	color : #39548D;
	font : bold 11px;
}
/*.contentpagetitle {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #566E9E;
	text-align:left;
	}*/

table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
    }

table.contenttoc td {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

.contentdescription {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	}

/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #435A76; text-decoration: none; font-weight: normal;
	font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #0099CC;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
	}

a.weblinks:link, a.weblinks:visited {
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	}

a.weblinks:hover {
	color: #759328;	text-decoration: underline;
	}

a.readon:link, a.readon:visited {
	color: #435A76; text-decoration: none; font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	list-style: inside url(/templates/intermed/images/read-more.gif);
	list-style-type: disc;
/*	display: list-item;  */
	white-space: normal;
	font-weight: normal;
	}

a.readon:hover {
	color: #0099CC;	
	text-decoration: underline;
	font-weight: normal;
	font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
/*	display: list-item;   */
	white-space: normal;
	}

table.moduletable {
	/* margin: 0px 0px 0px 0px;  */
	margin-bottom: 5px;
	width: 100%;
	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: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #32405F;
	text-align: left;
	width: 100%;
	height: 20px;
	/* border-bottom: 1px solid #333333; */
	/* line-height: 20px; *
	}*/

table.moduletable td {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top:12px;
	}

/*.componentheading {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	background-repeat: no-repeat;
	margin-bottom: 10px; /* Отступ снизу от заголовка раздела/категории */
	/*
	list-style: none inside url(/templates/orthodoxy/images/arrow.png);
	*/
	/*list-style: none inside;
	white-space: normal;
	display: list-item;
	border-bottom: 1px solid #666666;
	background-image : url(../images/arrow.png);
	}*/

.button {
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	text-align: center;
	font-size: 11px;
	background: #6D7687;
	border: 2px solid #CAD4DF;
	height: 20px;
	font : bold;
	color : White;
	}

.inputbox {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background: #FBFBFB;
	border: 1px solid #515151;
	}

/** category text format and links **/
.category {
	color: #333333; 
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	padding-left:50px;
	/* padding-top: 30px;
	margin-bottom: 30px;	*/
    line-height: 20px;
	}

a.category:link, a.category:visited {
	color: #40618a; font-weight: bold;
	
	}

a.category:hover {
	color: #666666;
	}

.poll {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 14px
	}

.pollstableborder {
	border: 1px solid #333333;
}

.sectiontableentry1 {
	background-color : #EDEDF3;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	}

.sectiontableentry2 {
	background-color : #FFFFFF;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;	
	}

.sectiontableheader {
	background-color : #6B6B6B;
	font-weight : bold;
	color : White;
	}

.small {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	color: #D1D1D1;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
        font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
        }


.newsfeedheading {
        font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        font-size: 12px;
        color: #FF4500;
        text-align:left;
    /*   font-weight : bold; */
        }

.newsfeeddate {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	/* color: #00008B; */
}
.newsfeedDescription {
	color : Blue;
}
.newsheader {
	width : 100%;
	height : 20px;
	background-color : #FDF5E6;
	padding-top : 5px;
	padding-right : 5px;
	padding-left : 5px;
	padding-bottom : 5px;
	}
.feeds_desc {
	text-align : justify;
	text-indent : 20px;
	padding-left : 20px;
	}

/* Стиль отображения даты материала */
.createdate {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ABABAB;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

ul {
	margin: 0px 0px 0px 10px;
	}

li {
line-height: 15px;
padding-left: 2px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 3px; 
}

.fase4rdf {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px; color: #242D0C; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 11px; font-weight: normal; color: #405115;
	}

a.fase4rdf:hover {
	font-weight: bold; color: #759328;
	}

table.searchintro {
  	background-color: #FFFFFF;
	border: 1px solid #759328;
	}

table.contact {
	background-color: #FFFFFF;
	}

table.contact td.icons {
	background-color: #B5C4D7;
	}

table.contact td.details {
	background-color: #EDF5FE;
	font-size: 11px;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	}

.pagenav {
	color : #00AE01;
	}

a.pagenav, a.pagenav:visited {
	color: #6495ED;
	}

a.pagenav:hover {
	color: Red;
	}

.pagenavbar {
	}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}


a.bar:link, a.bar:visited {
        color: Green; text-decoration: none; font-weight: normal;
        font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        font-size: 10px;
        }

a.bar:hover {
        color: #A7CF43;
		 text-decoration: none;
        }
		  
.searchbox {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid;
	height: 18px;
	line-height: 13px;
	}
	
.title {
	font: bold larger;
	letter-spacing: 4px;
}

a.pathway, a.pathway:visited {
	font: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2c2e74;
	text-decoration: none;
	}

a.pathway:hover {
	font: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #0099CC;
}
/*Main Orthodoxy CSS*/

.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
	background: transparent;
	color: #000000;
	border: 1px solid #CBD1E0;
}
.thead
{
	background: #6D7687 repeat-x top left;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: White;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 6px;
	margin-top : 2px;
	margin-bottom : 2px;
	}
.thead a:link
{
	color: #FFCC66;
}
.thead a:visited
{
	color: #FFFFFF;
}
.thead a:hover, .thead a:active
{
	color: #FFFF00;
}	

.vbmainwindow
{
	background : #FFFFFF;
}


/*  ДОПОЛНИТЕЛЬНЫЕ СТИЛИ  */

a.whitelink, a.whitelink:visited {
/*	display: block;
	vertical-align: middle;
	background-color:  #f4f5f7;
	font: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;  */
	font-size: 12px;
	color: #f4f5f7;
	margin-left:5px;
	}

a.whitelink:hover {
	font: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.topbutton:link, .topbutton:visited {
	/*color: #2F4F4F;
	background-position: left;
	text-align: left;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px; */
	display: block;
	vertical-align: middle;
	background-color: ;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin-left:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 4px;
	padding-bottom: 4px;
	/*height: 23px;*/
	width:/*140px*/100%;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #ADAA9C;
	border-left-width:0px;
	border-left-style: solid;
	border-left-color:#F3F0E1;
 }

.topbutton:hover {
	/*color: #0099CC;
	background-position: left;
	text-align: left; */
	color:#000000;
	background-color : #c7d3df;
	text-decoration: none;
	border-bottom-color: #C20A28;
	border-left-width:0px;
	border-left-style: solid;
	border-left-color:#C20A28;
	}

a.menuLink:link, a.menuLink:visited {
    font: Verdana; 
	font-size: 8pt; 
	color: #53558d;
	/*
	color: #53558d; 
	*/
	text-decoration: none;
	}
a.menuLink:hover {
    color: #f0760a; 
	text-decoration: none;
	}

a.menuUnderLink {font-family: Verdana; font-size: 8pt; letter-spacing: 0.05em;  color: #f0760a; text-decoration: none;}
a.menuUnderLinkOff {font-family: Verdana; font-size: 8pt; letter-spacing: 0.05em;  color:#999999; text-decoration: none;}

a.WhiteLink2, a.WhiteLink2:visited { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #FFFFFF; 
text-decoration: none
}
a.WhiteLink2:hover { 
text-decoration: underline
}
.WhiteLink3 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #FFFFFF; 
text-decoration: none
}