﻿/* General */
tr,td,input,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
/* Top */
.top_table {
	width: 100%;
	height: 115px;
	background: white url(img/top_bg.gif) repeat-x;
}

/* Header */
.header {
	background: #708090 url(img/header_bg.gif) repeat-x center;
	height: 125px;
	width: 100%;
	border: 0px;
}
.logo {
	background: white url(img/logo_bg.gif) no-repeat center;
	height: 125px;
	width: 365px;
}
.search {
	color: #979797;
	text-shadow: 1px 1px 0px black;
	padding: 0 20px 0 20px;
}
#sample {
	border-bottom: 1px dashed #979797;
 	font-style: italic;
 	cursor: pointer;
}
/* Main content */
.main {
	width: 100%;
}
.left_block {
	width: 256px;
	padding: 10px;
}
.middle_block {
	padding: 10px 0 10px 0;
}
.middle_block h2 {
	color: #4b0082;
	font-size: 16px;
}
.right_block {
	width: 256px;
	padding: 10px;
}

/* Adv block top */
.adv_top {
	width: 100%;
	height: 87px;
}
.adv_top_left {
	width: 19px;
	background: url(img/adv_left.gif) no-repeat left;
}
.adv_top_center {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
}
.adv_top_right {
	width: 5px;
	background: url(img/adv_right.gif) no-repeat right;
}

/* Bottom */
.authors {
	background: white url(img/line_bottom_bg.gif) repeat-x;
	height: 90px;
	width: 100%;
	padding: 20px 0 0 20px;
	color: #464646;
}
.field {
	background: #f5f5f5 url(img/field_bg.gif) repeat-x;
	height: 31px;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	font-style:italic;
	text-align: center;
}
.fieldline {
	border-collapse:collapse;
	border:0;
   padding:0;
	width: 100%;
	border: 0px;
	margin: 3px 0 3px 0;
}
.fieldline td {
	padding: 0;
}
.field_left {
	background: url(img/field_left.png) no-repeat left;
	height: 31px;
	width: 5px;
}
.field_right {
	background: url(img/field_right.png) no-repeat right;
	height: 31px;
	width: 5px;
}
/* Menu block */
.menublock {
	width: 256px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: #45484d url(img/menublock_bg.gif) repeat-x top;
	color: white;
	text-shadow: 1px 1px 0px black;
	-moz-border-radius: 7px; /* FF1+ */
  	-webkit-border-radius: 7px; /* Saf3+, Chrome */
   border-radius: 7px; /* Opera 10.5, IE 9 */
}
.menublock h3 {
	color: #f4e600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
}
.menublock a:link, a:visited {
	color: #f4e600;
	text-decoration: none;
}

.menublock a:hover {
	color: #ccff00;
	text-decoration: none;
	border-bottom: 1px dotted #ccff00;
}
.submitbutton {
	background-image: url(img/login_bt_n.gif);
	margin-top: 5px;
	width: 126px;
	height: 30px;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 0px black;
}
.submitbutton:hover {
	background-image: url(img/login_bt_o.gif);
}

.linkfooter {
color:#464646; 
font-size: 10px;
}