/********************************************************************************
* Mikkom Limited TextRem CSS
* (c) 2009
* 20.11.2009 Olli Ruskomaa
********************************************************************************/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-image: url(bggrad2.png);
    background-color: #AAACD6;/*#0000C0;*/
    background-repeat: repeat-x;
    margin-left: 50px;
    margin-right: 50px;

}

input, textarea {
    font-family: Verdana, Arial, Times;
    font-size: 12px;
}

button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Logo area formatting */
#logoimage {
    background-repeat: no-repeat;
    background-position: top;
    color: #333399;
}

.logotext {
    font-size: 18px;
    vertical-align: top;
    letter-spacing: 7px;
    text-align: right;
}
.usertext {
    font-size: 9px;
    vertical-align: top;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

#maincontainer {
    position: relative;
    width: 950px;
    /*padding-left: 0px;*/
    margin: 0 auto;
    height: auto;
}

#mainShadow
{
    left: 0px;
    min-width: 850px;
    position:fixed;
    top: 0px;
    z-index: 1000;
}

#mainheader {

    position: relative;
    width: inherit;
    height: auto;
    padding-bottom: 1px;
    padding-top: 0px;
    background-color: white;
}


#navMenu {
    margin-bottom: 2px;
    background-color: #cccccc;
}
#topnavi {
    height: 25px;
    padding: 5px 0 5px 5px;
    margin-top: 2px;
    background-color: #ffffff;
}

#maintext {
    position: relative;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: left;
    min-height: 600px;
}

#footer {
    position: relative;
    float: left;
    vertical-align: top;
    min-height: 50px;
    /* set width same as main container */
    width: 950px;
    background-color: #ffffff;
    font-size: 10px;
    color: #808285;
    padding: 5px 0px 5px 0px;
}


/* List definitons for topnav links (breadcrump path) */
#topnavlist {
    list-style-type:none;
    padding:0 0 0 5px;
    margin-bottom:0;
    display: inline;
}

#topnavlist li {
    float:left;
    font-size:12px;
    font-weight:bold;
    /*line-height: 18px;*/
    height:22px;
    margin:1px 1px 0 0px;
    padding:0 1px;
}

#topnavlist li a {
    color:#808285;
    position:relative;
    text-decoration:none;
}

#curnavlink {
    color: #333399;
}

a.topnavlink, a.topnavlink:visited, a.topnavlink:hover {
    position: relative;
    text-decoration: none;
}

#dotlist {
    margin-left: -4px;
    list-style-position: outside;
    list-style-type: disc;
    margin-top: 1px;
    margin-bottom: 5px;

}
#dotlist li {
    font-size: 11px;
    list-style-type: disc;
    margin: 5px;

}

.boxMain {
    width: 900px;
    border: 0px none;
}

.colnowrap {
    white-space: nowrap;
}

.bordertd {
    border: solid 1px;
    border-color: black;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.boxInfo {
    width: 800px;
    border: 0px none;
}

table.boxInfo td.lbl {
    width: 220px;
    vertical-align: top;
    font-weight: bold;
    line-height: 15px;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
}

table.boxInfo td.txt {
    vertical-align: top;
    font-size: 12px;
    line-height: 13px;
    border: thin solid #CCCCCC;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
}

table.boxInfo th {
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    color: #3333CC;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
}

table.boxInfo select {
    font-family: Verdana, Arial;
    width: 580px;
}

/* TD with borders */
.tdBorder {
    padding: 2px;
    border: thin;
}

/*li {
        font-size: 1em;
        line-height: 1.3em;
        list-style-type: square;
        padding: 2px;
}*/
/*
td {
        font-size: 1em;
}
*/

h1 {
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
}

h2 {
    font-size: 13px;
    line-height: 14px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}

a {
    color: #000000;
}

a:link, a:visited, a:hover {
    color: #000000;
    text-decoration: underline;
}

/* Various text formatting classes */

.txLabel {
    /*font-size: 0.9em;
    text-decoration: none;
    line-height: 1.1em;*/
    font-weight: bold;
    text-transform: none;
}

td.txLabel {
    width: 220px;
    vertical-align: top;

}

.txError {
    color: #FF0000;
}

.txStrong {
    font-weight: bold;
}

.txSmall {
    font-size: 11px;
    color: #cccccc;
    line-height: 12px;
}

.txSmallBlck {
    font-size: 11px;
    color: #000000;
    line-height:12px;
}


/* Link definitions */
a.noticelink {
    color: #CC0033;
}

a.textlink {
    color: #000033;
    text-decoration: underline blink;
}

a.textlink:hover {
    color: #3333CC;
    text-decoration: underline;
}

a.textlink:link {
    color: #000033;
    text-decoration: underline;
}

a.textlink:visited {
    color: #000033;
    text-decoration: underline;
}
th {
    background-position: left;
}

#recipientDiv {
    width: 790px;
    height: 260px;
    overflow: scroll;
}

#recipientList {
    min-width: 900px;
    border: 0px;
    text-wrap: avoid;
}

