﻿.foo {}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #EBEBEB;
    height: 95%;
}
.page
{
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    bottom: 30px;
    overflow: hidden;

}
.message
{
	width: 960px;
	margin: 20px auto 0px auto;
}
#container
{
    position:relative;
	width: 100%;
    height: 100%;
    overflow: auto;
}
#content {
    position: absolute;
    top: 110px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}
#homepagecontents 
{
	width: 100%;
    height: 100%;
	background-position:center center; 
	background-image: url('../../Images/IP.bmp');
	background-repeat: no-repeat;    	
}
#LoginPage
{
	width: 100%;
	height:500px;
}
#header 
{
    width: 100%;
    height: 65px;
    border: 1px;
    align-items: center;
    vertical-align: middle;
    border: 0px;
    border: none;
    background-color: #D3CFD0;
}
#leftHeader 
{
    /*    background-color:#BEBABB;*/
    border: none;
    width: 160px; /* same as right to center middle part if needed*/
    background-image: url('../../Images/Connect_White.png');
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
}
#rightHeader 
{
    /*background-image: url('../../Images/IPSBannerSides.png');
    background-repeat: repeat;*/
    /*height: 65px;*/
    border: none;
    text-align: right;
    font-size: medium;
    width: 160px; /* to fit the text*/
}
#middleHeader 
{
    /*width: 100%;*/
    /*width: 618px;*/
    background-image: url('../../Images/Primary_Color.png');
    background-repeat: no-repeat;
    background-position: center;
    /*    height: 65px;*/
    border: none;
    background-size: contain;
}
SupportNumber {
    text-align:right;
}
#menu {
	clear: both;
	margin-bottom: 5px;
}

#footer 
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000066;
	height: 24px;
	width: 100%;
}

/* TicketEntryCtrl.ascx */
.section .DataLabel 
{
	/*display: block;*/
}