 @media screen {
	#print-btn{
	}
}

@media print {
	#print-btn{
		display: none;
	}
}
 
/* jr-toolbar   
----------------------------------------------------------*/
ul#jr-toolbar
{
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
	color: #222;
	background: #EEE; /*#5076B4;*/
}

ul#jr-toolbar, ul#jr-toolbar li
{
	margin: 0;
	padding: 0;
}

ul#jr-toolbar li
{
	float: left;
}

ul#jr-toolbar li a
{
	padding: 7px 8px;
	display: inline-block;
	color: #222;
	font: 14px/1.22 arial,verdana,sans-serif;
	text-align: center;
}

ul#jr-toolbar li a:hover
{
	background: #D14836;
	color: #FFF;
}

ul#jr-toolbar li input{
	margin: 7px;
	border: none;
	width: 200px;
}

ul#jr-toolbar > li > ul
{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	background: #EEE;
}

ul#jr-toolbar > li:hover > ul
{
	display: block;
}

ul#jr-toolbar > li > ul > li{clear: both; display: block; width: 100%;}
ul#jr-toolbar > li > ul > li > a{display: block;}
/* jr-page 
----------------------------------------------------------*/

@media screen {
	.jr-page{
		margin: 20px auto;
		width: 794px;
		height: 1123px;
		border: 1px solid #EEE;
		background: #FAFAFA;
	}
}

@media print {
	.jr-page{
		width: 794px;
		height: 1123px;
		border: none;
		background: #FFF;
	}
}

.jr-page > .jr-page-content {
	margin-right: 47px;
	margin-left: 47px;
	margin-top: 76px;
	margin-bottom: 40px;
	
	/*line-height: 20px;*/
	font: 16px "Times New Roman",sans-serif;
}
.jr-page-separator{
	height: 40px;
	display: block;
}

/* elements
----------------------------------------------------------*/
.jr-block{
	margin: 0;
	padding: 0;
	min-height: 20px;
	min-width: 10px;
	background: none;		
	white-space: pre-wrap;
	line-height: normal;
}

div.jr-block{
	display: inline-block;
	width: 100%;
}

/* input
----------------------------------------------------------*/
.jr-block > input{
	border: none;
	background: #FFF;
}

.jr-block > input[type="text"]{
	width: 98%;
	margin: 3px 0px;
	outline: 1px solid #CCC;
	outline-offset: 0px !important;
	height: 16px;
}

.jr-block > textarea{
	width: 97%;
	margin: 3px 4px;
	border: none;
	outline: 1px solid #CCC;
	outline-offset: 0px !important;
	height: 96%;
}

.jr-block > select{
	width: 98%;
	outline: 1px solid #CCC;
	outline-offset: 0px !important;
	border: none;
	margin: 3px 0px;
	height: 16px;
}

/* jr-page table
----------------------------------------------------------*/
.jr-page table{
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	color: #222;
}

.jr-page table tr td{
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	padding: 0px 2px;
	margin: 0 0;
	height: auto;
	border: 1px solid #222;
	font: 16px "Times New Roman",sans-serif;
	white-space: pre-wrap;
}

/* decoration
----------------------------------------------------------*/
.jr-block.u{text-decoration: underline;}
.jr-block.i{font-style: italic;}
.jr-block.b{font-weight: bold;}

.text-align-left {text-align: left;}
.text-align-center {text-align: center;}
.text-align-right {text-align: right;}

.float-left {float: left; display: inline-block;}
.float-none {float: none;}
.float-right {float: right;}	
div.jr-block.block {display: block; !important;}	

.font-size-11 {font-size: 11px !important;}
.font-size-16 {font-size: 16px !important;}
.font-size-24 {font-size: 24px !important;}

.border-top {border-top: 1px solid #000;}
.border-right {border-right: 1px solid #000;}
.border-bottom {border-bottom: 1px solid #000;}
.border-left {border-left: 1px solid #000;}

.jr-page table tr td.border-top-clear {border-top: none !important;}
.jr-page table tr td.border-right-clear {border-right: none !important;}
.jr-page table tr td.border-bottom-clear {border-bottom: none !important;}
.jr-page table tr td.border-left-clear {border-left: none !important;}

.outline {outline: 1px solid #000;}