@import url("css/menu.css");
@import url("css/navigation.css");

.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(bg01.jpg);
	background-repeat: no-repeat;
    background-position: center top;
}
.skinmaster {
	height: 100%;
	width: 900;
	background-color: transparent;
}
.skinBanner {
	background: url(banner.jpg) no-repeat left top
}
.skinheader 
{
	height:168px;
	width: 100%;
	padding: 0;
}
.skinheaderborder {
	height:100%;
	width: 50px;
}
.controlpanel {
	width:900px;
	background-color: transparent;
	border: 0;
	height:4;
}
/*--------- content style ----------*/
.PaneMaster{ padding: 0px; width:100%; height:100%}
.TopPane{ padding:0px 0px 15px 0px;}
.LeftPane{ padding:0px 15px 15px 0px; height: 100%; width:200px}
.ContentPane{ padding:0px 0px 15px 0px; height: 100%; width:auto}
.RightPane{ padding:0px 0px 15px 15px; height: 100%; width:180px}
.BottomPane{ padding:0px 0px 0px 0px;}


.StandardButton {
  background: #cccccc none; 
  color: #000000;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Verdana;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.BigGray {
   font-family: Verdana;
   font-size:  11px;
   font-weight: bold;
   color: #000033;
}

/* ----------- */
/* Breadcrumbs */
/* ----------- */

#Breadcrumbcontainer {

}
.Breadcrumb_SeparatorContainer 
{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
}
.Breadcrumb_ItemContainer {
	font-size: 11px;	
	letter-spacing: 0.1em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.Breadcrumb_ItemContainer a, .Breadcrumb_ItemContainer a:link, .Breadcrumb_ItemContainer a:active, .Breadcrumb_ItemContainer a:visited {
	color: #333333;
	text-decoration: none;
}
.Breadcrumb_ItemContainer a:hover {
	color: #c89d86;
	text-decoration: none;
}
