body {
    margin: 0px;
    padding: 0px;
    background: #d9d9d9 url(/static/common/img/background/background.png) repeat-y center top;
    color: #333333; 
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
} 


a {
    text-decoration: underline;
    color: #000;
}

p {
    margin-top:0px;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

.error, .message {
    margin-bottom: 1em;
}

.magic_space {
  line-height: 0;
}

/**************************************/
/**** BANNER                       ****/
/**************************************/

#banner {
    text-align: left;   
    width: 850px;
    padding: 0;
    margin: 1.5em auto 0 auto;
}

#banner img {
    border: 0;  
}

/**************************************/
/**** TABS                         ****/
/**************************************/

#tabsContainer {
    width: 950px;
    margin: 0px auto;
    padding: 36px 0 0 0;
    background: #d9d9d9 url(/static/common/img/cms/bg_tabs.gif) repeat-y center top;    
    
    font: 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

#tabs, #menu {
    list-style:none;
}
  
#tabs li, #menu li {
    margin: 0;
    padding: 0;
    float: left;
}

#tabs {
    margin: 0;
    padding: 1px 37px 0 37px;
    font-size: 1.2em;       
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}


/*** the tab ***/
  
#tabs .link {
    display: block;
    text-decoration:none;   
    float:left; 
    width:auto;
    padding: 0px 0px 0px 7px;   
    color:#FFFFFF;
    font-weight: bold;  
    background: none;        
}

#tabs .label {
    display: block;
    text-decoration:none;   
    color:#FFF;     
    cursor: pointer;
    float:left;
    width:auto;
    padding: 6px 10px 4px 0;
    background-image: none;
}

#tabs .link:hover .label {
    text-decoration: underline;  
}


/*** Tab Active ***/

#tabs ._active .link {
    display: block;
    text-decoration:none;
    float:left;
    width:auto;
    padding: 0px 0px 0px 10px;
    background: url(/static/common/img/cms/tab_active.gif);
    background-repeat: no-repeat;
    background-position: left -100px;
    color:#000;
}

#tabs ._active .link .label {
    display: block;
    cursor: pointer;
    float:left;
    width:auto;
    padding: 7px 10px 3px 0;
    background-image: url(/static/common/img/cms/tab_active.gif);
    background-repeat: no-repeat;
    background-position: right 0px;     
    font-weight: bold;
    text-decoration: none;
    color: #000;
}


/*** sub menu ***/

#menu {
    margin: 0;
    padding: 0px 35px 0 35px;
    color:#999999;
    text-align: center;
    background-image:url(/static/common/img/cms/bg_content_top.gif);
    background-repeat: no-repeat;
    background-position: 0px -10px;
    height: 30px;
    clear: both;
}

#menu li {
    display: inline;
    margin: 0.4em 0 0 0;
    padding: 0 0.75em 0.2em 0.75em;
    border-right: 1px solid #999;
}

#menu li a{
    color:#555555;
}

/*** alternative language ***/

#alternative {
    float: right;
    margin-right: 35px;
}

#alternative img {
    border: 0;  
}


/**************************************/
/**** CONTENT                     *****/
/**************************************/

.content {
    width: 950px;
    margin: 0px auto;
    padding: 0px;
    background: #d9d9d9 url(/static/common/img/cms/bg_content.gif) repeat-y center top;
    height: auto;
    min-height: 280px;
}

.content_wrapper {
/*  text-align: justify; */
    width: 850px;
    padding: 1px 50px 10px 50px;    
}

.content p,
.content table,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: inherit;
  padding-bottom: 0.75em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.content table {
  border-collapse:separate;
  border-spacing:0;
}

.content a img {
  border:none;
}

.content h1 {
  font-size:1.6em;
}

.content h2 {
  font-size:1.4em;
}

.content h3 {
  font-size:1.3em;
}

.content h4 {
  font-size:1.2em;
}

.content h5 {
  font-size:1.1em;
}

.content h6 {
  font-size:1em;
  font-style:italic;
}

.content ul {
  font-size:1em;
  margin:0;
  padding:0 0 0 20px;
}




/**************************************/
/**** CONTACT FORM                *****/
/**************************************/

#contact_form table {
    width: 40%;
    border: 0;
    padding: 0;
    border-spacing: 0;
}
#contact_form td.label {
    width: 6em;
}
#contact_form .text {
    width: 99%;
    font-size: 1em;
}
#contact_form textarea {
    height: 7.5em;
}


/**************************************/
/**** FOOTER                      *****/
/**************************************/

.footer {
    clear: both;
    width: 950px;
    height: 80px;
    margin: 0px auto;
    padding: 0;
    margin-top:-10px;
    background: url(/static/common/img/cms/bg_footer.jpg) repeat-y center top;  
    font-size: 10px;
    color:#CCCCCC;
    position: relative;
}

.footer_text {
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

#attribution {
    position: absolute;
    top: 60px;
    right: 40px;
    color: #aaaaaa;
}

#attribution a {
    color: #aaaaaa;
    text-decoration: none;
}

#attribution a:hover {
    text-decoration: underline; 
}

