@import url("/styles.css");




FONT.iteminfo { FONT-SIZE: 10px; COLOR: #797979;  font-family: Times New Roman }
A.iteminfo { FONT-SIZE: 10px; COLOR: #797979; font-weight: bold;  font-family: Times New Roman }
FONT.next {FONT-FAMILY: ArialCyr, Arial, Geneva, sans-serif, Helvetica; FONT-SIZE: 13px; COLOR: #707070; }
A.next {FONT-FAMILY: ArialCyr, Arial, Geneva, sans-serif, Helvetica; FONT-SIZE: 13px; COLOR: #707070; }
FONT.comment-telo { FONT-SIZE: 13px; FONT-FAMILY: ArialCyr, Arial, Geneva, sans-serif, Helvetica;}
font.com-zag { COLOR: #615C23; FONT-SIZE: 15px; font-weight: bold; FONT-FAMILY: ArialCyr, Arial, Geneva, sans-serif, Helvetica;  }
A.com-zag { COLOR: #615C23; FONT-SIZE: 15px; font-weight: bold; FONT-FAMILY: ArialCyr, Arial, Geneva, sans-serif, Helvetica;  }
FONT.com-avt { font-family: Times New Roman; FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #464646;}
A.com-avt { font-family: Times New Roman; FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #464646;}
FONT.com-body { FONT-SIZE: 13px;  COLOR: #9C2323; font-family: Times New Roman }
A.com-body { FONT-SIZE: 13px;  COLOR: #9C2323; font-family: Times New Roman }
FONT.com-date { FONT-SIZE: 11px; COLOR: #797979;  font-family: Times New Roman }
A.com-date { FONT-SIZE: 11px; COLOR: #797979; font-weight: bold;  font-family: Times New Roman }

.commentform { FONT-SIZE: 15px; FONT-FAMILY: ArialCyr, Arial, Geneva, sans-serif, Helvetica;  }

.searchform { FONT-SIZE: 8px; } 
/* applies to all input fields */ 
.searchform .formfield {  } 
/* only applies to buttons for search forms */ 
.searchform .formbutton {  } 


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;	
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;	
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}









