@import url(http://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,cyrillic);

h1,h2 {
    font-family: 'Arimo', sans-serif;
}

a:hover {
	color:#D00;
}

.leftgray {
	border-left: 1px solid #eee;
}

.bottomgray {
	border-bottom: 1px solid #999;

}

.leftbottomgray {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: none;
	border-right: none;
}

.lbg {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

.bg {
	border-bottom: 1px solid #eee;
}

.fieldbasic {
	border: 1px outset #ccc;
	background-color: white;
}

.bottomboldleft {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.topboldleft {
	border-left: 1px solid #eee;
	border-top: 1px solid #ccc;
}

.fieldgoforum {
	background-color: #FCEE9E;
	border: 1px solid #666;
	cursor: hand;
	font-size: 9px;
}

.sendbutton {
	border: 1px solid #999;
	background-color: #E2E2E2;
}

.fieldsearchword {
	background-color: #FCEE9E;
	border: 1px solid #999;
	cursor: hand;
	font-size: 9px;
}

.deletedtopics {
	text-decoration: line-through;
}

.text-of-table-header {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
}

.bottombold {
	border-bottom: 1px solid #ccc;
}

.findfield {
	background-color: #F6F6F6;
	border: 1px solid #666;
	cursor: auto;
	font-size: 9px;
}

.findbutton {
	border: 1px none #999;
	height: 20px;
	cursor: hand;
	background-color: #F6F6F6;
}

.border {
	border: 1px solid #ccc;
}

.borderimg {
	border: 1px solid #999;
}

.menu { 
	color: black;	
    z-index:10; 
}

pre {
	background-color: #FBFDEA;
	padding: 5px 5px 5px 5px; 
	margin: 5px 5px 5px 5px;
	border: 1px dotted #DDDDDD;
	border-left: 1px dotted gray;
/*	white-space: normal; */
/*	word-wrap: break-word; */
	font-size: 13px;
	color: #000077;
}

span.cr { color: red; }
span.cg { color: #006600; }
span.cb { color: black; }

.menu a:hover {color: red;}
.menu a {text-decoration: none; color: black;}

td .description {
  margin-left: 20px;  
}
.description {
    font-style: italic;
    font-size: 85%;
}
