
/*  Scriptol default style  */

HTML, BODY
{
	margin: 0;
	padding: 0;
	font-family: Calibri, "Trebuchet MS",  Arial, Geneva, "Bitstream Vera Sans";
	font-size: 13px;
	background-color: white;
	color:#333;
}


table 
{ 
	border:thin; 
	font-size:100%;
	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; }

A
{
	color:#036;
}

A:link, A:visited, A:hover 
{ 
	text-decoration: none 
}
A:visited 
{ 
	color: #4477BB;
}
A:hover 
{ 
	color:red; 
}



IMG
{
  border: 0;
}


H1
{
	font-size: 160%;
	color: #003366;
	font-weight:normal;
	text-align:center;
	margin-bottom:32px;
	font-family:"Trebuchet MS", Georgia, Arial, Verdana; 	
}

H1 A 
{
	color: #234764;
	text-decoration: none;
}

H2
{
	font-size: 130%;
	color: #036;
	font-weight:normal;
	font-style:normal;
	margin-bottom:20px;
	margin-top:32px;
	font-family:"Trebuchet MS", Georgia, Arial, Verdana; 
}


H3
{
	font-size: 115%;
	color: #024;
	font-style:italic;
	font-weight:normal;
	margin:20px 0 10px 0;
	font-family:Georgia,Candara, Calibri, Verdana, Arial;
}

h4
{
	font-size: 110%;
	font-style:italic;
	font-weight:normal;
	color:black;
}

pre
{ 
	border: 1px solid #AAA; 
	background-color:#F0F0FF;
	padding:8px;
	font-size:100%; 
	max-width:80%; 
	margin:8px 32px 12px 32px;
	font-family: "Bookman Old Style", "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; 			
}

dt
{
	font-weight:bold;
	color:black;
}

dd
{
	margin-top:8px;
	margin-bottom:16px;
}

.scriptol 
{ 
  border: 1px solid #003366; 
  background-color:#FFFFFF; 
}

.pub, #pub
 { 
  width:728px;
  height:90px;
  margin:24px 0 16px 0;
}


#smaller { font-size:12px }


