html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#html, body {
	height: 100%
}

body {
	color: #4d4d4d;
	background: #ececec url(../images/login_background_fixed_body.gif) 0% 50% fixed repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.5em;
}

table, td {
	margin: 0;
	padding: 0;
	border: none
}

td {}

h1 {
	color: #33518B;
	font-size: 1.6em;
	letter-spacing: .025em;
	margin-bottom: .25em
}

h2 {
	font-weight: bold;
	margin-bottom: .5em
}

p { font-size: 1.1em }

a:link, a:visited, a:hover, a:active {
	color: #49667c;
	text-decoration: underline
}

a.arrow:link, a.arrow:visited, a.arrow:hover, a.arrow:active {
	color: white;
	padding-left: 16px;
	padding-bottom: 2px;
	background: transparent url(../images/link-arrow.png) 0 1px no-repeat;
}

abbr {
	color: #49667c;
	border-bottom: 1px dashed #49667c;
	cursor: help;
}

form {
	margin: 0 0 15px 0;
	padding: 5px 0 17px 0;
	border-bottom: 1px solid #c8e9b4;
}	

input {
	font-family: arial, helvetica, sans-serif;
	color: #4e4e4e;
	border: 1px solid #6e9954;
	font-size: 120%;
}

input.text {
	width: 235px;
	padding: 5px 5px 3px 5px;
}

label {
	display: block;
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: .9em;
	font-weight: bold;
	color: #3d3d3d;
	text-transform: uppercase;
}

button {
	padding: 0;
	margin: 17px 0 0 0;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
}

hr {
	border: 0;
	height: 0;
	width: 100%;
	margin: 15px auto;
	border-top: 1px solid #c8e9b4;
	text-align: center;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

.auth-button {
	background: white;
    font-family: arial, helvetica, sans-serif;
    border: 1px solid #6e9954;
    border-radius: 3px;
    padding: 10px 18px;
    font-size: 9px;
    text-transform: uppercase;
    color: #333;
    line-height: 0;
    display: inline-block;
    background-color: #efefef;
    box-shadow: 1px 1px 1px 0px #6e9954;
}

#horizon {
	position: absolute;
	background-color: transparent;
	top: 50%;
	left: 0;
	margin-top: -320px;
	width: 100%;
	text-align: center;
}

#container {
	text-align: center;
}

#centered-area {
	margin: 0 auto;
	width: 968px;
}

#logo {
	position: absolute;
	top: 22px;
	left: 42px;
	width: 99px;
	height: 51px;
}

#arctur-logo {
	position: absolute;
	bottom: 22px;
	right: 42px;
	width: 75px;
	height: 37px;
}

#languages {
	position: absolute;
	top: 39px;
	right: 43px;
}

#languages li {
	float: left;
	margin-left: 8px;
}

#languages a:link, #languages a:visited, #languages a:hover, #languages a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #a8a8a8;
	text-decoration: none;
}

#languages a:hover {
	color: #4d4d4d;
}

#languages .on a:link, #languages .on a:visited, #languages .on a:hover, #languages .on a:active {
	color: #4d4d4d;
}

#ads-version {
	position: absolute;
	bottom: 14px;
	left: 42px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bababa;
}

.module {
	text-align: left;
	color: #3d3d3d;
}

.module .padded-area {
	clear: both;
	padding: 18px 15px 10px 25px;
	margin-right: 10px;
	height: 230px;
	overflow: auto;
}

#module-left {
	float: left;
	width: 291px;
	height: 423px;
	background: transparent url(../images/login_block_left_background.gif) top left no-repeat;
	margin-top: 184px;
}

#module-left .padded-area {
	overflow: hidden;
}

#module-left .news-item {
	float: left;
	margin-bottom: 20px;
	width: 240px;
}

#module-left .news-item a:link, #module-left .news-item a:visited, #module-left .news-item a:hover, #module-left .news-item a:active {
	color: #333;
	text-decoration: none;
}
/*
#module-left .news-item-first a:link, #module-left .news-item-first a:visited, #module-left .news-item-first a:hover, #module-left .news-item-first a:active {
	color: #333;
}*/

#module-middle {
	position: relative;
	float: left;
	width: 320px;
	height: 448px;
	background: transparent url(../images/login_block_middle_background.gif) top left no-repeat;
	margin-left: 34px;
	margin-top: 158px;
}

#module-right {
	float: right;
	width: 291px;
	height: 423px;
	background: transparent url(../images/login_block_right_background.gif) top left no-repeat;
	margin-top: 184px;
}

#module-right .padded-area {
	overflow: hidden;
}

.module h2 {
	background: transparent url(../images/login_block_title_background.gif) top right no-repeat;
	float: left;
	height: 19px;
	font-size: 1.3em;
	font-weight: normal;
	padding: 3px 1.5em 0 1.5em;
	margin: 4px 0 0 4px;
	line-height: 1;
}

#module-right h2 {
	margin-top: 10px;
}

#module-middle .padded-area {
	height: 275px;
	padding: 20px 25px 0 35px;
}

#module-middle .padded-area p {
	width: 100%;
}

.date-widget {
	position: relative;
	float: left;
	width: 3em;
	border: 1px solid #6d6d6d;
	background-color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 7px;
}

.date-widget span.month {
	display: block;
	color: white;
	background-color: #979797;
	text-transform: uppercase;
	height: 1.25em;
}

.date-widget span.day {
	display: block;
	color: #4e4e4e;
	font-size: 1.7em;
	height: 1em;
	padding-top: .3em;
}

#login-messages {
	background-color:#E60000;
	border:5px solid white;
	bottom:465px;
	color:white;
	display:none;
	font-weight:bold;
	left:10px;
	padding:10px 28px 12px 40px;
	position:absolute;
	width:220px;
}