/* Just some base styles not needed for example to function */
*, html { font-family: Verdana, Arial, Helvetica, sans-serif; }

body
{
    background-color: #eeeeee;
    font-size:11px;
}

.exampleCode
{
    background: #ddddee;
    color: #222299;
    font-size: 9;
    font-family: Courier New;
    overflow:auto;
    border:1px solid #999999; 
    margin:5px 0; 
    padding:3px; 
}


p {
	padding: 0 0 1em;
}

p.subtitle
{
    font-weight: bold;
    color:#4AA942;
    font-size:12px;

}

.collapse_list {
	margin: 0px auto;
	padding: 0px;
}

.collapse_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight: bold;
	text-decoration: underline;
	color: Blue;
}

.head_type {
    background: url(images/class.png) 0 0 no-repeat;
	padding-left: 21px;
	font-size:22px;
	font-weight:bold;
}

.head_method {
    background: url(images/method.png) 0 0 no-repeat;
	padding-left: 21px;
}

.head_property {
    background: url(images/property.png) 0 0 no-repeat;
	padding-left: 21px;
}

.head_event {
    background: url(images/event.png) 0 0 no-repeat;
	padding-left: 21px;
}

.head_field {
    background: url(images/field.png) 0 0 no-repeat;
	padding-left: 21px;
}

.collapse_body {
	padding: 5px 10px 15px;
	background-color:White;
}
