/*
 * CSS stylesheet for ZVON HowTo
 */

body {
 font-family: Arial, Tahoma, sans-serif;
 background-color: #f0f8ff;
}
div.header, div.header table {
 text-align: center;
 font-weight: bold;
 color: white;
 background-color: #3399cc;
}
div.innerBody {
 margin-left: 15px;
 margin-right: 15px;
}

a {
 font-family: Arial, Tahoma, sans-serif;
 font-weight: bold;
 color: #3399cc;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}
a.header {
 color: white;
}
a.header:hover {
 text-decoration: none;
}



/*
 * Pirat's styles
 */

span.exception {
 font-family: Courier, monospace;
 font-size: 80%;
}
span.object {
 font-weight: bold;
 color: darkblue;
}
span.property {
 font-weight: bold;
 color: crimson;
}
span.method {
 font-weight: bold;
 color: darkgreen;
}
span.function {
 font-weight: bold;
 color: darkgreen;
}

div.script, div.code {
 font-family: Courier, monospace;
 padding: 15px;
}
div.script {
 padding-left: 40px;
}

pre {
 font-family: Courier, monospace;
}

img {
 border: solid thin black;
}

span.small, div.small {
 font-size: 75%;
}

/*
search.css
*/


td {vertical-align: top}

td.toolbar {color:white; font-weight:bold; background-color:#3399cc;padding:1px;text-align:center; vertical-align:center}


td.toolbarRight {text-align:right;color:white; font-weight:bold; background-color:#3399cc;padding:1px;
} 

td.title {color:#f0f8ff; background-color:#3399cc; font-weight:bold}

// td.function {font-weight:bold;}
// td.code {font-weight:bold}

th.resultTitle {color:navy; background-color:white}
th.result {background-color:white; color:red; font-size:1.2em}

a.element,a.attribute,a.namespace {color:#3399cc;font-weight:normal}

a.toolbar{background-color:#f0f8ff; }
a.selection {background-color:#f0f8ff; text-decoration:none}

table.input {border: solid thin #3399cc}


table tr td.info {font-size: 80%; 
 width: 50%;}

div.selection {background-color:#3399cc}
span.element {color:black}
span.elementOn {color:red}
span.originOn {color:green; text-decoration:underline; font-style:italic}

span.navy {color:navy}
span.green {color:green} 
span.maroon {color:maroon}
span.red {color:red}
span.purple {color:purple}
span.blue {color:blue}

/*form input {color:navy;font-weight:bold;background-color:white}
form input[type="text"] {color:black;font-weight:bold;background-color:white}
*/

th {text-align: left;}
th.small {font-size: 75%;}

th a {color: navy}
th.small a {color: navy}

div.right {text-align: right; font-size: 75%}

span.Section {color: black}
span.selectedSection {color: red}

span.selected {font-weight: bold}

span.indexTitle {font-style: italic: font-weight: bold; font-size: 80%;}
span.indexTitle a {color: navy}

table.exampleInfo {font-size: 80%;}

a.elementList {color:#3399cc;}
a.attributeList {color:green;}

 
span.longName {font-size: 80%; font-weight: normal}
 
a.smallBlackLink
 {
 font-size: 60%;
 color: black;
 font-weight: bold;
 }
 
 
span.smallText, div.smallText, span.size
 {
 font-size: 60%;
 }

a:hover {color: red}
