body, p, ul, li, h4, td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
     color: #111111;
     background-color: #FFFFFF;
     font-size: 10pt;
     margin: 0px;
}
pre, tt {
    font-family: Lucida Console, monospace;
}

.h1 {
    font-size: 30pt;
    color: #666666;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.h1black {
    font-size: 18pt;
    color: black;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.h2 {
    font-size: 14pt;
    color: #666666;
    font-weight: bold;
}
.h2black {
    font-size: 14pt;
    color: black;
}
.h3 {
    font-weight: bold;
    color: #666666;
}

a {
    color: #339933;
    text-decoration: none;
}
a:visited {
    color: #339933;
    text-decoration: none;
}
a:hover {
    color: #003300;
    text-decoration: underline;
}

a.side {
    color: #993300;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.side:visited {
    color: #cc3300;
    text-decoration: none;
}
a.side:hover {
    color: black;
    text-decoration: underline;
}

a.black {
    color: #111111;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.black:visited {
    color: #111111;
    text-decoration: none;
}
a.black:hover {
    color: black;
    text-decoration: underline;
}

a.anchor {
    color: #000066;
    text-decoration: none;
}

.text {
    color: #111111;
    background-color: white;
}

td {
    color: #111111;
}
td.side {
    color: black;
    background-color: #dddddd;
    font-size: 10pt;
}
td.menu {
    background-color: #c5c5c5;
    font-size: 10pt;
}
td.active {
    background-color: #f5f5f5;
    font-size: 10pt;
}

.border {
    background-color: #aaaaaa;
}
.green {
    background-color: #99aa99;
    color: white;
    font-weight: bold;
}
.greenalt {
    background-color: #99aa99;
    color: black;
    font-size: 10pt;
}
.greenaltsmall {
    background-color: #99aa99;
    color: black;
    font-size: 8pt;
}

.asdTitle {
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    position: absolute;
    top: -2px;
    left: -2px;
    text-decoration: none;
}
.asdTitleShadow {
    font-size: 20px;
    font-weight: bold;
    color: #aaaaaa;
    position: relative;
    left: 10px;
    text-decoration: none;
}

code, .literal, .literal-block {
    color: #993300;
    background-color: #eeeeee;
}
.box {
    background-color: #eeeeee;
    border: 1px dashed #339933;
}
.box-clear {
    border: 1px dashed #339933;
}
.box-left {
    float: right;
    margin-left: 5px;
    padding: 5px;
    border: 1px dashed #339933;
}

.note {
    background: #ccffcc;
    font-size: 12px;
    padding: 2px;
    border: 1px dashed #ccaacc;
}
.warning, .important {
    background: #ffffbb;
    font-size: 12px;
    padding: 2px;
    border: 1px dashed #ffff00;
}
.alert {
    background: #ffd0af;
    font-size: 12px;
    padding: 2px;
    border: 1px dashed #ff0000;
}

.small {
    font-size: 10px;
}

.admonition-title {
    color: red;
    font-weight: bold;
}

.arabic {
    list-style-type: decimal;
}
.loweralpha {
    list-style-type: lower-alpha;
}

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
 }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
  
img{ 
border:0; 
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid black;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
