/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
//
*/

html,body {
	height: 100%;
}
body {
	position: relative;    
    font-family:  Verdana;
	color: #666;
	font-size: 10pt;
    margin: 0px auto;
    width: 1000px;
	background: #92847b;
/*    background: url(http://obladi.pe.kr/wiki00/theme/blue.orig/imgs/bg.png) repeat-x; */
/*    background: #92847b url(images/background.gif) top center repeat-y; */
}

hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }

/*
hr { 
    height: 12px;
    max-width: 599px;
	border-bottom: 1px solid #877;
	border-top: 1px solid #877;
	border-left: 1px solid #877;
	border-right: 12px solid #877;
	color: #fff;
    background-color: #fff;
}
*/
a {
	/*color: #6799b1;*/
	color: #494949;
	text-decoration: underline;
}
a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}

/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
#wrapper {
	position: relative;
    width: 1000px;
	height: 97.3%;
    margin: 0px auto;
/*    background: #92847b url(images/background.gif) top center repeat-y; */
}
#top {
	position: relative;
	float: top;
	height: 56px;
/*    background: url(images/header.gif) top center no-repeat;*/
/*    border: 1px solid red;*/
	background: #003366; /* top logo back color : UB*/
}
#logo {
	position: relative;
	float: left;
	width: 434px;
}
#logo a, #logo a:hover{
	text-decoration:none;
	background-color: #003366;
}
#dept {
	position: relative;
	float: right;
	width: 500px;
	font-size: 13pt;
	font-weight:bold;
	text-align: right;
	color: #eee;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
#dept a{
	text-decoration:none;
	color: #eee;
}
#dept a:hover{
	color: #eeeeee;
	background-color: #225588;
}
#head {
	position: relative;
	top: 0px;
    height: 30px;
/*    background: url(images/header.gif) top center no-repeat;*/
/*    border: 1px solid red;*/
	background: #cc9966; /* top back color : UB*/
}
#page-title {
	position: relative;
	float: left;
	font-size: 11pt;
	font-weight:bold;
	text-align: left;
	color: #003366;
	padding-left: 5px;
	padding-top: 5px;
}
#page-subtitle {
	position: relative;
	float: left;
	font-size: 11pt;
	font-weight:bold;
	text-align: left;
	color: #003366;
	padding-left: 5px;
	padding-top: 5px;
}
#head #page-actions {
	position: relative;
	float: right;
	font-size: 9pt;
	text-align: right;
	color: #eee;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#head #page-actions a:hover { 
    text-decoration: none; 
    color: #eee; 
    background: #666; 
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #eee; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #eee; margin: 0px; padding: 2px; }
#content {
    width: 1000px;
    margin: 0px auto;
	background: #003366;
}
#col-left {
    position: relative;
    float: left;
    width: 180px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background: #003366;
	padding-left: 0px;
}
#col-right {
	font-family: Georgia;
	color: #000000;
	font-size: 12pt;
    position: relative;
    float: right;    
    width: 780px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
    margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#wikitext h1, h2, h3, h4, h5 { color: #002255; border-bottom:1px solid #C0c0c0;}
#wikitext h1 { font-size: 18pt; }
#wikitext h2 { font-size: 16pt; }
#wikitext h3 { font-size: 14pt; }
#wikitext h4 { font-size: 12pt; } 
#wikitext h5 { font-size: 12pt; font-style: italic; }

#sidebar { 
	text-align: left;
	background: #003366;
	height: 100%;
}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; border-bottom: 1px solid #666; }
#sidebar li a { text-decoration: none; color: #ddd; padding: 2px 2px 4px 2px; text-indent: 4px; }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #eee; 
    background: #002255 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #eee; 
    background: #002255 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

#sidebar h2 { font-size:150%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h3 { font-size:130%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h4 { font-size:100%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

#footer { text-align: right; color: #666; border-top: 1px solid #ccc; margin-top: 18px; padding: 10px 0px 10px 0px;}

#bottom {
	position: relative;
	float: top;
	text-align: right;
	font-weight:bold;
	height: 20px;
	background: #cc9966; 
	color: #003366;
	padding-right: 10px;
}
#bottom2 {
	position: relative;
	float: top;
	text-align: right;
	height: 20px;
	background: #003366; 
	color: #cc9966;
	padding-right: 10px;
	font-weight:bold;
}


.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



