/*
//------------------------------
// name_module		Стили для гостевой книги и редактора
// version_module 1.15
//------------------------------
*/

.guest{
font-size:10pt;
min-height:103px;
position:relative;
border:1px solid #ccc;
margin-bottom:10px;
padding:10px 10px 10px 120px;
margin-right: 30px;
}
.guest span{
font-weight:700
}
/*.guest span.user_id0{
font-weight:400;
}*/

.guest a{
text-decoration:underline;
color:#333
}
.guest a.anchor{
position:absolute;
right:5px;
top:5px;
color:#999
}
.guest .avatar{
position:absolute;
left:10px;
top:10px
}
.invisible0{
background-color:#eee;
color:#999 !important
}
.invisible0 a{
color:#999 !important
}
.invisible0 a:hover{
color:#666 !important
}
.invisible1{
background-color:#fff
}
.guest .admin_panel{
position:absolute;
right:35px;
top:5px;
width:150px;
height:24px
}
.guest .admin_panel a{
float:right;
margin-left:5px
}
.guest .comment{
margin-top:10px
}
.guest .admin_comment{
background-color:#fcc;
border:1px solid #999;
margin-left:10px;
margin-bottom:10px;
padding:5px
}
/* Таблица редактора */
table.redo{
width:100%;
border-collapse:collapse;
border:1px solid #ccc
}
table.redo textarea.edit,input.edit{
width:99%
}
table.redo > tbody > tr > td{
border-bottom:1px solid #ccc;
vertical-align:top;
background-color:#FFF
}
table.redo td.caption_field{
width:25%;
border-bottom:1px solid #ccc;
font-size:12px;
color:#00c;
padding:2px 5px
}
table.redo td.caption_field span{
display:block;
font-size:90%
}
table.redo tr.module_param td{
border-top:1px solid #ccc;
border-bottom:1px solid #ccc
}
.guest a:hover,.guest a.anchor:hover{
color:#000
}
.button_bb {
border: 1px solid #ccc;
margin-right: 4px;
margin-bottom: 4px;
width:22px;
height:22px;
cursor:pointer;
display:block;
float:left;
background:url(/pic/bbcode_bar.png) 0 0 no-repeat;
}
.button_bb:hover {
border: 1px solid #aaa
}
#btn1{background-position:0 0}
#btn2{background-position:0 -22px}
#btn3{background-position:0 -44px}
#btn4{background-position:0 -66px}
#btn5{background-position:0 -88px}
#btn6{background-position:0 -110px}
#btn7{background-position:0 -132px}
#btn8{background-position:0 -154px}

span.registration_form{
	text-decoration:underline;
	cursor:pointer;
}