/* 
 * body
 */
body {
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:small;
}


/* 
 * table
 */
table {
}
table th {
	vertical-align: middle; 
}
table td {
	padding:0px;
	vertical-align:top;
}


/* 
 * a
 */
a,a:link,a:hover {
	text-decoration:none;
}


/*
 * textarea-FireFox
 */
textarea {font-size: small;}

/* 
 * Header
 */


/* 
 * Column
 */


/* 
 * Footer
 */


/* 
 * Block
 */
div.noneBlock {
}
div.noneBlock .blockTitle {
	padding-left:2px;
	font-weight:bold;
	white-space:nowrap;
}
div.editMenuLeft {
	float:left;
	padding-right:25px;
	margin-bottom:8px;
}
div.editMenuRight {
	margin-bottom:8px;
}
div.editMenuLeft img, div.editMenuRight img {
	margin-right:1px;
}

/* 
 * redirection 
 */


/* 
 * content
 */
/* table,header,odd,even,footer */
table.layout {
	border-collapse:collapse;
}
div.errorMsg {
	background-color:#ffcccc;
	text-align:center;
	border-top:1px solid #ddddff;
	border-left:1px solid #ddddff;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	font-weight:bold;
	padding:10px;
}
.colhead {
	width:30%;
}

/* 
 * common
 */
form {
	margin:0px;
}
img {
	border:0px;
	vertical-align:middle;
}
div.pulldownLayer {
	position:absolute;
	visibility:hidden;
	z-index:1;
	background-color:#ffffff;
	color:#0000ff;
	border-top:2px solid silver;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	border-left:2px solid silver;
	padding:5px;
	font-size:small;
	width:220px;
}


/* 
 * universal
 */
.left {
	text-align:left; 
}
.center {
	text-align:center; 
}
.right {
	text-align:right; 
}
.widthmax {
	width:100%;
}
.widthhalf {
	width:50%;
}
.widthauto,table.widthauto {
	width:auto;
}
.nowrap {
	white-space:nowrap;
}
.displayNone {
	display:none;
}
span.separator {
	margin:0px 5px;
}
input.button {
	width:100px;
}
input.text {
	width:250px;
}
input.moreText {
	width:120px;
}
br.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.subTitle {
	font-weight:bold;
	margin-bottom:2px;
}
textarea.textarea {
	width:300px;
	height:120px;
}
textarea.comment {
	width:450px;
	height:80px;
}
div.previewText {
	text-align:center; 
}
.operation {
	margin-top:10px;
	padding-bottom:5px;
	text-align:center;
}
input.wizardPrev {
	margin:2px 2px 2px 0px;
}
input.wizardNext {
	margin:2px 0px 2px 2px;
}
div.wizardDescription {
	padding-top:5px;
}
div.addList {
	margin:10px;
}
div.delList {
	margin:10px;
}
input.allSelect {
	margin-right:2px;
}
input.allRelease {
	margin-left:2px;
}
select.entrySelect {
	width:210px;
	height:250px;
	margin-bottom:10px;
}
.outerMargin {
	margin-top:10px;
}
.errorDiv {
	margin:10px;
}
img.popupTitleIcon {
	padding:2px;
	vertical-align:middle;
	border:1px solid #000000;
}
div.popupColor {
	padding:2px;
	width:60px;
}
a.popupColor {
	display:block;
	height:1em;
}
input.popupCalendar {
	width:80px;
}
img.popupCalendar {
	margin:0px 10px 0px 1px;
	vertical-align:middle;
}
h2.hprIndex {
	margin:0px;
	width:0px;
	height:0px;
	font-size:0px;
}
img.hprIndex {
	width:0px;
	height:0px;
}
div.pageIndex {
	line-height:0px;
}
a.hprIndex {
	font-size:0px;
}
.fontSize80 {
	font-size:80%;
}
.weightNnormal {
	font-weight:normal;
}
td.sortWidth {
	width:1%;
	text-align:right;
	padding:0px;
}
td.sortUp, td.sortDown {
}

/* textbox */
span.blocktext,div.blocktext {
	background-color:#ffffff;
	border:1px inset #0000ee;
	padding:1px;
}
/* hr */
div.divHorizon {
	border-bottom:1px solid #cccccc;
	margin:5px 0px;
}
/* icon */
img.icon {
	vertical-align:middle;
}
/* display sequence*/
.orderSequence {
	width:220px;
	height:180px;
}

/* block */
span.blockStyle1,div.blockStyle1,a.blockStyle1,a.blockStyle1:link,a.blockStyle1:hover {
	font-weight:normal;
	text-align:center;
	font-size:85%;
}
span.blockStyle2,div.blockStyle2,a.blockStyle2,a.blockStyle2:link,a.blockStyle2:hover  {
	font-weight:normal;
	text-align:center;
	font-size:85%;
}
/* Scrap Print */
.captureDiv {
	margin-bottom:4px;
}

div.splitLeft {
	width:50%;
	float:left;
}
div.splitRight {
	width:50%;
	text-align:right;
	float:right;
}

/* blockquote */
div.quote {
	padding-left:0px;
}

blockquote.quote {
	border-left:2px solid #cccccc;
	padding-left:5px;
	margin:0px 0px 0px 25px;
}
br.quote {
	line-height:6px;
}

/* code */
div.code {
	border-left:2px solid #cccccc;
	padding:6px 0px 6px 6px;
	margin-right:0px;
}
