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

div.DIV_FullTextSearch {
   float: right;
   width: 25em;    /* 23 enough width for the search input box */
   text-align: right;
   padding: 0.4em 0 0.2em 0;
   margin: 0 1em;
}

div.DIV_FullTextSearch input.ftsearch {
	padding-left:17px;
}

div.DIV_FullTextSearch input.myBtn {
	Width:80px;
	cursor: pointer;
	-moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
    -webkit-border-bottom-left-radius: 0.75em;
    -webkit-border-bottom-right-radius: 0.75em;
    -webkit-border-top-left-radius: 0.75em;
    -webkit-border-top-right-radius: 0.75em;	
	border-radius-topleft: 0.75em;
	border-radius-topright: 0.75 em;
	border-radius-bottomleft: 0.75em;
	border-radius-bottomright: 0.75 em;	
	outline-style:none;
	outline-width:0;
}


div.DIV_Breadcrumbs {
	padding: 1em 0 0.4em 0; /* CSS short hand rule first value is top then right, bottom and left */
	font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
	margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
	overflow: hidden;
}

div.DIV_Breadcrumbs a {
	font-size: 90%;
	text-decoration:none;
}

div.DIV_Breadcrumbs span.lastitem { 
   font-weight:bold; 
   font-size: 90%;
} 
