/*

  fostel.org
  common.css

*/

h2 {
    margin: 0;
}

/****************************************************************************/

#top {
    position: relative;
}

#title {
    text-align: center;
    background-color: #ffffff;
    color: #404590;
    border-top: 2px solid #d0d0d0;
    border-bottom: 2px solid #d0d0d0;
    font-weight: bold;
}

#title h1 {
    margin: 8px 0 0 0;
    padding: 0;
}

#fostel-logo {
    position: absolute;
    top: 20px;
    left: 30px;
}

#guug-logo {
    position: absolute;
    top: 20px;
    right: 30px;
}

/****************************************************************************/

#main {
    position: relative;
    top: 20px;
}

div.msg {
    text-align: center;
}

/****************************************************************************/

#right {
    position: absolute;
    right: 0;
    width: 10em;
    padding: 0 6px 0 6px;
}

/****************************************************************************/

div.section {
    margin-bottom: 4px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
}

#right div.section {
    text-align: center;
}

div.section h2 {
    font-size: small;
    margin: 0;
    padding: 0 0 0 4px;
    border-bottom: 1px solid #d0d0d0;
    background-color: #d0d0d0;
}

div.section img {
    border: 0;
    padding: 8px 4px 8px 4px;
}


