﻿body 
{
    font: 16px Sans-Serif;
}

a
{
    color:#3366CC;   
}

a:link 
{
    text-decoration:none;
}
a:visited 
{
    text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}
a:active 
{
    text-decoration:underline;
}

.operationsul
{
    font: bold 32px Sans-Serif;
}

div.content
{
	position:relative;
}

div.content h2
{
    padding: 0px;
    margin: 1px;
}

div.controls
{
    height: 35px;   
}

div.controls .left
{
    float: left;
    height: inherit;
}

div.controls .right
{
    float: right;
    margin: 5px 0 5px 0;
}

div.controls .refreshbutton
{
    float: right;
    margin: 5px 0 5px 0;
}

div.grid 
{

}

div.global_controls 
{
    padding: 5px 0 0 0;
}

div.banner
{
    background-color: Black;
    background-image: url(../Images/banner.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 106px;
    width: 100%;
}
div.banner img
{
    float: right;
    padding-top: 39px;
    padding-right: 0px;
}

div.login
{
    width: 500px;
    height: 140px;
    margin: auto;
    color: White;
    background-color: Black;
}

div.login_header
{
    height: 124px;
    width: 500px;
    margin: auto;
    background-image: url('../Images/login_top.jpg');
    background-repeat: no-repeat;
}

div.login_footer
{
    height: 111px;
    width: 500px;
    margin: auto;
    background-image: url('../Images/login_bottom.jpg');
    background-repeat: no-repeat;
}

div.map
{
	position: fixed;
	height: 600px;
	width: 100%;
	margin: auto;
}

img.cr_group
{
    width: 25px;
    height: 25px;
}
