/* Agetor Wiki skin
 * additional .css on top of jspwiki.css
 *
 */

/*GLOBAL*/
body{
	padding:0;
	margin:0;
}

/* +++ 010 LAYOUT of main ID blocks +++ */
#wikibody {
	padding:0;
	margin:0;
}

.panel_Header {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000 !important;
	background-color: #CED9E8;
	padding: 2;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	border-width: 1px;
	border-color: #0f0f0f;
	background-image:url('agetor/gfx/tableheader.gif') !important;
}

.agetorcontact {
	background-color:#E0E0FF;
	display:block;
	border: 1px;
	margin:10px 20px;
	padding:1em 1em 1em 1.0em;
}


h2 		{
	color:#115faf;
	font-weight: plain;
	border-style: solid !important;
	border-width: 0px !important;
	border-bottom-color: #9a9aff !important;
	border-bottom-width: 1px !important;
	}

h3 		{
	color:#214f8f;
	border-style: solid !important;
	border-width: 0px !important;
	border-bottom-color: #9a9aff !important;
	border-bottom-width: 1px !important;

	}

h4 		{
	color:#112f5f;
	}

/* +++ 625 Table of contents plugin +++ */
.toc {
	margin:0 0 0 0;
	width:100%;
	color:#214f8f;
	overflow:auto;
	border-style: solid !important;
	border-width: 0px !important;
}
/* +++ 920 Collapsible lists +++ */
.collapseBullet,
.collapseOpen,
.collapseOpen:hover,
.collapseClose,
.collapseClose:hover {
	color:#fefeff;
	background-color:transparent;
	visibility:hidden;
	position:absolute;
}
.collapsebox {
	border:none;
	border-style: solid !important;
	border-width: 0px !important;
}
.collapsebox h2,
.collapsebox h3,
.collapsebox h4 {
}
.collapsebox h2 a,
.collapsebox h3 a,
.collapsebox h4 a {
	color:#fcfcfc;
	border-bottom:none;
}
.collapsetitle:hover {
	background:#fcfcfc;
}
.collapsebody {
}
.toclevel-1 {
	color:#214f8f !important;
}

.toclevel-2 {
	color:#214f8f !important;
}

.toclevel-3 {
	color:#214f8f !important;
}

.toc h4 {
	color:#115faf;
	font-weight: plain;
	border-style: solid !important;
	border-width: 0px !important;
	border-bottom-color: #9a9aff !important;
	border-bottom-width: 1px !important;}

a.wikipage {
	color:#214f8f !important;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
}

a.external {
	color:#214f8f !important;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
}

a.editpage:link {
	color:#214f8f;
	border-bottom:1px solid red !important;
}
a.editpage:hover{
	border-bottom:1px solid red;
}

a.createpage:hover{
	border-bottom:1px solid red;
}

a.wikipage:hover, a.external:hover {
	border-bottom:1px solid #214f8f;
}

#wikibody.fav-right #header, #wikibody.fav-right #footer {
	padding:0 0 0 0;
}

#favorites {
	float:left;
	margin-top:0;
	width:230px;
}

