html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: url(images/login/bg_repeat.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 777px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

#top {
  	background-color: #75c043;
  	/* background: url(images/login/login_top.jpg) repeat-x 0 0; */
	height: 25px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	/* float: left; */
  	clear: right;
  	height: 25px;
	width: auto;
  	font-weight: bold;
	line-height: 25px;
	margin-top: 0;
	margin-left: -385px;
	left: 50%;
  	color: #006600;
  	font-size: 80%;
	text-align: center;
  	/* background: url(images/login/login_r.jpg) no-repeat right 0; */
	padding-right: 45px;
}

#top ul.login li.left {
  	/* background: url(images/login/login_l.jpg) no-repeat left 0; */
  	/* height: 38px; */
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	/* height: 38px; */
  	/* background: url(images/login/login_m.jpg) repeat-x 0 0; */
}

#top ul.login li a {
	color: white;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #75c043;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 666px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
	color: #004000;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #ffffff;
	margin: 5px;
	color: black;
	height: 20px;
}

#login .loginContent input:focus.field {
	background: #ffffff;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	/* background: transparent url(images/login/button_login.jpg) no-repeat 0 0; */
	border: 1px solid black;
	background: #006600;
	color: white;
	font-size: 11px;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/login/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(images/login/button_close.jpg) no-repeat right -20px;
}

body {
    background-color: #ffffff;
    text-align: center;
}


#content {
    padding: 0 20px 0 20px;
}


#header #title {
    text-align: left;
    padding-top: 25px;
	padding-left: 10px;
    height: 60px;
    float: left;
    font-family: Georgia, Verdana, Tahoma, Arial;
    font-size: 11px;
    color: black;
}

#header #auth {
    padding-top: 25px;
    text-align: right;
}

#header a, #footer a {
    color: #5d923a;
    text-decoration: underline;
    font-style: italic;
}

#header #logo {
/*	align: left; */
	float: left;
	margin-top: 10px;
}

#menu {
    clear: both;
}

#menu ul { 
    list-style: none; 
    height: 45px; 
}

#menu li {
    display: inline; 
    margin: 0px; 
    text-align: center; 
    float: left;
}

#menu li a {
    padding-top:15px;
    display: block;
    width: 155px;
    height: 45px;
    text-decoration: none;
    font-family: Georgia, Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #5b5b5b;
	 cursor: pointer;
}

#menu .current a, #menu .current a:hover {
    background: url(current.png) no-repeat center top;
}

#menu a:hover {
    background: url(hover.png) no-repeat center top;
}

#menu .rss a {
    font-family: Georgia, Verdana, Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #e96620;
    text-decoration: none;
    width: 45px; 
    height: 15px;
    padding-left: 15px;
    background: url(rss.png) no-repeat left bottom;
}

#auth .rss {
	background: url(rss.png) no-repeat left top;
	padding-left: 20px;
}


.section_1, .section_2, .section_3, .section_4 {
    margin-top: 25px;
    margin-left: 0px;
    padding-left: 50px;
    text-align: left;
    font-family: Georgia;
    font-size: 11px;
    display: block;
}

.section_1 {
    background: url(h1.png) no-repeat left top;
}

.section_2 {
    background: url(h2.png) no-repeat left top;
}

.section_3 {
    background: url(h3.png) no-repeat left top;
}

.section_4 {
    background: url(h4.png) no-repeat left top;
}



h1 {
    font-family: Georgia;
    font-size: 20px;
}

#header h1 {
    margin: 0;
    padding: 0;
}

#footer {
    margin-left: 20px;
    text-align: left;
    font-family: Georgia;
    font-size: 11px;
    margin-top: 30px;
    padding-top: 15px;
    clear:both;
}

#footer_box {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -395px;
}

#footer img { 
	float: left;
}

#footer #ontext {
	margin-right: 5px;
	float:left;
}

#footer #delimiter {
    border-top: 1px solid #c2c2c2;   
    padding-bottom: 10px;
    margin-right: 20px;
}

#footer #copyright {
	float: left;
	
}
    
#footermenu {
	float: right;
	margin-right: 20px;
	width: 350px;
	display: block;
}

#main {
    margin: 0 0 0 0;
}

.block {
	display: block;
    width: 330px;
    float: left;
}

.form {
    font-size: 20px;
    border: 2px solid #5b5b5b;
}

#get_link {
    display: block;
    width: 231px;
    height: 78px;
    background: url(button.png) no-repeat left top;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 25px;
    font-size: 14px;
}

#register {
	display: block;
	width: 151px;
	height: 85px;
   background: url(register.png) no-repeat left top;
	right: 60px;
	margin: 10px;
	position: absolute;
}

#form {
	display: block;
	margin: 30px 0 0 20px;
	float: left;
	left: -20px;
}


#card {
	text-align: left;
    min-height: 500px;
}

#card h1 {
	font-size: 30px;
	color: #252525;
	font-style: italic;
}

#card #meta {
	color: #7c7c7c;
	margin-bottom: 20px;
}

#card #text {
	color: #252525;
	font-size: 15px;
	text-align: justify;
}

#card table, #card table a {
	font-size: 12px;
	font-style: normal;
	font-family: Georgia Arial Tahoma;
	color: #5d923a;
}

