/* commented backslash mac hiding hack \*/ 
html {height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:#fff;
	color: #000;
	height:100%;		
}

html, body {
	font-size:small; 
	font-family: Georgia,"Times New Roman", Times, serif;
	line-height:145%;
} /* overal font and sizing */

.clear{clear:both;}

a img{border:0;}

a:link{color:#3f7d0a;text-decoration:underline;}
a:visited{color:#777;text-decoration:underline;}
a:hover{color:#3f7d0a;text-decoration:none;}
a:active{color:#3f7d0a;text-decoration:none;}

a.external{
	background:url(/skin/guil/img/icon_external.gif) no-repeat center right;
	padding:0 15px 0 0;
}
a.external:visited{ background:url(/skin/guil/img/icon_external_vis.gif) no-repeat center right; }
a.external:hover{ background:url(/skin/guil/img/icon_external.gif) no-repeat center right;	}
/***********/
#holder{
	min-height:100%;
	position:relative;	
}
/***********/
ol, ul {
	border-color:#9198C1;
	border-style:dotted;
	border-width:1px 0;
	padding-bottom:1em;
	padding-top:1em;	
	padding-right:1em;	
}
	li{
		margin-left:-0.5em;
		padding:0.4em;
	}
	li.alt{
		background-color:#F2F3EF;
	}
li ol, li ul{
	border:0;
}
ul.dash{
	list-style:none;
}
	ul.dash li{
	
	}

/***********/

div.items {
	border-color:#9198C1;
	border-style:dotted;
	border-width:1px 0;
	padding:1em 0;	
}

	div.items div.chead{
				
		margin:-32px 0 0 5px;
		float:left;		
		color:#929077;
		font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans;
		font-size:25px;
		font-weight: normal;
		position:relative;
		color:#929077;
		text-decoration:none;
		display:block;
		display:table-cell;
		border-bottom:1px solid #4d4747;
		line-height:18px;
		
	}
	div.items div.chead a,
	div.items div.chead a:visited,
	div.items div.chead a:hover,
	div.items div.chead a:active
	{
		color:#929077;
		text-decoration:none;
	}

	a.getup{
		background:url(/skin/guil/img/arr_up.gif) no-repeat;
		width:22px;
		height:55px;
		display:block;
		text-decoration:none;
		float:right;
		margin:-70px 5px 0 20px;
	}
	a.getup span{
		visibility:hidden;
	}
	
	div.item {
		margin:5px;
		position:relative;
		clear:both;		
		float:left;
		width:100%;
	}
	div.item  h4,
	div.item  .h4{
		margin:0 5px 0.3em 0;		
		float:left;
	}
	div.item  .numb{
		float:left;		
		margin:0 10px -20px -40px;	
		font-family : Arial, Helvetica, sans-serif;
		color:#afafaf;
		font-size:14px;
		font-weight:bold;
		line-height:20px;		
		text-align:right;
		width:30px;

	}
	div.item  .date {
		background:#ccc;
		color:#fff;		
		font-size:10px;
		padding:0 3px;
		line-height:14px;
		display:block;
		float:left;
	}
	
	div.item .mod{
		background:#faf0b8;
		color:#9f8f38;
		margin:0 0 0 10px;
	}
	
/***********/
#logo{	
	position:absolute;
	top:0;
	left:0;
	width:180px;
	text-align:center;	
	z-index:10;
}

.head{
	margin:0 0 -95px 167px;
	height:95px;
	width:683px;
	/*background:url(/skin/guil/img/match.jpg) no-repeat top right;*/
	background:url(/skin/guil/img/guillotine-header.jpg) no-repeat 4px 0;
	font-family:Arial,Helvetica,sans-serif;
	line-height:95px;
}
	.head span.date,
	.head span.update{
		float:left;
		font-size:11px;
		color:#afafaf;
		margin-left:33px;
	}
	.head span.update{
		margin-left:20px;
	}
	.head span.num{	
		float:right;
		font-size:30px;
		color:#afafaf;
		margin:0 55px 0 0;
	}
.all{
	width:650px;
	margin:95px 0 100px 200px;	
}
h1{
	font-weight:normal;
	font-size:3em;
	line-height:70%;
}
h3,.h3{
	font-weight:normal;
	font-size:1.8em;
	color: #333;
	margin:1.5em 0 0.8em 0;
}
h4,.h4{
	font-weight:normal;
	font-size:1.3em;
	color: #222;
	margin:1.5em 0 0.8em 0;
}

code{
	background:#fffed8;
	color:#444;
}

	img.zoom{
		padding:10px;
		border:1px solid #ddd;
		z-index:100;
		position:relative;
		background:#fff;
	}
	/*-*/
	
	.footer{
		margin:-22px auto 0;		
		border-top:1px solid #fff;		
		padding: 0 0px;
		height:20px;
		line-height:16px;
		font-size:11px;
		background:#fff;
		font-family:Arial,Helvetica,sans-serif;
		color:#999;
		position:relative;		
	}
	.footer a,
	.footer a:visited
	{
		color:#000;
	}
	.footer div{
		float:left;
		margin: 0 0 0 20px;
	}
	.footer div.copy{
		float:right;
		margin: 2px 7px 0;
		padding:0 0 0 20px;
		background:url(/images/icon.gif) no-repeat 0 50%;
	}
	
	.footer div.license{
		float:left;
		padding:0;
		background-image:none;
	}
	
	.footer  .external{background-image:none;padding:0;}
	
	.footer  .logo_l{
		margin:0;
		padding:0;
		position:absolute;
		top:-230px;
		right:0;
		z-index:1;				
	}		
/************/	
h2{	font-weight:normal;	font-size:2.3em;	color: #333;	margin:1.5em 0 0.8em 0;}
.all p{	text-align:justify;}
a.highslide img{	border-width:1px;}
div.preamble{	font-size:1.2em;	line-height:150%;	color:#666;}
a.local,a.local:visited{	color:#333;	text-decoration:none;	border-bottom:1px dashed #444;	}
a.local:hover, a.local:active{	border:0;}
abbr, acronym {	border-bottom:1px dashed #444;	cursor:help;}
/***********/

#lNav{
	width:160px;
	position:absolute;
	top:200px;
	left:10px;
	padding:0 0 5px;
	font-family:Arial;
}

#lNav.fixed{			
	position:fixed;
	top:10px;			
}

	#innertoc div{
		display:none;
	}

div#lNav {			
	line-height: 110%;
}

div#lNav a {
	display: list-item;
	margin-left: 16px;
	font-size: 90%;
	margin-top: 5px;
	text-decoration:none;
	color:#888;
}

div#lNav a.indent {
	margin-left: 3em;
}

