@charset "utf-8";

.mainmenuLink {
	width: 92px; height: 91px;
	color: #30a4dc;
	text-align: center;
	background-image: url(../images/PNG/menu_link.png);
	background-repeat: no-repeat;
}
.mainmenuLinkHover {
	width: 92px; height: 91px;
	color: #30a4dc;
	text-align: center;
	background-image: url(../images/PNG/menu_link_hover.png);
	background-repeat: no-repeat;
}
.footer_sub_menu {
	color: white;
	float:left;
	margin-bottom: 40px;
}
.footer_infotehnika {
	color: #0077b3;
	float:right;
	margin-bottom: 40px;
}
.adminMenu {
	background: url(../images/adminMenu.png) repeat-x;
	width: 160px;
	font-size: 15px;
	margin-top: 3px;
	color: white;
}
.adminMenuHover {
	background: url(../images/adminMenuHover.png) repeat-x;
	width: 160px;
	font-size: 15px;
	margin-top: 3px;
	color: white;
	letter-spacing: 1px;
}
.button {
	width: 72px; height: 26px;
	font-size: 9pt;
	border: none;
	color: white;
	background: url(../images/JPG/button.jpg) no-repeat;
}
.buttonHover {
	width: 72px; height: 26px;
	font-size: 9pt;
	border: none;
	color: white;
	background: url(../images/JPG/buttonHover.jpg) no-repeat;
}
.buttonClearHover {
	width: 72px; height: 26px;
	font-size: 9pt;
	border: none;
	color: white;
	background: url(../images/JPG/buttonClearHover.jpg) no-repeat;
}
.buttonSend {
	width: 72px; height: 26px;
	border: none;
	color: white;
	background: url(../images//PNG/button_send.png) no-repeat;
}
.inputButtonHover {
	width: 60px; height: 20px;
	border: none;
	color: white;
	background: url(../images/submitButtonHover.png) no-repeat;
}
.linkCommunity {
	background: url(../images/JPG/linkCommunity.jpg) no-repeat;
}
.linkCommunityHover {
	background: url(../images/JPG/linkCommunityHover.jpg) no-repeat;
}
.linkForum {
	background: url(../images/JPG/linkForum.jpg) no-repeat;
}
.linkForumHover {
	background: url(../images/JPG/linkForumHover.jpg) no-repeat;
}
.inputButtonVer {
	width: 18px; height: 80px;
}
.inputButtonVerHover {
	width: 18px; height: 80px;
}
.pages_heading {
	font-size: 12pt;
	color: #0867b3;
	font-weight: bold;
}
.top_line {
	color: white;
	font-size: 15px;
	font-weight: bold;
}
.subContent {
	width: 564px;
	padding-left: 45px;
}
.inputRightSpace {
	margin-top: 32px;
	margin-right: 18px;
}
.selectRightSpace {
	margin-right: 15px;
}


/* Tooltip styles. */
/* for Community */
div.communityTooltip {
	width: 129px; height: 34px;
	float: left;
	margin-top: 13px;
	position: relative;
	background: url(../images/JPG/linkCommunity.jpg);
	}
div.communityTooltip span {
	position: absolute;
	width: 140px; height: 34px;
	padding: 2px 2px 2px;
	top: -45px;
	left: -8px;
	display: none;
	background: white;
	border: 1px solid #b6b6b6;
	
}
/* for Forum */
div.forumTooltip {
	width: 129px; height: 34px;
	float: right;
	margin-top: 13px;
	position: relative;
	background: url(../images/JPG/linkForum.jpg);
	}
div.forumTooltip span {
	position: absolute;
	width: 140px; height: 34px;
	padding: 2px 2px 2px;
	top: -45px;
	left: -8px;
	display: none;
	background: white;
	border: 1px solid #b6b6b6;
	
}

.langButton {
	height: 18px; width: 65px;
	border: none;
	cursor: pointer;
	background: white;
	color: #0867b3;
}
