﻿body 
{
    font-family:Arial;
    font-size:12px;
    margin:0px;
    padding:0px;
    color:#202020;
}

#pagecontainer
{
    width:980px;
    height:auto;
    overflow:hidden;
    margin:10px auto 0px auto;
}

h1,h2,h3,h4,h5,p
{
    font-weight:normal;
    margin:0px 0px 10px 0px;
}

h1
{
    font-size:22px;
}

h2
{
    font-size:19px;
}

h3
{
    font-size:16px;
}

h4
{
    font-size:14px;
}

h5
{
    font-size:12px;
}

a
{
    color:#205080;
    text-decoration:none;
}

a:hover
{
    color:#103060;
}

strong
{
    font-weight:normal;
}

.section
{
    width:980px;
    height:auto;
    overflow:hidden;
    margin:0px 0px 10px 0px;
}

a img
{
    border:0px;
}

.categoryselect
{
    width:140px;
    height:170px;
    overflow:hidden;
    float:left;
    cursor:pointer;
}

.categoryselect img
{
    margin:0px 15px 10px 15px;
}

.categoryselect p
{
    text-align:center;
    margin:0px 5px 0px 5px;
    font-size:14px;
}

a.linkbutton {
    background: transparent url('/Images/linkbutton_right.png') no-repeat scroll top right;
    color:white;
    display: block;
    float: left;
    font: normal 13px;
    font-size:13px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.linkbutton span {
    background: transparent url('/Images/linkbutton_left.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 6px 18px;
}

a.linkbutton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.linkbutton:hover span {
    background-position: bottom left;
}

.textbox400x24
{
    width:400px;
    height:24px;
    background-image:url(/Images/textbox400x24.png);
    background-repeat:no-repeat;
}

.textbox400x24 input
{
    margin:0px 5px 0px 5px;
    width:390px;
    border:0px;
    background-color:White;
    font-size:15px;
    text-align:center;
}

.tablehead
{
    background-image:url(/Images/tablehead980x30.jpg);
    height:30px;
}

.tablehead th
{
    color:White;
    font-size:15px;
    font-weight:normal;
    height:30px;
}

.tablerow
{
    background-color:#dddddd;
}

.tablerow td
{
    padding:5px;
    text-align:center;
}

hr
{
    color:#aaaaaa;
    background-color:#aaaaaa;
    height:1px;
    margin:0px 0px 10px 0px;
    padding:0px;
    border:0px;
}
.hidden
{
    display:none;
}

.error
{
    text-align:center;
    color:Red;
}

.merchant
{
    width:130px;
    height:100px;
    overflow:hidden;
    margin:0px 5px 10px 5px;
    float:left;
}

.merchant img
{
    width:120px;
    margin:0px 5px 10px 5px;
}

.merchant p
{
    text-align:center;
    font-size:14px;
}

#header
{
    height:100px;
    background-image:url(/Images/Header.jpg);
}

.underline
{
    padding-bottom:2px;
    border-bottom:1px solid #aaaaaa;
}
