﻿/* inside table with all content */
#LayoutContainer
{
	height:	100%;
	height:	auto !important;
	min-height:	100%;
	width:	100%;
	margin-bottom:	35px;
}

/* --END-- inside table with all content */

/* header of the page */
#LayoutBanner
{
	border-style:none;
	border-width: 0px;
	margin:0;
	padding:0;
	border-spacing:0;
}

#banner_container
{
	background-image:		url(Images/library/Orange_banner_bkgrnd.gif);
	background-position:	-70px top;
	background-repeat:	no-repeat;
	height:	60px;
	width:	100%;
	line-height:	60px;
	border-bottom:	3px solid #FFFFFF;
}

#banner_title
{
	float:	left;
	position: relative;
	left:	200px;
	width:	490px;
	text-align:	left;
	vertical-align:	middle;
}

#banner_numbers
{
	float:	right;
	text-align:	right;
	vertical-align:	middle;
	font-size:	0.875em;
	display:none;
}

#banner_info
{
	height:	22px;
	line-height:	22px;
}
/* --END-- header of the page */

#LayoutTable
{
	margin:	0;
	border:	0;
	padding: 0;
	border-collapse:	collapse;
}

#LayoutBody
{
	vertical-align:top;
	width:	100%;
	padding:	0;
}

#LayoutBody:after
{
	clear:	both;
	display:	block;
	content:	" ";
}


/* footer of the page */
#LayoutFooter
{
	height:	35px;
	width:	100%;
	vertical-align:top;
	font-size:	1.0em;
	padding:	0;
}

#fineprint_block
{
	position:	absolute;
	bottom:	0;
	vertical-align:	top;
	height:	35px;
	width:	100%;
}

#fineprint_left
{
	text-align:	left;
	position:	absolute;
	width:	85%;
	left:	0;
	padding-left:	7px;
}

#fineprint_right
{
	text-align:	right;
	position:	absolute;
	right:	0;
	width:	15%;
	padding-right:	7px;
}

/* --END-- footer of the page */


/* TwoColumns masterpage styles*/

body
{
	background-image:		url(Images/library/menu_background.jpg);
	background-repeat:		repeat-y;
}

#TwoColumnsTable
{
	margin:	0;
	border:	0;
	border-collapse:	collapse;
	padding: 0;
	height:	100%;
	width:	100%;
}

#TwoColumnsMenuColumn
{
	width:	167px;
	text-align:	left;
	vertical-align:	top;
	margin:	0;
	border:	0;
	padding:	0;
	height:	100%;
	position:	relative;
}

#TwoColumnsBodyColumn
{
	vertical-align:	top;
	text-align:	left;
	position:	relative;
	border:	0;
}
/* --END-- TwoColumns masterpage styles*/

