/********************************************
 * Simple ajax intro screen for SolarPACES
 *
 ********************************************/
 
body {
    font-family: helvetica, arial, sans-serif;
    background: #000;
    color: #fff;
}

#loading {
    text-align: center;
    padding: 50px;
    line-height: 3em;
}

#title {
    display: none;
}

#header {
    float: left;
}

#content {
	display: none;
}

#logo_fill {
    background: #000 url(../gfx/top_bg.gif);
    width: 210px;
}

#logo {
    background: #000 url(../gfx/logo.png) left top no-repeat;
    width: 276px;
    height: 46px;
}

#tagline {
    color: rgb(36,109,155);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: lighter;
    font-style: normal;
    margin-top: 7px;
}

#top_news {
    background: #b3b3b3 url(../gfx/tn_bg.gif) left top no-repeat;
    color: #000;
    height: 52px;
    margin-top: 10px;
}

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

#top_news a:hover { text-decoration: underline; }

#top_news h2 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin: 2px 0 0 5px;
}

#top_news .text {
    font-size: 18px;
    font-style: normal;
    line-height: 1.2em;
    padding: 7px 0 0 160px;
}

.imagepane a {
    border: none;
    display: block;
    width: 310px;
    height: 206px;
    text-decoration: none;
}

.imagepane {
    margin-top: 10px;
    position: relative;
    width: 310px;
    height: 206px;
    overflow: hidden;
    cursor: pointer;
}

.imagepane .corner {
    position: absolute;
    left: 0;
    top: 187px;
    width: 19px;
    height: 19px;
    background: transparent url(../gfx/black_corner.png) left top no-repeat;
    z-index: 500;
    cursor: pointer;
}

.imagepane.plus .corner {
	display: none;
}

.imagepane .corner2 {
	display: none;
    position: absolute;
    left: 0;
    top: 187px;
    width: 19px;
    height: 19px;
    background: transparent url(../gfx/black_corner_plus.png) left top no-repeat;
    z-index: 500;
    cursor: pointer;
}

.imagepane.plus .corner2 {
	display: block;
}

.imagepane .overlay {
    display: none;
    position: absolute;
    z-index: 400;
    left: 0;
    top: 0;
    width: 310px;
    height: 206px;
    background-image: none;
    background-repeat: repeat;
    cursor: pointer;
}

.imagepane.plus .overlay {
    display: block;
}

.imagepane .overlay .title {
    float: left;
    width: 95%;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 10px 38px 10px 8px;
    line-height: 1.3em;
    background-image: url(../gfx/linkt_bg.png);
    cursor: pointer;
}

.imagepane .overlay .fill {
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../gfx/linkf_bg.png);
    cursor: pointer;
}

.imagelist {
    width: 310px;
    height: 206px;
    overflow: hidden;
}

#side {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    top: 200px;
}

#side .top {
    background: #000 url(../gfx/skip_bg.gif) left top repeat-x;
    height: 52px;
}

#side .top a {
    float: left;
    background: transparent url(../gfx/skipl_bg.gif) left bottom no-repeat;
    height: 44px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 8px 0 0 10px;
    line-height: 0.8em;
}

#side .top a:hover {
    text-decoration: underline;
}

#side .top a span {
    font-size: 9px;
}

#side .bottom {
    margin-top: 10px;
    background: url(../gfx/side_bg.gif) left top repeat;
    height: 422px;
}
