body, p, li, td, th {
	color: black;
	font-family: Arial;
	font-size: 11pt;
}

h1, h2, h3, h4 {
	color: black;
	font-family: Arial;
}

h1  {
	font-size: 18pt;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px dashed #33c;
	padding: 5px;
	padding-left: 10px;
	margin-left: -10px;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 13pt;
}

h3 {
	font-size: 11pt;
}

a {
	color: #4343b9;
}

.annotation, .annotation td, .annotation th, .annotation p, .annotation li {
	font-size: 9pt;
}

a:visited {
	color: #8b3079;
}

.codelisting {
	border: solid 1px #3C6AD2;
	background-color: #DDDDDD;
	padding: 10px;
}
.codelisting p {
	margin: 0px;
	padding-bottom: 10px;
}

body {
	margin: 10px;
	padding: 0px;
}

#title {
	height: 64px;
	border-bottom: solid 1px black;
	background-image: url("../images/top.gif");
	background-position: right;
	background-repeat: no-repeat;
	margin: -10px;
	margin-bottom: 10px;
}

#title img {
	margin-right: 20px;
}

#title .breadcrumbs {
	position: relative;
	top: -8px;
}

#accordion h1 img {
	display: none;
}

#pimpMyHomepage {
	position: absolute;
	top: -1px;
	right: -1px;
	display: block;
	background-color: #FFFFFF;
	border: solid 1px black;
	font-size: 8pt;
}

#pimpMyHomepage span {
	position: relative;
	margin-left: 3px;
	top: -3px;
}


.vanityShot {
	border: solid 1px black;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

#content {
	width: 720px;
}

.newest {
	color: #d60606;
	font-style: italic;
}
.citation {
	font-style: italic;
}

div.contents {
	float: right;
	width: auto;
	background-color: #FFFFFF;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 10px;
	margin: -10px -10px 10px 10px;
}

.sidebar {
    position: absolute;
    left: 730px; 
    width: 270px;
    margin: 10px;
    border: solid 1px #999999;
    background-color: #EEEEEE;
    padding-left: 10px;
    padding-right: 10px; 
}

div.contents a , div.contents a:visited {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
div.contents a:hover {
	text-decoration: underline;
}

div.contents a.active {
	font-weight: bold;
}



/* Language specific styles */

.javascript .comment { color: green; }
.javascript .string { color: #ff3399; }
.javascript .preprocessor { color: gray; }
.javascript .keyword { color: blue; }
.javascript .vars { color: #d00; }



.java .comment { color: green; }
.java .string { color: blue; }
.java .preprocessor { color: gray; }
.java .keyword { color: purple; font-weight: bold; }
.java .vars { color: #d00; }


.xml .cdata { color: #ff1493; }
.xml .comments { color: green; }
.xml .tag { color: blue; }
.xml .tag-name { color: black; font-weight: bold; }
.xml .attribute { color: red; }
.xml .attribute-value { color: blue; }

