/* ----------
				0.0		Reset
	
				Feel free to adapt this as required
---------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}
	
:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

/* ----------
				1.0		Global Structure
---------- */
body {
	background: #e4e1d2 url(../images/assets/site-bg.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	}
	
	
/* --
					1.1		Template Structure
-- */
.page {
	margin: 0 auto;
	overflow: hidden;
	}
	
#contentDiv {
	width: 100%;
	background: #fefaea url(../images/assets/page-nav-bg.gif) repeat-x top left;
    overflow: hidden;
	}
	
.contentGroup {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	}
	
	
/* --
					1.2		Header
-- */
#headerDiv {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}

#header {
	background: url(../images/assets/header-bg.png) no-repeat -80px 0;
	float: left;
	width: 100%;
	height: 50px;
	}
	
	#header #logo {
		background: url(../images/assets/logo.gif) no-repeat 0 0;
		float: left;
		width: 272px;
		height: 22px;
		text-indent: -9999em;
		margin: 15px 0 0;
		}
		
		
/* ----------
				2.0		Main Nav
---------- */
#mainNav {
	float: left;
	width: 100%;
	background: #090908 url(../images/assets/nav-bg.png) repeat-x 0 0;
	}
	
	#mainNav li {
		float: left;
		background: url(../images/assets/nav-link-edge.png) no-repeat right top;
		}
		
		#mainNav li a {
			color: #e1e1e1;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			float: left;
			padding: 10px 20px;
			}
			
	#mainNav li.first a {
		background: url(../images/assets/nav-link-edge.png) no-repeat 0 0;
		}
				
		#mainNav li a:hover {
			color: #FFCA08;
			text-decoration: none;
			}
			
	#mainNav li#navActive {
		background: #cecece url(../images/assets/nav-active.gif) repeat-x 0 0;
		}
		
		#mainNav li#navActive a {
			color: #3b3b3b;
			}
		
/* --
					2.1		Page Nav
-- */
.navLeft {
	background: url(../images/assets/page-nav-bg.gif) repeat-x bottom left;
	height: 34px;
	padding: 10px 0 0;
	clear: both;
	width: 620px;
	}
		
	.navLeft h1 {
		color: #4d4d4d;
		font-size: 1.6em;
		line-height: 1.25em;
		float: left;
		}
		
		.navLeft h1 span {
			color: #5f5f5f;
			font-size: 11px;
			padding-left: 5px;
			}
				
select#searchStatus {
	float: right;
	font-size: 11px;
	padding: 1px;
	margin: 3px 40px 0 0;
	}
					
#tabs {
	float: right;
	width: 310px;
	}
	
	#tabs h2 {
		color: #4d4d4d;
		font-size: 1.4em;
		padding-top: 15px;
		}
		
	#tabs ul.ui-tabs-nav {
		float: left;
		height: 44px;
		padding-left: 27px;
		width: 100%;
		background: url(../images/assets/nav-right-shadow.png) no-repeat 0 0;
		}
		
		#tabs ul li.ui-tabs-nav {
			float: left;
			}
			
			#tabs ul.ui-tabs-nav li a {
				float: left;
				height: 44px;
				text-indent: -9999em;
				overflow: hidden;
				}
				
				#tabs ul li#itemDetails a {
					width: 113px;
					height: 44px;
					background: url(../images/assets/side-nav-bg.png) no-repeat -9px 0;
					}
					
					#tabs ul li#itemDetails a:hover {
						background-position: -9px -44px;
						}
		
			#tabs ul #itemDetails.ui-state-active a {
				background-position: -9px -44px;
				}
				
		#tabs ul li#searchAgain a {
			width: 130px;
			background: url(../images/assets/side-nav-bg.png) no-repeat -122px 0;
			}
			
			#tabs ul li#searchAgain a:hover {
				background-position: -122px -44px;
				}
				
			#tabs ul #searchAgain.ui-state-active a {
				  background-position: -122px -44px;
				  }
				  
		#tabs ul.ui-tabs-nav li {
			float: left;
			}
			
.ui-tabs-panel textarea {
	width: 260px;
	margin: 10px 0;
	}
	
.ui-tabs-panel small {
	font-size: 11px;
	}
	
.itemList {
	float: left;
	font-size: 11px;
	margin: 10px 0;
	}
	
.itemList th, .itemList td {
	padding: 5px 0;
	}
	
