@charset "utf-8";

.printNone{
	display: none;
}

.printBlock{
	display: block;
	font-size: 110%;
}

#onlyPrint{
	color:black;
}

.success h1 {
	border: none;
	color: black;
	font-size: 130%;
	margin: 0px;
	padding: 0px
}

.success .content {
	min-height: 20px;
	padding: 10px 8px 8px 10px;
	color: black;
	font-size: 130%;
	border-left: hidden;
	border-right: hidden;
}

.success .tl {
	background: url(../images/messagebox_success_tl.gif) 0px 0px no-repeat;
	width: 9px;
	height: 9px
}

.success .tr {
	background: none;
	width: 9px;
	height: 9px
}

.success .bl {
	background: none;
	width: 9px;
	height: 9px
}

.success .br {
	background: none;
	width: 9px;
	height: 9px
}

body {
	font-family:Verdana, Arial, sans-serif, Sans;
	font-style:normal;
	font-size:8.5pt;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body table{
	width:85%;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border:0px;
}


body table.print{
	width:38%;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border:0px;
    font-size: 90%;
}

.printBlockHide{
	display: none;
}
