﻿body, html, form
{
	width: 100%;
	height: 100%;
}

/* CMS REQUIRED */

.Designer
{
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #797b72;
}
/* END CMS REQUIRED */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

/* STRUCTURE */
#tblmain
{
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	height: 225px;
	padding-bottom: 2px;
	max-width: 1000px;
 
}

#tdheader
{
	width: 988px;
	background: #1a1516;
	border-bottom: solid 2px #cadb2a;
	height: 19px;
	padding-left: 10px;
}
#tdLeftShadow, #tdRightShadow
{
	width: 5px;
	background-repeat: repeat-y;
	height:100%;

}
#tdLeftShadow
{
	width: 6px !important;
	background-image: url('/images/left_shadow.jpg');
	 	background-position:right;
		
}
#tdRightShadow
{
	background-image: url('/images/right_shadow.jpg');
	background-position:left;
}
#tdSpacer
{
	background: #fff;
	width: 14px;
	border: solid 1px black;
}
#tdFrontDesk
{
	width: 221px;
	
 
}
#tdNav
{
	width: 779px;

}
#tdLeftColumn
{
	width: 221px;
	vertical-align:top;

 
}
#tdMainContent
{
	width: 765px;
}
#tdMain
{
	width: 779px;
	 
}
#tdFooter
{
	width: 988px;
	padding-left: 10px;
}

.client_input
{
	 
	height: 14px;
	width: 113px;
	color: #717074;
	font-size: 11px;
	background: #f1f1f2 url('/images/textbox.jpg') no-repeat;
	border-style: none; 
}
#tdLogin
{
	width: 221px;
	margin-left: 0px;
	margin-right: 15px;
	text-align: right;
	line-height: 21px;
	background: #f1f1f2;
	padding-right: 0px; 
	vertical-align:top;
	margin-top: 0px;
	border-bottom: dashed 1px #717074;
}