.itemList label {
	float: left;
	width: 90px;
	margin: 5px 0 0;
	font-weight: normal;
	}
	
.dateSelect {
	background: url(../images/assets/icon-calendar.png) no-repeat right 0;
	padding: 4px 25px 6px 0;
	color: #676262;
	text-decoration: underline;
	float: left;
	}
	
.itemList h4 {
	font-weight: bold;
	font-style: italic;
	padding: 0 0 10px;
	}
	
.itemList input, .itemList select {
	font-size: 11px;
	width: 170px;
	padding: 1px;
	}
	

	
	
/* ----------
				3.0		Page Content
---------- */
.content {
	float: left;
	width: 620px;
	background: #fff;
	}
	
.pageEntry {
	float: left;
	width: 580px;
	padding: 20px 20px 10px;
	overflow: hidden;
	}

	.pageEntry h2 {
		padding: 10px 0 15px;
		font-weight: normal;
		font-size: 1.2em;
		line-height: 1.2em;
		}

	.pageEntry p {
		padding: 0 0 10px;
    	}
	
	
/* ----------
				5.0		Sidebar
---------- */
#sidebar {
	float: right;
	width: 310px;
	color: #676262;
	background: #cecece url(../images/assets/page-nav-bg.gif) repeat-x scroll left top;
	}
	
	#sidebar .sidebarHeader {
		float:left;
		padding: 10px 0 0 30px;
		height: 34px;
		width: 100%;
		background: transparent url(../images/assets/nav-right-shadow.png) no-repeat scroll 0 0;
		}
		
	#sidebar .sidebarHeader h3 {
		color:#4d4d4d;
		font-size:1.6em;
		}
		
.tabContent p {
	padding: 0 0 20px;
	color: #676262;
	line-height: 1.3em;
	}	
	
/* ----------
				6.0		Buttons & Pagination
---------- */

/* --
					6.1		Buttons
-- */
	
.searchBtn, .advsearchBtn, .pdfBtn, .emailBtn, .notifyBtn, .closeBtn, .confirmBtn, .printBtn, .changeBtn, .continueBtn, .confirmID_Btn {
	float: left;
	height: 17px;
	text-indent: -9999em;
	padding-left: 99em !ie;
	overflow: hidden;
	display: block;
	border: 0;
	cursor: pointer;
	background-image: url(../images/buttons/btn-merge.png);
	background-repeat: no-repeat;
	}
	
    .notifyBtn, .pdfBtn, .emailBtn {
	    padding-left: 0 !ie;
	    }
	
.searchBtn {
    background-position: 0 -217px;
	width: 59px !important;
	}
	
.advsearchBtn {
    background-position: 0 -1px;
	width: 116px !important;
	margin: 15px 0 0;
	}
	
.pdfBtn {
    background-position: 0 -199px;
	width: 79px;
	margin-right: 10px;
	}
	
.printBtn {
    background-position: 0 -181px;
	width: 79px !important;
	margin-right: 10px;
	}
	
.emailBtn {
    background-position: 0 -109px;
	width: 79px !important;
	margin-right: 10px;
	}
	
.notifyBtn {
    background-position: 0 -145px;
	width: 69px !important;
	margin-right: 10px;
	}
	
.closeBtn {
    background-position: 0 -37px;
	width: 52px !important;
    float: right;
	}
	
.confirmBtn {
    background-position: 0 -73px;
	width: 63px !important;
	}
	
.changeBtn {
    background-position: 0 -19px;
	width: 58px !important;
	}
	
.continueBtn {
    background-position: 0 -91px;
	width: 67px !important;
	}
	
.confirmID_Btn {
    background-position: 0 -55px;
	width: 109px !important;
	}
	
/* --
					6.2		Pagination
-- */
#pagination {
	display: inline;
	padding-right: 10px;
	font-size: 11px;
	color: #676262;
	}
	
	#pagination a {
		text-decoration: none;
		margin: 0 2px;
		}
		
		#pagination a.current {
			text-decoration: underline;
			font-weight: bold;
			}
		
	#pagination span {
		font-weight: bold;
		padding-right: 10px;
		}
	
	#pagination img {
		display: inline;
		margin: 0 0 -4px;
		}
		
		
