@charset "windows-1251";

html
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ff9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	display: block;
	overflow: scroll;
}

::-webkit-scrollbar
{
	background-color: #000000;
	width: 20px;
	height: 20px;
}

::-webkit-scrollbar-thumb
{
	background-color: rgba(255, 255, 255, 0.25);
	border: 5px solid #000000;
	min-height: 20px;
}

::-webkit-scrollbar-thumb:hover
{
	background-color: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-button
{
	height: 0;
	width: 0;
}

::-webkit-scrollbar-corner
{
	background: #000000;
}

p
{
	text-align: justify;
	margin: 10px;
}

img
{
	border: none;
}

code
{
	font-family: Consolas, "Courier New", Courier, monospace;
	font-weight: bold;
}

pre
{
	text-align: left;
	font-family: Consolas, "Courier New", Courier, monospace;
	font-weight: bold;
}

.Title
{
	font-family: Impact, Charcoal, sans-serif;
	font-weight: normal;
}

.Item
{
	margin: 10px;
}

.Item a
{
	text-decoration: none;
	color: #aacccc;
	font-weight: bold;
	-webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
	-ms-transition: color 150ms ease-in-out;
	transition: color 150ms ease-in-out;
}

.Item a:hover
{
	color: #ddffff;
}

.Item .Header
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #aacccc;
	font-weight: bold;
	overflow: hidden;
	margin: 0;
}

.Item .Body
{
	position: relative;
	background-color: #111111;
	padding: 10px;
	color: #99aaaa;
	font-size: 13px;
}

.MenuItem
{
	font-size: 14px;
	text-align: center;
	padding: 3px;
}

.MenuItem a
{
	color: #999999;
	font-weight: normal;
}

.MenuItem a:hover
{
	color: #ccffff;
}

#Header
{
	position: relative;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	overflow: auto;
}

#HeadLine
{
	position: relative;
	width: 996px;
	height: 36px;
	margin: 2px;
	background-image: url(main_menu_underline.gif);
	background-position: right bottom;
	background-color: #000000;
	background-repeat: no-repeat;
}

#MainMenu
{
	width: 750px;
	position: absolute;
	right: 0;
	bottom: 1px;
	text-align: right;
	font-size: 14px;
	background-image: url(main_menu_background.gif);
	background-position: right;
	background-repeat: repeat-y;
	line-height: 24px;
}

#MainMenu a
{
	text-decoration: none;
	color: #999999;
	margin-right: 40px;
}

#SiteImage
{
	position: relative;
	width: 1000px;
	height: 157px;
	background-color: #111111;
	background-image: url(site_menu_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#PageTitleBlock
{
	position: absolute;
}

#PageTitleBlock .Title
{
	color: #FFFFFF;
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	margin: 0;
}

#SiteTitleBlock
{
	position: absolute;
	left: 30px;
	top: 20px;
	text-align: center;
	opacity: 0.5;
	text-shadow: #000000 0px 0px 10px;
}

#SiteTitleBlock #SiteTitle
{
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#SiteTitleBlock #SiteTitle .Title
{
	font-size: 18px;
	display: block;
}

#Language
{
	color: #99FF99;
	font-size: 10px;
	font-weight: bold;
	word-spacing: 1px;
}

#Language a
{
	text-decoration: none;
	color: #999999;
}

#Language a:hover
{
	color: #CCCCCC;
}

#MainContainer
{
	position: relative;
	width: 1000px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}

#Footer
{
	width: 990px;
	height: 24px;
	background-image: url(footer_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 1px;
	padding-left: 10px;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
}

#FooterMenu
{
	display: inline;
	padding-left: 30px;
}

#FooterMenu a
{
	text-decoration: none;
	color: #666666;
	margin-left: 30px;
}

#FooterMenu a:hover
{
	color: #6699CC;
}

.ClearFloat
{
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

:focus
{
	outline: none;
}

.PluginIcon
{
	width: 128px;
	height: 128px;
	background-color: #000000;
	border: 1px solid #444444;
	background-image: url(loading_image_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
