/* 
    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/
*/


.applet {
    text-align: left;
    float: left;
    padding: 1em;
}

.missions {
    width: 62em;
    text-align: left;

}

.missions h1 {
    text-align: center;
}

.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;
    text-align: left;
}

.image {
    float: left;
    padding: 1em 1em 1em 0em;
    text-align: left;
}

.image img {

}

.image .subtitle {

    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    padding: 0em;
}

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

.subtitle div div {


}


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

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

.probes {
    float: left;
}

.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;
}