#logo
{
	border: 0;
	margin: 0;
	padding: 1px;
	height:84px;
	background-color: #B0C8E0;
	background-image: -webkit-linear-gradient(top left, #a0b8d0, #fff);	
	background-image:    -moz-linear-gradient(top left, #a0b8d0, #fff);	
	background-image:     -ms-linear-gradient(top left, #a0b8d0, #fff);	
	background-image:      -o-linear-gradient(top left, #a0b8d0, #fff);	
	background-image:         linear-gradient(top left, #a0b8d0, #fff);	
}

#logoimage
{
	margin-top: 11px;
	margin-left: 18px;
	background-image: url(scriptol.gif);
	background-repeat: no-repeat;
	width: 160px;
	height:44px;
}


#searchbox 
{
	position: absolute;
	white-space: nowrap;
	top: 8px;
	right: 0;
	width: 28.1em;
	vertical-align: middle;
	text-align: right;
	margin-top: 12px;
	margin-right: 24px;
	margin-right:48px;
}

#topmenu
{
	position:absolute;
	left:0;
	top:64px;
	margin-top:0;
	height:20px;
	width:100%;
	border-bottom:1px solid #CCCCFF;
	border-top: 1px solid #DCDCFF;
	background-image:url(blueshade.gif);
	background-repeat:repeat-x;
	font-size:90%;
	padding-bottom:0;
	opacity:0.8;
	filter: alpha(opacity=80);	
}

#toplist { margin-top:2px; padding:1px 0 0 16px;}

.tentry
{
	position:relative;
	margin:auto 8px;
}

#topmenu a, topmenu a:visited { color:#036; }
#topmenu a:hover { color:#000; text-decoration:underline}

#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%;
}

.menutitle
{
	font-size: 100%;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:0;
}

.menutitle a
{
	color: black;
	text-decoration:underline;
}

.menulist
{
	font-size: 100%;
	margin-left:8px;
}


.menulist a
{
	color: #036;
}

.menulist a:visited
{
	color:#069;
}

.menulist a:hover
{
	color:red;
}

#content
{
	position: absolute;
	padding: 8px;
	left: 188px;
	top: 92px;
	min-width:450px;
	font-size:inherit;
	margin-top:8px;
	font-size:105%;
	color:#333;
}

#content A { 
	font-weight:normal;
	color:#069; 
}

#content A:hover { 
	font-weight:bold;
	color:#036; 
}


#tutorial
{
	position: absolute;
	padding: 8px;
	left: 178px;
	top: 92px;
	min-width:450px;
	font-size:inherit;
	margin-top:8px;
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans, sans-serif;
}



.border
{
	border:1px solid #294F6A;
	padding:8px;
	margin:8px;
}

.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, .license
{
	clear:both;
	font-size:80%;
	color: #999;
	border: 1px solid #CCC;
	margin-top: 32px;
	padding:0;
	text-align:center;
}


.footer, #footer
{
	clear:both;
	font-size:80%;
	color: #999;
	border: 1px solid #CCC;
	margin-top: 32px;
	padding:0;
	text-align:center;
}

.left
{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.right
{
	float:right;
	margin:8px;
	text-align:center;
	font-style:italic;
}

.scriptet
{ 
	border:1px solid #CCCCCC; 
	padding:8px;
}

.new
{
	border:1px dotted #CCC;
	padding:16px;
}

#content .news a { font-weight:normal; }
.news
{
	border:1px solid #294F6A;
	padding:8px;
	margin:8px;
	font-size: 95%;
	font-weight:'400';
	float:right;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius:8px;
	border-radius:8px;	
}

.summary
{
	border:1px solid #335088;
	padding:8px;
	margin:8px;
	-moz-border-radius:8px;
	border-radius:8px;		
}

.news h2
{
	margin: 0px 0px 12px 0px;
	text-align:right;
}

.news p {	margin:2px 0 2px 0; }

.green
{
	border:2px solid green;
}

.question
{
	padding:0px 8px 0px 8px;
	margin:8px;
	border:1px solid #069;
	background-color:#F8F8FF;
}

.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%;
}


.shade, .shaded, .summary
{
  box-shadow:4px 4px 6px #888888; 
  -moz-box-shadow:4px 4px 6px #888888; 
  -webkit-box-shadow:4px 4px 6px #888888;
}


.lb, .la, .lanl
{
	padding:0;
	padding-left:6px;
	margin-left:0;
}

.la, .lanl
{
	font-size:13px;
	font-family:Arial, Verdana;
	color:#333;
}

.lb a, .lb a:visited, .lb a:active
{
	font-weight:bold;
	text-decoration:underline;
	color:#069;
}

.la a, .la a:visited, .la a:active
{
	font-weight:bold;
	text-decoration:underline;
	color:#069;
}

.lb li, .la li, .lanl li
{
	list-style:none;
	margin-left:0;
	margin-bottom:8px;
}

.lanl li::first-line
{
	font-weight:bold;
}

.vgal
{
	padding:0;
	margin:0;
}
.vgal li
{
	list-style:none;
	margin-left:0;
	margin-bottom:8px;
}
.vgal img
{
	margin:4px;
	float:left;
}

.reference
{
	font-style:italic;
	font-weight:bold;
}

.thumbnail
{
	clear:left;
}
.thumbnail img
{
	float:left;
}
.thumbnail p
{
	overflow:hidden;
}

.bigurl
{
	font-size: 115%;
	color: #024;
	font-style:italic;
	font-weight:normal;
	margin:20px 0 10px 0;
	font-family:Georgia,Candara, Calibri, Verdana, Arial;
}

.social { margin:24px auto 24px auto }
.social td { width:64px;text-align:center;}
.social, .social th, .social td { border:none; }
