/* CSS Document */

/*Задан повторяющийся фоновый рисунок и шрифт текста для страницы*/
body {
margin:0;
padding:0;
background:url(../images/bg.jpg) #db9b56;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

form {
    margin: 0;
}

img {
border:none;
}

textarea, select, input {
    font-size: 13px;
    margin: 0px 2px 0px 2px;
}

/*Подчеркивание у ссылок*/
a, a.visited {
color: #0000FF;
text-decoration:none;
}
/*Ссылки при наведении не подчеркнуты*/
a:hover {
text-decoration:underline;
}
/*Свойства основные*/
h1 {
text-align:center;
color:#535353;
font-weight:bold;
font-size:20px;
margin:0;
padding:20px 0 20px 0;
}
h1.top {
text-align:left;
color:#535353;
font-weight:bold;
font-size:14px;
margin:0;
padding:0px 0px 0px 0px;
}
h3 {
    font-family: georgia;
    text-align: center;
    font-size: 20px;
}
h4 {
    font-family: georgia;
    text-align: left;
    font-size: 14px;
    margin: 2px;
}

hr {
   color: #CCCCCC;
}

p {
    font-size: 12px;
    color:#535353;
    margin: 0.6em 0;
}

/*Отступы всего контейнера с органайзером и футером*/
#organizer {
margin:12px 20px 0 16px;
}
/*Логотип*/
#logo {
width:197px;
height:58px;
padding:0 66px 0 57px;
}
#logo a, #logo a:link, #logo a:visited, #logo a:hover {
    color: yellow;
}
/*Второй домен*/
#orgit_ru {
    float: left;
    width: 124px;
    height: 33px;
    top: -9px;
    left: -15px;
    position: relative;
}
#top_right img {
    vertical-align: top;
}
/*Левый верхний угол*/
#top_left {
width:320px;
height:34px;
background:url(../images/top_left_bt.jpg) no-repeat;
}
/*Повторяющийся фон для верха*/
#left_bg {
background:url(../images/left_b.jpg) repeat-y;
}
/*Надпись вход + линия снизу*/
#enter {
width:190px;
height:25px;
margin:15px 20px 0 40px;
border-bottom:1px solid #979797;
color:#535353;
font-weight:bold;
font-size:14px;
}
/*Поле авторизации*/
#auth {
width:190px;
margin:10px 20px 0 40px;
}

.auth_txt {
color:#979797;
font-size:12px;
font-weight:bold;
}

.auth_field {
width:127px;
border:1px solid #979797;
}

.a_right {
text-align:right;
margin-top:5px;
color:#979797;
font-size:11px;
}

#reg {
width:190px;
margin-top:10px;
}
/*Скругленные углы*/
.r2 {
width:186px;
}

.r3 {
width:188px;
}

#r4 {
background-color:#dedede;
width:190px;
text-align:left;
padding:1px 0 3px 0;
}

.r2, .r3 {
display: block;
height:1px; 
background-color:#dedede;
overflow: hidden; 
font-size:1px;
}
/*Текст запомнить меня и регистрация*/
.grey {
color:#787878;
font-size:11px;
}

.margin10 {
margin-left:10px;
}
/*Изображение для входа в кабинет (дверь)*/
#login_door {
text-align:center;
width:220px;
margin:10px 0 0 30px;
}

#menu_field {
margin:30px 70px 0 0;
}

.mn {
padding:0;
margin:0;
}
/*Стили для меню с фоном*/
.mn li {
list-style-type:none;
background:url(../images/menu_bg.jpg) no-repeat;
width:250px;
height:40px;
}
/*Ссылки в меню - не подчеркиваются*/
.mn li a {
color:yellow;
font-weight:normal;
font-size:12px;
text-decoration:none;
margin:16px 0 0 112px;
display:-moz-inline-box;
display:inline-block;
}
/*Ссылки в меню - подчеркиваются, когда это текущая страница*/
.mn li a.underline {
text-decoration:underline;
}
/*Правый верхний угол*/
#top_right {
background:url(../images/top_b.png) repeat-x;
text-align:right;
}
/*Заливка повторяющимся изображением и белым цветом правого блока*/
#right_bg {
background:#FFFFFF url(../images/right_b.jpg) right repeat-y;
padding:15px 46px 0 20px;
}
/*Поле названия статьи с линией*/
#art_name {
width:50%;
height:25px;
border-bottom:1px solid #979797;
color:#535353;
font-weight:bold;
font-size:14px;
float:left;
}
/*Поле даты*/
#date {
color:#607cd9;
font-style:italic;
font-size:18px;
text-align:right;
}
/*Стили для основного текста контента*/
.text {
margin-top:15px;
color:#535353;
font-size:12px;
line-height:18px;
}
/*Блок со статистикой и баннерами*/
#left_after {
width:320px;
background:url(../images/left_b_after.jpg) repeat-y;
}
/*Нижний левый угол*/
#bottom_left {
width:320px;
height:37px;
background:url(../images/bottom_left_cor.jpg) no-repeat;
}
/*Нижняя часть*/
#bottom_right {
background:url(../images/bottom_b.png) repeat-x;
text-align:right;
}
/*Блок с копирайтами и карандашем*/
#footer {
margin-top:30px;
}

