/* TOC elements on manual pages ------------------------------------------- */
a {
    /* color: #0C3F04; */
    color: #39658C;
}

a:hover
{
    /* background: #C7DFC3; */
    background: #D1E2EF;
    text-decoration: underline;
}

/* Left sidebar TOC on manual pages */
.sidebar {
	font-size: 80%;
	padding: 5px;
}

.sidebar p {
	text-align: left !important;
}

.toc_item_container {
    padding-left: 5pt;
}

.toc_text a {
    font-size: 80%;
    text-decoration: none;
}

.toc_text_active a {
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}

.toc_bullet {
	width: 8px;
	background-image: url(box-0.gif);
	background-repeat: no-repeat;
 	background-position: 0 3pt;
}

.toc_bullet_active {
	width: 8px;
	background-image: url(box-1.gif);
	background-repeat: no-repeat;
 	background-position: 0 3pt;
}

.toc_top_container {
    padding: 5px 1px 5px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    width: 100%;
}

.toc_top_bullet {
	width: 15px;
	background-image: url(caret-t.gif);
	background-repeat: no-repeat;
 	background-position: 0 2pt;
}

.toc_top_text a {
    font-size: 80%;
    text-decoration: none;
}

.toc_one_level_up_bullet {
	width: 15px;
	background-image: url(caret-u.gif);
	background-repeat: no-repeat;
 	background-position: 0 3pt;
}

.toc_one_level_up_container {
    padding: 1pt 1pt 3pt 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5pt;
    width: 100%;
}

/* -- colour of top banners --*/
TD.topbanner1 {
    background-color:   #fff;
}
TD#topbanner2 {
    background-color:transparent;
}
TD#colavleft {
    background-color:transparent; /*LITE*/
}

TD#colavleft td.sidebar {
padding-left:20px; /*LITE*/
}

TABLE#colcontentheader {
    background-color: #eee;
    border-color    : #999;
    border-style    : dashed;
    border-width    : 1px;
    padding         : 3px;
    margin-bottom   : 10px;
}
#colcontentheader A {
    font-size       : 100%;
}

DIV.geshi {
    font-family: monospace;
    border-color:       #ccc;
    border-style:       dashed;
    border-width:       1px;
    background-color:   #f0f0f0;
    padding:            5px;
    margin:            5px;
}
/* search results */

DIV#InterfaceSearchResultOuterbox {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    padding : 5px;
    margin : 0px;
    margin-top : 10px;
    margin-bottom: 10px;
}

DIV.InterfaceFormError {
	color				: red;
    font-size           : 80%;
}

DIV#InterfaceSearchResultInnerbox {
}

SPAN#InterfaceSearchResultDate {
    font-size : 80%;
    font-style: italics;
    padding : 5px;
    margin : 0px;
    margin-top : 10px;
    margin-bottom: 10px;
}

A#InterfaceSearchResultLink {
    padding : 5px;
    margin : 0px;
    margin-top : 10px;
    margin-bottom: 10px;
}

DIV#InterfaceSearchResultSubtitle {
    font-size : 80%;
    /*background: #ddd;*/
    padding : 5px;
    margin : 0px;
    margin-top : 0px;
    margin-bottom: 0px;
}

DIV#InterfaceSearchResultPagination {
    font-size: 80%;
    padding : 5px;
    margin : 0px;
    margin-top : 10px;
}

/* form add notes */

INPUT.InterfaceFormInput {
    font-size : 100%;
    font-family : monospace;
    width : 400px;
}

TEXTAREA.InterfaceFormTextarea {
    font-size : 100%;
    font-family : monospace;
    width : 400px;
    height : 200px;
}

/* feedback */

DIV.InterfaceSuccess {
        border: 1px dashed #666600;
        color: #660000;
        background: #eeffee;
        margin: 4px;
        padding: 6px;
}

DIV.InterfaceInfo {
        border: 1px dashed #666600;
        color: #660000;
        background: #eeeeee;
        margin: 4px;
        padding: 6px;
}

DIV.InterfaceError {
        border: 1px dashed #666600;
        color: #660000;
        background: #ffeeee;
        margin: 4px;
        padding: 6px;
}

.InterfaceTOC {
    margin-bottom : 5px;
    color:#999;
}

