@import url(common.css);
@import url(projects.css);

/**************** Common ****************/
img { border: none; }
.alert { color: #FF0000; padding: 5px; font-weight: bold; }
/************************************************/

body { height: 100%; }
body {
    font-family: Verdana, Arial;
    text-align: left;
    font-size: small;
    padding: 0px;
    margin: 0px;
    color: #666666;
    background-color: #FFFFFF;
}

table, tr, td { background: transparent; }
a { color: #666666; }


#logoBig {
    position: absolute; left: 200px; top: 200px; z-index: 100; width:200px;
    overflow: visible;
    white-space: nowrap;
    color: #888888;
    text-transform: lowercase;
    font-size: 20px;
}
#logoBig img  { cursor: pointer; vertical-align: -2px; height: 20px; }
#logoBig span { cursor: pointer; font-size: small; }

#bottomRight  { position: absolute; height: 0px; right: 0px; bottom: 0px;  z-index: 0; }

#divTransport {
    position: absolute;
    top: 85px;
    left: 0px;
    width: 100%;
    height: 555px;
    overflow: hidden;
}

#divCenter {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 818px;
    height: 555px;
    overflow: visible;
}

#divFooter {
    position:   absolute;
    bottom:     10px;
    width:      100%;
    text-align: center;
    font-size:  0.7em;
}

#logo        { position: absolute; left: 0px; top: 0px; z-index: 100; cursor: pointer; }
#spanHeader  { position: absolute; left: 60px; top: 5px; z-index: 100; cursor: pointer; font-size: 0.95em; }
#copyRight   { position: absolute; right: 0px; top: 8px; z-index: 101; font-size: 0.75em; }
#menu        { position: absolute; left: 0px; top: 40px; z-index: 102; }

#menu span {
    position: relative;
    left: -105px;
    display: none;
    font-size: 10px;
}
#menu img {
    margin: 1px;
    vertical-align: middle;
}
#menu img.hover, #menu img:hover {
    margin: 0px;
    cursor: pointer;
    border: 1px dashed #888888;
}
#menu img.selected {
    margin: 0px;
    cursor: pointer;
    border: 1px dotted #666666;
}

#divFrame {
    position: absolute;
    top: 25px;
    left: 58px;
    width: 760px;
    height: 530px;
    overflow: visible;
}