﻿@charset "utf-8";
@import url("default.css");

*{margin:0; padding:0;}
table  		{border-collapse:collapse;}

/*Green 테이블*/
.Green_Table{
	width:100%; 
	border-top:2px solid #a5bd1f; 
	border-left:1px solid #a5bd1f;
}

.Green_Table .ttitle{
	font-weight:bold; 
	color:#859a0d; 
	background:#c6d284; 
	border-right:1px solid #a5bd1f; 
	border-bottom:1px solid #a5bd1f;
	padding:3px;
	text-align:center;
}

.Green_Table .tgray{
	font-weight:normal; 
	color:#6e6e6e; 
	background:#e6e6e6; 
	border-right:1px solid #a5bd1f; 
	border-bottom:1px solid #a5bd1f;
	padding:3px;
	text-align:center;
}

.Green_Table td{
	border-right:1px solid #a5bd1f; 
	border-bottom:1px solid #a5bd1f;
	padding:3px;
	color:#6e6e6e;
	text-align:center;
}



/*Orange 테이블*/
.Orange_Table{
	width:100%; 
	border-top:2px solid #ff9600; 
	border-left:1px solid #ff9600;
}
.Orange_Table .ttitle{
	font-weight:bold; 
	color:#ff9600; 
	background:#ffca7e; 
	border-right:1px solid #ff9600; 
	border-bottom:1px solid #ff9600;
	padding:3px;
	text-align:center;
}
.Orange_Table .tgray{
	font-weight:normal; 
	color:#6e6e6e; 
	background:#e6e6e6; 
	border-right:1px solid #ff9600; 
	border-bottom:1px solid #ff9600;
	padding:3px;
	text-align:center;
}
.Orange_Table td{
	border-right:1px solid #ff9600; 
	border-bottom:1px solid #ff9600;
	padding:3px;
	color:#6e6e6e;
	text-align:center;
}

/*Blue 테이블*/
.Blue_Table{
	width:100%; 
	border-top:2px solid #009cff; 
	border-left:1px solid #009cff;
}
.Blue_Table .ttitle{
	font-weight:bold; 
	color:#009cff; 
	background:#c4e7ff; 
	border-right:1px solid #009cff; 
	border-bottom:1px solid #009cff;
	padding:3px;
	text-align:center;
}
.Blue_Table .tgray{
	font-weight:normal; 
	color:#6e6e6e; 
	background:#e6e6e6; 
	border-right:1px solid #009cff; 
	border-bottom:1px solid #009cff;
	padding:3px;
	text-align:center;
}
.Blue_Table td{
	border-right:1px solid #009cff; 
	border-bottom:1px solid #009cff;
	padding:3px;
	color:#6e6e6e;
	text-align:center;
}

/*Purple 테이블*/
.Purple_Table{
	width:100%; 
	border-top:2px solid #c28dff; 
	border-left:1px solid #c28dff;
}
.Purple_Table .ttitle{
	font-weight:bold; 
	color:#c28dff; 
	background:#eedfff; 
	border-right:1px solid #c28dff; 
	border-bottom:1px solid #c28dff;
	padding:3px;
	text-align:center;
}
.Purple_Table .tgray{
	font-weight:normal; 
	color:#6e6e6e; 
	background:#e6e6e6; 
	border-right:1px solid #c28dff; 
	border-bottom:1px solid #c28dff;
	padding:3px;
	text-align:center;
}
.Purple_Table td{
	border-right:1px solid #c28dff; 
	border-bottom:1px solid #c28dff;
	padding:3px;
	color:#6e6e6e;
	text-align:center;
}

/*Gray 테이블*/
.Gray_Table{
	width:100%; 
	border-top:2px solid #777777; 
	border-left:1px solid #777777;
}
.Gray_Table .ttitle{
	font-weight:bold; 
	color:#777777; 
	background:#eaeaea; 
	border-right:1px solid #777777; 
	border-bottom:1px solid #777777;
	padding:3px;
	text-align:center;
}
.Gray_Table .tgray{
	font-weight:normal; 
	color:#6e6e6e; 
	background:#e6e6e6; 
	border-right:1px solid #777777; 
	border-bottom:1px solid #777777;
	padding:3px;
	text-align:center;
}
.Gray_Table td{
	border-right:1px solid #777777; 
	border-bottom:1px solid #777777;
	padding:3px;
	color:#6e6e6e;
	text-align:center;
}

/*Yellow 테이블*/
.Yellow_Table{
	width:100%; 
	border-top:2px solid #ffc600; 
	border-left:1px solid #ffc600;
}
.Yellow_Table .ttitle{
	font-weight:bold; 
	color:#ffc600; 
	background:#fff7cc; 
	border-right:1px solid #ffc600; 
	border-bottom:1px solid #ffc600;
	padding:3px;
	text-align:center;
}
.Yellow_Table .tgray{
	font-weight:normal; 
	color:#6e6e6e; 
	background:#e6e6e6; 
	border-right:1px solid #ffc600; 
	border-bottom:1px solid #ffc600;
	padding:3px;
	text-align:center;
}
.Yellow_Table td{
	border-right:1px solid #ffc600; 
	border-bottom:1px solid #ffc600;
	padding:3px;
	color:#6e6e6e;
	text-align:center;
}


/*Pink 테이블*/
.Pink_Table{
	width:100%; 
	border-top:2px solid #d25568; 
	border-left:1px solid #d25568;
}
.Pink_Table .ttitle{
	font-weight:bold; 
	color:#d25568; 
	background:#ffd6dc; 
	border-right:1px solid #d25568; 
	border-bottom:1px solid #d25568;
	padding:3px;
	text-align:center;
}
.Pink_Table .tgray{
	font-weight:normal; 
	color:#6e6e6e; 
	background:#e6e6e6; 
	border-right:1px solid #d25568; 
	border-bottom:1px solid #d25568;
	padding:3px;
	text-align:center;
}
.Pink_Table td{
	border-right:1px solid #d25568; 
	border-bottom:1px solid #d25568;
	padding:3px;
	color:#6e6e6e;
	text-align:center;
}
