/* CSS Document */

body.master 
{
background-image:
url('../projects/K9/img/memory01.gif')
}

#K9
{
font-family: font-family: "Times New Roman", Times, serif; 
font-weight: bold; 
font-size: 90px;
}

p.bodytext
{
font-family: font-family: "Times New Roman", Times, serif; 
font-weight: normal;
}

.xsmall 
{

font-size: small

}

a 
{
color:#000000;
text-decoration: none;
}
  h1 { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
  }
  h2 { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-wight: bold;
  }
  h3 { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-wight: normal;
  }
  h4 { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
  h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
  }  
  p,pre {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
  }
  .comment {
    color: #7E82AF;
  }
  .string {
    color: #FF6600;
  }
  .keyword {
	font-weight: bold;
	color: #666666;
  }
  .operator {
	color: #666666;
  }
  .function {
	font-weight: bold;
	color: #5F64A9;
  }
  .number {
	color: #FF6600;
  }
  .highlight {
	background-color: #FFFF99;
	color: #000000;
}
  .codeblock {
	font-family: "Lucida Console", mono;
	font-size: 12px;
	background-color: #E6E4DB;
	white-space: pre;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	display: block;
}
.inlineinfo {
	border: thin dotted #FFCC00;
	color: #663300;
	background-color: #FFFFCC;
	display: block;
	padding: 24px;

}
.abstract {
	border: thin dotted #111111;
	color: #000000;
	display: block;
	padding: 24px;

}
.bordercell {
	border: thin solid;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}
.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3333;
	text-decoration: none;
	
}
.sublink {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC66CC;
	text-decoration: none;
	font-weight: bold;
}

.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.iso {
	font-family:ISOCPEUR ;
	font-size: 12px;
	color: #000000;
}

.isobold {
	font-family:ISOCPEUR ;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px 
}
.smallbold {
	font-family:: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.grey {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;color: #CCCCCC}

.vstrong {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
}
.strong {font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.smallcomment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.timeline-default {
    font-family: Trebuchet MS, Helvetica, Arial, sans serif;
    font-size: 8pt;
    border: 1px solid #aaa;
}

.creditpanel {
	font-family: Trebuchet MS, Helvetica, Arial, sans serif;
	font-size: 8pt;
	background:#FFFF00;
	border: 1px dashed #aaa;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.creditlist{
	font-family: Trebuchet MS, Helvetica, Arial, sans serif;
	font-size: 8pt;
	margin:0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
	list-style-type: none;

}


div.transbox
  {
  background-color: #ffffff;
  border: 3px dashed black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  
  div.thumbs
  {
  z-index:4; 
  filter:alpha(opacity=100); 
  opacity:1;
  border: 1px dashed black;
  }
