/* standard elements */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #36C;
  text-decoration:none;
}
a:hover {
  color: #06F;
}
html, body {
  height: 100%;
}
body {
  background: url("/files/styles/477577/bg-out-total2.jpg") repeat-y; 
  background-size: 100% auto;
  background-position: center top;
  color: #444;
  font: normal 10pt Arial,"Lucida Sans Unicode",sans-serif;
  
}

#container {
  background: url("/files/styles/477577/bg-out-netotal.jpg"); 
  width: 1200px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
  box-shadow: 0 4px 16px 0 rgba(154, 46, 42, 0.2), 0 14px 20px 10px rgba(154, 46, 42, 0.19);
  
}

#main {
  clear: both;
  padding: 0px 18px 0px 18px;

}

#header {
  min-height: 180px;
  height: auto !important;
  height: 180px;
  cursor:pointer;
  margin-bottom: 8px;
  background: url("/files/styles/477577/logo.jpg") no-repeat;
  background-size: contain;
  z-index: 2;
}

#header a {
display: block;
height: 260px;
}

#content {
  color: #0;
  float: right;
  width: 870px;
}

#item {
  font: normal 1.0em Arial,"Lucida Sans Unicode",sans-serif;
  padding: 30px 45px;
  border: 1px solid #EEE;
  background: #FFFFFF;
  min-height: 400px;;
  height: auto !important;
  height: 400px;
  margin-bottom: 20pt;  
  box-shadow: 0 4px 8px 0 rgba(154, 46, 42, 0.2), 0 6px 20px 0 rgba(154, 46, 42, 0.19);
}






form {
  padding: 0 0 6px 8px;
}
input {
  color: #555;
  font: normal 1em Arial,"Lucida Sans Unicode",sans-serif;
}
p,ul {
  font-size: 11pt;
  padding-bottom: 10px;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h1,h2,h3 {
  color: #9a2e2b;
  padding-top: 6px;
  margin-bottom: 4px;
}
/* misc */

/* structure */


#flags {
  margin-top: 4px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
}



/**********    панель логина  *********/


#help {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  background: url("/files/styles/477577/bg-menu.gif") repeat;
  float: right;
  z-index: 100;
  color: #fff;
}

#help span.help_span  {
  display: block;
  float: left;
  margin-right: 20px;
}
#help span.help_logout {
  padding-top: 0px;
}
#help .logout-user a {
  font-weight: bold;
  color: #fff;
}
#help .logout-link a {
  color: #fff;
  font-weight: bold;
}

#help .logout-link a:hover  {
   color: #F3B709;
}



 /********************************/


#flags img, #help img {
  display: block;
}

#title {
  text-align: center;
}
#title h1 {
  color: #FFF;
  font: normal 1.8em Arial,Verdana,sans-serif;
  padding: 3px 10px;
}
#title h2 {
  color: #FFF;
  font: normal 1.2em Arial,Verdana,sans-serif;
  padding: 0px 10px 5px 10px;
}



/*****   MENU   ******/

#menu {
  float: left;
  width: 280px;
  font: bold 11pt Arial,Verdana,sans-serif;
}
#menu ul {
  border: none;
  background: url("/files/styles/477577/bg-menu.gif") repeat;
  margin: 0;
  padding: 0;
}
#menu li {
  border: none;
  list-style: none;
  margin: 0;
}
#menu li a {
  color: #F3B709;
  border: 2px solid #FCEBBD;
  display: block;
  padding: 10px 6px 10px 14px;
}
#menu li a:hover {
  border: 2px solid #F3B709;
  color: #F3B709;
}


#clearer {
  clear: both;
  align: center;
}

#clearer img{

  margin: 0px 0 0px 0;
}



#content li {
  margin-left: 25px;
}

#footer, #push {
  clear: both;
  height: 42px;
  margin: 0px auto;
  width: 1100px;
}


#footer div {
  border: 0px;
  color: #9a2e2b;
  font-size: 1.2em;
  text-align: center;
}


/****************** Счетчик дней  **************/

#clock-out {
//  text-align: center;
  color: #F3B709;
  padding: 0px 15px  15px 25px;
  margin: 30px 0px 18px 50px;
  font: bold 15px Arial,"Lucida Sans Unicode",sans-serif;
  background: url("/files/styles/477577/bg-menu.gif") repeat;
//  width: 160px;
//  height: 80px;
  float:left;
}

#clock-in {
  text-align: center;
  color:  #9a2e2b;
  padding: 5px 15px 5px 15px;
  margin: -15px -25px 18px 20px;
  font: bold 13px Arial,"Lucida Sans Unicode",sans-serif;
  background: url("/files/styles/477577/bg.png") repeat;
//  float:left;
}



#RemainsFullDays {
text-align: center;
font: normal 30px Arial,"Lucida Sans Unicode",sans-serif;
}