
/*  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;
}


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:100%;
	font-family: "Trebuchet MS", Verdana, sans, sans-serif, Arial,  Geneva, "Bitstream Vera Sans";
	border-collapse: collapse;
	border:1px solid #CCC;
} 

pre
{
	padding:8px;
	border:1px solid #CCC;
	font-size:80%;
	font-family:Verdana, sans;
	color:black;
	margin-left:16px;
	margin-right:48px;
	background-color:#F9F8F9;
}



#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: sans, 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;
	top:88px;
	left: 0;
	padding-left:8px;
	padding-top:16px;
	background-color: #E9EFFF;
	width: 160px;
	border-right: 1px solid #CCCCFF;
}


.menu
{
	padding:0;
	margin-bottom: 16px;
	font-size:90%;
	font-family: sans, Arial, Verdana,  sans-serif,  Geneva, "Bitstream Vera Sans";
}

.menutitle
{
	font-size: 85%;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:4px;
}

.menutitle a
{
	color: black;
	font-size: 90%;
}

.menulist
{
	font-size: 75%;
	margin-left:8px;
}


.menulist a
{
	color: #036;
	text-decoration:underline;
}

.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, 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
{
	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; 
}

.pub
 { 
  border: 1px solid #6680AA;     
  width:468px;
  height:60px;
}


.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-left:8px;
	margin-bottom:8px;
}

.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;
}


.iline
{
	margin-top:24px;
}

