﻿/* \*/
* html #btlc2, * html #btrc2 {height: 1%;}
/* */

#btlc2, #btrc2 { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 100.01%;
	text-align: center; 
	}

#bbox2
	{
	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;
	}
 	
#bcontent2
	{
	padding:3em;
	}

#bcontent2 h1
{
	color: #0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana;
}
		
#bcontent2 p
{
	color: #3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: Verdana;
}
		
/* ---=== border code follows ===--- */
/*
	btlc2 = top left corner
	btrc2 = top right corner
	bblc2 = bottom left corner
	bbrc2 = bottom right corner
	blb2 = left border
	brb2 = right border
	btb2 = top border
	bbb2 = bottom border 
*/

#btlc2, #btrc2, #bblc2, #bbrc2
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#btlc2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_TopLeft.jpg);
	background-position: 0% 0%;
	}

#btrc2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_TopRight.jpg);
	background-position: 100% 0%;
	}
	
#bblc2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_BottomLeft.jpg);
	background-position: 0% 100%;
	}

#bbrc2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_BottomRight.jpg);
	background-position: 100% 100%;
	}

#btb2, #bbb2
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#btb2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_Top.jpg);
	background-position: 0% 0%;
	}

#bbb2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_Bottom.jpg);
	background-position: 50% 100%;
	}
	
#brb2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_RightSide.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#blb2
	{
	background-image:url(../../App_Themes/Portal_Customer_Theme/images/Blue_LeftSide.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
