/*  Scriptol default style  */

HTML, BODY
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: white;
	color:#666;
}


A:link, A:visited, A:hover 
{ 
	text-decoration: none 
}
A:link
{
	color:#069;
}
A:visited 
{ 
	color: #1177AA;
}
A:hover 
{ 
	color:red; 
}



IMG
{
  border: 0;
}


H1
{
	font-size: 160%;
	color: #234764;
	font-weight:normal;
	text-align:center;
	margin-bottom:32px;
}

H1 A 
{
	color: #234764;
	text-decoration: none;
}

H2
{
	font-size: 120%;
	color: #294F6A;
	font-weight:normal;
	margin-bottom:12px;
	margin-top:32px;
}


H3
{
	font-size: 110%;
	color: #294F6A;
	font-style:italic;
	font-weight:normal;
	margin-bottom:12px;
}

H4
{
	font-size: 100%;
	font-style:normal;
	font-weight:bold;
}

table 
{ 
	border:thin; 
	font-size:13px;
	font-family: "Trebuchet MS", Verdana, Arial,  Geneva, "Bitstream Vera Sans";
	border-collapse:collapse;
	width:auto;
	max-width:600px;
	min-width:400px;
	text-align:center;
}

table,th, td { border: 1px solid gray; }
th, td { height: 24px; padding:4px; vertical-align:middle; }
th { background-image:url(/table-shaded.png); color:black; }

pre
{ 
	border: 1px solid #AAA; 
	background-image:url(/paper.jpg);
	padding:8px;
	font-size:13px; 
	max-width:80%; 
	margin:8px 32px 12px 32px;
	font-family: "Arial", "Cambria", Arial, Verdana, sans-serif;
	color:black;
	-moz-box-shadow: 4px 4px 10px #888;  
	-webkit-box-shadow: 4px 4px 10px #888;  
	box-shadow:4px 4px 6px #888;
	white-space:pre; 
	white-space:pre-wrap; 
	word-wrap:break-word; 			
}

#logo
{
	border: 0;
	margin: 0;
	padding: 1px;
	background:#B0C8E0;
	border-bottom: 1px solid #6680AA;
	height:84px;
	z-index:1;
}

#logoimage
{
	margin-top: 0;
	margin-left: 0;
	background-image: url(back3.gif);
	background-repeat: no-repeat;
	width: 262px;
	height:84px;
	z-index:2;
}

#topmenu
{
	position:absolute;
	left:0;
	top:66px;
	margin-top:0;
	height:20px;
	width:100%;
	border-bottom:1px solid #CECECFD;
	border-top: 1px solid #DCDCFF;
	padding-bottom:0;
}

#topback
{
	position:absolute;
	top:0;
	left:0;
	background-image:url(blueshade.gif);
	background-repeat:repeat-x;
	opacity:0.5;
	filter: alpha(opacity=50);
	z-index:3;
	height:22px;
	width:100%;
}

#toplist
{
	position:absolute;
	margin-top:2px;
	top:1px;
	left:0;
	color:black;
	z-index:4;
	color:black;
	height:20px;
	width:100%;
	font-family: Arial, Verdana,  sans-serif,  Geneva, "Bitstream Vera Sans";
	font-size:70%;
	font-weight:normal;
}

.tentry
{
	position:relative;
	margin-left:16px;
	font-weight:bold;
}

#topmenu a
{
	color:black;
}


#topmenu a:hover
{
	color:red;
}

#smaller { font-size:12px }

#searchbox 
{
	position: absolute;
	white-space: nowrap;
	top: 12px;
	right: 0;
	width: 320px;
	vertical-align: middle;
	text-align: right;
	margin-top: 8px;
	margin-right: 24px;
	margin-right:48px;
}

