﻿/***************************************************************************************************
T2 Systems Web Site 2008 - T2 Layout Styles


                                               Copyright T2 Systems 2008 - Benjamin S. Hall
***************************************************************************************************/
/*  ---------------------------------------------------------------------------------------------  */
/*  DOCUMENT  */
html, body
{	
	height:100%;
	margin:0;
	padding:0;
}

/*  ---------------------------------------------------------------------------------------  LOGIN */
#LoginBar
{
	height:26px;
	background-color: #00448d;
	text-align:right;
}
#LoginControls
{
	margin-right:22px;
}
/*  ---------------------------------------------------------------------------------  FLASH SPACE */
#FlashSpace
{
	height: 175px;
	background-color: #601934;
	text-align:left;
}
/*  -----------------------------------------------------------------------------------  OPTIONBAR */
#OptionBar
{
	height: 32px;
	background-color: #0075bf;
	text-align:left;
}
#UserTabs
{
	float:left;
	width:440px;
	height:32px;
}
#SearchBar
{
	float:right;
	text-align:right;
	width:350px;
	margin-top:4px;
	margin-right:8px;	
}
/*  -----------------------------------------------------------------------------------  CONTENT */
#CenterContent
{
	margin-left:210px;
	margin-right:212px;
	margin-bottom:24px;
	height:auto;
}

#EmployeeCenterContent
{
	margin-left:210px;
	margin-bottom:24px;
	height:auto;
}

#LeftContent
{
	float:left;
	width:196px;
	margin-right:8px;
}

#RightContent
{
	float:right;
	width:210px;
	margin-left:8px;
	text-align:left;	
}

/*  --------------------------------------------------------------------------------------  FOOTER */
#Footer
{
	clear:both;
	height: 64px;	
	background-color: #00448d;	
	font-weight: bold;
	color: White;
	font-size: x-small;
	/*visibility:hidden;*/
}
#Footer_Links
{
	float:left;
	width:300px;
	height:40px;
	margin-top:4px;
	margin-left:12px;	
}
#Footer_Contact
{	
	float:right;
	width:250px;
	margin-top:4px;
	margin-right:8px;	
}
#Footer_CR
{
	clear:both;
	text-align:center;
}
/*  *********************************************************************************************  */
/*  END OF LAYOUT FILE */
/*  ---------------------------------------------------------------------------------------------  */