* {margin: 0; padding: 0; border: 0;}
body {
  padding: 1% 1% 1% 1%;
  background: #ffffde;
  color: #000;
  font-family: Verdana, Tahoma;
  font-size: 10pt;
}

#breadcrumbs {
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

#content { 
  margin-top: 10px;
  margin-right: 260px;
}

#rightcol {
  margin-top: 10px;
  float: right;
  width: 253px;
}

#footer {
  margin-top: 20px;
}

#footer p {
  font-size: 8pt;
  color: #888;
}

#board {
  height: 245px;
  margin-right: 5px;
  margin-top: 10px;
}

#ping {
  position: relative;
  top: -25px;
  left: 110px;
}

#sticker {
  width: 280px;
  height: 200px;
  float: left;
  background-color: #fffb91;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  margin-top: 15px;
  margin-right: 5px;
}

#shortmessage {
  position: relative;
  top: -35px;
  margin-top: 0px;  
  padding: 8px;
}

#shortmessage p {
  font-size: 9pt;
}

#board p.title {
  text-indent: 0; text-align: center; font-weight: bold;
  color: #fff;
  background: #005a00 url(http://school59.ru/assets/images/icons/feed.png) no-repeat;
  background-position: 2px center;
  padding: 3px;  
}

img {
  border: 0;
}

p {
  font-family: Verdana, Tahoma;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-indent: 5mm;
}

ul {
  margin: 5px;
}

li {
  font-family: Verdana, Tahoma;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  margin-left: 1cm;
  margin-bottom: 2px;
}

a:link {
  font-size: 10pt;
  color: #346c2f;
  text-decoration: none;
}
a:visited {
  font-size: 10pt;
  color: #346c2f;
  text-decoration: none;
}
a:hover {
  font-size: 10pt;
  color: #346c2f;
  text-decoration: none;  
  border-bottom: 1px dashed #346c2f;
}

h1 {
  color: #009600;
  font-size: 18pt;
  font-weight: normal;
  text-align: center;
  margin-top: 6px; margin-bottom: 12px;
  border-bottom: 2px solid #009600;
  font-variant: small-caps;  
}
h2 {
  color: #009600;
  font-size: 16pt;
  font-weight: normal;
  margin-left: 50px; margin-top: 6px; margin-bottom: 2px;
}
h3 {
  color: #009600;
  font-size: 14pt;
  font-weight: normal;
  margin-left: 25px; margin-top: 6px; margin-bottom: 2px;
}

#notice {
  background-color: #beffbe;
  border: 1px solid #005a00;
  padding: 5px; margin: 3px;
}

#noticewhite {
  border: 1px solid #005a00;
  padding: 5px; margin: 3px;
  background: #fff url(gradient.png) repeat-y;
}

#noticewhite p.title {
  color: #000;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: 0;
}

#login {
  font-size: 8pt;
  padding: 5px; margin: 3px;
  border: 1px solid #005a00;
  background: #fff url(gradient2.png) repeat-y;
}

#login p.title {
  text-indent: 0; text-align: center; font-weight: bold;
  color: #fff;
  padding: 3px; 
  background-color: #005a00 
}

#news {
  font-size: 8pt;
  padding: 5px; margin: 3px;
  border: 1px solid #005a00;
  background: #fff url(gradient2.png) repeat-y;
}

#news p.title {
  text-indent: 0; text-align: center; font-weight: bold;
  color: #fff;
  background: #005a00 url(http://school59.ru/assets/images/icons/feed.png) no-repeat;
  background-position: 2px center;
  padding: 3px; 
}

#news a {
  font-size: 8pt;
}

#news p.date{
  font-size: 8pt;
  margin-top: 5px;  
  color: #a4a4a4;
  text-indent: 0;
}
#news p.message{
  font-size: 8pt;
  text-indent: 5mm;
}

.logo {
  background: url(logo_fill.png) repeat-x;
  height: 119px;
}

.logo  .left {
  background: url(logo_left.png) no-repeat;
  height: 119px;
  width: 95px;
  float: left;
}

.logo  .right {
  background: url(logo_right.png) no-repeat;
  height: 119px;
  width: 30px;
  float: right;
}

.logo .image {
  background: url(logo_text.png) no-repeat;
  background-position: 50%;
  height: 119px;
  width: 301px;
  float: left;
}

input.login {
 border: 1px solid #ccc; 
 width: 100%; 
}

input.login:focus {
 border: 1px solid #39c; 
}

input.button {
  border: 1px solid #ccc;
  padding: 3px;
}

input.email {
  border: 1px solid #ccc;
  font-size: 14pt;
  padding: 2px;
  margin: 3px;
  background-color: #fff;
}

input.email:focus {
  border: 1px solid #39c;
  font-size: 14pt;
  background-color: #ffda95;
}

input.emailbutton {
  border: 1px solid #ccc;
  padding: 4px;
  margin-top: 8px;
  font-size: 14pt;
  width: 100px;
}

td.email {
  font-size: 14pt;
  font-style: normal;
  font-weight: normal;
  text-indent: 0;
  width: 100px;
}

.tinfo_container
{
	border-top: 1px solid #bebebe;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #515151;
	margin: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	background: #fff9d3 url(hole.png) repeat-y;
	background-position: 10px -49px;
}

img.tphoto
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
	border: 1px solid #515151;
}

p.tname
{
	text-indent: 0mm;
	font-size: 18pt;
	font-variant: small-caps;
	color: #494949;
	margin-top: 0;
	margin-bottom: 20px;
}

p.info
{
	font-size: 10pt;
	margin-bottom: 6px;
}

p.addinfo
{
	font-size: 8pt;
}

table
{
  border: 2px solid #000;
  background-color: #fff;
  margin: 10px;
}

tr
{
  border-bottom: 1px solid #000;
}

th
{
  border-left: 1px solid #aaa;  
  border-right: 1px solid #aaa;  
  border-bottom: 2px solid #000;
  background-color: #eee;
  padding: 5px;
  font-size: 9pt;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}

td
{
  border-left: 1px solid #aaa;  
  border-right: 1px solid #aaa;  
  padding: 5px;
  font-size: 9pt;
  vertical-align: top;
}

.notice
{
  border-left: 2px #d5d5d5 solid;
  border-top: 2px #d5d5d5 solid;
  border-right: 1px #5e5e5e solid;
  border-bottom: 1px #5e5e5e solid;
  background-color: #f9ffcf;
  padding: 10px;
  margin: 5px;
  font-size: 12pt;
}
