/* CSS Document */
.print-hide{
   display: none !important;
}
.print-show{
   width: 100%;
   margin: 0 5%;
   padding: 0;
   border: none;
   float: none;
   color: black;
   background: transparent none;
   font-family: "Tahoma", Ms Sans Serif, Thonburi;
   font-size: 110%;
   margin-left:0px;
}
a:link, a:visited {
   color: #2689BD;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
.print-show a:link:after {
   content: " (" attr(href) ") ";
   font-size: 110%;
}
.print-show a[href^="/"]:after {
   content: " (" attr(href) ") ";
}
#content-in-right{
	float:left;
	width:714px;
	padding:0;
}
.print-show .txt-titlebar{
	font-family: "Tahoma", Ms Sans Serif, Thonburi;
	font-weight: normal;
	font-style: normal;
	color:black;
	font-size:20px;
	padding:0 15px;
	line-height:18px;
}