﻿
h3, h4 
{
    display:inline;
    font-weight: bold;
	margin-bottom:3px;
    padding-left:19px;
    background-image:url(/images/minus.gif);
    background-repeat:no-repeat;
    background-position:left;
    cursor:pointer;
}

h4 {
	color: #003399;
	font-size:1.15em;
	margin-top:6px;
}

h3 {
	color: #A80000;
}

hr 
{
    height: 1px;
    border: 0;
    color: #CCC;
    background-color: #CCC;
}

#main>h4
{
	color: #A80000;
}

.expanded {
    background-image:url(/images/minus.gif);
}

.collapsed {
    background-image:url(/images/plus.gif);
}

.contentlink, contentlink:link, contentlink:visited, contentlink:active {
    color:#aeaeae;
}

.contentlink:hover  {
    color:Red;
}

.notes, h4~div {
	margin-left:30px;
}

.i {
	font-weight: bold;
}

div.syntaxhighlighter 
{
    margin-bottom:20px !important;
    margin-top:2px !important;
}


.syntaxhighlighter div.toolbar 
{
    display:none;
}

