/*  Scriptol.org default style  */

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, sans-serif, Verdana, Arial, Helvetica;
	font-size: 15px;
	line-height:20px;
	background-color:#F0F0F0;
	color:#333;
	width:100%;
}


table 
{ 
	border:thin; 
	font-size:100%;
	font-family: Arial, Verdana, Arial,  Geneva, "Bitstream Vera Sans";
	border-collapse:collapse;
	width:auto;
	max-width:90%;
	min-width:700px;
	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: 24px;
	color:black;
	font-weight:normal;
	text-align:left;
	margin:0 0 32px 0;
	font-family:"Trebuchet MS", Georgia, Arial, Verdana; 
	width:100%;	
}

H2
{
	font-size: 18px;
	color: black;
	font-weight:normal;
	font-style:normal;
	margin-bottom:20px;
	margin-top:32px;
	font-family:"Trebuchet MS", Georgia, Arial, Verdana; 
}

.title2
{
	font-size: 140%;
	color: black;
	margin-bottom:20px;
	margin-top:32px;
	font-family:"Trebuchet MS", Georgia, Arial, Verdana; 
}

H3
{
	font-size: 16px;
	color:#000;
	font-style:italic;
	font-weight:normal;
	margin:24px 0 12px 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-image:url(/paper.jpg);
	padding:8px;
	font-size:100%; 
	max-width:100%; 
	margin:8px 32px 12px 32px;
	font-family: "Bookman Old Style", "Cambria", Arial, Verdana, sans-serif;
	color:black;
	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; 
}


#smaller { font-size:12px }

#logo
{
	margin: 11px 0 0 32px;;
	padding: 0;
	float:left;
}

#logoimage {
	margin:24px 0 0 16px;
}

#menutop {
	position:absolute;
	margin: 0px 8px 0 8px;
	padding:0px;
	display:inline;
	font-size:20px;
	top:72px;
	right:140px;
	font-family:Consolas, Arial, Helvetica, sans-serif;
}


#menupanel
{
	display:none;
}

.menu
{
	padding:0;
	margin-bottom: 16px;
	font-size:100%;
}

.menutitle
{
	font-size: 110%;
	color: #000;
	font-weight:normal;
	margin-bottom:8px;
}

.menutitle a
{
	color: black;
	text-decoration:none;
}

.menulist
{
	font-size: 100%;
	margin-left:8px;
}

.menulist a
{
	color: #036;
}

.menulist a:visited
{
	color:#069;
}

.menulist a:hover
{
	color:red;
}

.extcont {
	width:100%;
	position:relative;
}

#content
{
	position: absolute;
	padding: 8px;
	left: 0;
	top: 112px;
	min-width:450px;
	font-size:inherit;
	margin:16px 32px 0 32px;
	font-size:105%;
	color:#333;
}

#content A { 
	font-weight:normal;
	color:#069; 
}

#content A:hover { 
	font-weight:bold;
	color:#036; 
}

.footer, #footer
{
	clear:both;
	font-size:80%;
	color: #999;
	border: 1px solid #CCC;
	margin-top: 40px;
	padding:0;
	text-align:center;
}



#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;
}



.left
{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.right
{
	float:right;
	margin:24px;
	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;
	margin-left:0;
}

.la, .lanl
{
	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; }