/*       
     This part is imported from Blueprint CSS Framework 0.9
     http://blueprintcss.org

     In accordance with the GNU GENERAL PUBLIC LICENSE Version 2
*/

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}



#sidecol {
    width: 20%;
    float: right;
}

#maincol {
    width: 70%;
    float: left;
}


/************ end blueprint import **************/

body {
  height: 100%;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}

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

a:hover {
    text-decoration: underline;
}

#noflash 
{    
    display: none;
}

#nojs 
{    
}

#content 
{
}

h1 {
    margin-top: 35px;
}

h1, h2 {
    text-align: center;
}

h2, table {
    margin-top: 1.8em;
}

hr {
    margin: 25px 0px 25px 0px;
}

.ccp {
    width: 350px;
    text-align: center;
    margin: 10px auto 10px auto;
}

#lang_switch li {
    display: inline;
    margin: 15px 5px;
}

#footer {
    width: 50%;
    margin: 70px auto;
    text-align: center;
}
#footer {
    font-size: 11px;
}
#footer a:hover {
    text-decoration: underline;
}

/* API */
#api{
    margin:10px;
    padding:10px;
}

#api dt{
    display:inline;
    padding-right:10px;
}
#api dl{
    margin-left:10px;
}

#api dd{
    display:inline;
}

#api h1, #api h2{
    padding-left:8px;
    text-align:left;
    border-left:2px solid #4E8ABC;
    margin-bottom:8px;
}
