﻿body, html
{
    font-family: Arial;
    border: 0;
    margin: 0;
    text-align: justify;
    background: #255A8A;
}

div
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#Header
{
    background-image: url(images/adcpe_header.jpg);
    background-repeat: no-repeat;
    width: 780px; /* Wrapper:width */
    height: 202px;
}

#pnlLoginView
{
	position:relative;
	top:169px;
	font-size:small;
	z-index:100;
}

#Footer
{
    margin: auto;
    background-image: url(images/adcpe_footer.jpg);
    background-repeat: repeat-x;
    width: 780px; /* Wrapper:width + 6*/
    height: 21px;
    margin-top: -21px; /* footer height * -1 */ /* border: solid 3px #4160D5; */ /* border-top: 0; */
}

#Wrapper
{
    display: table; /* border: solid 3px #4160D5; */
    margin: auto;
    width: 780px;
    height: 100%;
    padding-bottom: 21px; 
}
html > body #Wrapper
{
    overflow: hidden;
}

.menubar
{
    text-align: right;
    background-image: url(images/adcpe_menubar.jpg);
    background-repeat: repeat-x;
    left: 0px;
    top: 202px;
    width: 780px;
    height: 30px;
}

#LeftColumn
{
    background-image: url(images/adcpe_contentBack.jpg);
    background-repeat: repeat-y;
    background-position: top, left;
    width: 218px;
    float: left; /* border-right: solid 1px #E1C383; */
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#ContentFrame
{
	background: #376C9C;
    float: left;
    border: 15px;
    width: 562px; /* Wrapper:width - Column:width  */
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#ContentFrame2
{
	background: #376C9C;
    float: left;
    border: 15px;
    width: 780px; /* Wrapper:width - Column:width  */
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#Content
{
    background: #F5F2D9;
}

#contentfooterleft
{
    width: 58px;
    height: 59px;
    background-image: url(images/adcpe_contentfooterleft.jpg);
    background-repeat: no-repeat;
}

#contentfooterright
{
    width: 58px;
    height: 59px;
    background-image: url(images/adcpe_contentfooterright.jpg);
    background-repeat: no-repeat;
    
}

#CopyrightSection
{
	width: 100%;
}

#Copyright
{
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}

#CopyrightSection a
{
	font-size: 10px;
	/*color: #f5f2d9;*/
	text-decoration: none;
}

#CopyrightSection a:link
{
	font-size: 10px;
	/*color: #f5f2d9;*/
	text-decoration: none;
}
#CopyrightSection a:visited
{
	font-size: 10px;
	/*color: #f5f2d9;*/
	text-decoration: none;
}
#CopyrightSection a:active
{
	font-size: 10px;
	/*color: #f5f2d9;*/
	text-decoration: none;
}
#CopyrightSection a:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.CacheDate
{
	font-size: 8px;
}