/*Start of Overlay styles*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('http://www.biologicalservices.com/globalInc/images/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
}

#overlay-panel {
    margin: 10% auto 0 auto;
    width: 300px;
	height: 260px;
    background: #FFF;
	padding-top: 15px;
}

/** ie6 and below only **/
* html #overlay {
    background-image: url('http://www.biologicalservices.com/globalInc/images/overlay-ie6.png');
    height: 100%;
    position: absolute;
}

.copyR {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		text-align: right;
		font-size: 12px;
		color: #000000;
	}
/*End of Overlay styles*/

#mapContainer {
	position: absolute;
	top: 50px;
	left: 23.5%;
	width: 500px;
	height: 300px;
}

#tableContainer {
	position: absolute;
	top: 50px;
	width: 100%;
}

/*Start of Site Links at the bottom of every page*/
	#siteLinks {
		padding-top: 20px;
		position: absolute;
		left: .5%;
		bottom: 5px;
		width: 96%;
		height: 50px;
		/*background-image: url(https://www.biologicalservices.com/globalInc/images/siteLinksGrad.png);
		background-repeat:repeat-x;*/
	}	
	
	.siteLinksTitle {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #4D4D4D;
		font-weight: bold;
		text-align: left;
	}
	
	.siteLinksHr {
		color: #A1CCE9;
		background-color: #A1CCE9;
		height: 3px;
	}
	
	.corpLinks {
		position: relative;
		width: 325px; 
		height: 120px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
		z-index: 1;
		text-align: center;
		/*background-color:#FFFFFF;*/
	}
	
	
/*End of Site Links at the bottom of every page*/

/*Start of login styles*/
	.login {
		position: relative;
		top: 2px;
		left: 470px;
		height: 50px; 
		width: 500px;
		text-align: right;
	}
	
	.forgotLink {
		cursor: pointer;
	}
	
	.forgotLink:hover {
		text-decoration: underline;
	}
	
	.failed {
		position: absolute;
		top: 59px;
		left: 726px;
		width: 250px;
		height: 20px;
		background-color: #E6E6E6;
		color: #990000;
		z-index: 2;
	}

	.loginField {
		height: 15px;
		margin-bottom: 8px;
		width: 80px;
		color: #999999;
	}
/*End of login styles*/

/*My Account Page Styles*/

	#myAccount {
		position: absolute;
		width:90%;
		top: 20px;
		left: 4%;
		padding: 0px 10px 0px 10px;
	}
	
	.title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#333333;
		font-weight: bold;
	}
	
	.hr100 {
		width: 100%;
		color:#666666;
	}
	
	.editInfoButton {
		cursor: pointer;
	}
			
	#recentOrders {
		width: 88%;
	}

	#orderHistory {
		width: 100%;
	}
	
	#orderHistory th {
		width: 100px;
	}

	#orderHistory td {
	}
			
	.alignR {
		text-align: right;
	}	
	
	.alignL {
		text-align: left;
	}	
	
	#personalMessage, #accountMessage {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		color: #009900;
	}

/*End of My Account Page Styles*/

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.paddingSides {
	padding-left: 50px;
	padding-right: 50px;
}