/*img {
	border: 0;
	line-height: 100%;
}

table.issue { font-size:9pt; border-collapse: collapse; }
table.issue th { border-color: #000000; border-bottom-width: 1px; border-bottom-style: solid; }
table.issue td { border-color: #DDDDDD; border-bottom-width: 2px; border-bottom-style: solid; }

tr.header { height:24px; color: #777777; background-color: #000000; }
th.title { font-size: 11pt; color: #00FF00; text-decoration: none; }

td.manage { width: 35px; text-align: center; vertical-align: top; }
td.tags { width: 100px; text-align: center;	vertical-align: top; }
td.issue { width: 500px; vertical-align: top; }
td.comment { width: 600px; vertical-align: top; }

span.owner { font-weight: bold; color: #0000CC; }
span.due { font-weight: bold; color: #CC0000; }

div.comment { border-color: #CCCCCC; border-width: 0 0 1 1; padding-left: 10px; border-style: solid; }
div.commentdate { float: left; color: #996600; font-size: 9pt; font-family: tahoma; margin-left: 5px; margin-right: 5px; }
div.commentadd { font-weight: normal; color: #003399; text-align: left; margin-left: 70px; }

textarea { font-family: 맑은 고딕; font-size: 9pt; }
textarea.issueedit { width: 400px; height: 150px; }
textarea.comment { width: 600px; height: 150px; }
a.tag { font-size: 8pt; color: #996600; font-weight: bold; text-decoration: none; }
a.tag:hover { background-color: #000000; }
a.addtag { font-family: tahoma; font-size: 7pt; color: #003399; font-weight: bold; text-decoration: none; }
a.addtag:hover { background-color: #000000; }
a.검토 { color: #000099; font-weight: bold; text-decoration: none; }
a.검토:hover { text-decoration: underline; }
a.진행 { color: #EE0000; font-weight: bold; text-decoration: none; }
a.진행:hover { text-decoration: underline; }
a.완료 { color: #009900; text-decoration: none; }
a.완료:hover { text-decoration: underline; }
a.검수 { color: #999999; text-decoration: line-through; }
a.검수:hover { text-decoration: underline; }

select { font-size: 9pt; }*/
td.manage { text-align:center; }
td.tags { text-align: center;     vertical-align: top; }
td.issue {  vertical-align: top; }
td.comment { vertical-align: top; }

span.owner { font-weight: bold; color: #0000CC; }
span.due { font-weight: bold; color: #CC0000; }
div.comment { font-size:9pt; }
div.commentdate { float: left; color: #996600; font-size: 9pt; font-family: tahoma; margin-left: 5px; margin-right: 5px; }
div.commentadd { font-weight: normal; color: #003399; text-align: left; margin-left: 70px; }
a.tag { font-size: 8pt; color: #996600; font-weight: bold; text-decoration: none; }
a.tag:hover { background-color: #000000; }
a.addtag { font-family: tahoma; font-size: 7pt; color: #003399; font-weight: bold; text-decoration: none; }
a.addtag:hover { background-color: #000000; }
a.검토 { color: #000099; font-weight: bold; text-decoration: none; }
a.검토:hover { text-decoration: underline; }
a.진행 { color: #EE0000; font-weight: bold; text-decoration: none; }
a.진행:hover { text-decoration: underline; }
a.완료 { color: #009900; text-decoration: none; }
a.완료:hover { text-decoration: underline; }
a.검수 { color: #999999; text-decoration: line-through; }
a.검수:hover { text-decoration: underline; }

