.cuga {display: none;}

input::-webkit-input-placeholder
{
	color:#ccc;
}
input:-moz-placeholder
{
	color:#ccc;
}

.counter_input
{
	background-color: #F4F4F4;
	font-size: 40px;
	width: 120px;
	box-shadow: 0 1px 5px #CCCCCC inset, 0 -1px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
	text-align: center;
}

.inactive
{
    background-color: #E5E5E5;
    background-image: url("/media/images/blocked.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px 24px;
    border: 1px solid #CCCCCC;
}

.error
{
    border: 1px solid #FFA500;
}

.active
{
	border: 1px solid #158ee3;
}

.counter_input_disable
 {
  font-size:25px;
  background-color:black;
  border:1px solid #FF0000;
  width:250px;
 }

.todo {
  text-transform: uppercase;
  text-align: center;
  border:10px solid #FF0000;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #FFFF00;
  padding: 2px;
 }

.todovlad {
  text-transform: uppercase;
  text-align: center;
  border:5px solid #FF0000;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #00FF00;
  padding: 2px;
}

.post {
    min-width: 600px;
	width: 90%;
    background: url("./images/postbg.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: 0 8px 12px -8px #CCCCCC;
    margin-bottom: 12px;
}
.post h3.header {
    border: medium none;
    font-family: "Trebuchet MS",Verdana,Tahoma,Ubuntu,"DejaVu Sans",Helvetica,sans-serif;
    font-size: 1.2em;
    line-height: 125%;
    margin: 0 0 0.3em !important;
    padding: 2px 0 0;
    text-transform: none;
    color: #2B98B7;
}
.post p.author {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
}
.post div.body {
    float: left;
    width: 75%;
}
.post p {
	margin: 5px 2px;
}
.post div.info {
    width: 18%;
    float: right;
}
.post div.info_info {
    width: 130px;
    padding: 0 0 0 10px;
    margin: 5px 0 0 0;
    float: right;
    font-size: 0.7em;
    border-left: 1px solid #E5E5E5;
}

.post div.admin_answer {
	width: 70%;
	float: left;
	margin-left: 30px;
}

h2 {
	margin: 0;
	padding: 0;
}

.topic h2 {
    color: #2C2C2C;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
}

.topic h2 a {
    color: #2C2C2C;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
}
.topic h2 a:hover {
    color: #2C2C2C;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
	border-width:1px;
	border-bottom-style:dashed;
}


.topic {
    font-size: 13px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 30px;
    position: relative;
}

.topic div.content {
    color: #333333;
    font-family: Tahoma,Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 15px;
	margin-top: 3px;
}

.topic > .content > h1,
.topic > .content > h2,
.topic > .content > h3,
.topic > .content > h4,
.topic > .content > h5,
.topic > .content > h6 {
    color: #000;
    margin: 18px 0;
}

.topic div.footer {
    overflow: hidden;
    padding: 10px 0;

}

.topic  div.date{
    color: #999999;
    font-size: 12px;
    margin-right: 20px;
	float: right;
}

.topic  div.more {
    color: #999999;
    font-size: 12px;
    margin-right: 20px;
	float: left;
}

.topic  div.more a {
	text-decoration: none;
	color: #999999;
}
.topic  div.more a:hover {
	border-width:1px;
	border-bottom-style:dashed;
	color: #999999;
}

.sidebar_block {
	padding: 5px;
	float: left;
	width: 100%;
	text-align: left;
}

.sidebar_header {
	font-variant: normal;
	text-align: center;
	background-color: #0006eb;
	color: #fff;
}

.newsmodule {
    font-size: 13px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.newsmodule h2 a {
    color: #2C2C2C;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}
.newsmodule h2 a:hover {
    color: #2C2C2C;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
	border-width:1px;
	border-bottom-style:dashed;
}

.newsmodule div.content {
    color: #333333;
    font-family: Tahoma,Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 15px;
	margin-top: 3px;
}

.newsmodule div.footer {
    background: url("images/separator.gif") repeat-x scroll 0 -576px transparent;
    overflow: hidden;
    padding: 10px 0;

}

.newsmodule div.date{
    color: #999999;
    font-size: 10px;
	float: right;
}

.newsmodule  div.more {
    margin-right: 20px;
	float: left;
}

.newsmodule div.more a {
	text-decoration: none;
	color: #999999;
}
.newsmodule div.more a:hover {
	border-width:1px;
	border-bottom-style:dashed;
	color: #999999;
}

body {
	font-family:Verdana, Tahoma;
	background:#fff;
	font-size:14px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}


td.content {
	text-align:left;
	background-color:#CCFFFF;
	padding: 20px;
	vertical-align: top;
}

.indent {
    margin-bottom: 10px;
    text-indent: 40px;
}
.status
{
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    margin: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-top: 5px;
}
.status.expired
{
	background-image: url('/media/images/expired.png');
}

.status.warning
{
	background-image: url('/media/images/warning.png');
}

.status.ok
{
	background-image: url('/media/images/ok.png');
}

fieldset
{
	margin: 5px;
}
