﻿.styleLabel
{
    width: 100px;
    text-align: right;
    font-size: x-small;
    text-decoration: underline;
}
.styleText
{
    width: 200px;
}

div.pagetitle_section
{
    font-weight: bold;
    text-decoration: underline;
    margin-left: 0px;
    padding-top: 20px;
    height: 25px;
    clear: both;
}

div.title_section
{
    font-weight: bold;
    clear: both;
}

div.pagetitles_section
{
    font-size: 20px;
    color: Red;
    font-weight: bold;
    margin-left: 0px;
    padding-top: 20px;
    height: 25px;
    clear: both;
}


div.commands
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    float: none;
    top: 65px;
    left: 708px;
    width: 248px;
    position: absolute; /*position:absolute;*/
}
div.printCommands
{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    left: 548px;
    top: 130px;
    width: 300px;
}

input
{
    border: 1px solid Gray;
    font-size: 10px;
    background-color: #FCFCFC;
}

input[type=submit], input[type=reset]
{
    border: 1px solid Gray;
    font-size: 10px;
    background-color: #F0F0F0;
    height: 19px;
}

.linkbutton
{
    text-decoration: none;
    font-weight: normal;
    font-size: 10;
    color: Black;
}

.linkbutton:hover
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10;
    color: #696969;
}

.lateralborder1
{
    border-left: thin solid #696969;
    border-right: thin solid #696969;
}
