/* ------------------------------------------------------------------------------ */
/* Globals
/* ------------------------------------------------------------------------------ */
html, body
{	
	/* margin:0; */
}
body
{
	background-color:#fff;	
}
h1,h2,h3,h4,h5,h6,h7
{
	/* color:#333333; */
	margin-bottom:10px!important;
}
h1
{
	margin-top:10px;	
}
textarea
{
	font-family:Verdana;	
	font-size:90%;
}

th
{
	text-align:left;	
}
.clear
{
	clear:both;	
}

ul, p
{
	/*margin:0;
	padding:0;	
	*/
}

.hidden
{
	display:none;	
}

a:visited
{
	/* color:blue;	 */
}

label
{
	font-size:11px!important;	
}

fieldset
{
	padding:0!important;
	clear:both;
}

legend
{
	font-size:13px;
	margin-bottom:10px;	
}

.adminButton
{
	margin-right:5px;	
}
.adminButtons
{
	margin-top:30px;	
}


/* ------------------------------------------------------------------------------ */
/* Layout
/* ------------------------------------------------------------------------------ */
#siteContainer
{
	width:1200px;
	margin-left:auto;
	margin-right:auto;	
	border:0px solid #333333;
	background-color:#ffffff;	
	margin-bottom:20px;
}
.fancybox-skin
{
	background-color:#333333!important;			
}
.headerFooter
{
	background-color:#333333;
	color:white;
	padding:15px 5px;
}
#header
{
	padding-top:10px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}
#headerLogo
{
	float:left;	
}
#headerLogo img
{
	border:0;	
}
#headerMain
{
	float:left;	
}
/*
#footer
{
	font-size:11px;
	padding-left:20px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
*/
#content
{
	margin:20px 0px;	
	min-height:500px;
}

.adminSubpage
{
	margin-top:0px!important;	
}


/* QUOTE */
#leftColumn
{
	width:47%;
	float:left;	
	margin-right:50px;
}
#rightColumn
{
	width:47%;
	float:left;	
}


/* ------------------------------------------------------------------------------ */
/* NO Layout
/* ------------------------------------------------------------------------------ */
#noLayoutContainer
{
	margin-left:auto;
	margin-right:auto;	
	background-color:#333333;	
}
#noLayoutContainer h2
{
	margin-top:0!important;
	color:#fff;
}
.fancybox-skin {
 border: 1px solid #ffffff!important; /* or whatever */
}



/*------------------------------------------------------------------
[Subheader]
*/

#subheader {
	color: #EEE;
	background: #444;
	border-color: #556828;
	line-height:18px;
}

#subheader .inner {
	background: #81994D url(header-bg.png) repeat 0 0;
}

#subheader h1
{
	margin:0!important;
	padding:0;
}






/* ------------------------------------------------------------------------------ */
/* Navigation
/* ------------------------------------------------------------------------------ */
#menu
{
	margin-bottom:40px;
	margin-top:50px;
	margin-left:20px;
}
#menu a
{
	color:#fff;
	text-decoration:none;
}
#menu a:hover
{
	text-decoration:underline;
}
#menu ul
{
	padding:0;	
}
#menu li
{
	float:left;
	font-size:11px;
	margin-right:20px;
	list-style:none;	
}

.footer-links
{
	vertical-align:top;	
}


/* ------------------------------------------------------------------------------ */
/* Message Handler
/* ------------------------------------------------------------------------------ */

