/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
    line-height: 24px;
	color: #58595b;
}

a:link, a:visited {
	color: #003765;
	text-decoration: none;
	outline: none;
}

a img {
	border: 0;
}

a:hover {
	color: #00AB8E;
	text-decoration: underline;
}

.apifooter {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: -40px auto 0;
    font-size: 8pt;
    color:#666666;
    text-align: center;
}

.google_search {
    float: right;
}

.parent_node {
    line-height: 16px;
}

.tree_node {
	font-weight: normal;
	color: #373A3E;
}

.table_content a:link, .table_content a:visited {
	color: #00AB8E;
}

/* DocumentList */

.tree_search_clear {
	background-color: transparent;
}

/* Document */

.unit_header {
    float: left;
}

.unit_header tbody {
    vertical-align: top;
}

.unit_inherits {
    width: 1000px;
}

.unit_interface {
    width: 1000px;
}

.unit_comment {
    color: green;
}

.container_logo_google
{
	float: right;
}

/* Package */

.package {
	width: 100%;
}

.package, .package th, .package td {
    border: 1px solid #bbb;
    border-collapse: collapse;
}

.packagetableheader th {
    background-color: #ededed;
    color: #707070;
    text-align: left;
}

.package th, .package td {
    border-bottom: 1px solid #dbdbdb;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
}

.packagegroup {
	width: 100%;
}

.packageitemicon {
	width: 16px;
}

.packageitem {
    width: 500px;
}

.packagegroup th {
    font-size: 1.2em;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
}

/* Special Images/Icons */

.expandButtonShow, .expandButtonHidden {
    display: inline-block;
	width: 19px;
	height: 19px;
	outline: none;
	border: none;
	position:relative;
	cursor:pointer;
}

.expandButtonShow {
    background: url(expand.png);
}

.expandButtonHidden {
	background: url(collapse.png);
}
