﻿/* CSS Document */
body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.textstyle
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    /*width: 925px;*/
    width: 100%;
}
.subheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000080;
    background-color: #adadad;
}

.textbox
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    border: solid 1px #8f8f8f;
}

.border
{
    border-bottom: solid 1px #5C5C5C;
}

.border_r
{
    border-bottom: solid 1px #5C5C5C;
    border-right: solid 1px #5C5C5C;
}

.border_l
{
    border-bottom: solid 1px #5C5C5C;
    border-left: solid 1px #5C5C5C;
}

div.rpTemplate
{
    /*background-image: url(images/blankpage_12.jpg) !important;*/
    background-color: #EDF9FE !important;
}

.nextButton
{
    background: transparent url(images/button.gif) no-repeat 0 3px;
    border: none;
    width: 93px;
    height: 25px;
    margin-left:613px;
    font: normal 12px Arial, sans-serif;
    color: #fefefe;
}
