﻿body {
    font-family: Verdana,Tahoma,arial,sans-serif;
    font-size: 71.00%;
}

a
{
    color: #CC6714;
    text-decoration: none;
    line-height: 20px;
}

a:hover, a:focus, a:active {
  color: orange;
  text-decoration: underline;
}

.content
{
    width: 680px;
    height: 859px;
    margin: 0 auto;
    padding-top: 10px;
}

.GZ-item
{
    width: 450px;
    margin: 5px 10px;
    border-bottom: 1px silver dotted;
}

.GZ-title
{
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width:100%;
    background-color: #EDEFF0;
    color: #358;
    padding: 7px;
    text-align: center;
    font-weight: bold;
}

.GZ-date
{
    color: #444444;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    padding: 2px 2px 2px 20px;
    background-image: url('../img/clock.gif');
    background-repeat: no-repeat;
}

.GZ-description p
{
    color: #444444;
}

/* Боковая менюшка*/
.thematicLinks
{
    width: 210px;
    float: right;
    margin: 10px 0 10px 10px;
 
    border: 1px silver solid;
    border-top: 0;
    background-color: #FFF;
}

.partHeader
{
    font-weight:bold;
    color: #444444;
    border-top: 1px silver solid;
    border-bottom: 1px silver solid;
    padding: 5px 5px 5px 20px;
    background-color: #F6F6F6;

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(231,231,231,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(231,231,231,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(231,231,231,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

}

.thematicLinks ul
{
    list-style-type: none;
    padding: 0;
    margin: 5px;
}

.thematicLinks ul li
{
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px silver dashed;
}
/* --------------*/
/* Регистрация */
.registration
{
    width: 450px;
    margin: 5px 10px;
    position: relative;
}

.registration .title
{
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 464px;
    margin: 0 auto;
    font-size: 14px;
    font-weight:bold;
    text-align:center;
    color: #444444;
}

.registration span
{
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 100%;
    margin-top: 15px;
}

.registration input[type="text"], input[type="password"]
{
    width: 450px;
}

.registration .validator
{
    margin-top: 0;
    color: red;
    text-align:center;
    position: absolute;
}

.registration input[type="submit"]
{
    margin: 10px 0;
}
/* --------------*/
/*   GroupEdit   */
.GroupEdit
{
    color: #444444;
}

.GroupEdit .title
{
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 100%;
    font-size: 14px;
    font-weight:bold;
    text-align:center;
    color: #444444;
    margin-bottom: 20px;
}

.GroupEdit table {
    font-size: 80%;
}
.GroupEdit table tr td, .GroupEdit table tr th
{
    padding: 3px;
}

.GroupEdit input[type="text"]
{
    margin: 7px 10px 20px 0;
    width: 40%;
}
/* --------------*/