/* Presentation stylesheet */

body {
	margin:0;
	padding:0;
	font-family: dotum, sans-serif;
}

#top {
}

/* IDs */
#header {
	position:relative;
	zoom:1;
	background:#4b8bc2 url(../images/head-stripes.png) no-repeat top right;
}
#header .title {
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	line-height:1em;
}
#header a.title
, #header a.title:link
, #header a.title:visited
{
	color: black;
}

.backcolor1 {
	background-color:#386891;
}
.backcolor2 {
	background-color:#4b8bc2;
}
.backcolor3 {
	background-color:#5eaef2;
}
#mainmenu
{
  border:1px solid #386891;
  background-color:#386891;
}
#top-menu
{
	position:absolute;
	top:0px;
	right:1px;
}
ul.jflanguageselection
{
  margin:0;
  padding:0;
  float:right;
}
ul.jflanguageselection li
{
  float:left;
  list-style:none;
  margin:0;
  padding:.25em;
  line-height:1em;
  display:block;
}
ul.jflanguageselection a
{
  color:white;
  font-weight:bold;
  text-decoration:none;
}
ul.jflanguageselection a:hover
{
  color:#5eaef2;
}
.jflanguageselection img {
	border:0;
}
#footer {
  padding: .125em;
  background-color:#eec;
}
#footer p {
  margin: 0;
  text-align: center;
}

#column-center {
}
#column-center	p
{
	font-size:.9em;
}
#column-left {
	background-color: #9cc1ca;
}

#main {
	background:white url(../images/poster-bg-img-1024.jpg) repeat-y;
	background-position:10.5em 10em;
}
#columns-container {
	min-height:1230px;
}
/* classes */
.box,
.main-content {
}
/* for IE6 */
.background-dimmer {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity: 0.7;
	-moz-opacity:0.70;
	filter: alpha(opacity=70);
	z-index:-100;
}
* html .background-dimmer {
	top:1px;
}

* html #column-right .contentpaneopen .background-dimmer {
	top:1px;
}

* html img {
	position:relative; /* dimmer compatible */
}
.contentpaneopen {
	border:1px solid #386891;
	margin-bottom:1em;
	margin-right:-1em;
	position:relative;
	z-index:0;
}
.contentpaneopen .background-dimmer {
	background-color:white;
}

.componentheading
, .contentheading
{
	font-size:1.25em;
	font-weight:bold;
	margin:.5em 0;
}

.contentpaneopen h2.contentheading {
	background-color:#386891;
	color:white;
	position:relative;
	padding:.1em;
}

.contentpaneopen h3 {
	color:#386891;
	margin-bottom:0;
}

.contentpaneopen a {
	color:#386891;
}
.contentpaneopen-inner {
	margin:1em;
}

.box {
}

/* dom-tree */
.dom-tree {
  padding: 0 0 0 1.5em;
  color: #999;
}
.dom-tree code {
  font-weight: bold;
}
.dom-tree ul ul ul  {
  list-style: disc;
}
.dom-tree ul ul ul ul  {
  list-style: circle;
}
.dom-tree ul ul ul ul ul {
  list-style: square;
}
.dom-tree dl,
.dom-tree dt,
.dom-tree dd {
  color: black;
  margin: 0;
  padding: 0;
  display: inline; /* IE 5.x doesn't like this */
}
.dom-tree dd {
  font-style: italic;
}
.readon {
	font-style:italic;
	font-family: 'DejaVu Sans', dotum, sans-serif;
}



/* mainmenu */

/* mainmenu mainlevel links */
span.mainlevel-mainmenu,
a.mainlevel-mainmenu,
a.mainlevel_active-mainmenu,
a.mainlevel_current-mainmenu,
a.mainlevel-mainmenu:link,
a.mainlevel_active-mainmenu:link,
a.mainlevel_current-mainmenu:link,
a.mainlevel-mainmenu:visited,
a.mainlevel_active-mainmenu:visited,
a.mainlevel_current-mainmenu:visited {
	/* normal presentaion */
	color:white;
}

a.mainlevel-mainmenu:hover,
a.mainlevel_active-mainmenu:hover,
a.mainlevel_current-mainmenu:hover {
	/* hover presentaion */
	color:#386891;
	background-color:white;
	color:#4b8bc2;
	color:#5eaef2;
	background:none;
}

/* mainmenu sublevels popups */
ul.mainlevel-mainmenu ul,
ul.mainlevel-mainmenu ul ul {
	border:1px solid #386891;
	background-color: white;
}

/* mainmenu sublevels links */
span.sublevel-mainmenu,
a.sublevel-mainmenu,
a.sublevel_active-mainmenu,
a.sublevel_current-mainmenu,
a.sublevel-mainmenu:link,
a.sublevel_active-mainmenu:link,
a.sublevel_current-mainmenu:link,
a.sublevel-mainmenu:visited,
a.sublevel_active-mainmenu:visited,
a.sublevel_current-mainmenu:visited {
	/* normal presentaion */
	color:#386891;
}
a.sublevel-mainmenu:hover,
a.sublevel_active-mainmenu:hover,
a.sublevel_current-mainmenu:hover {
	/* hover presentaion */
	color:white;
	background-color: #386891;
}
span.sublevel-mainmenu hr
{
	color:#386891;
	height:1px;
	border:0;
	background-color:#386891;
}