#menupanel
{
	position: absolute;
	left: 0;
	top:88px;
	padding:8px;
	margin:4px;
	background-color: #FFF;
	width: 144px;
	font-family: Arial, "Trebuchet MS", Verdana, sans, sans-serif, Geneva, "Bitstream Vera Sans";
	border:1px solid #cce;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}

.menu
{
	padding:0;
	margin-bottom: 16px;
	font-size:100%;
	font-family: Arial, Verdana,  sans-serif,  Geneva, "Bitstream Vera Sans";
}

.menutitle
{
	font-size: 13px;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:4px;
}

.menutitle a
{
	color: black;
}

.menulist
{
	font-size: 13px;
	margin-left:0px;
}


.menulist a
{
	color: #036;
	text-decoration:none;
}

.menulist a:visited
{
	color:#069;
	text-decoration:none;
}

.menulist a:hover
{
	color:red;
}

.summary
{
	padding:8px;
	border:1px solid #335088;;
	margin:32px;
}

#content
{
	position: absolute;
	padding: 8px;
	left: 178px;
	top: 86px;
	min-width:450px;
	font-size:inherit;
	margin:8px;
	margin-top:16px;
	font-size:110%;
}

#content A:link
{ 
	text-decoration: underline;
}

#content A:visited
{ 
	text-decoration: none;
}

#tutorial
{
	position: absolute;
	padding: 8px;
	left: 178px;
	top: 72px;
	min-width:450px;
	font-size:inherit;
	margin-top:8px;
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.border
{
	border:1px solid #294F6A;
	padding:8px;
	margin:8px;
}

.highlight
{
	border:1px dotted black;
	padding:8px;
	margin:8px;
	margin-top:0;
}

.digit
{
	font-family:Arial, Helvetica, sans-serif, Verdana, courrier;
	color:#00CC00;
	text-align:center;

}

.letter
{
	font-family:Arial, Helvetica, sans-serif, Verdana, courrier;
	color:white;
	text-align:center;
}

.licence, #footer, .footer
{
	clear:both;
	font-size:80%;
	color: #999;
	border: 1px solid #CCC;
	margin-top: 32px;
	padding:0;
	text-align:center;
}


.scriptol 
{ 
  border: 1px solid #003366; 
  background-color:#FFFFFF; 
  padding:8px;
  margin-right:16px;
}

.pub
{ 
	margin:32px 0 24px 0;
}


.left
{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.right
{
	float:right;
	margin-left:8px;
	margin-bottom:8px;
	text-align:center;
	font-style:italic;
}

.compare
{
 	border: 1px solid black;
	color:black;
}

.trackback 
{
	color:#069;
	cursor: hand;
}


.news
{
	border:1px solid #294F6A;
	padding:8px;
	margin:8px;
	font-size: 110%;
	float:right;
	width:400px;
}

.news h2
{
	margin: 0 0 8 0;
	text-align:right;
}

.new a
{
	marging-bottom:2px;
}


.green
{
	border:2px solid green;
}

.blue
{
	border:2px solid #09c;
	border-radius:6px;
	-moz-box-shadow:4px 4px 6px #888;  
	-webkit-box-shadow:4px 4px 6px #888;  
	box-shadow:4px 4px 6px #888;
	background-image: -webkit-linear-gradient(bottom left 90deg, #DDF, #EEF);	
	background-image:    -moz-linear-gradient(bottom left 90deg, #DDF, #EEF);	
	background-image:     -ms-linear-gradient(bottom left 90deg, #DDF, #EEF);	
	background-image:      -o-linear-gradient(bottom left 90deg, #DDF, #EEF);	
	background-image:         linear-gradient(bottom left 90deg, #DDF, #EEF);		
}

.iline
{
	margin-top:24px;
}


.shade, .shaded
{
  box-shadow:4px 4px 6px #888888; 
  -moz-box-shadow:4px 4px 6px #888888; 
  -webkit-box-shadow:4px 4px 6px #888888;
}

.lb, .la
{
  padding:0;
  padding-left:8px;
  font-size:75%;
  font-family:Verdana, Arial;
}

.la
{
  font-size:13px;
  font-family:Arial, Verdana;
  color:#333;
}

.lb a, .lb a:visited, .lb a:active
{
  font-style:normal;
  font-weight:bold;
  text-decoration:underline;
  color:#036;
}

.la a, .la a:visited, .la a:active
{
  font-style:normal;
  font-weight:bold;
  text-decoration:underline;
  color:#069;
}

.lb li, .la li
{
 list-style:none;
 margin-left:0;
 margin-bottom:4px;
}

.caption 
{
	border: 1px solid #ddf;
	text-align: center;
	background-color: #f3f3ff;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.caption p 
{
	line-height: 17px;
	padding: 2px 2px 2px 2px;
	margin: 0;
	font-size:75%;
}

.social { margin:24px auto 24px auto }
.social td { width:64px;text-align:center;}
.social, .social th, .social td { border:none; }

.related { 	
	display:block; 
	width:auto;
	margin:16px 0 16px 0;
	padding:4px 4px 8px 0;
	min-height:180px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
}
.related img { 
	float:left; 
	margin:4px 8px 4px 0; 
	-moz-box-shadow: 2px 2px 6px #888;  
	-webkit-box-shadow: 2px 2px 6px #888;  
	box-shadow:2px 2px 6px #888;	
}
.related div {
	float:left;
	text-align:center;
	display:block;
	font-weight:bold;
	font-size:12px;
	width:248px;
	overflow:visible;
}
.related:after { clear:both;}