/*  WebScript style  */

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size:13px;
	background-color:black;
	color:#FFFFFF;
	line-height:140%;
}

a:link, a:visited, a:hover { 
	text-decoration: none;
	color: #DDDDFF; 
}

a:visited { 
	color: #CCCCCC;
}
a:hover { 
	color:red; 
}

img {
  border: 0;
}

h1 {
	font-size: 160%;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	padding-top:8px;
	padding-bottom:16px;
	font-family: "Palatino Linotype", Georgia, courrier, sans;	
	text-align:center;
}

h2 {
	font-size: 120%;
	color: white;
	font-style:normal;
	font-weight:normal;
	margin-top:16px;
	padding-top:16px;
	font-family: Verdana, Georgia, courrier, sans;	
}

h3, h4 {
	font-size: 110%;
	color: #EEEEEE;
	font-style:italic;
	font-family: Verdana, Georgia, courrier, sans;	
}

table { 
	border:thin; 
	font-size:100%;
	border-collapse:collapse;
	width:100%;
	max-width:800px;
	min-width:360px;
	text-align:center;
}

table,th, td { 
	border: 1px solid gray; 
}

td  {
	height: 24px; 
	padding:4px; 
	vertical-align:middle; 
}

th  {
	height: 26px;
	padding:4px; 	 
	background-color:#666666;
	color:#eeeeee; 
}

.pub, #pub { 
  margin: 24px 0 16px 0;
  padding:8px;
}

#header {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
	height:100px;
	background-color:#7688B0;
}

#logo {
	position: absolute;
	left:0;
	top:0;
}

#logo img {
	border:0;
}

#content {
	position: absolute;
	padding: 32px;
	margin: 0p;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100px;
	font-size:100%;
}

pre {
	padding:8px;
	border:1px dotted #CCC;
	background-color:#303030;
	color:white;
	font-size:95%;
	margin:12px 48px 12px 32px;
	font-family: Georgia, Cambria, Helvetica, sans-serif;
	width:90%;
	box-shadow:3px 3px 6px #999;		
}

.left {
	float:left;
	margin-right:8px;
	margin-bottom:2px;
}

.right {
	float: right;
	margin-left:8px;
	margin-bottom:8px;
}

.footer, #footer {
	background-color:#282828;
	border:1px solid #ccc;
	border-radius:8px;
	padding:8px 16px 8px 16px;
	text-align:center;
	bottom:8px;
	left:16px;
	right:16px;
}

.la {
	font-size:13px;
	font-family:Arial, Verdana;
	padding:0 0 0 8px;
	margin-left:0;	
	color:#eee;
}

.la li {
	list-style:none;
	margin-left:0;
	margin-bottom:8px;
}

.la a, .la a:visited, .la a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#69f;
}

.shaded { 
	padding: 0px;
	border: 1px solid #CCC; 
	box-shadow:4px 4px 10px #888;
} 

.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:13px;
	width:248px;
	overflow:visible;
}
.related:after { clear:both;}
