@charset "utf-8";
/* CSS Document */




@charset "utf-8";
/* CSS Document */
plozano@mil-as-perc-s:/appdata/milton/Rhythmyx/web_resources/surgeongeneral/css$ ls basicstyle.css breadcrumb.css calendar.css content.css footer.css header.css home.css homestyle.css ie7.css main.css navigation.css navleft.css print.css style.css style.css.bak style.css.dan videolib.css plozano@mil-as-perc-s:/appdata/milton/Rhythmyx/web_resources/surgeongeneral/css$ cat breadcrumb.css @charset "utf-8";
/* CSS Document */




.topshadow {
	background: url("../images/sys_images/nosubnav-bg.png") no-repeat scroll left top transparent;
	padding: 8px 0 0;
}
.bottomshadow {
    background-color: transparent;
    background-image: url("../images/sys_images/breadcrumbs-bottom-shadow.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding: 3px 0px 0px 0px;
    margin: 0px;



}
#breadcrumbs {
	background:url("../images/sys_images/breadcrumb.png");
	background-image: linear-gradient(bottom, rgb(244,244,246) 48%, rgb(214,215,221) 100%);
	background-image: -o-linear-gradient(bottom, rgb(244,244,246) 48%, rgb(214,215,221) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(244,244,246) 48%, rgb(214,215,221) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(244,244,246) 48%, rgb(214,215,221) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(244,244,246) 48%, rgb(214,215,221) 100%);
	font-size: 0.9em;
	font-weight: bold;

text: align: left !important;
	padding: 0px;
	margin: -10px 0px 0px 0px;
}
.breadcrumbscontent {
	font-size: 0.75em;
	font-weight: bold;
text: align: left !important;
	top: 0;
	left: 0;
	padding:7px 5px 7px 121px;
	margin: 0px;
	clear: both;
	color: #394c91 !important;
       line-height:1.1em;
}
#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}
#breadcrumbs a.currentPage {
	color: #394c91;
}
#breadcrumbs a.currentPage:hover {
	color: #394c91;
	text-decoration: none;
}
