/* 11-01-2014 */

body {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/site/img/bg.png);
    margin: 0;
    padding: 0px;
    min-width: 1000px;
}

.content {
    background-color: rgba(255, 255, 255, 0.5);
    min-height: 500px;
    padding: 10px;
}

.contentground {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/site/img/bg_blur.png);
    margin: 0;
}

.header {
    height: 660px;
    background-color: rgba(200, 200, 200, 0.5);
}

.footer {
    height: 300px;
    background-color: rgba(200, 200, 200, 0.5);
}

.listitem {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 4px;
    width: 98%;
}

/*.alert {
    width: 400px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -100px -200px 0px;
}

.window {
    width: 600px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -280px -300px 0px;
}

.winback {
    background-color: rgba(29, 29, 29, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10000;
}

.winheadok {
    background-color: #03d000;
	padding: 3px;
    height: 35px;
    box-shadow: 0px 0px 6px rgba(3, 208, 0, 0.9);
}

.winheadbad {
    background-color: #f60000;
	padding: 3px;
    height: 35px;
    box-shadow: 0px 0px 6px rgba(246, 0, 0, 0.9);
}

.winhead {
    background-color: rgba(255, 165, 0, 0.95);
    height: 35px;
    padding: 3px;
    box-shadow: 0px 0px 6px rgba(255, 165, 0, 0.9);
}

.winbody {
    padding: 5px;
    background-color: rgba(119, 119, 119, 0.9);
    box-shadow: 0px 0px 6px rgba(88, 88, 88, 0.9);
}*/


.space {
    height: 7px;
}
.big_space {
    height: 20px;
}
.min_space {
    height: 2px;
}
.line {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}
.line_y {
    width: 2px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.3);
}
.content_space {
    height: 20px;
    background-color: rgba(200, 200, 200, 0.5);
}

/*.fileform {
    background-color: rgba(70, 70, 70, 0.7);
    border-radius: 3px;
    outline: none;
    padding-left: 2px;
    transition: 0.3s background-color;
}

.fileform:hover {
    background-color: rgba(90, 90, 90, 0.7);
}*/

/*.totop {
    background-color: rgba(61, 61, 61, 0.0);
    height: 120%;
    width: 100px;
    position: fixed;
    z-index: 7000;
    cursor: pointer;
    margin-top: 40px;
    transition: background-color 0.5s;
}
.totop:hover {
    background-color: rgba(61, 61, 61, 0.25);
}*/

/*.statcol {
    background-color: white;
    box-shadow: 0px 0px 6px rgba(255,255,255,0.8);
    border-radius: 1px;
    width: 5px;
}

.stattable {
    background-color: #404040;
    height: 70px;
    padding: 2px;
    border-radius: 2px;
}

.error {
    font-family: Arial;
    font-size: 15px;
    width: 430px;
    color: yellow;
    background-color: rgba(255, 0, 0, 0.8);
    padding: 2px;
    border-radius: 2px;
    z-index: 999;
}*/




/*Кнопки*/
.button{
    height: 40px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    text-align: center;
    font-family: Arial;
    font-size: 21px;
    line-height: 40px;
    color: #33342f;
    border-color: #33342f;
    border: solid 1px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    outline: none;
    transition-property: background-color;
    transition-duration: 0.5s;
}

.button:hover{
    background-color: rgba(255, 255, 255, 0.7);
}


/*.smallbutton{
	height: 20px;
    width: 150px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 1px;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
    line-height: 20px;
	color: #03d000;
	cursor: pointer;
    display: block;
    text-decoration: none;
	text-shadow: 0px 0px 2px rgba(45,172,13,0.4);
    transition-property: text-shadow, background-color;
	transition-duration: 0.5s;
}

.smallbutton:hover{
	background-color: #303030;
	text-shadow: 0px 0px 8px rgba(45,172,13,0.9);
}*/

/*Ссылки*/
/*.link {
    display: block;
    text-align: center;
    width: 170px;
    font-family: Arial;
    color: orange;
    font-size: 17px;
    padding: 2px;
    text-decoration: none;
    background-color: rgba(82, 82, 82, 0.37);
    border-radius: 2px;
    transition: all .15s ease;
    cursor: pointer;
}

.link:hover {
    background-color: rgba(100, 100, 100, 0.37);
}

.link2 {
    font-family: Arial;
    color: orange;
    font-size: 17px;
    padding: 2px;
    text-decoration: none;
    background-color: #404040;
    border-radius: 2px;
    transition: all .15s ease;
    cursor: pointer;
}

.link2:hover {
    background-color: #303030;
}

.link3 {
    font-family: Arial;
    color: #03d000;
    font-size: 17px;
    padding: 2px;
    text-decoration: none;
    transition: all .15s ease;
    cursor: pointer;
}

.link3:hover {
    color: #03e500;
}*/

.headerlink {
    text-align: center;
    font-family: Arial;
    text-decoration: none;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;
    transition-property: border-color;
	transition-duration: 0.5s;
}

.headerlink:hover {
    border-color: #ffffff;
}

/*Тексты*/
.text {
    font-size: 22px;
    color: #fff;
    font-family: Arial;
    cursor: default;
    text-decoration: none;
    zoom: 1;
}

.text2 {
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
    font-family: Arial;
    cursor: default;
    text-decoration: none;
    zoom: 1;
}

.titletext {
    font-size: 27px;
    color: #33342f;
    font-family: Arial;
    cursor: default;
    text-decoration: none;
    zoom: 1;
}

.minitext {
    font-size: 19px;
    color: #33342f;
    font-family: Arial;
    cursor: default;
    text-decoration: none;
    zoom: 1;
}

.headertext {
    font-family: Arial;
    text-decoration: none;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    zoom: 1;
}

.logotext{
    color: white;
    font-family: Arial;
    font-size: 70px;
    cursor: default;
    text-decoration: none;
    zoom: 1;
}

/*-------*/

.about {
    height: 250px;
    width: 250px;
    border-radius: 200px;
    margin: auto;
    border: solid 6px rgba(255, 255, 255, 0.3);
    background-position: center;
    background-size: 103%;
    background-repeat: no-repeat;
}

.pic0 {
    background-image: url(/site/img/about_0.png);
}

.pic1 {
    background-image: url(/site/img/about_1.png);
}

.pic2 {
    background-image: url(/site/img/about_2.png);
}

/*.sup {
    font-size: 13px;
}

.form {
    font-size: 17px;
    color: orange;
    font-family: Arial;
}

.textfield {
    font-size: 17px;
    color: orange;
    font-family: Arial;
    border: 0px;
    padding: 3px;
    border-radius: 5px;
    background: transparent;
    background-color: #404040;
    outline: none;
}*/

a {
    text-decoration: none;
}

tr, td {
    vertical-align: top;
}

table {
    border-spacing: 0px;
}

a {
    text-decoration: none;
}

.disabled {
    opacity: 0.6;
}

/*Выделения*/
::selection {
    background: rgba(255, 0, 0, 0.1);
}
::-moz-selection {
    background: rgba(255, 0, 0, 0.1);
}

/*Картинки*/
.avatar 
{
    background-image: url(/assets/img/defavatar.png);
    border-radius: 2px;
    width: 200px;
    height: 200px;
    background-size: 100%;
}

/*Скроллбар*/
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track {
    background: #e2c9cb;
    //-webkit-border-radius: 10px;
    //border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    //-webkit-border-radius: 10px;
    //border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
}