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

html, body {
        min-height: 10%;
}

* html, * body {
        min-height: 10%;
}

body {
    	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #042E74;
	font-size: 11pt;
    	margin: 0 auto;
/*    background: #D2DcF0 url(images/background.gif) top center repeat-y; */
}

code{ font-family: "courier new", monospace; font-size: inherit; }
pre{ margin-left: 3em; background-color: #EFE; font-family: "courier new", monospace; font-size: medium; }

hr { border: 1px; height: 1px; background: #000; color: #FFF; width: 90%; }

a {
	color: #042EF0;
	text-decoration: none;
}
a:hover {
	color: #042EA0;
	text-decoration: underline;
}

/* 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: 97.3%;
	width: 1500px;  */
	height: 97.3%;
    	margin: 0;
    /*background: #92847b url(images/background.gif) top center repeat-y; */
}
#wikilogo { margin-top:0; padding:0; border-bottom:0 #cccccc solid; }

#head {
	position: relative;
	top: 0;
    	padding: 0;
    	height: 86px;
	/*height: 110px; -- prev. used for big header */
	/*width: 1500px; */
    	background: #899dbe url(images/gavo_header_166_curve.jpg) top left no-repeat; 
}
#page-title {
    	position: absolute;
    	top: 35px;
	left: 235px;
	/*width: 605px;*/
	font-size: 8pt;
	display: none; 
	font-weight: bold;
	color: #eee;
}
#page-subtitle {
    	position: absolute;
    	top: 65px;
	left: 245px;
	/*width: 605px;*/
	font-size: small;
	font-weight: lighter;
	color: #F0F4FF;
}
/*#head #page-actions { */
#col-left #page-actions {
    	position: relative;
	bottom: 0;
    	left: 0;
/*	width: 605px; */

	font-size: 6pt;
	text-align: right;
	background: #D2DCF0;
}
#page-actions ul { list-style: none; margin: 0; padding: 2px; color: #042E74;}
#page-actions li { display: inline; margin: 0; padding: 2px; color: #042E74;}
#page-actions li a { text-decoration: none; color: #eee; margin: 0; padding: 2px; color: #042E74;}
#page-actions li a:hover { text-decoration: underline; color: #eee; margin: 0; padding: 2px; color: #042E74;}

#content {
    margin: 0 auto;
}

#col-left {
    	position: relative;
    	float: left;
    	/* width: 154px; */
    	width: 18.5ex; /*19ex;*/
	height: 1000px;
	margin:0;
	/*margin: 0 0 0 0;*/
	padding-left: 1.5ex;
	padding-right: 0.5ex;	/* KR */
	padding-top: 1em;
    	background: #D2DCF0;
	border: 1px solid silver;	/* KR */
}
#col-right {
    	/*float:left; */
    	margin: 0.1ex 0 0 21ex;
	padding-left: 1.5ex;
	padding-top: 0.5em;
        border-top: 0.3em solid #E28F6E;
}

@media print {
#page-actions { display: none; }
#col-left { display: none; }
#col-right { margin-left: 0.5ex; }
}


#wikitext h1, h2, h3, h4, h5, h6 { color: #666; }
#wikitext h1 { 
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #042E74;
	background: #F0F4FF;
	line-height:2em
}

#wikitext h2 { font-size: 12pt; font-weight: bold;}
#wikitext h3 { font-size: 11pt; font-weight: bold;}
#wikitext h4 { font-size: 11pt; background: #F0F4FF;} 
#wikitext h5 { font-size: 11pt; font-style: italic; }

/* some own styles, KR */
#wikitext h6 { margin-top: 0; border-bottom: 1px solid #cccccc; margin-bottom: 10px; font-size: 110%;}
#wikitext h6 a { color: #666; }
#wikitext div.img {
	position: absolute;
	text-align: center;
	bottom: 1.25ex;
	width: 40ex;
	height: 12ex;
	margin: -1px;
	padding: -1px;

	background-color: #fff;
	border: 1px solid #cccccc;
}
#wikitext div.img img {
	width: 100%;
	height: 100%;
}




#sidebar { text-align: left;font-size:10pt;color: #042E74;}
#sidebar ul { list-style: none; margin: 0; padding: 0; color: #042E74;}
#sidebar li { display: list-item; margin: 0; color: #042E74;}

#sidebar a {color: #4F6C9D;}
#sidebar li a {
text-decoration: none; 
color: #042E74; 
padding: 2px 2px 0 1px; 
text-indent: 4px;
}
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
    color: #042E74; 
    background: #D2DCF0 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 0 1px; 
    text-indent: 4px; 
    text-decoration: underline;
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #244E94; 
    background: #F0F4FF; 
    padding: 1px 1px 0 1px; 
    text-indent: 4px; 
    width: 150px;	/* added by KR */
}

#sidebar h1 { font-size:12pt; color: #042E74; margin-bottom: 0px; border-bottom: 1px solid #4F6C9D; }
#sidebar h2 { font-size:11pt; color: #4F6C9D; }
#sidebar h3 { font-size:10pt; color: #4F6C9D; font-weight: bold;}
#sidebar h4 { font-size:11pt; color: #4F6C9D; font-weight: lighter;}

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

#wikibody a.external {
   background: url(external.png) center right no-repeat;
   padding-right: 13px;
   color: #2f6fab;
}
/*#wikibody a.external:visited {color: #006699;} */

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


#news {
	border: 1px solid #e28f6e;
	background-color: #f0f4ff;
	margin: 3ex 3ex 1ex 1ex;
	padding: 2ex 2ex 1ex 1ex;
}

#news h1 {
	margin: 0;
	padding: 0 2ex 0 0 ;
	margin: 0 2ex 0 0;
	display: inline;
	background-color: #e28f6e;
	line-height: 1.5em;
}

#news p {
	display: inline;
}


.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 */

@media print {
  body { width:auto; margin: 0; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }

.quickref { width: 97%; }