/* Form Data */
.formData {
	float: left;
    }
    .formData li {
        float:left;
        width:100%;
        padding: 6px 0;
        }
        .formData li.paddingLeft {
            padding-left: 150px;
            }
            .formData input.inputShort {
                width: 220px;       
				 }
				 .formData textarea {
					 width: 300px;
					 height: 100px;
					 }
					.formData span {
						font-weight:bold;
						}
                        
						.formData p {
							line-height: 1.3em;
							}
							.formData input.inputNumber {
								width: 80px;
								}
.formData input.radio {
	padding: 0;
    margin: -1px 10px 0 0;
	width: auto!important;
}
#radioGroup li {
	padding-bottom: 15px;
}
.formData small {
    color: #959595;
    font-size:11px;
}                      
.idImg {
	float: right;
    margin-top: -175px;
}
.formData em {
	color: #C6002C;
	font-weight: bold;
	font-size: 14px;
	}
.formData label {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
	}
	.formData input,
	.formData textarea {
		float: left;
        padding: 1px;
		color: #a1a1a1;
		width: 400px;
		}
		.formData label.labelShort {
			width: 100px;
			}
			.formData input.inputMed {
				width: 194px;
				}
				.formData input.input:focus {
					color: #333;
					}
					.formData input.inputOptional {
						width: auto;
						float: left;
						margin-left: 150px;
						margin-right: 5px;
						}
						.formData label.getInfo {
							width: auto;
							font-size: 11px;
							white-space: nowrap;
							margin-top: -1px;
							color: #7B7777;
							}
							.formData span.country {
								padding-left: 45px;
								float: left;
								margin: 3px 0 0;
								}
								
								
/* ----------
                .0      Health
---------- */
#healthContainer {
/*    height: 500px;    */
    overflow: auto;
    font-family: Courier New, Monospace;
    font-size: 14px;
    line-height: 18px;
    }
    
.check {
    padding-bottom: 35px;
    }
    
    .check h2 {
        color: #222;
        font-size: 16px;
        line-height: 1em;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 8px;
        padding: 0 0 4px 187px;
        border-bottom: 1px solid #777;
        }
 
.check dl {
    overflow: hidden;
    }
       
.check dt, .check dd {
    float: left;
    margin-bottom: 6px !important;
    }
    
    .check dt {
        clear: both;
        font-size: 12px;
        color: #333;
        text-align: right;
        width: 165px;
        margin-right: 10px;
        }
        
    .check dd {
        width: 380px;
        padding: 0 6px;
        border-left-width: 4px;
        border-left-style: solid;
        }
        
    .check dd {
        float: none !ie;
        }
        
        dd.pass {
            color: green;
            border-color: green;
            }
            
        dd.fail {
            color: red;
            border-color: Red;
            }

								
/* ----------
				.0		Footer
---------- */
#footer {
	float: left;
	width: 100%;
	clear: both;
	background: #e4e1d2;
	border-top: 1px solid #cecbcb;
	padding: 25px 0 40px;
	}
	
#footerIframe {
    margin: 0 auto;
    display: block;
    background: #e4e1d2;
    }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
/* Temp items, not sure if generic, or specific */
		
		
		
		
/* --
					3.1		Box Container
-- */
.boxLight {
	float: left;
	width: 530px;
	padding: 25px;
	background: #fff8e7;
	border: 1px solid #e5e5e5;
	color: #676262;
	margin: 0 0 20px;
	font-size: 12px;
	}
	
	.boxLight span {
		color: #000;
		font-size: 1.6em;
		}
		
		.boxLight span.jobN {
			font-size: 1.8em;
			}
		
	.boxLight p {
		padding: 0 0 15px;
		}
		
.indent {
	padding-left: 120px!important;
	}
	
