#breadcrumblist li 
{
    list-style-type:none;
    float:left;
    /*padding-left:10px;*/
}
#breadcrumblist a
{
    /*height:15px;
    display:block;*/
    /*background-image:url('bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;*/
    text-decoration: none;
    color:#454545;
    font-size: 9pt;  
}

#breadcrumblist a:hover
{
	color:#35acc5;
}

table.usersummary {
	font-size: 9pt;  
	float: right;
}

table.usersummary tr td a {
	text-decoration: underline;
	color: #565656;
}

table.usersummary tr td a:hover {
	color: black;
}

table.usersummary tr td.info a {
	text-decoration: none
}

.infobox {
	margin: 1eM;
	padding: 2ex 2ex 2ex 2ex;
	text-align: center;
}

.infobox_sm {
	background-color: #FAFAD2;
	padding: 3px 3px 3px 3px;
	text-align: center;
	border: dashed 1px orange;
}

.successbox {
	background-color: #76EE00;
	margin: 1eM;
	padding: 2ex 2ex 2ex 2ex;
	text-align: center;
	border: dashed 1px #006400;
	color: black;
	font-weight: bold;
	font-size: 130%;
}

.errbox {
	background-color: red;
	margin: 1eM;
	padding: 3px 3px 3px 3px;
	text-align: center;
	border: dashed 1px orange;
	color: white;
}

.warningbox {
	background-color: orange;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
	text-align: center;
	border: dashed 1px red;
	color: white;
	font-size: 10pt;
}

/*.usersummary{
	background-image: url(skin_images/login.png);
	background-repeat: no-repeat;
}*/

.userinfo{
	text-align: right;
	font-size: 12pt;
}

#home_icon{
	background-image: url(skin_images/home_icon.png) ;
	_behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 2px;
	margin-top: -2px;
}