/* 
    Document   : layout
    Created on : Jan 13, 2013, 12:12:50 AM
    Author     : zaitsev
    Description:
        Purpose of the stylesheet follows.
*/


body {font-size: 62.5%; 
      font-family: Verdana, Sans-Serif; line-height: 150%; 
      color:#333;
}

.page {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 1200px;
    height: 630px;
    margin-bottom: 20px;

    border-radius:20px;
    -moz-border-radius:20px; /* Old Firefox */

    -webkit-box-shadow: 5px 5px 5px #C9CAD1; 
    -moz-box-shadow: 5px 5px 5px #C9CAD1;
    box-shadow: 5px 5px 5px #C9CAD1;
    
  
background: rgb(207,231,250); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-8 */

}

.description_p {
    padding: 5%;
    border-radius:20px;
    -moz-border-radius:20px; /* Old Firefox */
}

.description_p h2 {
    text-shadow:3px 3px #ccc;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -999; /* Ensure div tag stays behind content; -999 might work, too. */
    background-image: url('images/116_4856_city.JPG');
}

.stretch {
    width:100%;
    height:100%;
}

.content {max-width:600px; padding:20px; 

          border: 2px solid #C9CAD1;

          border-radius:5px;
          -moz-border-radius:5px; /* Old Firefox */

          -webkit-box-shadow: 3px 3px 3px #C9CAD1; 
          -moz-box-shadow: 3px 3px 3px #C9CAD1;
          box-shadow: 3px 3px 3px #C9CAD1; 

          max-height: 500px;
          overflow-y: scroll;
          margin-left: 25%;
          display: inline-block;
          margin-bottom: 5%;
}


/*Sidebar starts*/
.sidebar {
    float:left;
    width:200px;
    max-width: 20%;
    max-height:90%;
    padding:0px 0px 0px 40px;
    position:fixed;
    overflow:auto;
    border: 2px solid #C9CAD1;

    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */

    -webkit-box-shadow: 3px 3px 3px #C9CAD1; 
    -moz-box-shadow: 3px 3px 3px #C9CAD1;
    box-shadow: 3px 3px 3px #C9CAD1; 
}
.sidebar h1 {
    text-align:left;
}

/* avz */
.sidebar ul {
    text-align: left;
}


::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C9CAD1; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}

.companyName {
    margin: 3px;

    border: 2px solid #C9CAD1;

    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */

    -webkit-box-shadow: 3px 3px 3px #C9CAD1; 
    -moz-box-shadow: 3px 3px 3px #C9CAD1;
    box-shadow: 3px 3px 3px #C9CAD1; 



}

.companyName h1 {
    color: #0F1C54;
    line-height: 100%;
    text-align: center;
}

.expandable_text{
    line-height: 110%;
    text-indent: 5%;
    cursor:hand; 
    cursor:pointer; 
    color: #0F1C54; 
    text-decoration:underline;
}

.div_menu {

    -webkit-box-shadow: 0 0 10px rgb(0,0,0); 
    -moz-box-shadow: 0 0 10px rgb(0,0,0);
    box-shadow: 0 0 10px rgb(0,0,0);

    display: inline-block;
    width: 95%;
    margin-top: 1px;
    margin-left: 2%;
    vertical-align: top;

    border-radius:10px;
    -moz-border-radius:10px; /* Old Firefox */

    padding: 2px;

    filter:alpha(opacity=60); /* For IE8 and earlier */
}

.a_menu {
    line-height: 110%;
    text-indent: 5%;
    cursor:hand; 
    cursor:pointer; 
    color: #0F1C54; 
    text-decoration:underline;
}

.p_dividor {
    height: 10px;
}


.note { margin:3px;
        border-radius:10px;
        -moz-border-radius:10px; /* Old Firefox */
        width: 20%;

        text-align: center;

        background-color: #C9CAD1;

        -webkit-box-shadow: 0 0 10px rgb(0,0,0); 
        -moz-box-shadow: 0 0 10px rgb(0,0,0);
        box-shadow: 0 0 10px rgb(0,0,0);
}

.text_box_a {
    
}

.text_box_a h2 {
    text-shadow:3px 3px #ccc;
}