﻿/* \*/
* html #btlc, * html #btrc {height: 1%;}
/* */

#btlc, #btrc { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 100.01%;
	text-align: center; 
	}

#bbox
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	text-align: left;
	width:100%;				/* <-- use this to tie width to viewport size */
					/* <-- use this for a set width */
	background-color: #ffffff;
	}
 	
#bcontent
	{
	padding:3em;
	}

/* ---=== border code follows ===--- */
/*
	btlc = top left corner
	btrc = top right corner
	bblc = bottom left corner
	bbrc = bottom right corner
	blb = left border
	brb = right border
	btb = top border
	bbb = bottom border 
*/

#btlc, #btrc, #bblc, #bbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#btlc
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_TopLeft.jpg);
	background-position: 0% 0%;
	}

#btrc
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_TopRight.jpg);
	background-position: 100% 0%;
	}
	
#bblc
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_BottomLeft.jpg);
	background-position: 0% 100%;
	}

#bbrc
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_BottomRight.jpg);
	background-position: 100% 100%;
	}

#btb, #bbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#btb
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_Top.jpg);
	background-position: 0% 0%;
	}

#bbb
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_Bottom.jpg);
	background-position: 50% 100%;
	}
	
#brb
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_RightSide.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#blb
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_LeftSide.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}


