@charset "iso-8859-1";

body, div, td {
	font-family: "Verdana", "Sans", "Arial", "helvetica";
}

body {
	font-size: 11px;
	background-color: #5F5E5C;
}

div.content {
	background-color: #EFEBE7;
	width: 640px;
	border: solid 1px #5F5E5C;
	overflow: auto;
	padding-bottom: 10px;
}

.header {
	background-color:white;
	width: 100%;
	height: 60px;
	background-image: url("../images/java-project.png");
	background-repeat: no-repeat;
	background-position: right;
}

td {
	font-size: 8pt;
	vertical-align: middle;
	padding: 4px;
}

td.index {
	color: #ffffff;
	font-weight: bold;
	width: 25%;
}

a {
	cursor: pointer;
}

.body, a.small, .comment {
	font-family: "Courier 10 Pitch", "Courier New", "Courier", fixed;
	font-size: 12px;
	clear: left;
}

a.small {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}	

h2 {
	font-weight: bold;
	font-size: 14px;
}

div {
	padding: 0px;
	background-repeat: no-repeat;
}
	
div.column {
	float: left;
	margin-left: 6px;
}

div.index {
	line-height: 22px;
	background-color: #EFEBE7;
	border-bottom: solid 1px #808080;
	overflow: auto;
}

div.index div {
	float: left;
        margin-left: 4px;
}

div.block {
	background-color: white;
	border: solid 1px #808080;
	margin-top: 4px;
}

div.narrow {
	width: 180px;
}

div.wide {
	width: 436px;
}

div.icon {
    background-image: url('../images/icons.gif');
    width: 16px;
    height: 16px;	
    margin-left: 4px;
    margin-top: 4px;
}

div.profile {
    background-position: -48px;
}

div.contact {
    background-position: -77px;
}

div.resources {
    background-position: -96px;
}

div.i18n {
    background-position: -63px;
}

div.services {
    background-position: -144px;
}

div.products {
    background-position: -126px;
}

div.help {
    background-position: -32px;
}

img {
	border: none;
}

.body {
	padding: 6px;
}

.comment {
	color: #008000;
}

.float-left {
	float: left;
}
