@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Verdana;
	text-align: center;
}
p {
	margin: 0 10px 10px
}
.altRow {
	background: #E8E8E8;
}
.subRow {
	background: #FAFAFA;
}
textarea {
    resize: none;
}
div.wrapper_clear {
	height: 10px;
	clear: both;
}
img {
	border: 0px;	
}
.sticky {
    background-color: white;
    border-bottom: 1px solid #d0d0d0;
    position: fixed;
    top: 0px;
    padding-top: 5px;
}
.stickyHeader {
    background-color: white;
    position: fixed;
    top: 23px;
    border: none;
    width: 1310px;
}
.CheckList {
		position:relative;
		top: 0;
		left: 0;
		width: 320px;
		height: 95px;
		border: solid;
		border-style: inset;
		border-color: cccccc;
		border-width: 2px;
		overflow: auto;
		background-color: ffffff;
		font-family:Verdana;
		font-size:12px;
		text-align:left;
}
.JCheckList {
		position:relative;
		top: 0;
		left: 0;
		width: 320px;
		height: 95px;
		overflow: auto;
		border: 1px solid black;
		background-color: ffffff;
		font-family:Verdana;
		font-size:12px;
		text-align:left;
}