/*
* $Id: regular.css 2407 2007-02-06 13:47:02Z kms $
* Copyright (C) 2005 YoYo Mobile as
*/

/* IE specific, for loading PNGs with alpha channel. */
img.transparent {
    behavior: url("/style/pngbehavior.htc");
}   

a img {
    border: 0;
}

a {
    text-decoration: none;
    color: #d59292;
}

body {
    font-family: sans-serif;
    font-size: 0.9em;
    color: #4d4f51;
}

h2 {
    border-bottom: 1px solid #4d4f51;
}

/* Tables */
#maintable {
    width: 800px;
}

#maintable,
#topmenu,
#sidemenu {
    border-collapse: collapse;
}

#sidemenu {
    width: 100%;
}

#maintable td,
#topmenu td,
#sidemenu td {
    padding: 0;
}

#topmenu {
    width: 100%;
}

#topmenu td {
    height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}

#sidemenu td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}

img.bulletpoint {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

#smcell1 img {
    margin: 10px;
}

/* Main table */
#cell11 {
    width: 189px;
}

#cell12 {
    width: 522px;
}

#cell13 {
    width: 189px;
}

#cell21 {
    background: #edd1d1;
}

#cell22 {
    background: #c56666;
    color: #ffffff;
}

#cell22 a {
    color: #ffffff;
}

#cell23 {
    vertical-align: top;
}

#cell31 {
    background: #efe7e7;
}

#cell32 {
    background: #e4b8b8;
}

#cell51 {
    background: #edd1d1;
}

#cell52 {
    color: #ffffff;
    background: #c56666;
    font-size: 0.7em;
    text-align: center;
    text-transform: uppercase;
}

#cell52 a {
    color: #ffffff;
}

#cell61 {
    background: #efe7e7;
}

#cell62 {
    background: #e4b8b8;
}

/* Side menu */
#sidemenu td {
    background: #d59292;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 5px;
    border-bottom: 2px solid #ffffff;
    vertical-align: middle;
}

#sidemenu td a {
    color: #ffffff;
}


#smcell1 {
    background: #c56666;
    text-align: center;
    padding: 10px;
}

.frontpagelink {
    font-size: 1.5em;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
}

#downloads {
    padding-bottom: 2em;
    width: 90%;
}

.downloadlink {
    text-align: center;
}

.text {
    padding-top: 2em;
}