/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
    font-family: verdana, arial, helvetica, sans-serif;
}
code, pre, tt {
    font-family: Courier, "Courier New", monospace;
}

#download {
    background-color: #fff;
    border-color    : #999;
    border-style    : dashed;
    border-width    : 1px;
    padding         : 3px;
    margin-bottom   : 10px;
}
/* General header styles */
h1, h2, h3, h4 {
    font-weight: bold;
    color: #000;
}
h1 {
    font-size: 130%;
    margin-bottom : 2px;
}
h2 {
    font-size: 120%;
    color: #666;
    margin-bottom : 2px;
}
h3 { font-size: 110%; }
h4 { font-size: 100%; }

/* Event month header on homepage */
h4.eventmonth {
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    background-color: #d3d3d3;
    padding: 2px;
}

/* Quicksearch table cell on top of every page. */
td.quicksearch {
    color: white;
}

/* Horizontal delimiter defaults */
hr {
    border: 0px;
    color: black;
    background-color: black;
    height: 1px;
}

/* Default font size for elements */
body, td, th {
/*    font-size: 85%;*/
    font-size: 13px;
}

/* Indented block */
div.indent {
    margin-left: 50px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: italic;
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

.error {
        color: #cc0000;
}

/* News date info on frontpage and in the archives */
.newsdate {
	font-size: 75%;
	font-style: italic;
	color: #6666cc;
}

small, .small {
	font-size: 75%;
}

a.small {
	text-decoration: none;
}

.tableTitle {
	font-weight: bold;
}

.tableExtras {
	font-size: 85%;
	color: #FFFFFF;
}

p.formerror {
        border: 1px solid #ff0000;
        color: #000000;
        background: #ffeeee;
        padding: 2px 4px;
}

div.errors, .warn {
        border: 1px dashed #666600;
        color: #660000;
        background: #ffeeee;
        margin: 4px;
        padding: 6px;
}

div.tip, p.tip {
        border: 1px solid #00c;
        color: #000066;
        background: #eeeeff;
        padding: 0px 8px;
}

table#cal {
        font-size: smaller;
}

table#cal a {
        text-decoration: none;
}
table#cal a:hover {
        text-decoration: underline;
}

table#cal a.day {
        float: right;
        font-weight: bold;
        color: #666666;
}

table#cal div.event {
        margin-bottom: 2px;
        padding-bottom: 2px;
        border-bottom: 1px dashed #000000;
}

form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
}

.parameter:after {
	content: " ";
}

div.mirror {
	border: 1px dashed #660000;
	background: #ffeeee;
	color: #660000;
	margin: 4px;
	padding: 6px;
}

img {
	border: 0px;
}
img.flag {
	border: 1px solid #000000;
}

.md5sum {
	color: #6666cc;
}

/* Used on the credits page [.e, .h, .v and .vr] */
.e {
	background-color: #ccccff;
	font-weight: bold;
}

.h {
	background-color: #9999cc;
	font-weight: bold;
}

.v {
	background-color: #cccccc;
}

.vr {
	background-color: #cccccc;
	text-align: right;
}

/* Standard table formatting */
table.standard td {
    background-color: #eeeeee;
}
table.standard th {
    background-color: #cccccc;
}
table.standard td.sub, table.standard th.sub,
table.standard th.subr {
    background-color: #dddddd;
}
table.standard th.subr {
    text-align: right;
    vertical-align: top;
}

/* browsers handle this differently
input.max, textarea.max, select.max {
    width: 100%;
}
*/

/* PHP code syntax highlighting */
div.phpcode, pre {
   margin: 5px 0;
}
div.phpcode span.html {
    color: black;
}

div.phpcode span.comment {
    color: #FF8000;
}

div.phpcode span.default {
    color: #0000BB;
}

div.phpcode span.keyword {
    color: #007700;
}

div.phpcode span.string {
    color: #DD0000;
}

.center {
	text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.center th {
	text-align: center;
}

/* Thanks listing on frontpage */
ul.simple {
	padding-left: 8px;
	margin: 0 0 1em 0;
}
ul.simple li {
	padding: 0px;
	list-style-type: none;
	font-size: 125%;
}

/* User notes display */
div#usernotes {
	background-color: #e0e0e0;
	color: inherit;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: #d0d0d0;
	color: inherit;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	color: black;
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	padding: 4px;
}
div#usernotes div.text {
	background-color: #f0f0f0;
	color: inherit;
	padding: 2px;
	margin-top: 4px;
}