div#lNav a.extraindent {
	margin-left: 4em;
}

/* div#lNav a:visited {
	background-image: url(pix/icon_visitedlink_sitenav.gif);
} */

div#innertoc div {
	border:  1px solid #999999;
	border-width: 1px 0;
	padding: 25px 0 15px;			
	background-color: #ffffff;
	display: none;
}

span#contentheader {
	cursor: pointer;
	float: left;
	font-size: 90%;
	margin:5px 0 0 3px;
	border-bottom:1px dashed #666;
}


/***********/
.important{
	color:#cc3333;
}
.frame{
	padding:5px 10px;
	background:#f2f3ef;
	font-size:11px;
	line-height:12px;
	border:1px solid #c6c6c5;
}

.all table{
	width:700px;
	margin:1em 0 1em -25px;
	position:relative;
	border-collapse:collapse;
	font-size:12px;
	font-family:Arial;
}
.all td{
	border:1px solid #c6c6c5;
	padding:6px;
	text-align:center;
}

.all th{
	background:#f2f3ef;
	font-size:10px;
	line-height:12px;
	border:1px solid #c6c6c5;
	vertical-align:bottom;
}

table.antispam_result{
	width:500px;
	margin:1em auto;
}

table.antispam_result td.th{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
}

table.antispam_result td.numb{
	color:#666;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:26px;
	text-align:right;
	padding:10px 30px;
}

img.img{
		padding:3px;
		border:1px solid #ddd;		
		background:#fff;
	}
p.note{
	font-size:0.9em;
	color:#888;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans;
}

p.note a.local{
	color:#888;
	border-color:#ddd;
}

span.filter{
	display:block;
	padding:0 5px;
	font-size:11px;
	font-weight:bold;
	color:#333;
}

tr.summary td{
	border-top:1px solid #000;
	font-weight:bold;
}