
.ticket-error, form.searchAgain-form label.error {
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px;
    border: 1px solid #CD2626;
    background: #FFF0F5;
    color: #CD2626;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    display: block;
    float: none !important;
    }
    
/* ----------
				7.0		Show Info (popup)
---------- */
.bubbleInfo {
    position: relative;
    }
            
.popbox {
/*	float: left;*/
    background: #fefaea;
    width: 240px;
    border: 1px solid #b3b3b3;
	position: absolute;
	/*display: none;   commented out by DW */
	z-index: 50;
    }
	
    .popbox h3 {
        background: #cececd url(../images/assets/pop-box-header.gif) repeat-x bottom left;
        padding: 5px 10px;
        color: #0d0d0d;
        font-weight: bold;
        font-size: 12px;
        }
		
	.popbox_content {
		 float: left;
		 padding: 10px;
		 color: #626262;
		 font-size: 11px;
		 }

		.popbox_content ul {
			float: left;
			width: 100%;
			}
			
			.popbox_content ul li {
			   float: left;
			   width: 50%;
			   }
			   
	   .popbox_content p {
		   line-height: 1.3em;
		   text-align:left;
			}
			
.notify {
	width: 500px;
	position: static !important;
	background: #FFF;
	overflow: hidden;
	border: 0;
	}
	
.notify .popbox_content ul {
        padding-top: 20px;
        }
        .notify .popbox_content ul li {
    		width: 100%;
    		padding-left: 50px;
    		padding-bottom: 8px;
    		}
    		.notify h3 {
    			font-size: 1.4em;
    			font-weight: normal;
    			color: #4d4d4d;
    			padding: 10px 25px;
    			}
    			.notify .popbox_content {
    				padding: 15px 25px;
    				}
    				.notify .popbox_content ul {
    					padding: 10px 0 0;
    					}
    					.notify .popbox_content ul li label {
    						width: 50px;
    						float: left;
    						font-size: 12px;
    						margin: 4px 0 0;
    						}
    						.notify .popbox_content ul li input {
    							width: 250px;
    							}
    							.notify .popbox_content ul li.rowlast {
    								padding: 20px 0 0 50px;
    								}
    								
    								
/* ----------
                Welcome popup with service descriptions
---------- */
.welcome p {
    padding-bottom: 10px;
    line-height: 15px;
    }

#serviceList {
    margin: 0 0 10px;
    padding: 10px;
    background: #ffefb9;
    width: auto;
    }
	
	#serviceList li {								
	    overflow: hidden;
	    padding: 0 0 10px;
	    margin: 0 0 10px;
	    border-bottom: 1px solid #c3b995;
	    }
	    
	    #serviceList .last {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
            }
	    
    #serviceList strong, #serviceList span {
        float: left;
        }
        
        #serviceList strong {
            width: 105px;
            margin-right: 10px;
            }
            
        #serviceList span {
            width: 335px;
            }
					
/* Table: Tracker */
.tracker, .itemInfo {
	width: 100%;
	text-align: left;
	}
	
	.tracker {
	    margin: 15px 0 0;
        clear: both;
        width: 580px;
        }
	
.tracker thead th, .tracker tbody td, .tracker tbody th {
	border-bottom: 1px solid #cecece;
	}
	
.tracker thead th {
	color: #848484;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0;
	}
	
	.tracker tbody th {
        vertical-align: middle;
	    }
	
.tracker tbody td {
	padding: 10px 0;
	vertical-align: middle;
	}
	
    .tracker tbody td.timeData {
		font-size: 11px;
        }
    	
    	
/* ----------
                4.0     Individual Ticket Header
---------- */
.headerGreen {
    padding: 15px 0;
    background: #ebf5cc;
    position: relative;
    }

    .headerGreen h2 {
        font-size: 18px;
        line-height: 1em;
        font-weight: bold;
        padding: 0 0 2px 15px;
        }

.header-date {
    color: #8b8c89;
    font-size: 11px;
    line-height: 1em;
    padding: 0 0 0 15px;
    font-weight: bold;
    }
    
span.status {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;
	padding: 3px 5px;
	font-weight: bold;
	color: #fff;
	}
	
	.headerGreen .status {
        position: absolute;
        top: 21px;
        right: 12px;
    	}
	
	span.statusGreen {
		background-color: #9c0;
		color: forestgreen;
		}
		
	span.statusBlack {
		background-color: #565656;
		}
		
	span.statusYellow {
		background-color: #fc0;
		color: #bf0000;
		}
		
	span.statusRed {
	    background-color: #e99;
	    color: #bf0000;
    	}
    	
    span.statusUnknown {
        background-color: #fff7ef;
        color: #000;
        }
    	
    span.actionable {
        background-image: url(../images/assets/icon-exclamation-mark.png);
        background-position: center left;
        background-repeat: no-repeat;
        padding-left: 24px;
        }
    	
.tracker tbody td a.expandInfo,
.tracker tbody td a.expandLoading,
.tracker tbody td a.expandedInfo {
	float: left;
	height: 17px;
	text-indent: -9999em;
	overflow: hidden;
	}
	
	
	.tracker tbody td a.expandLoading {
		width: 21px;
		background: transparent url(../images/ajax-loader.gif) no-repeat 0 0;
		}
	
	.tracker tbody td a.expandInfo {
		width: 21px;
		background: url(../images/buttons/btn-grey-merge.png) 0 -19px no-repeat;
		}
		
	.tracker tbody td a.expandedInfo {
		width: 51px;
		cursor: default;
		background: url(../images/buttons/btn-grey-merge.png) 0 -1px no-repeat;
		}

.tracker tfoot td {
	padding: 20px 0 0;
	text-align: center;
	}
	.tracker tfoot td a {
		color: #898989;
		font-size: 11px;
		}
		
		
.navLeft .faq { float:right; margin-right:10px; }

#accountRememberMe { width:20px; }


/* --
        History
-- */
ul.history {
    padding: 10px 0 0;
    margin-top: 10px;
    margin-left: -30px;
    }
    
    ul.history li {
        list-style-type: decimal;
        width: auto;
        padding: 0 15px 10px 0;
        margin: 0 0 0 30px;
        float: none;
        }
        
        
#accountRememberMe {
    width: 20px;
    }
