﻿html, body 
{ 
	font-family: Tahoma; 
	font-size: 11px;
    height: 100%; 
    overflow: hidden; 
}
/*** login styles ***/
div#loginwrap
{
	margin: 50px auto 0px auto;
	width: 460px;
}
.loginmessage
{
    color: Red;
    font-weight: bold;
}
.apptitle
{
	background-image: url(Images/AdeoERPLogo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
	margin: 10px;
}
/*** page styles ***/
#form1  
{ 
    height: 100%; 
    overflow: auto; 
}  
.AppHeader
{
    padding: 10px;
}
.AppHeaderLeft
{
	float: left;
	background-image: url(Images/AdeoERPLogo.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 41px;
	width: 215px;
}
.AppHeaderRight
{
	float: right;
}
.AppHeaderRight a
{
    color: inherit;
}
.AppContentLeft
{
    clear: both;
    padding: 10px;
    width: 245px;
}
.AppContentRight
{
    position : absolute;
    bottom: 10px;
    left: 245px;
    right: 10px;
    top: 50px;
}
.ContentIFrame
{
    width: 100%;
    height: 100%;
}
.hidden
{
    display: none;
}
.ErrorMessageText {
    text-align: center;
    color: red;
}