﻿@charset "utf-8";
/* CSS Document */

@charset "UTF-8";

@import url(yaml/screen/forms.css);

.loginContent .yform fieldset
{
  
  
}
.loginContent  .yform 
{
  border-style: none;
  background-color: #FFFFFF;
}
.loginContent
{
  background: url(images/logon.gif) no-repeat right top;
}

.yform textarea.error, .yform textarea:focus.error, .yform textarea:active.error, .yform textarea:hover.error, .yform input.error, .yform input:focus.error, .yform input:active.error, .yform input:hover.error
{
  border: 1px solid #CC0000 !important;
  background-color: #FFF0F0 !important;
}
.yform label.error
{
  color: #CC0000!important;
  font-size: 10px;
  font-weight: bold;
}
/*BUTTONS*/

.x-button {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
 /* text-shadow: 0 1px 1px rgba(0,0,0,.1); */
  -webkit-border-radius: .7em; 
  -moz-border-radius: .7em;
  border-radius: .7em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
  box-shadow: 0 1px 2px rgba(0,0,0,.35);
  font-stretch:80%;
  
}
.x-button:hover {
  text-decoration: none;
}
.x-button:active {
  position: relative;
  top: 1px;
}
.btn-bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.btn-medium {
  font-size: 12px;
  padding: .4em 1.5em .42em;
}
.btn-small {
  font-size: 12px;
  padding: .2em 1em .275em;
}
.btn-black {
  color: #d7d7d7;
  border: solid 1px #333;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: -moz-linear-gradient(top,  #666,  #000);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.btn-black:hover 
{
  color: #d7d7d7;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: -moz-linear-gradient(top,  #444,  #000);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.btn-black:active {
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
  background: -moz-linear-gradient(top,  #000,  #444);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
 
/* gray */
.btn-gray {
  color: #e9e9e9;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
  background: -moz-linear-gradient(top,  #888,  #575757);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.btn-gray:hover 
{
  color: #e9e9e9;
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
  background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.btn-gray:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
  background: -moz-linear-gradient(top,  #575757,  #888);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
 
/* white */
.btn-white {
  
  /* color: #777777;
 background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #f7f7f7,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dcdcdc'); */
  background:url('images/button-gradients_light.jpg') repeat-x 0 0 #d1d1d1;
  color:#565656;
  font-size:11px;
  text-transform:uppercase;
  padding-bottom: 6px;
  padding-top: 6px;
}
.btn-white:hover 
{
  background:url('images/button-gradients_09.jpg') repeat-x 0 0 #c2c0c0;
  color:#f46000;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
 /* text-shadow: 0 1px 1px rgba(250,142,70,.6); */
  /*  
  color: #656565;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e5e5e5));
  background: -moz-linear-gradient(top,  #efefef,  #e5e5e5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e5e5e5'); */
  
}
.btn-white:active {
  
  background:url('images/button-gradients_09.jpg') repeat-x 0 0 #c2c0c0;
  color:#fe7f2a;
  /*
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e5e5e5));
  background: -moz-linear-gradient(top,  #efefef,  #e5e5e5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e5e5e5'); */
}
 #sort-commands {
   color:#4d4d4d;
 }
 
 
 
/* orange 
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
  */
  .btn-orange {margin-left:10px;}
.btn-orange, .btn-red, .btn-green {
  color: #f6f6f6;
  font-size:11px;
  text-transform:uppercase;
  padding-bottom: 7px;
  padding-top: 6px;
  padding-right:17px;
  padding-left:17px;
/*  background:url('images/button-gradients_03.jpg') repeat-x 0 0 #a4a4a4; */
  background:url('images/button-gradients_dark.jpg') repeat-x 0 0 #565656;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
 /* background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#606060));
  background: -moz-linear-gradient(top,  #a5a5a5,  #606060);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#606060');*/
}


.btn-orange:hover, .btn-red:hover, .btn-green:hover  {
 
/*  orange hover    background: url('images/button-gradients_05.jpg') repeat-x 0 0 #fda455; */
 background: url('images/button-gradients_03.jpg') repeat-x 0 0 #626262;
 
 /*  background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa416), to(#fe812e));
  background: -moz-linear-gradient(top,  #ffa416,  #fe812e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa416', endColorstr='#fe812e'); */
}
.btn-orange:active, .btn-red:active, .btn-green:active {
  
 background: url('images/button-gradients_03.jpg') repeat-x 0 0 #626262;
  
/*color: #ffa76c;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#606060));
  background: -moz-linear-gradient(top,  #a5a5a5,  #606060);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#606060'); */
}
 
/* red */
/* .btn-red
{
  color: #ededed;
  background: #f78d1d;

  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#606060));
  background: -moz-linear-gradient(top,  #a5a5a5,  #606060);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#606060');
  padding-bottom: 7px;
  padding-top: 6px;
  margin-right:10px;
}
.btn-red:hover
{ 
    background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#8b8b8b));
  background: -moz-linear-gradient(top,  ##b8b8b8,  #8b8b8b);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#8b8b8b');

  background: #f47c20;
}
.btn-red:active
{
  color: #ffa76c;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#606060));
  background: -moz-linear-gradient(top,  #a5a5a5,  #606060);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#606060');
} */
 
/* blue */
.btn-blue, a.btn-blue  {
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top,  #00adee,  #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.btn-blue:hover,a:hover.btn-blue 
{
  color: #d9eef7;
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top,  #0095cc,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.btn-blue:active,a:active.btn-blue {
  color: #80bed6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
  background: -moz-linear-gradient(top,  #0078a5,  #00adee);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
 
/* rosy */
.btn-rosy {
  color: #fae7e9;
  border: solid 1px #b73948;
  background: #da5867;
  background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
  background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.btn-rosy:hover 
{
  color: #fae7e9;
  background: #ba4b58;
  background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
  background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.btn-rosy:active {
  color: #dca4ab;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
  background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
 
/* green */
/* .btn-green {
  color: #ededed;
  background: #f78d1d;

  background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#606060));
  background: -moz-linear-gradient(top,  #a5a5a5,  #606060);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#606060');
   padding-bottom: 7px;
  padding-top: 6px;
}
.btn-green:hover 
{
   background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#8b8b8b));
  background: -moz-linear-gradient(top,  ##b8b8b8,  #8b8b8b);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#8b8b8b');

  

}
.btn-green:active {
color: #ffa76c;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#606060));
  background: -moz-linear-gradient(top,  #a5a5a5,  #606060);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#606060');
}
*/
 img.captcha-image
{
  padding: 5px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  width:210px;
}

#captcha-container
{
  display:block;
  width:230px;
  float:left;
}
#ContentCommentForm #captcha-image-bt
{
  float:left;
  cursor:pointer;
}
#ContentCommentForm 
{
  display:none;
  margin: 0px 10px 0px 10px;
}


#ContentCommentForm .blockMsg
{
  color: #FFFFFF !important;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #333333!important;
  padding:10px!important;
}
#ContentCommentForm h6.highlight
{
  color: #FF6600;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0;
    text-transform: uppercase;
}
.comment-form-cmd
{
  border-top: 1px solid #F3F3F3;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 11px;
    padding-top: 13px;
  margin-top: 40px;
}
.comment-form-cmd .c50r
{
  text-align: right;
}

