/***********************************************************************

	PAGE TEMPLATE CONTAINERS STYLES

***********************************************************************/

body
{
	height: 100%;

	margin: 0px;

	padding: 0px;
}

body#admin
{
	background: url(../Images/decor/bg_leftside.gif) repeat-y top left;
}

body#admin #header
{
	background: url(../Images/decor/bg_header_admin.gif) no-repeat top left;
}

body#admission #header
{
	background: url(../Images/decor/bg_header_admission.gif) no-repeat top left;
}

body#admission #headerUpl 
{
    width: 100%;
    height: 70px;
    background: #1C75CD url(../Images/decor/header.png) no-repeat;
}

body#admission #footerUpl
{
    width: 100%;
    height: 93px;
    background: #737373 url(../Images/decor/footer.png) no-repeat;
}

body#admin #contentcontainer
{
	width: 1000px;
}

body#admission #contentcontainer
{
	width: 770px;
}

body#admission #contentroot
{
	border-left: 17px solid #FFF;
	amargin: 0px 0px 0px 17px;
}

body#admission #menu
{
	adisplay: none;
}

body#popup #content
{
	margin: 0px;

	padding: 20px 20px 20px 20px;
}

body#popup #root
{
	background: none;

	width: 500px;
}

#content
{
	padding: 20px 20px 20px 20px;

	vertical-align: top;
}

#contentcontainer
{
	width: 100%;
}

#contentroot
{
	awidth: 100%;
}

#content.contentAdmin
{
}

#content.contentAdmission
{
}

#footer
{
	background: url(../Images/decor/bg_footer.gif) no-repeat bottom left;

	height: 131px;
}

#footerpseudo
{
	bottom: 0px;

	height: 131px;

	left: 0px;

	position: absolute;

	width: 100%;

	z-index: 5;
}

#header
{
	height: 82px;
}

#menu
{
	abackground: #D8D8D8 url(../Images/decor/bg_menu.gif) no-repeat top left;
	abackground: #E7E7E7 url(../Images/decor/bg_menu_multi.gif) repeat-x bottom left;
	background: #E7E7E7;

	aborder-bottom: 1px solid #fff;

	vertical-align: top;

	width: 156px;
}

#root
{
	/*background: url(../Images/decor/bg_footer.gif) no-repeat bottom left;*/

	height: 100%;
}

#root.wide #content
{
	margin: 0px;
}

#root.wide #menu
{
	display: none;
}