﻿body {
    height: 100%; 
    width: 100%; 
    overflow: hidden; 
    margin: 0px 0px 0px 0px;
}
.container{
    height: 100%; 
    width: 100%;
}
.table{
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px 0px 0px 0px;
}
.toprow{
    height: 6px;
}
.middlerow{
    height: 3px;
    background-color: #3390ff;
}
.bottomrow{
    height: 100%;
}
.edgecell{
    width: 20px;
}
.panel{ 
    vertical-align: middle;
}
.panel.link{
    text-align: left;
}
.panel.logo{
    text-align: right;
    width: 16px;
}
.panel.site{
    text-align: left;
    width: 40px;
}
.footerlink
{
    color: #999999;      
    font-family: Arial; 
    font-size: 10px;  
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.footerlink.site{
    color: #307ee9;
    font-size: 11px; 
    font-weight: bold;
}
.footerlink:hover
{
    text-decoration: underline; 
}
.logoimage{
    border: 0px;
    vertical-align: middle;
    height:16px;
}
.divider
{
    font-family: Arial;
    font-size: 15px;
    color: #eeeeee;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.FooterSpan
{
    color: #999999;      
    font-family: Arial; 
    font-size: 10px;  
    text-align: center;
    vertical-align: middle;
    text-decoration: none; 
} 



/* styles to be removed later */
.PanelShow{
	background-color: #cccccc;
    vertical-align: middle;
    height: 23px;
}

.PanelHide{
	background-color: #ffffff;
    height: 23px;
}

.ScreenName{
	COLOR: #6777DE; 
    FONT-FAMILY: Tahoma, Verdana;
	FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;	
    font-style: normal;
}

.ScreenDatabaseSpacing{
	line-height: 0px;
}

.DatabaseName{
	COLOR: #6777DE; 
    FONT-FAMILY: Tahoma, Verdana;
	FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;	
    font-style: italic;
}

.textmiddle {
    vertical-align: middle;
} 

.ControlPanelBody{
	BACKGROUND-COLOR: #6375D6;
	height: 100%;
	margin: 0;
	padding: 0; 
	width: 100% ;
	height: 100%;
	border-collapse: collapse;
	border: 0;
}	
