/*** Reset ***/
* { margin: 0; padding: 0; }
p { padding: 3px 0; margin: 3px 0; }
h1,h2,h3,h4 { margin: 10px 0 5px 0; color: #000; clear: both; }
h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 10pt; color: #000; padding: 3px 3px 3px 0;}
h2 { padding: 0px 3px 3px 0; margin-top: 0; }
ul, ol { margin-left: 20px; }
li { margin-left: 5px; }
table { border-collapse: collapse; }
/*** Fonts ***/
body
{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 9.25pt;
	color: #595959;
}
textarea
{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
/*** Elements ***/
a:link,
a:visited,
a:hover,
a:active,
a
{
	text-decoration: none;
	color: #595959;
}
/*** Layout - Page ***/
/* Header */
/* User Menu */
#userMenuPanel { display: none; }
/* Main Menu */
#mainMenu { display: none; }
/* Content */
/* Footer */
#footerPanel { display: none; }
#extraLinksPanel { display: none; }
/*** Layout - Components ***/
/* Grids */
.grid { border: solid 1px #AAAABB; }
.grid td { border: solid 1px #AAAABB; padding: 3px; }
.gridCell { font-size: 9pt; }
.gridHeader td, .gridHeader a { font-weight: bold; }
/* Tabs */ 
.tabContainer {	display: none; }
/* Panels */
.panel.search { display: none; }
/* Textboxes */
span.input.money input
{
	text-align: right;
}
/* Show/Hide Header */
.showHideHeader { display: none; }
/* Quote Info */
#quoteInfo
{	
	float: left;
	width: 400px;
	clear: both;
	margin: 10px 0 10px 0;
	padding: 8px 10px;
	border: solid 1px #dcdcdc;
}
#quoteInfo p
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 2px 0;
}
#quoteInfo .error
{
	font-size: 8pt;
	width: auto;
}
/* Lookup Control */
.lookupSearchControl input[type=button] { display: none; }
/*** Forms / Fieldsets ***/
fieldset
{
	padding: 10px;
	position: relative;
	border: solid 1px #dcdcdc;
	margin-bottom: 5px;
}
legend
{
	display: none;
}
label
{
	font-weight: bold;
}
fieldset label
{
	display: inline-block;
	width: 150px;
}
fieldset .instruction
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #aca899;
}
fieldset p
{
	margin: 0;
	padding: 2px 0;
}
fieldset dl
{
	float: left;
	width: 250px;
}
fieldset dt
{
	float: left;
	font-weight:bold;
	padding-bottom: 5px;
	width: 51%;
}
fieldset dd
{
	float: left;
	clear: right;
	display: block;
}
.actions, input[type=radio] { display: none; }
/*** Specific Page Layout ***/
/* Quote Browse */
#page-quoteBrowse #assign { display: none; }
/* Edit Quote - Details */
#page-editQuoteDetails input,
#page-editQuoteDetails select,
#page-editQuoteDetails textarea
{
	width: 400px;
}
#page-editQuoteDetails #client textarea
{
	height: 5em;
}
/* Edit Quote - Financials */
#page-editQuoteFinancialDetails #summaries_container
{ display: block !important; }
#page-editQuoteFinancialDetails #costitems th.value,
#page-editQuoteFinancialDetails #costitems td.value
{
	width: 150px;
	text-align: right;
	white-space: nowrap;
}
#page-editQuoteFinancialDetails #costitems th.name,
#page-editQuoteFinancialDetails #costitems td.name
{
	text-align: left;
}
#page-editQuoteFinancialDetails #costitems .value input
{
	width: 100px;
}
#page-editQuoteFinancialDetails #costitems .purchasePrice
{
	margin: 10px -10px -10px -10px;
	padding: 10px;
	position: relative;
}
#page-editQuoteFinancialDetails #costitems .purchasePrice label
{
	width: auto;
	margin-right: 10px;
}
#page-editQuoteFinancialDetails #installments input
{
	width: 100px;
	text-align: right;
}
#page-editQuoteFinancialDetails #installments th,
#page-editQuoteFinancialDetails #installments td
{
	padding: 2px 5px 0 0.5em;
	text-align: right;
}