body {
    background-color: #EFEFEF;
    font-family: arial, sans-serif;
    color: #000000;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

div.debugdiv {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 200px;
    top: 200px;
}


div.applicationtitle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height:51px;
    background-image: url('pics/application_header.jpg');
}

a.menulink {
    text-decoration: none;
    color: #3FA0CB;
}

i.selectallmenulink{
	text-decoration: none;
    color: #3FA0CB;
}

.inactivemenu {
    background-image: url('pics/application_header.jpg');
    padding-left: 5px;
    padding-right: 5px;
}

.activemenu {
    background-image: url('pics/application_header_active.jpg');
    padding-left: 5px;
    padding-right: 5px;
}


.inactivesmallmenu {
    border: solid 1px white;
    background: #F3F9FC;
    font-size: 12px;
    font-size: 12px;
    cursor: pointer;
}

.activesmallmenu {
    border: solid 1px #3FA0CB;
    background: #BDE2F9;
    font-size: 12px;
    cursor: pointer;
}

.inactivetypemenu {
    border: none;
    width:120px;
    height: 70px;
    background: url('pics/welcome_button.png');
    font-size: 12px;
    cursor: pointer;
    color: #000000;
    font-weight: normal;
    cursor: pointer;
}

.activetypemenu {
    border: none;
    width:120px;
    height: 70px;
    background: url('pics/welcome_button_over.png');
    font-size: 12px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.activetypemenu a,
.inactivetypemenu a {
    color: #000000;
    text-decoration: none;
    display:block;
    width: 100%;
    height: 100%;
}

.activetypemenu a,
.inactivetypemenu a:hover {
    color: #FFFFFF;
}

.inactivetopmenu {
    width: 64px;
    height:64px;
    background: url('pics/title_menu_bg.png');
}

.activetopmenu {
    width: 64px;
    height:64px;
    background: url('pics/title_menu_bg_over.png');
}

.inactivecolor {
    color: #c0c0c0;
}

.separator {
    width: 1px;
    background-image: url('pics/application_header_separator.jpg');
}

.error {
    color: red;
}

.showembeded {
    font-size: 12px;
}

div.welcomediv {
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 20px;
    border: none;
    background-image: url('pics/transparentbg.png');
}

div.oligostyle {
    border: solid 1px #3FA0CB;
    width: 100%;
    height: 200px;
    background: url('pics/input_field_200.png');
    font-size: 12px;
}

span.select {
    position: absolute;
    width: 200px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 20px;
    padding: 0 24px 0 8px;
    color: #000000;
    font: 12px/21px arial,sans-serif;
    background: url('pics/select_bg.png') no-repeat;
    overflow: hidden;
}