#copy_field {
width:250px;
margin-left:10px;
float:left;
text-align:left;
}

#copy_top {
background:url(../images/copy_top.png) no-repeat;
width:250px;
height:3px;
}

#copy_middle {
background:url(../images/copy_middle.png) repeat-y;
width:250px;
padding:10px 10px 10px 30px;
color:#535353;
font-size:12px;
}

#copy_middle a {
color:#535353;
}

#copy_bottom {
background:url(../images/copy_bottom.png) no-repeat;
width:250px;
height:3px;
}

#pencil {
background:url(../images/pencil.png) no-repeat;
width:410px;
height:108px;
margin-left:320px;
}

.dayNow {
    color: #af1010;
    font-weight: bold;
}

a.yellow, a:link.yellow, a:visited.yellow, a:hover.yellow {
    color: yellow;
}

.centeredContent {
    text-align: center;
}

.weekday {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

.calendarHeader input {
    font-size: 12px;
    width: 25px;
}

.calendarHeader input.monthName {
    text-align: center;
    width: 150px;
}

.calendarTable {
    border: none;
}

.calendarTable td {
    text-align: center;
}

#calendar {
    margin: 0;
    padding: 0;
}

.dateField {
    font-size:13px;
    text-align: center;
}

.searchQueryReset, .filterMonth {
    margin: 8px;
    text-align: center;
}
#but1, #but2, #but3, #but4, #but5, #but6, #but7, #but8, #but9 {
    font-size: 10px;
    height: 22px;
    width: 35px; 
}

#but4, #but5, #but6, #but7, #but8 {
    width: 50px; 
}

#but1 {
    font-weight: bold;
}

#but2 {
    font-style: italic;
}

#but3 {
    text-decoration: underline;
}

#but4 {
    color: red;
}

#but5 {
    color: green;
}

#but6 {
    color: #A0A0A0;
}

.catSelect {
    width: 200px;
}

#searchInput {
    width: 200px;
    font-size: 10px;
}

#categoryInput {
    width: 130px;
}

.fileInput {
    width: 400px;
}

#catEditedNote {
    width: 500px;
}

#note_text, #wishEdit {
    width: 500px;
    height: 150px;
}

#passwdInput {
    width: 150px;
    font-size: 10px;
}

#timezone {
    width:450px;
}

#advice {
    width: 150px;
}

#selectEventCat {
    width: 440px;
}

#comment {
    height: 55px;
    width: 440px;
    font-size: 13px;
}

#comment_counter {
    font-size: 13px;
    text-align: center;
    width: 30px; 
}

.newsMessage {
    width: 500px;
}

.adminInput {
    font-size: 10px;
}

.adminSearch {
    width:200px;
}

.yourEmailText {
    font-size: 14px;
}

.copyButton {
    position: relative;
}

.smile {
    margin-right: 4px;
    cursor: pointer;
}

.blankCell {
    line-height: 0;
    padding: 0;
}

table.data, table.paysHistory {
    background-color: #E5E5E5;
    font-size: 12px;
}
table.paysHistory {
    width: 100%;
}
.datatr1 {
    background-color: #FFFFFF;
}
.datatr2 {
    background-color: #F5F5F5;
}

table.grey {
    background-color: #CCCCCC;
    font-size: 13px;
}

.li2 {LIST-STYLE-IMAGE: url(../images/li.gif); MARGIN-BOTTOM: 5px}


.m2, .calendarHeader {
    margin: 5px 0px 5px 0px
}

.tHeader, th {
    background-color: #990000;
    color: yellow;
    font-size: 13px;
    font-weight: normal;
    text-indent: 3px;
}

a.tHeader:link, a.tHeader:visited, a.tHeader:hover {
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.tBot {
    color: #000000;
    background-color: #E5E5E5;
}

.tGrey {
    color: #808080;
}

.tGreen {
    color: green;
}

.tRed {
    color: red;
}

.tNdone {
    color: #a52a2a;
}

.hline {
    background-color: #A0A0A0;
}

.tBotForm {MARGIN: 0px; PADDING: 0px}

.NavForm {MARGIN: 3px 0px 3px 0px; PADDING: 3px 0px 3px 0px}

.TextSmall {font-size: 10px}

.CButton {width:25px; height:20px; font-family:verdana; font-size:13px;}

.win1 {BORDER: 1px solid #A0A0A0; PADDING: 2px 5px 2px 5px}

.win2 {BORDER: 1px dotted #A0A0A0; PADDING: 2px 5px 2px 5px}

.center {text-align: center;}

.IconEdit {PADDING-TOP: 3px}

.pages {
    margin: 5px 0px;
    text-align: center;
}

.pages select {
    font-size: 11px;
}

.moreText {
    background: #fafaa0;
}

.copyText br {
/*    display: none; */
}

#smsForm, #storageForm, #donateForm {
    margin: 0 0 2em 0;        
    padding: 0;
}

.w30 input {
    width: 17.5em;
}
.w30 select {
    width: 20em;
}
