Просмотр файла templates/wap_default/style.css

Размер файла: 22.42Kb
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

body { word-wrap: break-word; }
body, select, textarea, button, input { font: 14px/1.45 Helvetica, Arial, sans-serif; color: #2a2a2a; outline: none; }

a { outline: none; color: #ee4923; text-decoration: none; }
a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5 { font-weight: normal; }
h2, h1 { font-size: 28px; line-height: 32px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 16px; line-height: 20px; }


a:focus,a:hover {color: #0083C7; text-decoration: underline;}
a {color: #246;text-decoration: none;}


small {
font-size:10px;
}


span.yesno_yes {
background: #e3f6e5;
border: 1px solid #b4e3b9;
border-right: 0;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
}

.box-toolbar {
margin: 0;
padding: 0;
float: right;
list-style: none;
}
.box-toolbar-link {
position: relative;
float: left;
margin-left: 15px;
padding-right: 10px;
color: #636363;
font-size: 12px;
}

.box-toolbar-link a {
color: #78808a; 
border-left: 1px solid #cecece;
display: block;
padding: 0 10px;
}

#layot {
background: #ECEEEC;
border-top:none !important;
margin:0 auto;
border-left:1px solid #AAAAAB;
border-bottom:1px solid #AAAAAB;
border-right:1px solid #AAAAAB;
}
#title {
text-shadow: 0 1px 1px #1C1C1C;
background:url(images/title.png) center top repeat-x;
text-align: center;
font-size: 18px;
overflow: hidden;
white-space: nowrap;
padding: 0px 10px; 
padding-bottom:0px; 
color:#E6EDF4;
}
#page{
margin:0 auto;
padding:0px; 
padding-top:0px;
}
#page_t{
text-align: left;
font-size: 18px;
overflow: hidden;
white-space: nowrap;
padding: 10px 5px;
}

.table_posts{
    margin-bottom: 10px;
    box-shadow: 0 1px 17px -9px black;
	border-radius: 6px;
}