.showInfo {
	background: url(../images/buttons/btn-pending-info.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9999em;
	overflow: hidden;
	}
	
.itemTime {
	color: #8b8c89;
	font-weight: normal;
	font-size: 12px;
	}
.itemInfo thead th {
	background: #ebf5cc;
	padding: 15px 10px;
	}
	.itemInfo thead th h2 {
		font-size: 1.8em;
		font-weight: bold;
		padding: 0;
		}
		.itemInfo tbody th,
		.itemInfo tbody td,
		.itemInfo tfoot td {
			padding: 10px;
			}
			.itemInfo tbody td {
				line-height: 1.3em;
				}
					.itemInfo tfoot td a {
						text-transform: uppercase;
						color: #ababab;
						font-size: 11px;
						text-decoration: underline;
						}
h2.ref {
	font-size: 2em !important;
	font-weight: bold;
	padding: 0 0 10px !important;
	}
	
	h2.ref.small {
	font-size: 1.5em !important;
	font-weight: bold;
	padding: 0 0 10px !important;
	}
	
.sideData, .sideData li {
	float:left;
    width:100%;
    font-size:11px;
    line-height: 14px;
}
.sideData li {
    padding: 8px 0 4px;
}
.sideData li span.rowTitle {
    width:80px;
	float:left;
}
.sideData li .itemP {
    width:180px;
	float: right;
    text-align: left;
    }
    
    .sideData li .itemP a {
        color: #000;
        text-decoration: none;
        }
        
        .sideData li .itemP a:hover {
            text-decoration: underline;
            }
    
.sideData li .pickUpDate {
    width:178px;
	float:left;
    text-align:left;
}
.sideData .input, .sideData select {
	font-size: 11px;
	width: 170px;
	padding: 1px;
    float:left;
	font-family: Arial, Helvetica, sans-serif;
	}
.sideData label {
    width:85px;
	float:left;
	line-height: 18px;
}
.buttonBase {
	padding: 15px 0 0!important;
}


    
.resultsData, .resultsData li {
    float: left;
    width: 100%;
    line-height: 1.3em;
    }
    
    .resultsData li {
        padding: 10px 0 10px 20px;
        width: 560px;
        }
        
        .resultsData li div {
            width: 365px;
            float: right;
            }
            
            .resultsData li div div {
                float: none;
                width: auto;
                }
            
        .resultsData li span {
            width: 180px;
            float: left;
            }
            
            .resultsData li span.custSignature {
                width: 100%;
                padding: 20px 0;
                }
                
                .custSignature img {
                    border: 1px solid #e9e9e9;
                    }
                    
.buttonGroup {
    padding-left: 210px!important;
    }
    
.sideitemInfo {
	text-align: left;
    font-size: 11px;
	}
		.sideitemInfo tbody th,
		.sideitemInfo tbody td,
		.sideitemInfo tfoot td {
			padding: 7px 0;
			}
			.sideitemInfo tbody th {
				font-weight: normal;
				width: 42%;
				}
				.sideitemInfo tbody td p {
					padding: 5px 0;
                    line-height: 1.4em;
					}

.tableContent, .formData {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin: 10px 0 15px;
	width: 100%;
	}
	.tableContent tbody th,
	.tableContent tbody td,
	.tableContent tfoot td,
	.formData tbody td {
		padding: 10px;
		vertical-align: top;
		font-weight: normal;
		}
		.tableContent tbody td,
		.tableContent tbody th {
			line-height: 1.7em;
			}
			.tableContent tbody th {
				width: 126px;
				}
				.tableContent thead th {
					font-weight: normal;
					}
					.tableContent tbody td p {
						padding: 0 0 15px;
						}
						.tableContent tbody td button.changeBtn {
							margin: 0 0 20px;
							}
							.tableContent tbody td textarea {
								width: 300px;
								height: 100px;
								margin: 0 0 20px;
								}
								.tableContent tbody td input {
									margin-right: 10px;
									float: left;
									}
									.tableContent tbody td small {
										color: #959595;
										font-size: 11px;
										}
										.tableContent tbody td input.input {
											width: 220px;
											padding: 1px;
											color: #a1a1a1;
											}
											.tableContent tbody td input.input:focus {
												color: #333;
												}
			


/* Misc Elements */

.alignRight {
	text-align: right;
	}
.tabItem {
	float: left;
	width: 100%;
	padding: 0 0 25px;
	margin: 0 0 20px;
	border-bottom: 1px solid #a2a2a2;
	}
    .tabItem textarea {
    	font-family: 'Arial', Verdana, sans-serif;
        font-size: 11px;
        width: 260px;
		height:80px;
        }
        
.external-link-container {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    }

    .external-link-container a {
        color: #fff;
        text-decoration: none;
        background: url(../images/assets/icon_exit.gif) center right no-repeat;
        float: right;
        margin: 0 0 0 15px;
        padding: 0 19px 0 0;
        }
        
    .external-link-container a:hover {
        text-decoration: underline;
        }
.sideData em {
    color:#C6002C;
    font-size:14px;
    font-weight:bold;
}