body {
    font-family: Verdana,sans-serif;
}
#header {
    background: url('/templates/img/hr.jpg');
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}
#sideRight {
    /* background: #FFACAA; */
}
#footer {
    /* background: #BFF08E; */
    color: #A0A0A0;
    font-size: 0.8em;
    font-family: Tahoma;
    text-align: center;
    padding: 10px 5px 5px 5px;
    /*border-top: 1px solid #cccccc;*/
}
#footer p {
    border-top: 1px solid #cccccc;
    padding-top: 0.5em;
}
#content p {
    margin: 0em 1em 1.0em;
}

#content ul {
    margin-left: 2em;
    margin-bottom: 1em;
}
#content img {
    margin: 0.3em 1.0em;
}
.metro {
    border-bottom: 1px dotted;
}

.view span.metro {
    float: none;
    display: inline;
}
ul span {
    color: #999999;
}
/* Таблицы */
table {
    margin: 1.0em;
    border-collapse:collapse;
    text-align: left;
    font-size: 0.9em;
}
thead th, th{
    border-bottom:1px solid #4D7285;
    font-size: 0.8em;
}
table strong {
    font-size: 0.8em;
}
tr.even, tr.odd {
    border-bottom:1px solid #CCCCCC;
    vertical-align:middle;
}
tr.even {
    background-color:#EAECEA;
}
tr.highlight {
    background-color: #6DA3BD;
}
td, th {
    padding: 0.2em 2.0em 0 0;
}
/* Заголовки */
h1, h2, h3, h4, h5, h6 {
    color:#999999;
    font-weight:normal;
    text-align: right;
    margin: 1.5em 0 0 0.85em;
    padding: 0 0 1.0em;
    line-height: 1.25em;
}


h2 {
    margin: 1em 0 0em ;
    clear: both;
}

#content h3 {
    text-align: left;
}

strong {
    font-weight: bold;
}
/* Ссылки */
a{ color: #6da3bd; text-decoration: underline; }
a:hover{ color:#4D7285; }
a:visited { color:#990099; }

/* меню навигации */
#navigation {
    width:100%;
    height:1.35em;
    background-color: silver;
    border-bottom: 1px solid #cccccc;
    float: left;
}
#navigation ul li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0em 0.1em 0.05em 1em;
    color: white;
    font-weight: bold;
}
#navigation ul li a {
    font-size: 0.9em;
    color: white;
    font-weight: bold;
}

/* Формы на всем сайте */
fieldset {
    border: 0px;
}
#content form {
    padding: 0em 1.0em 0;
    float: left;
    width: 95%;
}
input[type=text],input[type=password], textarea {
    margin:0 0 1em 0em;
    font-size:1.0em;
    width: 95%;
    border:1px solid #D1D1D1;
    padding:2px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline:1px solid #6DA3BD;
}
input[type=submit], input[type=file] {
    width:auto; /* для кнопок, переключателей */
    font-size:1.0em;
}

select {
    font-size: 1em;
    padding: 0px 4px 0px 0px ;
    margin-bottom: 1.0em;
}
label span {
    color: #FF8F00;
}
/* new Skill form*/
#skillForm input, #skillForm textarea, #skillForm label {
    width: 90%;
}

/* breadcrumbs */
#breadcrumbs {
    width: 100%;
    float:left;
    font-size: 0.8em;
    padding: 0.4em 0em 0.2em 1.0em;
    margin-top: 1px;
}
/* login form */
form.loginForm input {
    width: 15em;
    margin: 0 0 2px;
    font-size: 0.8em;
    height: auto;
}
form.loginForm input[type=submit] {
    width: 7.5em;
}

/* registration form */
.registrationForm fieldset {
    width:55%;  /* рамка вокруг формы */
    border:solid 0px #333; /*  нормальная граница рамки */
    padding: 5px;
    margin: 0 auto 1em;
}

.registrationForm legend {
    float: right;
    font-weight: bold;
    color: silver;
}
.registrationForm label {
    float: left;
    width: 95%;
    margin-bottom: 0.5em;
}
.registrationForm select {
    float: left;
}

#mainOrder input {
    display: inline;
}
#orderMain p {
    margin-bottom: 0.3em
}

/* repetitor Card */
.repetitorCard {
    width: 300px;
    height: 160px;
    overflow: hidden;
    margin: 0px 15px 15px 0px;
    border-right: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    float: left;
}

#content .repetitorCard h3 {
    color: black;
    font-size: 1.2em;
    padding: 6px 6px 0px 0px;
    margin: 0;
    text-align: right;
}

.repetitorCard img {
    float: left;
    padding: 0 5px 5px 0;
}

#content .repetitorCard .note {
    color: #999;
    font-size: 0.8em;
    text-align: right;
    padding-top: 0;
    margin: 0em 1.0em 0.3em;
}

#content .repetitorCard ul {
    margin-left: 120px;
}
#content .repetitorCard ul span {
    color: #999;
    font-size: 0.8em;
}

#content .repetitorCard .metro {
    text-align: right;
}

/* search */
#searchForm  label {
    display: inline;
}
#searchForm  input {
    margin-right: 15px;
}

ul#tabs {
    display: block;
    border-bottom: 1px solid #999;
    float: left;
    width: 100%;
    margin: 0 0 1.0em 1.0em;
}

#tabs li {
    float: right;
    border-width: 0;/* 1px 1px 0px 1px;*/
    border-style: solid;
    border-color: black;
    list-style-type: none;
    margin-left: 0.18em;
    background-color: #EAECEA;
}
#tabs li:hover, #tabs li.current {
    background-color: #A3A3A3;
}

#tabs li a {
    display: block;
    padding: 0.2em 1.0em;
    text-decoration: none;
    color: black;
}
#tabs .mark {
    background-color: #6DA3BD;
}
#tabs .mark a {
    color: white;
}
#tabs .mark:hover {
    background-color: #4d7285;
}

.view p span {
    font-weight: bold;
    width: 150px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 1em;
}

.view p {
    display: block;
}

#sideRight h3 {
    text-align: left;
    margin-top: 1.0em;
    font-size: 1.35em;
    margin-bottom: 0.5em;
    margin-left: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 2px #ccc solid;
}

#sideRight p {
    margin-bottom: 1.0em;
}
div#sideRight {
    font-size: 0.8em;
    padding-top: 1.2em;
}

#sideRight a {
    text-decoration: none;
    cursor: pointer;
}

#sideRight ul {
    margin-left: 1.5em;
    margin-bottom: 1em;
}

#pager {
  margin: 2em 0;
  float: left;
  width: 100%;
}

#pager ul li  {
    display: inline;
    float: left;
    margin-right: 10px;
    padding: 0em 0.1em 0.05em 1em;
}

#pager ul {
    display: block;
    float: right;
}
#pager .counter {
    display: block;
    float: left;
    width: 10em;
}

#pager .arrows {
    text-align: center;
    margin-right: 11em;
}


/* Учебные материалы */

#content h3.rubric {
    margin: 1.0em 0 0 1.0em;
}

.skills, .skills thead, .skills tbody{
    width: 100%;
}

.skills {
    display: block;
}

#repetitorId {
	display: none;
}
