html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 10px/1.5 verdana, arial, helvetica, sans-serif;
}

body {
    overflow: hidden;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a > img {
    border:none;
}

.bold {
    font-weight: bold;
}

input[type=submit] {
    background-repeat:repeat-x;
    height:20px;
    background-image:url(images/bg_button.png);
    
    padding:3px 10px 3px 10px;
    font-weight:bold;
    color:white;

    border:1px solid #bec0c2;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    cursor:pointer;
}

#container {
    position:absolute; 
    left:0px; 
    top:0px;    
    width:100%;
    height:100%;     
    min-height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.hidden {
    display: none;
}

/*
 * Page 
 */
html>body #container {
    height: auto;
}

#content {
    padding-bottom: 20px;
}

.componentContent {
    display:block;
    overflow:auto;
    width: 100%;
    position: absolute;
    top:82px;
    bottom:17px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0; 
    margin:0;
    background-repeat:repeat-x;
    padding-top:2px;
    width: 100%;
    height:16px;
    background-image:url(images/bg_footer.png);
    font-size:10px;
    font-weight:bold;
    text-align:center;
    color:white;
    background-color: #343434;
}

#header {
    background-repeat:repeat-x;
    height:42px;
    background-image:url(images/bg_header.png);
}

#header_content {
    margin-left:10px;
    padding-left:120px;
    height:37px;
    background-image: url(images/logo_small.png);
    background-repeat : no-repeat;
    background-position:left bottom;
}

/**
 * Desktops
 */
.desktop_wall span {
    background-image: url(../images/wall.png);
}

.desktop_contact span {
    background-image: url(../images/contact.png);
}

.desktop_catalog span {
    background-image: url(../images/catalog.png);
}

.desktop_media span {
    background-image: url(../images/media.png);
}

/*
 * Tabs
 */
#tabs {
    padding-top:25px;
    padding-left:25px;
}



#tabs a span {
    background-repeat : no-repeat;
    display:inline-block;
    width:25px;
}

#tabs a:hover {
    border-color:white;
    border:1px solid white;
    text-decoration:none;
}

#tabs a.selected {
    background-color:#333333;
    background-image:none;
    padding-bottom:4px;
}

#tabs a.selected:hover {
    border-color:#bec0c2;
}

#tabs a {   
    background-image:url(images/bg_button.png);
    background-repeat:repeat-x;
    background-position:left;   

    margin-top:15px;
    padding:3px 10px 4px 10px;
    font-weight:bold;
    color:white;

    border:1px solid #bec0c2;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;      
    border-bottom:none;
    border-bottom-left-radius:0px; 
    border-bottom-right-radius:0px;
    -moz-border-radius-bottomleft:0px; 
    -moz-border-radius-bottomright:0px; 
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
}



#tabs a:hover {
    border-bottom:none;
}

/*
 * Miscellaneous
 */
#logout {
    color:white;
    font-weight:bold;
    float:right;
    padding-right:10px;
    padding-top:5px;
}

#logout a {
    margin-left:20px;
    color:white;
}

/*
 * Ajax
 */

#ajax_status {
    width:25px;
    height:25px;
    float:left;
    margin:10px 15px 0 0;
}

#ajax_status img {
    width:25px;
    height:25px;
    display:none;
}

.ajax_dialog {
    display:none;
}


/*
 * Menu bar
 */
.menu_content a span{
    background-repeat : no-repeat;
    background-position:top center;
    display:inline-block;
    padding-bottom:2px;
}

.menu_content {
    padding:0px 20px 0 20px;
}

.menu_buttons {
    padding-top:9px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.menu_navigation {
    padding-top:9px;
    float: left; 
}

#menu {
    background-repeat:repeat-x;
    height:40px;
    background-image:url(images/bg_menu.png);
}

.menu_search {
    float:right;
}



/*
 * Buttons
 */
#menu a, .menu a {
    background-image:url(images/bg_button.png);
    background-repeat:repeat-x;

    display:inline-block;
    height:21px;

    font-weight:bold;
    color:white;

    border:1px solid #bec0c2;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    
    margin-right:4px;
}

#menu a:hover, .menu a:hover {
    border:1px solid white;
    text-decoration:none;
}

#menu a span, .menu a span {
    height:16px;
    padding-top:3px;
    min-width:46px; 
    display:block;
}

#menu a span.txt, .menu a span.txt {
    padding-left: 7px;
    padding-right: 7px;
    min-width:25px; 
}



#menu div.simple_button a {
    color:white;
    font-weight:bold;
    height:18px;
    padding: 2px 5px 0px 5px;
    border-radius:7px; 
    -moz-border-radius:7px; 
    -webkit-border-radius:7px;  
    border:1px solid #656565;
    margin-right:10px;
    background-image:none;
    
}

#menu div.simple_button a:hover {
    border:1px solid #535353;
    text-decoration:none;
    background-color:#666666;
}

#menu div.simple_button a.selected {
    border:1px solid #535353;
    background-color:#464648;
}

.wait {
    background-image:url(images/wait-WB.gif);
    background-repeat:no-repeat;
    background-position: center;

}
    