#___babbadge_tooltip {
	position: absolute;
	border: 1px solid #545454;
	background-color: #FFFFFF;
	width: 280px;
	background-repeat: no-repeat;
	background-image: url(../images/tooltip.png);
	padding-left: 22px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica;
	font-size: 13pt;
	z-index: 100;
}

html {
	margin-bottom: 1px;
}

body {
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #115789;
	font-weight: bold;
}

p {
	margin: 4px;
}

#slogan {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 6px;
}

#logo {
	border: 6px solid black;
	background-color: white; 
	width: 150px;
}

#top {
	border: 6px solid black;
	background-color: white;
	margin-left: 10px;		
}

#sublogo {
	padding-top: 8px;
}

#submenu {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-size: 14px;
}

#submenu li {
	display: inline;
	margin-right: 5px;
	background-color: black;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

#submenu li.selected {
	background-repeat: repeat-y;
	background-image: url(/themes/standart/images/bg-selected.png);
	cursor: default;
}

#mainmenu {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

#mainmenu li {
	color: silver;
	cursor: pointer;
	margin-bottom: 0px;
	padding: 0px;
}

#mainmenu li.over {
	color: gray;
}

#mainmenu li.selected {
	color: black;
	list-style-image: url(/themes/standart/images/small-dot.png);
	cursor: default;
}

#layout-outline {
	background-image: url(/themes/standart/images/cray.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -20px;
	padding-top: 40px;
}

#layout-outline2 {
	background-image: url(/themes/standart/images/ic.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#layout-left {
	float: left;
	width: 163px;
}

#layout-main {
	margin-left: 174px;
}

.clear {
	clear: both;
}

#layout-footer {
	border: 1px solid black;
}

.news-block {
	margin-bottom: 20px;
}

.news-block .header {
	background-color: black;
	color: white;
	font-size: 14px;
	padding-left: 20px;
}

.news-block .text {
	text-align: justify;
}

.text-content {
	font-size: 13px;
}

.article .title {
	width: 600px;
}

.article .title-text {
	background-image: url(/themes/standart/images/title-bg.png);
	color: white;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

.article .text {
	text-align: justify;
}

.article .subtext {
	text-align: right;
	margin-top: -16px;
	margin-bottom: 5px;
	color: gray;
	font-size: 11px;
}

.article .publication-text {
	text-align: justify;
	width: 800px;
	font-size: 13px;
}

.form-table {
	width: 100%;
}

.input-text {
	width: 99%;
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 9pt;
}

.form-caption {
	width: 20%;
}

.input-submit {
	width: 150px;
}

.form-submit {
	text-align: right;
}

.form-legend {
	font-weight: bold;
	color: #005CB9;
}

.form-error {
	color: #FF3300;
	margin-left: 15px;
}

.form-slide-box {
	border: 1px solid #C0C0C0;
	padding: 2px;
}

.form-slide-box-title {
	font-weight: bold;
	background-color: #DBDBDB;
	padding: 2px;
	cursor: pointer;
}

.grid {
	cursor: default;
	width: 100%;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	background-color: white;
}

.grid th {
	background-color: #DBDBDB;
	border: 1px solid #C0C0C0;
}

.grid-hovered {
	background-color: #55AAFF;
	color: black;
}

.grid-selected {
	background-color: #0080C0;
	color: white;
}

.grid td {
	border: 1px solid #C0C0C0;
}

.grid-paginator {
	background-color: #E2E2E2;
	border: 1px solid #C0C0C0;
	margin-left: -1px;
	margin-bottom: 0px;
	margin-top: 0px; 
}

.grid-paginator-num {
	/*border: 1px solid #C0C0C0;*/
	background-color: #E2E2E2;
	display: inline;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.grid-paginator-num-current {
	/*border: 1px solid #C0C0C0;*/
	background-color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.board_ul_style_1 {
	list-style-type: none;
	text-indent: 0px;
	padding: 10px 20px 10px;
	margin: 0px;
	font-size: 13px;
}

.board_ul_style_2 {
	list-style-type: none;
	text-align: left;
	padding: 10px 20px 10px;
	margin: 0px;
	font-size: 13px;
}


.board_banner {
	border: 2px solid black;
	background-color: white; 
	padding: 0;
	margin-bottom: 20px;
	margin-right: 5px;
}

.paginator {
	text-align: right;
}

.paginator .page {
	text-align: center;
	display: inline;
	background-color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.paginator .page_selected {
	text-align: center;
	display: inline;
	color: black;
	background-color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.paginator .page a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}