table 
{
	border-collapse: collapse;
}

td img
{
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.TDRegData
{
	padding-right: 16px;
	/*font-weight: bold;*/
	font-size: 0.9em;
	color:#DC8A58;
}


.textbox
{
	color: #555;
	background-color: white;
	border: solid 1px #333;
	padding: 1px 2px 1px 2px;
}

.textboxEnabled
{
	font-weight: bold;
	font-size: 0.9em;
	color:#333;	
	background-color: white;
	border: solid 1px #A7B2BE;
	padding: 1px 2px 1px 4px;
}

.textboxEnabledFocus,
.textboxEnabledHover
{
	font-weight: bold;
	font-size: 0.9em;
	color:#333;	
	background-color: #E3E7EB;
	border: solid 1px #8294A8;
	padding: 1px 2px 1px 4px;
}

.textboxDisabled
{
	font-weight: bold;
	font-size: 0.9em;
	color:#555;	
	background-color: #fff;
	border: none 0px #fff;
	padding: 1px 2px 1px 4px;
}

TABLE.ContactAddress
{
	width: 480px;
}

.ContactAddress td .textboxEnabled,
.ContactAddress td .textboxEnabledFocus,
.ContactAddress td .textboxEnabledHover
{
	/*width: 300px;*/
}

a.dbListLink{
	display:block;
	background:url(/img/task_round_bg.gif) 0 3px no-repeat;
	width:66px;
	height:17px;
	text-align:center;
	float:right;
	/*margin:0;*/
	padding: 3px 0px 0px 0px;
	margin: 1px 4px 1px 4px;
}

a.dbListLink:hover{
	color:#B57F03;
	background-color:inherit;
	margin: 1px 4px 1px 4px;
}
a.dbListLink:hover {
	color:#B57F03;
	background-color:inherit;
	margin: 1px 4px 1px 4px;
}

/*
.buttonFirst{
	float:left;
	background:url(/img/equip_nav_div.gif) right top no-repeat;
	height:42px;
	padding:0 4px 0 0;
	border: none 0px #fff;
}
.buttonMiddle{
	float:left;
	background:url(/img/equip_nav_div.gif) right top no-repeat;
	height:42px;
	padding:0 4px;
	border: none 0px #fff;
}
.buttonLast{
	float:left;
	background-image:none;
	height:42px;
	padding:0 4px;
	border: none 0px #fff;
}*/


.tblGrid
{
	padding: 2px 4px 2px 4px;
	border-collapse: collapse;
	border: none 0px #fff;
	margin-left:auto; 
	margin-right:auto;
	border-style: hidden; 
	font-size: 1.0em;
	/*	need this is we want to truncate a sepcific row. 
		This keeps table from expanding horizontally
		table-layout:fixed; 
	*/
}

.trHeader
{
	background-color: #ccc;
}
    
.truncateRowX
{
	overflow: hidden; 
	/*text-overflow: ellipsis; */
	white-space: nowrap;
}    
    
.trRowOdd
{	
	/*overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;*/
}

.trRowEven
{
	background-color: #eee;
	/*overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;*/
}

.GridFooter
{
}

/* Breadcrumbs */
#bcContainer
{
	padding: 4px 0px 0px 0px;
}

.bc
{
	font-weight: bold;
	font-size: 1.0em;
}


.bcCompanyName
{
	font-weight: bold;
	color: #009933;
}

.bcPathSeparatorStyle
{
	font-weight: bold;
	color: #507CD1;
}

.bcCurrentNodeStyle
{
	font-weight: bold;
	color: #888;
}

.bcNodeStyle
{
	font-weight: bold;
	color: #284E98;
}

.bcRootNodeStyle
{
	font-weight: bold;
	color: #507CD1;
}

.progressImage {
	border: none;
	display: none;
	visibility: hidden;
	overflow: hidden;
}
	
.progressSubmit {
	display: block;
	visibility: visible;
	overflow: visible;
}

.contentIndent{
	padding: 12px 4px 18px 18px;
}

/* AJAX Elements */
img.BusyIcon
{
	padding: 0px 10px 0px 10px;
}

div.Progess
{
	padding: 10px 0px 10px 0px;
}

/* scaffold */
.scaffold-table
{
	padding: 2px 2px 2px 2px;
	border: 1px solid #f00000;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 8px;	
}

.scaffold-item
{
	background-color: #eee;
	text-align: left;
	padding: 1px 4px 1px 4px;
}

.scaffold-label, .scaffold-label h2
{
	background-color: #777;
	color: #fff;
	font-size: 1.2em;
}

.scaffold-button
{
	border: solid 1px #555;
	padding: 1px 4px 1px 4px;
}

.scaffold-textbox
{
	border: solid 1px #999;
	padding: 1px 4px 1px 4px;
	background-color: #eee;
}

#Error p
{
	font-size: 1.2em;
}

#faq h4
{
	font-size: 1.2em;	
}

#faq p
{
	font-size: 1.10em;
	padding: 2px 2px 20px 20px;
}

.button
{
	/*background:url(/img/equip_nav_div.gif) right top;*/
	padding:2px 4px 2px 4px;
	margin:4px 4px 4px 4px;
	border: solid 1px #779;		
	background-color: #EDF0E0;
	font-size: 1.0em;
	font-weight: bold;	
	color: #6B95A9;
}

p.nh
{
	padding: 0;
	
}
p.nc
{
	padding: 0px 2px 6px 20px;
	font-weight:bold;
}

#ItemDetailWrapper p
{
	font-size: 1.10em;
	padding: 2px 2px 2px 2px;
}
/* tab control - override here if needed becuase of a bug in the ajax control toolkit setting cssclass */
/*.AjaxTabs .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url("AjaxTabs/tab-line.gif") repeat-x bottom;}
.AjaxTabs .ajax__tab_outer {padding-right:4px;background:url("AjaxTabs/tab-right.gif") no-repeat right;height:21px;}
.AjaxTabs .ajax__tab_inner {padding-left:3px;background:url("AjaxTabs/tab-left.gif") no-repeat;}
.AjaxTabs .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url("AjaxTabs/tab.gif") repeat-x;}
.AjaxTabs .ajax__tab_hover .ajax__tab_outer {background:url("AjaxTabs/tab-hover-right.gif") no-repeat right;}
.AjaxTabs .ajax__tab_hover .ajax__tab_inner {background:url("AjaxTabs/tab-hover-left.gif") no-repeat;}
.AjaxTabs .ajax__tab_hover .ajax__tab_tab {background:url("AjaxTabs/tab-hover.gif") repeat-x;}
.AjaxTabs .ajax__tab_active .ajax__tab_outer {background:url("AjaxTabs/tab-active-right.gif") no-repeat right;}
.AjaxTabs .ajax__tab_active .ajax__tab_inner {background:url("AjaxTabs/tab-active-left.gif") no-repeat;}
.AjaxTabs .ajax__tab_active .ajax__tab_tab {background:url("AjaxTabs/tab-active.gif") repeat-x;}
.AjaxTabs .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;} */

/*.AjaxTabs .ajax__tab_header {font-size:1.2em;background:url("AjaxTabs/tab-line.gif") repeat-x bottom;}*/