.successColor{color:#336600;}
.warningColor{color:#D96109;}
.errorColor{color:#CA0000;}

.messageHandlerContainer
{
	margin-top:10px;
	margin-bottom:20px;
}
.messagehandlerDescription
{
	float:left;
}
.messagehandlerDescription h1
{
	margin-bottom:0px!Important;
}

.messagehandlerClose
{
	float:right;
	width:50px;
	text-align:right;
}
.messagehandlerClose a
{
	color:#333;	
	font-size:11px;
}
.messageHandlerContainer h1
{
	font-size:16px;
	font-weight:normal;
	margin:0;
}
.messageErrorContainer
{
	background-color:#FBE3E4;
	border:1px solid #CA0000;
}
.messageErrorContainer h1
{
	color:#CA0000;
}
.messageSuccessContainer
{
	background-color:#E6EEC5;
	border:1px solid #336600;	
}
.messageSuccessContainer h1
{
	color:#336600;
}
.messageWarningContainer
{
	background-color:#FDF6BF;
	border:1px solid #D96109;
}
.messageWarningContainer h1
{
	color:#D96109;
}
.messageContainerPadding
{

}
.messageHandlerContainer .messageDetails
{
	padding:.25em 0;
	font-size:12px;
}
.messageHandlerContainer ul
{
	padding:.50em 0;
	padding-left:1em;
	font-size:11px;
	list-style:square;
	margin-bottom:0;
}



/* ------------------------------------------------------------------------------ */
/* Data Grid
/* ------------------------------------------------------------------------------ */
.grid
{
	font-size:12px;	
}
.grid table
{
	min-width:96%;	
}
.grid th, .grid td
{
	padding-right:20px;	
	text-align:left;
}
.grid th
{
	background-color:#333333;
	padding:4px;
	font-weight:strong;
	height:40px;
	font-size:11px;
	color:#fff;
}
.gridAlternate
{
}
.grid a, .gridNew a
{
	/* color:blue;	 */
}
.gridNew
{
	margin-top:20px;	
}

.tableNoMargin
{
	margin-bottom:0px;	
}

.gridLink
{
	font-family:'Open Sans';	
}


/* ------------------------------------------------------------------------------ */
/* Search
/* ------------------------------------------------------------------------------ */
.searcher
{
	margin-bottom:10px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #3b7302;
	background-color:#EBFBD6;
	padding:0 20px;
	width:92%;
	padding-bottom:10px;
}
.searchItem
{
	margin-bottom:10px;
	clear:both;
}
.searchItem label
{
	display:block;	
}
.searchItem input
{
	
}


/* ------------------------------------------------------------------------------ */
/* Admin Summary
/* ------------------------------------------------------------------------------ */
#adminSummary
{
	width:500px;
}
#adminSummary td
{
	padding-left:5px;
}
#adminLeft
{
	width:48%;	
	float:left;
}
#adminRight
{
	width:48%;
	float:left;
	margin-left:40px;
}
td.adminValueData
{
	
	
	width:100px;
}


/* ------------------------------------------------------------------------------ */
/* Quotes
/* ------------------------------------------------------------------------------ */
.inputForm
{
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #333333;
	padding:15px;
	float:left;	
	background-color:#ffffff;
}
.inputForm .inputItem
{
	margin-bottom:15px;
	clear:both;
}
.inputForm fieldset
{	
	margin:0;
	padding:15px;
}
.horzLineItem
{
	float:left;	
	margin-right:20px;
	margin-bottom:5px;
}

#quote
{
}

#clientAddress
{
	clear:both;	
}

.quoteFormLayout
{
	width:700px;	
}

#quoteSystems
{

}
#quoteSystemCreate
{
}
.quoteSystemAction
{
	font-weight:normal;	
	color:blue;
	font-size:16px;
}

.quoteServiceFees
{
	font-size:11px;	
	
}
.quoteServiceFees th
{
	text-align:right;
	padding-left:15px;
}
.quoteServiceFees td, .quoteServiceFeesTotal th
{
	text-align:right;
}
.quoteServiceFeesTotal
{
	margin-top:10px;
	font-size:11px;	
	font-weight:bold;
}
.quoteFeesWrapper
{
	margin-left:20px;
	font-style:italic;
	font-size:11px;	
}
.quoteServiceFeesTotal
{
	font-size:14px!important;	
}
.systemTotalsHeader
{
	margin-top:10px;
}
.systemTotals h4
{
	/*color:#060; */
	margin-bottom:0px!important;
	margin-top:10px;
	font-size:14px;
}

#quoteManagement
{
	margin-top:20px;	
}

#quoteChecklist
{
	margin-top:30px;	
	font-size:12px;
}
#quoteAdmin
{
	margin-top:50px;
}


#quoteChecklistTable td
{
	text-align:left;	
	vertical-align:top;
}
#quoteChecklistTable td.component
{
	padding-top:5px;	
}

.checklistBox
{
	width:13px;
	height:15px;
	padding:3px;
	padding-left:5px;
	padding-bottom:5px;
	margin-right:10px;
}
.checkListSuccess
{
	border:1px solid #336600;
	background-color:#E6EEC5;
	color:#336600;
}
.checkListError
{
	border:1px solid #CA0000;
	background-color:#FBE3E4;
	color: #CA0000;
}
.checklistErrors
{
	background-color:#FBE3E4;
	color: #CA0000;
}
.checkListMessages
{
	padding:5px 10px;
	font-size:11px;
	margin-left:0px;
}
.checkListMessages li
{
	margin-left:15px;	
}
.checkListSuccessMessage
{
	border:1px solid #336600;
	background-color:#E6EEC5;
	color:#336600;
	font-size:11px;
	padding:5px;
	margin:5px 0;
}




/* ------------------------------------------------------------------------------ */
/* Quotes UI
/* ------------------------------------------------------------------------------ */
/* QUOTE */
#quoteLeft
{
	width:50%;
	float:left;	
	margin-right:50px;
}
#quoteRight
{
	width:45%;
	float:left;	
}

#quote
{
	min-width:500px;	
}
.quoteForm
{
	font-size:11px;
}
.quoteForm input, .quoteForm select, .quoteForm textarea
{
	font-size:11px;
}
.quoteFormButton
{
	background-color:#ffffff;	
	border:0;
	padding:6px 10px;
	color:#333333;	
	font-size:12px; 
	cursor:pointer;
}
.quoteDisplay
{
}
.quoteDisplay a, a.quoteViewLink
{
	color:blue;	
}

#jsMessagesWrapper
{
	margin-top:10px;
	margin-bottom:10px;
}
#jsErrorWrapper
{
	background-color:#FBE3E4;
	border:1px solid #CA0000;
	padding:5px;
}
#jsHeader
{
	font-size:14px;
	margin-bottom: 10px;
}
#jsMessages
{
	font-size:11px;
	margin-left:20px;
}
#payment-form legend
{
	font-weight:bold;	
}



/* QUOTE TERMS */
#quoteTerms
{
	margin-top:20px;
}
ul.quoteTermsList
{
	margin-bottom:5px!important;	
}
.quoteTermsList li
{
	margin-left:20px;	
}
#quoteTerm
{
	min-width:300px;	
}

/* QUOTE SYSTEMS */
#quoteSystems
{
	
}
#quoteSystems h2
{
	
} 
.systemLink
{
	font-weight:normal;
	font-size:16px;
}
#quoteSystems a
{
	/*color:#060; */
}
ul.quoteSystemsList
{
	margin-left:0!important;	
}
.quoteSystemsList li
{
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
	list-style:none;
	border:1px solid;
	padding:10px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin-left:0px;
}
#quoteSystem
{
	min-width:500px;	
}


/* QUOTE SERVICES */
.quoteServices
{
	margin:0!important;	
}
.quoteServices h3
{
	color:#096;
	margin:0;
	margin-top:10px;
	font-size:14px;
	margin-bottom:5px;
} 
.serviceLink
{
	color:blue!important;
	font-size:14px;
	font-weight:normal;
}
.quoteServicesList li
{
	margin-left:20px;	
	color:#096;
	margin-bottom:10px;
	font-size:14px;
	list-style:square;
	border:0;
	padding:0px;
	font-weight:normal;
}
.quoteService
{
	min-width:500px;	
}


/* QUOTE SERVICE CONFIGURATIONS */
.quoteServiceConfigurations
{
}
.quoteServiceConfigurations h3
{
	color:#0C3;
	margin:0!important;
	font-size:11px;
} 
.serviceConfigurationLink
{
	color:blue!important;
	font-size:11px;
	font-weight:normal;
}
.quoteServiceConfigurationsList li
{
	margin-left:0px;	
	color:#0C3;
	margin-bottom:0;
	font-size:11px;
	font-weight:normal;
	border:0;
	padding:0px;
}
.quoteServiceConfiguration
{
	min-width:500px;	
}


/* QUOTE QUOTATION */
#quotation
{
	border:1px solid #999;
	margin:20px 0;
	padding:10px 20px;
	min-width:600px;
}
#quotation label
{
	font-weight:bold;	
	color:#333;
}
.quotationClient
{
	width:400px;	
}
#quotation h2
{
	color:#000000!important;	
}


/* QUOTE FEEDBACK */
.quoteFeedbackItem
{
	margin-bottom:15px;
	font-size:12px;
}
.quoteFeedbackUser
{
	font-weight:bold;
}
.quoteFeedbackMessage
{
	margin-top:5px;
	border:1px solid #999;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding:10px;
}

/* ACTIVITY LOGS */
#ActivityLogListContent
{
}
.activityLogListContentAjax
{
	width:900px;
}

/* AGREEMENTS */
#agreementForm
{
	min-width:500px;
}



/* BACKUP AUDITS */
#backupAuditForm
{
	min-width:520px;
}
#backupAuditLeft
{
	width:35%;
	float:left;	
	margin-right:50px;
}
#backupAuditRight
{
	width:60%;
	float:left;	
}
#backupAuditView th 
{
	min-width:200px;
}
#backupAuditWarning
{
	width:480px;
	font-size:12px;
	display:none;
}

/* BACKUP AUDIT SYSTEMS */
#backupAuditSystemForm
{
	min-width:550px;
}


/* CLIENTS */
#clientForm
{
	min-width:550px;	
}


/* PAYMENTS */
#PaymentListContent
{
}
.paymentListContentAjax
{
	width:900px;
}

/* RESELLERS */
#resellerForm
{
	min-width:500px;
}

/* RESELLER PAYOUTS + CHECKS */
#resellerPayoutGrid
{
	width:650px;
}
#resellerPayoutCheckAmountWrapper
{
	font-size:16px; font-weight:bold;	
}
.resellerPayoutListContentAjax
{
	width:900px;
}

/* RESTORATIONS */
#restorationForm
{
	min-width:500px;
}
.restorationListContentAjax
{
}


/* SYSTEMS */
#systemForm
{
	min-width:500px;
}


/* USERS */
#UserListContent
{
}
.userListContentAjax
{
	width:900px;
}




/* ---------------------------------------------------
	PagedViewer Custom
---------------------------------------------------- */
.pagedViewerAjaxFancybox
{
	padding:20px;
	background-color:#fff;
}


/* ---------------------------------------------------
	FancyBox
---------------------------------------------------- */

/* Alert / Confirm Modal */
#fancybox-outer
{
	background-color: #3399FF;
}
#fancybox-inner
{
	border:0;
}
#fancyAlertConfirmWrapper
{
	padding:20px;
	background-color:#fff;
}
#fancyAlertConfirm
{
	width:400px;
	background-color:#fff;
}
#fancyAlertConfirm .message
{
	padding:5px 15px;
}
#fancyAlertConfirm .message h3
{
	margin:0;
	margin-bottom:15px;
	color:#333333;
}
#fancyAlertConfirm .message ul
{
	margin-top:10px;
	font-size:12px;
}
#fancyAlertConfirm .buttonsBar
{
	text-align:right; 
	margin-top:15px; 
	background-color:#333333;
	border-top:0px solid #fff; 
	padding:6px;
	padding-bottom:0;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
#fancyAlertConfirm .buttonsBar input[type="button"]
{
	background-color:#ffffff;	
	border:0;
	padding:6px 10px;
	color:#333333;	
	font-size:12px; 
	cursor:pointer;
	margin-left:5px;
}

#fancyAlertConfirm ul
{
	list-style:square;
	margin-left:15px;	
}