/* images */
DIV.article_image {
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 80%;
}
/* breadcrumbs */
DIV.breadcrumbs {
    font-size           : 70%;
    margin-bottom       : 20px;
	color				: #999;
}
.breadcrumbs A {
	color				: #999;
    text-decoration     : none;
}

/*LTC*/
/*intevo styles */

.InterfaceTOCLeft {
  margin-bottom : 4px;
/*  float:left;*/
  color:#A5CE4A;
/*  color:#ED8700;*/ /*LITE*/
/*  width:90%;*/
  border:1px solid #ff0000;
}

.InterfaceTOCLeft a {
  text-decoration:none;
}

table.tocleft_item {
  padding-bottom:4px;
}

table.tocleft_item td {
  vertical-align:top;
}

table.tocleft_item td a {
  font-size:90%;
  text-decoration:none;
}

table.tocleft_item td img {
  cursor:pointer;
  cursor:hand;
  margin:3px 6px 0px 0px;
}

.tocleft_submenu {
  padding-left:15px;
  padding-bottom:2px;
}


h1,h2,h3 {
  color:#A5CE4A;
  /*color:#ED8700;*/ /*LITE*/
}

.toc_intevobullet {
  cursor:pointer;
  cursor:hand;
/*  float:left;*/
  clear:both;
  margin:5px 4px 0px 0px;
}

.chapter img {
  border:1px solid #A5CE4A;
  border:1px solid #ED8700; /*LITE*/
  border:8px solid #FFF; /*LITE*/
}

.chapter blockquote
{
  margin-left:40px;
}

.chapter img {
  max-width:760px;
}

.chapter blockquote img {
  max-width:720px;
}

.chapter blockquote blockquote img {
  max-width:680px;
}

.chapter blockquote blockquote blockquote img {
  max-width:640px;
}

#usernotes img { border:none; }
#colcontentheader img { border:none; }

#usernotes .note, #usernotes .text {
  background-color:#FFFFFF !important;
}

#usernotes .date {
  font-size:80%;
  color:#CCCCCC;
}

#usernotes .note div.text {
  padding:0px;
  margin:0px;
  padding-left:20px;
}

ul {
  list-style-type:square;
}

div.breadcrumbs {
  padding:10px 0px 10px 10px;
  margin:0px;
}

.teambox {
  color:#A5CE4A;
  color:#ED8700; /*LITE*/
  
}

.teambox span {
  font-size:70%;
  position:relative;
  top:-0.5em;
}

#colcontentheader td {
  padding:6px 0px 6px 0px;
}

#colcontentheader img {
  margin:0px 8px 0px 8px;
}

#usernotes {
  background-color:#FFFFFF !important;
  border-top:1px dashed #999999;
}

#addnotebottom img {
  border:none !important;
}

#copyright {
  background-color:   #FFF; /*LITE*/
  text-align:center;
  padding-left:250px; /*LITE*/
  font-size:70%;
}


td.lite_content_container {
	padding-right:20px;
	padding-bottom:20px;
}

table.lite_content {
	background-color:#FFF;
	border:1px solid #CCC;
	background-image:url(frm_body_bg.png);
	background-repeat:repeat-y;
	background-position:top right;
}
 
 
#lite_Searchbox {
	margin-right:20px;
	background-color:#999;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-top-right-radius:8px;
}

div.litesidebar {
  float:right;
  margin-left:8px; 
  background-color:#FFF; 
  padding:8px 16px 16px 16px; 
  width:200px; 
}

table#colcontentheader { 
	background-color:transparent; 
}

table.lite_content, #lite_Searchbox, .chapter img, div.litesidebar {
  -moz-box-shadow:0px 0px 10px #CCC; 
  -webkit-box-shadow:0px 0px 10px #CCC;
}

table#stickersymbols img { border:none !important; padding-right:10px; }
div.chapter table td { border-top:1px solid #CCC; border-left:1px solid #CCC; padding:4px 8px; vertical-align:top; }
div.chapter table td:first-child { border-left:none; }
div.chapter table#addnotebottom td, div.chapter table#colcontentheader td { border:none; }
