﻿a
{
    background: transparent;
    color: #000;
    text-decoration: none;
}
a:hover
{
    background: transparent;
    color: #666;
    text-decoration: none;
}
body
{
    background: #223b4f url(/App_Themes/Standard/images/bodybg.gif) repeat-x;
    color: #000;
    font: 10px "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 20px 0 0 0;
}
form
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
p
{
    margin: 0 0 1.3em 0;
    padding: 0;
}

div#wrapper
{
    margin: auto auto 40px auto;
    width: 980px;
}
div#navbar
{
    background: url(/App_Themes/Standard/images/navbarbg.gif) no-repeat;
    color: inherit;
    font: 13px "trebuchet ms";
    height: 24px;
    padding: 6px 20px 5px 20px;
}
div#mainframe
{
    background: url(/App_Themes/Standard/images/framebg.gif) repeat-y;
    margin: 0;
}
div#content
{   
    overflow: auto;
}
div#bottom
{
    background: url(/App_Themes/Standard/images/bottombg.gif) no-repeat;
    height: 50px;
}
div#referance
{
}
div#copyright a
{
    background: transparent;
    color: #46b9cc;
    text-decoration: none;
}

span.arrow
{
    display: block;
    float: left;
    font-size: 22px;
    padding: 4px .5em 0 0;
}
span.ref
{
    display: block;
    float: left;
    padding: 0 3em 0 0;
}
