@charset "utf-8";

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}
p {
	margin:15px 0 0 0;
    width: 835px;
    height: 29px;
}
p.half {
	margin:7px 0 0 0;
}
p:last-child {
	margin:10px 0;
}
p.center {
	text-align:center;
}	
img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 32px;
}
body.popup {
	text-align:left;
	padding:15px;
}	
.link {
	text-decoration:underline;
}
.linknone {
	text-decoration:none;
}
.submit {
	margin:15px 0 0 25px;
}
.icon {
	margin:0 5px -2px 5px;
}
.tbmargin {
	margin:15px 0 0 0;
}
.tb15px {
	margin:15px 0;
}
.b15px {
	margin:0 0 15px 0;
}
.r10px {
	margin:0 10px 0 0;
}
.r15px {
	margin:0 15px 0 0;
}
.indent {
	text-indent:35px;
}	
.txtindent {
	padding:0 15px 0 35px;
}	
.border {
	border:1px solid #c6c6c6;
}
.noborder {
	border:none;
}
.loginLine {
	border-top:1px solid #d9cca5;
	margin:0;
	padding:0;
}
.topLine {
	border-top:1px solid #c6c6c6;
}
.rightLine {
	border-right:1px solid #c6c6c6;
}
.bottomLine {
	border-bottom:1px solid #c6c6c6;
}
.leftLine {
	border-left:1px solid #c6c6c6;
}
.topLinefff {
	border-top:1px solid #fff;
}
.rightLinefff {
	border-right:1px solid #fff;
}
.leftLinefff {
	border-left:1px solid #fff;
}
.bottomLinefff {
	border-bottom:1px solid #fff;
}
.topDotted {
	border-top-width:1px;
	background:url(../images/shared/dotted.gif) top left repeat-x;
}
.rightDotted {
	border-right:1px dotted #c6c6c6;
}
.bottomDotted {
	border-bottom-width:1px;
	background:url(../images/shared/dotted.gif) bottom left repeat-x;
}
.globalPadding {
	padding:7px;
}
.sidePadding {
	padding:0 7px;
}
.cellPadding {
	padding:7px 2px;
}
.tinyPadding {
	padding:4px;
}
.widePadding {
	padding:7px 14px;
}
p.Dotted span {
	display:block;
	border-bottom-width:1px;
	background:url(../images/shared/dotted.gif) bottom left repeat-x;
	height:10px;
}	
#login {
	width:410px;
	padding-left: 0px;
	padding-right: 0px;
}	
/*
.userProfile {
	list-style-type:none; 
	padding:0;
	margin:0;
	float:left;
}
.userProfile li {
	float:left;
	padding:0px 15px;
	border-right:1px solid #bfbfbf;
	font-weight:600;
}
.userProfile li.last {
	border-right:none;
}
.userProfile li.lastRow {
	border-right:none;
}
.userProfile li div {
	font-weight:300;
}
*/
#breadcrumb{
	padding:0;
	margin: 0px 0px 18px 0px;
	float:left;
	/*width:1000px;*/
	width:100%;
    height: 45px;
}
#breadcrumb-Open {
	float:left;
	margin:10px  ;
	width:620px;
	/*<img src="/images/shared/breadcrumb-open.gif" width="10" height="45" />*/
	background:url(/images/shared/breadcrumb-open.gif) 0 0 repeat-x;
}
#breadcrumb-Close {
	float:left;
	padding:12px 20px 12px 12px;
	/*<img src="/images/shared/breadcrumb-close.gif" width="10" height="45" />*/
	background:url(/images/shared/breadcrumb-close.gif)  0 0 no-repeat;
}

#breadcrumb-list {
	float:left;
	margin:10px  ;
	width:620px;
	/*background:url(../images/shared/bg-Breadcrumb.gif) 0 0 no-repeat;*/
}
.breadcrumb-list {
	list-style-type:none; 
	padding:0;
	margin:0;
	float:left;
}
.breadcrumb-list li {
	float:left;
	margin:0;
	padding:0;
	z-index:100;
	height:21px;
}
.breadcrumb-list li a:link ,.breadcrumb-list li a:visited {
	color:#715c2e;
	text-decoration:none;
}
.breadcrumb-list li.first {
	float:left;
	padding:12px 20px 12px 12px;
	/*background: url(../images/shared/bg-breadcrumb-home.gif) top right no-repeat;*/
}
.breadcrumb-list li.second {
	float:left;
	padding:12px 20px 12px 12px;
	/*background: url(../images/shared/bg-breadcrumb-2nd.gif) top right no-repeat;*/
}
.breadcrumb-list li.third {
	float:left;
	padding:12px 20px 12px 12px;
	color:#fff;
	/*font-size:22px;*/
	font-weight:600;
}

.hideprint{
   display: none!important;
   width: 0%!important;
}
.showprint{
   width: 100%!important!inherit;
   display: block;
   margin: 0!important;
   padding: 0!important;
   border: none;
   float: none!important;
   color: black!important;
/*   background: transparent none;*/
   font-size: 95%!important;
   margin-left:0px!important;
}