#card table thead {
	background-color: #75c043;
	color: white;
}

#card table th, #card table td {
	padding: 10px;
}

#card table .odd {
	background-color: #d9f0ca;
}

#card table .even {
	background-color: #ffffff;
}

#card table a.lock {
	color: red;
	font-weight: bold;
}

#card table .rating {
	width: 80px;
	text-align: left;
}

#card table .locked {
	width: 20px;
	text-align: right;
}

#card table .admin {
	width: 20px;
	text-align: right;
	color: red;
}

#card table .admin2 {
	text-align: left;
	background-color: #f0f0f0;
}

#card table .header {
	text-align: left;
}

#card table .views {
	width: 80px;
	text-align: right;
}

#card table .date {
	width: 180px;
	text-align: right;
}

.error {
    font-size: 10px;
    color: red;
}

#pass_form {
	width: 400px;
}

#pass_form #center {
	border-left: 2px solid #75c043;
	border-right: 2px solid #75c043; 
	background-color: #f3f57b;
}

#pass_form #top #middle {
	background-color: #f3f57b;
	border-top: 2px solid #75c043; 
	margin-left: 10px;
	margin-right: 10px;
	height: 8px;	
}

#pass_form #bottom #middle {
	background-color: #f3f57b;
	border-bottom: 2px solid #75c043; 
	margin-left: 10px;
	margin-right: 10px;
	height: 8px;
}

#pass_form {
	text-align: center;
}

#pass_form .h1 {
	font-size: 18px;
	font-weight: bold;
}

#pass_form #top #left {
	background: url(pass-top-left.gif) no-repeat top left;
	width: 10px;
	height: 10px;
	float: left;
}

#pass_form #top #right {
	background: url(pass-top-right.gif) no-repeat top right;
	width:  10px;
	height: 10px;
	float: right;
}

#pass_form #bottom #left {
	background: url(pass-bottom-left.gif) no-repeat bottom left;
	display: block;
	width: 10px;
	height: 10px;
	float: left;
}

#pass_form #bottom #right {
	background: url(pass-bottom-right.gif) no-repeat bottom right;
	display: block;
	width: 10px;
	height: 10px;
	float: right;
}

a.hidden {
	text-decoration: line-through;
}

#static {
    text-align: justify;
    margin: 0 40px 0 60px ;
	 font-size: 12pt;
	 font-family: "Times New Roman", Times, serif;
}

#static h1 {
    font-size: 30px;
    font-style: italic;
}

#static h2 {
    font-size: 18px;
}

#static #note_1 {
    padding: 10px 80px 10px 60px;
    margin-left: 15px; 
    font-weight: bold;
    background: url(note_1.png) no-repeat top left;
}

#statict #note_2 {
    padding: 10px 80px 10px 60px;
    margin-left: 15px; 
    font-weight: bold;
    background: url(note_2.png) no-repeat top left;
}

#static ul {
	list-style-image: url(li.png);
	list-style-position: outside;
}

#card #meta2 {
	color: #7c7c7c;
}

#actions {
	margin-top: 20px;
	width: 100%;	
}

.action {
	display: block;
	float:left;
	width: 25%;		
	padding-left: 35px;
}

.action a {
	font-size: 12px;
	text-decoration: underline;
	color: #75c043;
}

#print_ver {
	background: url(icon-print.png) no-repeat left;
}

#export {
	background: url(icon-export.png) no-repeat left;
}

#send_link {
	background: url(icon-sendlink.png) no-repeat left;
}

#sendlink {
	display: block;
	position: absolute;
	width: 240px;
	height: 255px;
    background: url(sendlink.png) no-repeat left top;
	right: 70px;
	margin: 10px;
}

#sendlink table tr td {
	padding: 4px;
}

#system_message {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #444444;
	font-weight: bold;
}

#error {
	background-color: #ffaaaa;
	border: 1px solid #ff7777;
	padding: 10px;
	font-size: 18px;
	color: darkred;
}

#message {
	background-color: #32CD32;
	border: 1px solid green;
	padding: 10px;
	font-size: 18px;
	color: darkgreen;
}

.ok {
	background-color: #d9f0ca;
	border: 1px solid darkgreen;
}

.pagenum {
	display: block;
	height: 20px;
	width: 20px;
	border: 1px solid #eee;
	float: left;
}

.note {
	font-size: 11px;
}

.page {
	display: block;
	padding: 5px;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

a.page {
	border: 1px solid green;
/*	font-weight: normal; */
	color: green;
}

#search {
	margin-top: 20px;
}

#login_ontext, #login_openid {
	float: left;
}

#pwd {
	float: left;
}

input#openid {
	padding-left: 20px;
}

#helper {
  float: left;
  width:16px; /* Задаём блоку размеры, такие же, как у картинки */
  height:16px;
  background:url(http://openid.net/wp-content/uploads/2007/10/openid_small_logo.png); /* Картинку возьмём с сайта openid.net */
  position:relative; /* Это нам нужно, чтобы блок висел над текстовым полем, а не под ним */
  margin:6px -23px -20px 10px; /* Делаем так, чтобы блок не занимал места, и сдвигаем его вниз на 4 пикселя и вправо на 3 */
  cursor:text; /* А это для красоты :) */
}
