/* CSS Document */
body {
	font-family:Verdana, Arial,Helvetica,sans-serif;
	/*background: url(../images/customerService.jpg) fixed no-repeat center center;*/
	/*background: url(../images/scarfMeadow.jpg) fixed no-repeat center center;*/
	background: url(../images/windowsBliss.jpg) fixed no-repeat center center;
	/*background:#777;*/
	/*opacity:1;*/
	font-size:13px;
}

#wrapperHeader{
	background:#ccc;
	width:694px;
	margin:0 auto 0 auto;
	text-align:center;
	height:10em;
	z-index:3;
   	border:2px solid #CC6600;
}

a {
	color: #000;
	margin:0 auto 0 auto;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

.zebra
{
	background-color:#ffffff;
	color:#000000;
}

#dashboard{
	background:#ccc;
	width:693px;
	margin:0 auto 0 auto;
	height:2em;
	text-align:center;
	margin-top:0.5em;
	padding:6px 0 0 0;
	border:2px solid #CC6600;
}

/*----------------------- customer look up form  -------------------*/
#wrapper1{
	width:800px;
   /*border:1px solid blue;*/
	margin:0 auto 0 auto;
}

#customerLookUp{
	background-color:#ccc;
	border:2px solid #CC6600;
	width:692px;
	height:auto;
	/*display:none;*/
	margin:0.5em auto 0 auto;
	padding:0 0 0 1px;
}

#agentButtons{
	text-align:center;
}

.section_title, .productInformation, .productIssues,.verification{
	color:#fff;
	background:#009900;
	text-align:center;
	padding:0 0 4px 0;
	opacity:1;	
}

.section_header{
	color:#000;
	font-size:12px;
	text-align:center;
}

.label_title{
	color:#000;
	font-size:12px;
	text-align:left;
}

.textbox, .agentEnteredLookup, .lookupResult{
	width:320px;
	color:#000;
	font-size:12px;
	text-align:left;
}

.product_title {
	color:#fff;
	background:#CC6600;
	text-align:center;
	padding:0 0 0 0;
	opacity:1;	
}

table#productInformation td {
	background:#CC6600;
	width:320px;
	color:#000;
	font-size:13px;
	text-align:center;
}

table#productInformation{
	background:#ccc;
	width:691px;
	color:#fff;
	font-size:13px;
	text-align:left;
	border:none;
}

table#productInformation td {
	background:#CC6600;
	width:320px;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:0 0 4px 0;
}

table#product td {
	background:#ccc;
	width:350px;
	color:#000;
	font-size:13px;
	text-align:center;
}

table#productIssues{
	background:#ccc;
	width:691px;
	color:#fff;
	font-size:13px;
	text-align:left;
	border:none;
}

table#productIssues td {
	background:#CC6600;
	width:320px;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:0 0 4px 0;
}

table#issues td {
	background:#ccc;
	width:350px;
	color:#000;
	font-size:13px;
	text-align:center;
}

#dataRowResult{
	width:320px;
	color:#000;
	font-size:12px;
	text-align:left;
}

.customerProductLookup {
text-align:center;
padding:1em 0 0 0;
font-size:14px;
}

.agentEnterButton{
	text-align:center;
	padding:1em 0 0 0;
}

.locationResult{
	width:170px;
	color:#000;
	font-size:12px;
	text-align:left;
}

.customerContactResult{
	width:350px;
	color:#000;
	font-size:12px;
	text-align:left;
}

/*------------------------ new customer form  --------------------*/
#wrapper2{
	width:800px;
   /*border:1px solid blue;*/
	margin:0 auto 0 auto;
}

#newCustomer{
	background-color:#ccc;
	border:2px solid #CC6600;
	width:692px;
	height:auto;
	display:none;
	margin:0.5em auto 0 auto;
	padding:0 0 0 1px;
}

.productRegistrationInfo{
	width:679px;
	color:#000;
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
}

.locationEntered{
	width:161px;
	color:#000;
	font-size:12px;
	text-align:left;
}

.agentEnteredICWC, .agentEnteredCSO{
	width:332px;
	color:#000;
	font-size:12px;
	text-align:left;
	margin:1em 0 0 0;
}

.agentSaveClearButton{
	text-align:center;
	padding:0.75em 0 0;
}

.textboxNewCustomer, .agentEnteredLookupNewCustomer, .agentEnteredLookupNewServiceTicket,.lookupResultNewCustomer{
	width:334px;
	color:#000;
	font-size:12px;
	text-align:left;
}

.section_titleNewCustomer, .productInformationNewCustomer, .productIssuesNewCustomer,.verificationNewCustomer{
	color:#fff;
	background:#980000;
	text-align:center;
	padding:0 0 4px 0;
	width:684px;
}

/*------------------------ new service ticket form  --------------------*/
#wrapper3{
	width:800px;
   /*border:1px solid blue;*/
	margin:0 auto 0 auto;
}

#newServiceTicket{
	background-color:#ccc;
	border:2px solid #CC6600;
	width:692px;
	height:auto;
	display:none;
	margin:0.5em auto 0 auto;
	padding:0 0 0 1px;
}

.newServiceTicketLookupResult{
	width:334px;
	color:#000;
	font-size:12px;
	text-align:left;
}