﻿fieldset#searchStatsFieldSet 
{
    font-weight: normal;
    color: #4E7DD1;
}

div#container
{
    min-width: 900px;
}

div#containerPopup
{
	width: 795px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}

div#containerPopup div#maincontent 
{
	width: 95%;
	padding-bottom: 10px;
}

div#header
{
    width: 100%;
    height: 40px;
    background-color: #4E7DD1;
    background-image: url('Images/header.bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

div#userIn 
{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: inherit;
    color: #FFF;
    text-align: right;
    border: none;
    padding: 3px;
    z-index: 10;
}

fieldset#userInPrint
{
    width: 100%;
    clear: both;
    color: #999;
    text-align: right;
    border: none;
    padding: 5px;
    display: none;
}

div#footer
{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 0em;
    padding-left: 0em;
    clear: both;
    border-top: solid 1px #4E7DD1;
    background-color: #FFFFFF;
    background-image: url('Images/footer.bg.jpg');
    background-position: top right;
    background-repeat: repeat-y;
}
    
div#footerText 
{
    margin-left: 10px;
    margin-top: 10px;
}

div#footer a
{
    background-color: inherit;
    color: #000099;
}

div#maincontent
{
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

/*
div#leftcolumn
{
    display: none;
    padding: 1em;
    float: left;
    text-align: left;
    width: 140px;
    min-height: 43em;
    height: 43em;
    background-image: url('Images/leftcol.bg.gif');
    background-repeat: repeat-y;
    
}

div#rightcolumn
{
    display: none;
    padding: 1em;
    float: right;
    width: 120px;
    min-height: 43em;
    height: 43em;
    background-image: url('Images/rightcol.bg.gif');
    background-position: top;
    background-repeat: repeat-y;
}
*/

div#printBox 
{
    float:left;
    margin-left: 5px;
    width: 300px;
    height: 50px;
    background-color: #333;
    border: none;
    display: none;
}