
/*  Scriptol default style  */

A:link, A:visited, A:hover 
{ 
	text-decoration: none 
}
A:link
{
	color:#069;
}
A:visited 
{ 
	color: #1177AA;
}
A:hover 
{ 
	color:red; 
}


HTML, BODY
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",  Geneva, "Bitstream Vera Sans", sans, serif;
	font-size: 90%;
	background-color: white;
	color:#666;

}

IMG
{
  border: 0;
}


H1
{
	font-size: 160%;
	color: #234764;
	font-weight:normal;
	text-align:center;
}

H1 A 
{
	color: #234764;
	text-decoration: none;
}

H2
{
	font-size: 130%;
	color: #294F6A;
	font-weight:normal;
	margin-bottom:12px;
}


H3
{
	font-size: 110%;
	color: #294F6A;
	font-style:normal;
	font-weight:normal;
	margin-bottom:12px;
}

H3, H4
{
	font-size: 110%;
	font-style:normal;
	font-weight:normal;
}



TABLE 
{ 
	border:thin; 
	font-size:100%;
	font-family: "Trebuchet MS", Verdana, sans, sans-serif, Arial,  Geneva, "Bitstream Vera Sans";
} 

pre
{
	padding:8px;
	border:1px solid #CCC;
	font-size:100%;
	font-family:Verdana, sans;
	color:black;
	margin-left:16px;
	margin-right:48px;
	background-color:#F9F8F9;
}



#logo
{
	border: 0;
	margin: 0;
	padding: 1px;
  -background-image: url(topshade.gif);
  -background-repeat: repeat-x;
	background:#B0C8E0;
	border-bottom: 1px solid #6680AA;
	height:47px;
}

#logoimage
{
	margin-top: 4px;
	margin-left: 18px;
	background-image: url(solcom.gif);
	background-repeat: no-repeat;
	width: 121px;
	height:40px;
}




#topmenu
{
	position:absolute;
	left:0;
	top:48px;
	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:75%;
	padding-bottom:0;
}

#toplist
{
	margin-top:2px;
}

.tentry
{
	position:relative;
	margin-left:16px;
	font-weight:bold;
}



#topmenu a
{
	color:black;
}

#topmenu a:visited
{
	color:#333;
}

#topmenu a:hover
{
	color:red;
}






#smaller { font-size:12px }

#title
{
  top: 0px;
  margin-left: 32px;
  font-size: 90%;
  color: white;
}

#heading
{
  position: absolute;
  top: 8px;
  right: 4%;
  height:70px;
  margin:0;
  padding:0;
  width:300px;
}

#searchbox 
{
	position: absolute;
	white-space: nowrap;
	top: 6px;
	right: 0;
	width: 28.1em;
	vertical-align: middle;
	text-align: right;
	margin-top: 8px;
	margin-right: 24px;
	margin-right:48px;
}



#menupanel
{
	position: absolute;
	top:70px;
	left: 0;
	padding-left:8px;
	padding-top:16px;
	background-color: #E9EFFF;
	width: 160px;
	border-right: 1px solid #CCCCFF;
	font-family: "Trebuchet MS", Verdana, sans, sans-serif, Arial,  Geneva, "Bitstream Vera Sans";

}


.menu
{
	padding:0;
	margin-bottom: 16px;
	font-size:100%;
}

.menutitle
{
	font-size: 95%;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:0;
}


.menulist
{
	font-size: 90%;
	margin-left:8px;
}


.menulist a
{
	color: #036;
}

.menulist a:visited
{
	color:#069;
}

.menulist a:hover
{
	color:red;
}

.summary
{
	padding:8px;
	border:1px solid #335088;;
	margin:32px;
}

#content
{
	position: absolute;
	padding: 8px;
	left: 178px;
	top: 72px;
	min-width:450px;
	font-size:inherit;
	margin-top:8px;
	font-size:100%;
}


#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:728px;
  height:90px;
}


.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;
}

.question
{
	padding:0px 8px 0px 8px;
	margin:8px;
	border:1px solid #069;
	background-color:#F8F8FF;

}
