/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);

div#pageHeader {
	margin: 0px auto;
	width: 770px; height:136px;
	}
	
div#pageNavigation {
	margin: 0px auto;
	width: 770px; height:33px;
	position: relative;
	text-align: left;
	background-image:url(../images/global/header/background-pageNavigation.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	}
	
div#pageNav {
	position: absolute;
	top: 13px; left: 126px;
	width: 643px; height:20px;
	}
	
div.pageNavItem {
	float: left;
	padding: 0px 10px;
	height: 20px;
	border-right: 1px solid #fff;
	font-weight: bold;
	}
	
	
div#pageContentWrapper {
	margin: 0px auto;
	width: 770px;
	border-top: 1px solid #ccc;
	}
	
div#pageNavTitle {
	float: left;
	width: 178px; height: 43px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 12px 10px;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	background-image: url(../images/global/background-breadcrumbs.jpg);
	background-repeat: repeat-x;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 156px; height: 18px;
	}
	
div#pageBreadcrumbs {
	float: left;
	width: 590px; height: 43px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 12px 10px;
	text-align: left;
	background-image: url(../images/global/background-breadcrumbs.jpg);
	background-repeat: repeat-x;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 571px; height: 18px;
	}
	
div#pageLeftNav {
	float: left;
	width: 178px;
	padding: 0px 10px 12px 10px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #003366;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 156px;
	}
	
div.pageLeftNavItem {
	font-weight: bold;
	padding-top: 12px;
	}
	
div.pageLeftSubNavItem {
	padding-left: 10px;
	padding-top: 4px;
	}
	
div#pageContent {
	float: left;
	width: 590px;
	padding: 20px;
	text-align: left;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 550px;
	}
	
#layFooterContent {
	margin: 0px 20px 0px 200px;
	width: 530px;
	color: #5E5950;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 530px;
}


/*Embryo Component*/
#embryoSearch {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

#embryoSearch td {
	padding: 3px;
}

#embryoTable {
	border-top: 1px solid #003366;
}

#embryoTable td {
	vertical-align:top;
	padding: 3px;
	border-bottom: 1px solid #003366;
}

.embroyInnerTable {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#embryoTable .embroyInnerTable td {
	border-bottom: none;
}