/**
 * CREATED BY FIRSTPOINT MEDIA - SOLUTIONS FOR THE NET
 * WWW.FIRSTPOINT.SE - SALES@FIRSTPOINT.SE
 * ===
 *
 * Current revision:    1.0
 *                      Last edited by n.forsberg
 *
 * First released on 2007-06-13
 * Last edited on 2007-08-15
 *
 * ===
 * This file is subject to copyrighted material
 * (c) 2007 FIRSTPOINT MEDIA - ALL RIGHTS RESERVED
 *
 * Any changes made to this file or any of it's substitutes
 * or main frames may end up with severe damage and may void
 * any attached warranties.
 *
 * Please contact our legal advisor for information by
 * sending an e-mail addressed to:
 *
 * legal@firstpoint.se
 *
 * For up to date contact information, see our website on
 * WWW.FIRSTPOINT.SE
 */

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




/* ----- START: INDEX PAGE APPEARANCE ----- */

#pageContainer {
    width:                              846px;
    height:                             100%;
    margin:                             0 auto;
    text-align:                         left;
}

#headerContainer {
    position:                           absolute;
    width:                              846px;
    margin-left:                        3px;
    _margin-left:                       4px;
}

#pageContents {
    position:                           absolute;
    top:                                298px;
    height:                             100px;
    margin-left:                        3px;
    _margin-left:                       4px;
    padding-left:                       0px;
    width:                              840px;
    background:                         #ffffff;
    background-image:                   url(../img/bg_shaded.png);
    background-repeat:                  repeat-x;
}

#contentsLeft {
    position:                           absolute;
    top:                                20px;
    left:                               20px;
    width:                              560px;
}

#contentsRight {
    position:                           absolute;
    top:                                20px;
    left:                               600px;
    width:                              220px;
}

#contentsNews {
    position:                           absolute;
    top:                                360px;
    left:                               20px;
    width:                              560px;
}

#contentsNews_inline {
    position:                           relative;
    top:                                -3px;
    width:                              570px;
    border-top:                         1px solid #dddddd;
    padding-top:                        10px;
    padding-left:                       5px;
    font-family:                        Tahoma, Verdana, Helvetica, sans-serif;
    font-size:                          11px;
    color:                              #888888;
}

#contentsNews hr {
    border:                             0px;
    color:                              #eeeeee;
    background-color:                   #eeeeee;
    height:                             1px;
}

#contentsNews a {
    font-family:                        Tahoma, Verdana, Helvetica, sans-serif;
    font-size:                          11px;
    color:                              #888888;
    text-decoration:                    none;
}

#contentsNews a:hover {
    text-decoration:                    none;
    border-bottom:                      1px solid #FFA100;
}

#morenewsLink, a {
    color:                              #6699ff;
}

#adtrader_logo {
    position:                           absolute;
    top:                                25px;
    left:                               25px;
}

#headerline_top {
    position:                           absolute;
    top:                                100px;
}

#headerline_bottom {
    position:                           absolute;
    top:                                283px;
}

#lang_flags {
    position:                           absolute;
    top:                                15px;
    right:                              25px;
}

#header_mainmenu {
    position:                           absolute;
    top:                                43px;
    right:                              25px;
}

#header_submenu {
    position:                           absolute;
    top:                                65px;
    right:                              23px;
}

#header_submenu, a:hover {
    border:                             0px;
}

#header_banner {
    position:                           absolute;
    top:                                108px;
}

#pageBlock_adtype01 {
    position:                           absolute;
    left:                               0px;
    background-image:                   url(../img/block_adtype01_bg.png);
}

#pageBlock_adtype02 {
    position:                           absolute;
    left:                               190px;
    background-image:                   url(../img/block_adtype02_bg.png);
}

#pageBlock_adtype03 {
    position:                           absolute;
    left:                               380px;
    background-image:                   url(../img/block_adtype03_bg.png);
}




/* ----- START: CLASSES ----- */

.lang_flag {
    cursor:                             pointer;
    margin-left:                        5px;
}

.mainmenubutton {
    cursor:                             pointer;
}

.submenubutton {
    cursor:                             pointer;
    margin-left:                        2px;
    margin-right:                       2px;
}

.pageBlock {
    top:                                90px;
    width:                              185px;
    height:                             200px;
    background-repeat:                  repeat-x;
    background-position:                0px 23px;
    font-family:                        Helvetica; Trebuchet MS; Tahoma, Verdana, sans-serif;
    font-size:                          12px;
    color:                              #666666;
}

.pageBlock_contents {
    margin-top:                         5px;
    margin-bottom:                      5px;
    margin-left:                        10px;
    margin-right:                       10px;
}

.pageBlock_content {
    margin-top:                         4px;
    _margin-top:                        1px;
    padding-left:                       6px;
    padding-right:                      6px;
}

.newsDate {
    color:                              #6699ff;
}

.newsDart {
    border:                             0px;
    margin-left:                        5px;
}

.adFrontier {
    border:                             1px solid #6699ff;
    margin-top:                         5px;
    margin-bottom:                      3px;
}

.adFrontierDescription {
    font-size:                          10px;
    color:                              #666666;
}




/* ----- START: TOOLTIP ----- */

#dhtmlgoodies_tooltip{
    background-color:                   #dfeffa;
    border:                             1px solid #000;
    position:                           absolute;
    display:                            none;
    z-index:                            20000;
    padding:                            2px;
    font-size:                          11px;
    -moz-border-radius:                 6px;
    font-family:                        Tahoma;
    color:                              #666666;
    text-align: left;
}

#dhtmlgoodies_tooltipShadow{
    position:                           absolute;
    background-color:                   #555555;
    display:                            none;
    z-index:                            10000;
    opacity:                            0.7;
    filter:                             alpha(opacity=70);
    -khtml-opacity:                     0.7;
    -moz-opacity:                       0.7;
    -moz-border-radius:                 6px;	/* Rounded edges in Firefox */
}

/* ----- END: INDEX PAGE APPEARANCE ----- */




