﻿body
{
    width:100%;
    margin:0px;
    padding:0px;
   /* background-color:#353535;#3b3b3b;*/
    font-size:100%;
    font-family:Arial;
    overflow:auto;
}

#outercontainer
{
 
}

#pagehead
{
    background-color: #577967;
    /*background-image:url('../../Images/background-fade_slice.png');
    *background-image:url('../Images/header_gradient.png');
    background-repeat:repeat-x;*/
}

#titles
{
}

#title
{
    font-size:1.8em;
    text-align:center;
    font-weight:bold;
}

#title a
{
    color:#ffffff;
    font-family:Arial Black;
}

#pagebody
{
}

#bodycentre
{
}

#maintable
{
    width:100%;
    position:relative;
    z-index:1;
}

#logo
{
    background-image:url('../../Images/RxFilesLogo.png');
    background-repeat:no-repeat;
    width:97px;
    height:64px;
    margin-top: 25px;
    margin-left: 50px;
}

#menucell
{
    width:0px;
    z-index:200;
    padding-top: 90px;
    vertical-align:top;
    background-color: #577967;
}

#menubutton
{
    z-index:2000;
    position:absolute;
    top:10px;
    left:8px;
    width:30px;
    height:21px;
    
    background-image:url('../Images/menu_icon.png');
    background-repeat:no-repeat;
}

#menucontent
{
    font-size:1.2em;
    color:#101010;
}

#search
{
     margin-right:45px;
     margin-left:45px;
}

#username
{
    font-weight:bold;
    color: #353535;
    padding-right:20px;
}

#login
{
    font-size: 0.85em;
    text-align:right;
    margin-top:5px;
    padding-right:10px;
    padding-bottom: 5px;
}

#login a
{
    font-weight:bold;
    text-decoration:none;
    color: #353535;
}

.section
{
    border-top:solid 3px #698476;
    border-bottom:solid 3px #496857;
    margin-bottom:5px;
}

.section a
{
    text-decoration:none;
}

.spacing
{
    padding-left:10px;
    padding-right:5px;
    padding-top: 5px;
    color: #f0f0f0;
}

.subsection
{
    border-bottom:solid 1px #4c6758;
    padding-bottom:5px;
}

.endsection
{
    padding-bottom:5px;
}

#pagefoot
{
    vertical-align:bottom;
    text-align:center;
    background-color: #353535;
    font-size:0.8em;
    font-weight:bold;
    padding-top:15px;
    padding-bottom:10px;
}

#pagefoot a
{
    text-decoration:none;
    color: #d3cdcd;
}

#bottomlinks
{
    margin-top:4px;
    margin-bottom:4px;
}

#ipaddress
{
    margin-top: 7px;
    color: #494949;
}