@charset "utf-8";
/* CSS Document */
body {
	padding:0px;
	margin:0px;
	background-color:#F5EFE5;
	font-family:Verdana, Geneva, sans-serif;	
	font-size:12px;
	font-style:condensed;
}
.left_border {
	background-image:url(images/udk_01.png);
	background-repeat:repeat-y;
	width:12px;
}
.right_border {
	background-image:url(images/udk_06.png);
	background-repeat:repeat-y;
	width:11px;
}
.header {
	background-image:url(images/udk_3_02.png);
	background-repeat:no-repeat;
	width:936px;
	height:311px;
	display:block;
}
.menu_r {
	width:147px;
	background-color:#3A0E0E;
}
.content_bg {
	width:789px;
}
.content {
	padding:10px;
	width:769px;
	text-align:left;
}
.content h1{
	color:#3b1817;
	font-size:16px;
	margin:0px;
	padding:5px;
}
.color {
	border:1px solid #3b1817;
	background-color:#B28E66;
	color:#fff;
	font-weight:bold;
}
.content h2{
	color:#3b1817;
	font-size:13px;
	margin:0px;
	padding:5px;
	border-bottom:1px solid #3b1817;
}
.content_end {
	background-image:url(images/udk2_10.png);
	background-repeat:no-repeat;
	width:789px;
	height:28px;
	display:block;
}

.content .tbl tr th {
	border:1px #000 solid;
}
.content ul li {
	padding:5px 0 0 5px;
}
.content .genel {
	line-height:20px;
}

.menu {
	background-image:url(images/udk_3_09.png);
	background-repeat:repeat-y;
	width:147px;
}
.menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.menu ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}
.menu ul li a {
	padding:7px 5px 7px 5px;
	color:#FFF;
	text-decoration:none;
	width:137px;
	display:block;
	text-align:left;
	font-size:13px;
	border-bottom:1px dashed #dbb489;
}
.menu ul li a:hover {
	background-color:#dbb489;
	color:#000;
}
.menu ul li a.selected {
	background-color:#dbb489;
	color:#000;
	font-weight:bold;
	border-bottom:1px dashed #000;
}
.tbl tr th {
background-color:#999;
color:#fff;
}
.tbl tr td {
border:#999 solid 1px;
}
.tbl tr .t1{
background-color:#F5EFE5;
}
.tbl tr .t2{
background-color:#ccc;
}
.tbl tr td a{
color:red;
}
