/* 
    Document   : missionsCSS
    Created on : 22.02.2010, 17:38:17
    Author     : Peter
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.super {
    text-align: center;
}

.applet {
     width: 986px;
     text-align: left;
     position: relative; margin-left: auto; margin-right: auto;
}

.missions {
    width: 62em;
}

.missions h1 {

}

.missions .oneMission {
    clear: both;
    padding-bottom: 4em;
}

.applet h2, .intro h2 a:visited, .intro h2 a:link {
    color:#000099;
    font-family:'Trebuchet MS', Verdana, sans-serif;
    font-size:22px;
    text-decoration:none;
    position: relative; margin-left: auto; margin-right: auto;
}

.image {
   /* float: left;*/
    padding: 1em 1em 1em 0em;

}

.image img {

}

.image .subtitle {
    background-color: #eee;
    padding: 0em;
    width: 931px;
}

.image .subtitle div {
    background-color: #eee;
    font-weight: bold;
    color: #000099;
    padding: 1em;
}

.subtitle div div {


}


.missions .intro {
    clear: both;
    margin-bottom: 1em;

}

.missions .profile {
    margin-bottom: 1em;
}

.probes {
   float: left;
   position: relative; margin-left: auto; margin-right: auto;
}

.advertisement {
    width:164px;
    float:left;
    margin-top: 16px;
    padding-left:20px;
    padding-right:0px;
    background-image:url(../imagery/art/verticalSeparator.gif);
    background-repeat:repeat-y;
}
