﻿html
{
    height:100%;
    }

body 
{
    margin:0px 0px 0px 0px;
    height:100%;
}

a
{text-decoration:none;
    color:#4a809d;}
    
a:hover
{text-decoration:none;
    color: #4860ff;}
    
.admin
{ 
    font-size: 10pt;
    font-family: arial;    
 }
 
 .admin_title
 {
    font-size:15pt;
    }

.content
{ 
    font-size: 10pt;
    font-family: arial;
    padding: 15px 10px 15px 15px;
    overflow:auto;
    width:594px;     
    height:377px; 
    scrollbar-base-color: #ffffff;
 }


.header_links a
{font-size: 11pt;
    font-family: arial; font-weight:bold; color:#ffffff; text-decoration:none; padding: 2px 3px 2px 3px}
    
    .header_links a:hover
{
    text-decoration: none;
    color: #4860ff;
}
    
    .link_seperator
    {font-size:12pt; color:#756a5a; padding:0px 10px 0px 10px}
    


.header_1
{
    color: #4169e1;
    display: inline;
    font-size: 20pt;
    font-family: 'Times New Roman';
    font-weight:600;
}

.header_2
{
    font-size: 11pt;
    font-family: arial;
    font-weight: bold;
}

.header_3
{font-size:9pt; font-family: arial; padding: 5px 0px 10px 30px; font-weight:bold}

hr
{color:#aec2ff;}

.flat_button
{background-color:#949fbb; color:#ffffff; border: solid 1px #000000;}

.flat_button:hover
{background-color:#e8e7c8; color:#949fbb; border: solid 1px #000000;}

.footer_1
{font-size: 10pt;
    font-family: arial;}
.footer_2
{font-size: 8pt;
    font-family: arial;}

.page_title
{font-size:12pt; font-weight:bold; color:#000000; background-color:#e8e7c8; padding:20px 2px 2p 5px;}

.sub_title
{font-size:10pt; font-weight:bold; background-color:#e8e7c8; padding:2px 2px 2p 5px;}

.blue_border
{border: solid 2px #aec2ff}

#txtImportant
{display:none;}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color:#ffffff;
    border:solid 1px #aec2ff;
    padding:15px;
}