@charset "utf-8";
/* CSS Document */
@import url("sisbase.css");

#main #leftside {
	float: left;
	width: 176px;
	height: auto;
	padding: 6px;
}
#leftside h2 {
	font-size: 1.15em;
	font-weight: 500;
	background-image: url(../images/titleback.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
}

#leftside h3 {
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.4em;
	font-weight: normal;
	text-indent: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 22px;
	margin-bottom: 8px;
	color: #333333;
	letter-spacing: 0.1em;
}

#leftside ul {
	list-style-type: none;
	margin-left: 16px;
	margin-bottom: 22px;
}

#leftside ul li {
	font-size: 1em;
	background-image: url(../images/arrow-r4.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 14px;
	letter-spacing: 0.1em;
}

#leftside ul li a {
}

#main #rightside {
	float: right;
	width: 644px;
	height: auto;
	padding: 6px;
}
#rightside h2 {
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	text-indent: 24px;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 12px;
	margin-right: 26px;
	color: #333333;
	letter-spacing: 0.2em;
}


#rightside h3 {
	font-size: 1.2em;
	font-weight: normal;
	background-image: url(../images/h_o2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 24px;
	text-decoration: underline;
}

#rightside table {
	margin-left: 18px;
	margin-bottom: 22px;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}

#rightside table ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 28px;
	margin-right: 12px;
	margin-bottom: 18px;
}
#rightside table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}
#rightside table td.info {
	text-align: left;
}



#rightside table .ppp-ip {
	color: #FF3333;
}