.posts_gl:last-child {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.posts_gl{
    transition: background, 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    background: #FAFAFA;
    border: 1px #C9C9C9 solid;
    color: #686868 !important;
    padding: 10px 10px 5px 10px;
    display: block !important;
    border-top-style: none !important;
    overflow: hidden;
}

.posts_gl:first-child{
    border-top-style: solid !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.posts_gl:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.posts_gl td{
    padding: 2px;}
.posts_gl td.icons{
    width: 16px;
    height: 16px;
}
.posts_gl td.name{
padding-bottom:10px;
color: #4C6B8F;
}
.posts_gl td.content{

}
.posts_gl td.img{
    width: 48px;
}


.posts_gl td.line_file {

    border-bottom: 1px dotted #777;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    margin-bottom: 7px;
    margin-top: 7px;

}

.posts_gl.hig td.name{
    font-weight: bold;
	color: #4C6B8F;}
.posts_gl.hig{
    background-image: -moz-linear-gradient(top,#FFFFFF 0%, #E3E3E3 100%);
    background-image: -webkit-linear-gradient(top,#FFFFFF 0%, #E3E3E3 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	
}

span.menu_count {
font-size: 12px; 
float:right;
}

.abcsort li {
height: 22px;
line-height: 22px;
font-size: 12px;
padding: 0 10px;
background: #f6f6f6;
background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
border: 1px solid #dbdbdb;
-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #616161;
display: inline-block;
white-space: nowrap;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}

span.menu_count {
font-size: 12px; 
float:right;
}

li{
margin-bottom:6px;
list-style-type: none; /* Убираем маркеры */

}
.list_data.row_data {

word-wrap:break-word;
max-width:100%
}
.list_data .row_title, .list_data .ft {
display: inline-block;
float: left;
width: 120px;
font-weight: bold;
text-align: right;
padding-right: 10px;
}
.list_data.list_data_thin .row_title, .list_data.list_data_thin{
width:10px;
}

.right_images {

float:right;
margin-top:-3px;
}

img, .input_check, .input_radio {
vertical-align: middle;
}
.Badgesh {
font-size: 10px;
text-transform: uppercase;
display: inline-block;
padding: 1px 3px;
color: #fff;
-moz-border-radius: 2px;
border-radius: 2px;
}
.purple {
background: #0B791B;
background: -moz-linear-gradient(top, #2ED245 0%, #0B791B 70%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ED245), color-stop(100%,#0B791B));
border: 1px solid #055A11;
}


.left {
color: #AAAAAA;
text-align:left;
font-size:11px;
}
.input_submit {
float:right;
text-decoration: none;
border-width: 1px;
border-style: solid;
padding: 4px 10px;
cursor: pointer;
background: #212121 url(images/topic_button.png) repeat-x top;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
border-color: #212121;
}

.submit_mod {
margin-top: 5px;
text-align:right;
}


input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin: 8px;
	padding: 8px; 
    background: #fff; 
    border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px;
	box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff; 
	-moz-box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff; 
	-webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff;
	min-width: 98%;
    width: 98%;

}

input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}

button, input {
line-height: normal;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}

select {
border: 1px solid #CCC;
padding: 1px;
border-radius: 2px;
outline: 1px solid #fff;
}
textarea {
    margin: 8px;
	padding: 12px; 
    background: #fff; 
    border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px;
	box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff; 
	-moz-box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff; 
	-webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff;
	min-width: 98%;
    width: 98%;
}

textarea:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}


select {
padding: 1px;
}

.notinfo {
padding: 2px 6px;
background: #243f5c;
color: #fff;
font-size:11px;
font-weight: bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.Button {
background: #82b346;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw');
border: 1px solid #6d963b;
border-width: 1px 1px 0 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 #a2c873, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #a2c873, 0px 2px 3px rgba(0,0,0,0.2);
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #82b346));
background-image: -webkit-linear-gradient(top, #96c161, #82b346);
color: #fff;
text-shadow: 0 -1px 0 #191919;
font: 300 12px/1.3 Helvetica, Arial, sans-serif;
line-height: 30px;
height: 30px;
padding: 0 10px;
text-align: center;
min-width: 125px;
display: inline-block;
cursor: pointer;
}

.success {
color: #458B00;
background-color: #dff0d8;
border-color: #d6e9c6;
border: 1px #9ACD32 solid;
padding: 7px;
margin-bottom: 9px;
}
.success a {color: #264409;}

.error {
color: #B8860B;
background-color: #fcf8e3;
border-color: #faebcc;
border: 1px #FFDAB9 solid;
padding:10px;
margin-bottom:9px;
}
.error a {color: #8A1F11;}

hr { 

	border-bottom: 1px dotted #D9D9D9;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.maintitle {
background: #2c5687 url(images/maintitle.png) repeat-x top;
color: #fff;
padding: 5px 5px 6px;
font-size: 14px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528cbc;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528cbc;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}

.row {
background: #fff;
padding: 10px 10px;
border-top: 1px solid #e9edf1;
overflow: hidden;
}

.Button_secondary {
height: 27px;
line-height: 27px;
font-size: 12px;
padding: 0 10px;
background: #f6f6f6;
background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
border: 1px solid #dbdbdb;
-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #616161;
display: inline-block;
white-space: nowrap;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}

.Button_secondary a{
color:#616161
}

.Button_secondary:hover{
color:#4c4c4c;
border-color:#9a9a9a}

.Button_secondary.important
{background:#9f2a00;
background:-moz-linear-gradient(top, #9f2a00 0%, #812200 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f2a00), color-stop(100%,#812200));
border:1px solid #812200;
color:#fbf4f4;
-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
box-shadow:0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3)}



.button.secondary {
background: #eaeaea;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#c4c4c4));
color: #313131;
border-color: #acacac;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 3px;
text-shadow: 0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 0 0 #fff;
box-shadow: inset 0 1px 0 0 #fff;
width: auto;
padding: 5px 10px;
font-size: 13px;

}
.margin {
margin: 5px 0px 5px 0px;
}

._sharedMediaBbcode {

background: #f6f6f6;
background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
border: 1px solid #dbdbdb;
-moz-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 2px rgba(0,0,0,0.2);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #616161;
display: inline-block;
margin-right: 15px;
margin-bottom: 5px;
padding: 15px;
}

.Badge {
display: inline-block;
height: 16px;
line-height: 16px;
padding: 0 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
}
.Badge_green {
background: #7ba60d;
}
.Badge_light {
background: #b3b3b3;
}

h3 {
font-weight: bold;font-size: 100%;
margin: 6px 0px 0px 0px ;
background: #f6f6f6 url(images/search_bar_bg.png) repeat-x top;
padding: 6px;
text-align: left;
border-bottom: 1px solid #b8b8b8;
border-top: 1px solid #e0e0e0;
}

.submit {
padding: 12px 0px;
font-weight: bold;
font-size: 13px;
background: #f4f4f4;
background: -moz-linear-gradient(top, #f4f4f4 0%, #dcdcdc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dcdcdc));
text-align: center;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #c8c8c8;
}

div.list, #list {
position: relative;
overflow: hidden;
background: #ffffff;
border-radius: 0px 0px 3px 3px;
color: #6F6F6F;
border: #D8DCE2 1px solid;
margin: 3px 0px 3px 0px;
}
.list2,#list2 {
margin: 2px;
display: inline-block;
padding: 8px;
}

.mainname{ 
background: #eaeaea;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
background-image: linear-gradient(top, #fdfdfd, #eaeaea);
text-shadow: 0 1px white;
-webkit-box-shadow: 0 0 10px 0 #cccccc;
-moz-box-shadow: 0 0 10px 0 #cccccc;
box-shadow: 0 0 10px 0 #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 1px solid #CDCDCD;
color: #636363;
overflow: hidden;
padding: 7px;

}
.mainfoot{
background-color: #E7F9FD;
color: #333333;
overflow: hidden;
padding: 6px;
margin: 6px -6px -6px -6px;
}
.mainpost {
table-layout: fixed;
background-color: #fcfcfc;
padding: 8px;
word-wrap: break-word;
border: 1px #D9D9D9 solid;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  -moz-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
  background: #fbfbfb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
margin-bottom: 5px;
}

.mainpost li {
background: #f6f8fb;
color: #808080;
border-bottom: 1px solid #DBE4EF;
font-size: 13px;
}

.note {
color: #909090;
font-style: Tahoma;
font-size: 11px;
margin-bottom: 10px;
}

.time {
float:right;
color:#9E9C9C;
font-size:11px;
}
.desc {
font-size:11px;
}

.subpost {
background-color: #fcfcfc;
margin: 3px;
padding: 8px;
word-wrap: break-word;
border: 1px #D9D9D9 solid;
border-radius: 2px;
}
.subposted{
float:right;
font-size: 12px;
color: #777;
}
.light {
color: #a4a4a4;
}
.sortable  {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	padding: 6px;
	margin: 3px;
    background: url(images/nav.gif) repeat-x #ebecec;
	clear:both;
}





.little-table { 
    table-layout:  inherit;
   width: 100%;
  font-family:Arial, Helvetica, sans-serif; 
  color:#666; 
  font-size:12px; 
  text-shadow: 1px 1px 0px #fff; 
  background:#eaebec; 
  border:#ccc 1px solid; 
  border-collapse:separate;
  
  -moz-border-radius:3px; 
  -webkit-border-radius:3px; 
  border-radius:3px; 

  -moz-box-shadow: 0 1px 2px #d1d1d1; 
  -webkit-box-shadow: 0 1px 2px #d1d1d1; 
  box-shadow: 0 1px 2px #d1d1d1; width:100%;
} 

.little-table th { 
  font-weight:bold; 
  padding:11px 15px 12px 15px; 
  border-top:1px solid #fafafa; 
  border-bottom:1px solid #e0e0e0; 

  background: #ededed; 
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb)); 
  background: -moz-linear-gradient(top, #ededed, #ebebeb); 
} 
.little-table th:first-child{ 
  text-align: left; 
  padding-left:20px; 
} 
.little-table tr:first-child th:first-child{ 
  -moz-border-radius-topleft:3px; 
  -webkit-border-top-left-radius:3px; 
  border-top-left-radius:3px; 
} 
.little-table tr:first-child th:last-child{ 
  -moz-border-radius-topright:3px; 
  -webkit-border-top-right-radius:3px; 
  border-top-right-radius:3px; 
} 
.little-table tr{ 
  text-align: center; 
  padding-left:20px; 
} 
.little-table tr td:first-child{ 
  text-align: left; 
  padding-left:20px; 
  border-left: 0; 
} 
.little-table tr td { 
  padding:18px; 
  border-top: 1px solid #ffffff; 
  border-bottom:1px solid #e0e0e0; 
  border-left: 1px solid #e0e0e0; 
   
  background: #fafafa; 
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa)); 
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); 
} 
.little-table tr.even td{ 
  background: #f6f6f6; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6)); 
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); 
} 
.little-table tr:last-child td{ 
  border-bottom:0; 
} 
.little-table tr:last-child td:first-child{ 
  -moz-border-radius-bottomleft:3px; 
  -webkit-border-bottom-left-radius:3px; 
  border-bottom-left-radius:3px; 
} 
.little-table tr:last-child td:last-child{ 
  -moz-border-radius-bottomright:3px; 
  -webkit-border-bottom-right-radius:3px; 
  border-bottom-right-radius:3px; 
} 
.little-table tr:hover td{ 
  background: #f2f2f2; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0)); 
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);  
} 

.little-table a:link { 
  font-weight: bold; 
  text-decoration:none; 
} 
.little-table a:visited { 
  font-weight:bold; 
  text-decoration:none; 
} 
.little-table a:active, 
.little-table a:hover { 
  color: #bd5a35; 
  text-decoration:underline; 
} 


/* = Footer = */
#footer { text-align: center; }
	#footer .background { height: 8px; background-position: 50% 50% }
	#copyright { padding: 16px 20px; font-size: .8em }
	#copyright a, #copyright { color: #6a6a6a; }


.progress_bar{background-color:#fff;border:1px
solid #d5dde5}.progress_bar
span{background:#243f5c url(images/gradient_bg.png) repeat-x left 50%;color:#fff;font-size:0em;font-weight:bold;text-align:center;text-indent:-2000em;height:10px;display:block;overflow:hidden}.progress_bar.limit
span{background:#b82929 url(images/progressbar_warning.png) repeat-x center}.progress_bar span
span{display:none}.progress_bar.user_warn{margin:0
auto;width:80%}.progress_bar.user_warn
span{height:6px}.progress_bar.topic_poll{border:1px
solid #d5dde5;margin-top:2px;width:40%}


p{line-height:150%;}


.cancel {
color: #ad2930;
font-size: 0.9em;
font-weight: bold;
}

.menu-avatar {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
width: 32px;
height: 32px;
margin-right: 10px;
}

.red_button{
background: #812200 url(images/topic_button_closed.png) repeat-x top;
border-color: #812200;
-moz-box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
}


.Pad_list{padding:1px;}

.List_withminiphoto>li {
margin-bottom: 8px;
}
.left {
float: left;
}

.UserPhotoLink:hover .UserPhoto {
border-color: #7d7d7d;
}
.UserPhoto_mini {
width: 30px;
height: 30px;
}

.UserPhoto {
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

img{
vertical-align: middle;
}

.List_withminiphoto > li .list_content {
margin-left: 40px;
}

.desc.lighter {
color: #a4a4a4;
}

.row {
background: #fff;
padding: 10px 10px;
border-top: 1px solid #D9D9D9;
overflow: hidden;
}

.right_info {
float: right;
padding: 2px 6px;
background: #243f5c;
color: #fff;
font-weight: bold;
font-size: 80%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.triangle-button {
position: absolute;
text-align: center;
font-size: 14px;
font-weight: 600;
line-height: 16px;
top: 0;
right: 0;
color: #fff;
overflow: hidden;
height: 32px;
width: 32px;
text-shadow: none;
}




.STable, .form_table {
	width: 100%;
}
.STable td, .form_table td {
	padding: 5px;
}

table .field_title {
	width: 25%;
	max-width: 280px;
	min-width: 230px;
	vertical-align: top;
	text-align: right;
}