#header {
	background-image: url(img/bg-head.jpg);
}
#main {
	border-right: 1px #848C94 solid;
	border-left: 1px #848C94 solid;
}
#footer {
	border-top: 1px #848C94 solid;
	border-bottom: 1px #848C94 solid;
	background-color: #EFF7FF;
}

/* Header */
#menu td {
	border: 1px solid #848C94;
	background-color: #EFF7FF;
}
#menu .active {
	border: 1px solid #848C94;
	background-color: #FFF;
	border-bottom: none;
}

/* left */
#submenu {
	border:1px solid #3CA0B2;
}
.submenu_head {
	background-color:#DEEFEF;
	color:#000;
	border:1px solid #3CA0B2;
}
.submenu_head:hover {
	background:#34FFF9;
}
.submenu_list {
	background:#fffff0;
}
.submenu_list li {
	list-style-image: url(img/icon.gif);
}
.header_highlight {
	background:#34FFF9;
}
.ps li {
	list-style-image: url(img/list_icon2.gif);
	margin: 5px 0px;
}

/* right */
#rightside h1 {
	background-image: url(img/h1_bg.jpg);
	border: 1px #CEC7DE solid;
	color: #000;
}
#rightside h2 {
	border-left: 10px #00B2DE solid;
	border-bottom: 2px #00B2DE solid;
	color: #000;
}
#rightside h3 {
	border: none;
	border-left: 10px #635C73 solid;
	background-color: #CEC7DE;
	color: #000;
}
#rightside .notes {
	border-left: 10px #D6184A solid;
	border-bottom: 2px #D6184A solid;
}
#rightside .refer {
	border-bottom: 1px #FF1094 solid;
	background-image: url(img/refer_icon.gif);
}
#rightside ul li {
	list-style-image: url(img/list_icon.gif);
}

/* other */
table.table-type1, table.table-type1 th, table.table-type1 td{
  border: 1px #AD86B5 solid;
}
table.table-type1 th {
  background-color: #EFCBF7;
}
.text_underline {
	border-bottom: 1px #1096FF solid;
	background-image: url(img/refer_icon.gif);
}
.text_underline2 {
	border-bottom: 1px #FF1094 solid;
	background-image: url(img/icon_pink.gif);
}
.mark {	background: url(img/icon.gif) no-repeat center left; }
#whatsnew {
	overflow: auto;
	height: 350px;
}