@charset "utf-8";
/* CSS TCSM */
html, body
{
  margin: 0;
  padding: 0;
  background-color: #212121;
  color: #ffffff;
  font-family: sans-serif;
}

input 
{ 
  border: 1px #616161 solid; 
  color: #efefef; 
  background-color: #151515;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0px;
  padding: 0px;
  
  font-weight: normal;
}

h1
{
  font-size: 30px;
}

h1#page_title
{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

h2
{
  font-size: 22px;
}

h3
{
  font-size: 18px;
}

img 
{
  border: 0;
}

span.agree
{
  color: #33de33;
}

span.yellow
{
  color: #a6de1b;
}

span.alert
{
  color: #ef5656;
}

.box2
{
  border: solid #292829 3px;
  
  background-color: #3a3d3a;
}

.box2 .content .title
{
  height: 32px;
  
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  
  color: #a6de1b;
  font-size: 16px;
  font-weight: bold;
}

.box2 .content .title img.icon
{
  width: 32px;
  height: 32px;
  
  vertical-align: middle;
}

.box2 .content .title .text
{
}

.box2 .content .title .text img
{
  vertical-align: middle;
}

.box
{
  border: double #212121 3px;
  
  font-size: 12px;
}

.box .content
{
  height: 100%;
  
  background-color: #212121;
}

.box .content .title
{
  height: 32px;
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  color: #a6de1b;
  font-size: 16px;
  font-weight: bold;
}

.box .content .title a
{
  color: #a6de1b;
}

.box .content .title img.icon
{
  width: 32px;
  height: 32px;
  
  vertical-align: middle;
}

.box .content .title .text
{
  font-size: 13px;
}

.box .content .title .text img
{
  vertical-align: middle;
}

.box .content .title2
{
  height: 16px;
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  color: #a6de1b;
  font-size: 12px;
  font-weight: bold;
}

#base 
{
  width:900px;
  
  margin-left:auto;
  margin-right:auto;
  
  border-right: #696969 1px solid;
  border-bottom: #696969 1px solid;
  border-left: #696969 1px solid;
  
  background-color:#363636; 
}

#header 
{
  width: 900px;
  height: 200px;
  
  border-bottom: solid #202020 5px;
  
  background-image: url("/images/head.png");
}

#menu
{
  position: absolute;
  width: 900px;
  height: 26px;
  
  margin-top: 169px;
}

#content
{
}

table.profile td 
{
  border: 2px #222222 solid;
}

a.contact_link 
{  
  width: 100%;  
  height: 25px; 
  line-height: 25px; 
  text-decoration: none; 
  background-color: #333333;
  display: block;
}

a.contact_link:hover 
{  
  background-color: #111111; 
}

div#contact_box 
{ 
  width: 500px;
}

form.av select, form.av input 
{ 
  border: 1px #222222 solid; 
  color: #ffffff; 
  background-color: #222222;
}

#footer
{ 
  width:880px; 
  height:55px; 
  margin-top: 15px; 
  margin-left:auto; 
  margin-right:auto; 
}

.footer_top 
{ 
  height:12px; 
  background: url(/images/footer_top.png) no-repeat;
  margin:0; 
}

.footer_content 
{
  background-color:#212121; 
  height:43px; 
  text-align:center; 
  font-size:12px;
}

    .news_box_date {
      font-style: italic;
      font-size:12px;
      color:#b5b5b5;
}

    .news_box_news {
      margin-left : 30px;
      margin-right:30px;
      margin-top: 10px;
      font-size:14px;
      text-align:justify;
}

.contact_info {
    font-size: 13px;
    color:#b5b5b5;
	font-weight:normal;
	}

#profile_box, #availabilities_box
{
  margin: 9px;
}

#profile_box
{
  float: left;
}

#availabilities_box
{
  float: right;
}

