body, html {
	font-size: 20px;
	color: black;
	border-width: 0;
	border: none;
	vertical-align: text-top;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
}

table, tbody, div, img, tr {

	margin: 0px;
	padding: 0px;
}
td {
	border-collapse: separate;
	margin: 0px;
	border: none;
	border-width: 1px;
	padding: 1px;
}

select {
	font-size: 20px;
	line-height: 150%;
	/*
	 margin-left: 10px;
	 margin-right: 0px;
	 */
}

input[type="radio"] {
	margin-right: 3px;
	line-height: 150%;
}

input[type="text"] {
	font-size: 20px;
	/*
	 line-height: 150%;
	 */
}
/*
 input[type="button"] {
 font-size: 20px;
 line-height: 150%;
 }
 */
input[type="file"] {
	line-height: 150%;
	font-size: 20px;
}
object {
	width: 100%;
	height: 100%;
}
#myCanvas {
	color: #1B619B;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid;
	border-width: 2px;
	margin: 1px;
	/*background-color: #D8D8D8;*/
	background-color: #EEEEEE;
	width: 1;
}

#idPaper {
	border: none;
	position: relative;
}

#buttonWrapper {
	position: absolute;
	width: 120px;
	top: 2px;
	right: 13px;
}

.logotext {
	color: #1B619B;
	font-family: Arial, sans-serif;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.titletext {
	color: #1B619B;
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.e_frame {
	float: left;
	border: none;
}
#textDiv {
	width: 100%;
	height: 100%;
	overflow-y: auto;

}

/* Command buttons */
input[type="button"]:not(.TapDataEditTabButton)
:not(.TapDataEditTabButtonSelected) {
	border: 2px solid #144174;
	background: #15477F;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B619B), to(#15477F));
	background: -webkit-linear-gradient(top, #1B619B, #15477F);
	background: -moz-linear-gradient(top, #1B619B, #15477F);
	background: -ms-linear-gradient(top, #1B619B, #15477F);
	background: -o-linear-gradient(top, #1B619B, #15477F);
	background-image: -ms-linear-gradient(top, #1B619B 0%, #15477F 100%);
	padding: 3px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	text-shadow: #063369 0 1px 0;
	color: #F7F7F7;
	font-size: 17px;
	font-family: helvetica, serif;
	text-decoration: none;
	vertical-align: middle;
}
input[type="button"]:not(.TapDataEditTabButton)
:not(.TapDataEditTabButtonSelected):hover {
	border: 2px solid #133c6a;
	text-shadow: #063369 0 1px 0;
	background: #144174;
	background: -webkit-gradient(linear, left top, left bottom, from(#15477F), to(#144174));
	background: -webkit-linear-gradient(top, #15477F, #144174);
	background: -moz-linear-gradient(top, #15477F, #144174);
	background: -ms-linear-gradient(top, #15477F, #144174);
	background: -o-linear-gradient(top, #15477F, #144174);
	background-image: -ms-linear-gradient(top, #15477F 0%, #144174 100%);
	color: #F2F2F2;
}
input[type="button"]:not(.TapDataEditTabButton)
:not(.TapDataEditTabButtonSelected):active {
	text-shadow: #063369 0 1px 0;
	border: 2px solid #0F2C4C;
	background: #103155;
	background: -webkit-gradient(linear, left top, left bottom, from(#11365F), to(#144174));
	background: -webkit-linear-gradient(top, #11365F, #103155);
	background: -moz-linear-gradient(top, #11365F, #103155);
	background: -ms-linear-gradient(top, #11365F, #103155);
	background: -o-linear-gradient(top, #11365F, #103155);
	background-image: -ms-linear-gradient(top, #11365F 0%, #103155 100%);
	color: #ECECEC;
}

input[type="button"]:not(.TapDataEditTabButton)
:not(.TapDataEditTabButtonSelected):disabled {
	text-shadow: #063369 0 1px 0;
	border: 2px solid #0F2C4C;
	background: #EEEEEE;
	color: #ECECEC;
}

.a_frame {

	vertical-align: top;
	border: solid;
	border-width: 2px;
	float: left;
}
img.a_frame {
	float: left;
	padding: 0;
}

.menuitemDisabled {
	text-shadow: #063369 0 1px 0;
	color: #ECECEC;
	opacity: 0.4;
}

#list_maximized {
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
}

.cd_frame {

	border: solid;
	padding: 5px;
	border-width: 2px;
	margin: 1px;
	width: 300px;
	float: left;
	clear: both;
	background: #F8F8F8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.cd_frame {

}

.cd_frame_tr_selected {

	background-color: #808080;
}

.cd_frame_tr_disabled {
	background-color: gray;
	color: white;
}
img.cd_frame {
	width: 312px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
table.cd_frame {
	margin: 1px;
	border: none;
	border-width: 0px;
}

#divTitle {
	border: 2px solid;
	/*background: #FFFFFF;*/
	background: #EEEEEE;
	color: #1B619B;
	padding: 2px;
	position: relative;
	top: 0;
	bottom: 0;
	margin: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/*font-size: 150%;*/
	font-size: 120%;
	text-align: center;
}

#divList {
	background-color: #FFFFFF;
	color: #1B619B;
	overflow: auto;
	border: 2px solid;
	/*background: #FFFFFF;*/
	padding: 2px;
	position: relative;
	top: 0;
	bottom: 0;
	margin: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/*font-size: 150%;*/
	font-size: 120%;
}

#selSpace {
	background-color: #FFFFFF;
	color: #1B619B;
	width: 90%;
	margin: 1px;
	clear: both;
	border: none;
	padding: 0;
	font-size: 18px;
}

#selSpace:hover {
	cursor: pointer;
}

.menuitem {
	width: 200px;
	border: none;
	border-width: 0px;
}

.menuitem:hover {
	background-color: #808080;
	cursor: pointer;
	border: none;
	border-width: 0px;
}

.menuitemSelected {
	background-color: #000000;
	border: none;
	border-width: 0px;
}

.mStyle {

}

div.mStyle_l {
	float: left;
	clear: right;

	padding-left: 5pt;
	padding-top: 5pt;
}
div.mStyle {
	
	float: left;
}
span.mStyle {

	width: 100%;
}
img.mStyle {

	width: 240px;
	height: 360px;
}
p.mStyle {
	text-overflow: clip;
	padding-left: 50pt;
}
