#body {
    min-width: 760px;
    background-image:none;
    background-color:#ffffff;
    margin-top:0;
    padding-top:0;
}

body {
    width: 860px;   
}


#appnav a {
}

.back-btn {
    background-color: #0b9db6 !important;
    height: 15px !important;
    color: white !important;
    padding: 8px 15px !important;
    margin-top: 5px !important;
    font-weight: bold !important;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    margin-bottom: 5px;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font: -webkit-small-control;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
}

    .back-btn:hover {
    cursor:pointer;
    }

#appnav {
	font-family:Helvetica;
	width:95%;
	border:1px;
	border-collapse:collapse;
	bordercolorlight:#FF0000;
	bordercolordark:#FFFFFF;
	cellspacing:0px;
	cellpadding:0px;
	background-color: #0b9db6;
}

#finput {
	background-color:#0b9db6;
	font-color:#ffffff;
	background-color: #0b9db6 !important;
	height: 35px !important;
	color: white !important;
	padding: 8px 15px !important;
	margin-top: 5px !important;
	font-weight: bold !important;
}

#release, #viewissue {
	font-family:Helvetica;
	width:95%;
	border:1px;
	border-collapse:collapse;
	bordercolorlight:#FF0000;
	bordercolordark:#FFFFFF;
	cellspacing:0px;
	cellpadding:0px;
}

#release th {
	font-size: 12px;
	background-color: #EEFCFC;
	vertical-align:middle;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

#release th.title {
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background-color: #D7F6F7;
	}

#release th.lissue, #issuelist th.lidate,  #issuelist th.lowner, #issuelist th.lpriority, #issuelist th.lversion, #issuelist th.lbuild 
	{	
	width:10%;
	}
	
#release th.lprecis {
	width:40%;
	}

#release th.intlissue, #issuelist th.intldate,  #issuelist th.intlowner, #issuelist th.intlpriority, #issuelist th.intlversion, #issuelist th.intlbuild
	{	
	width:6%;
	}

#release th.intldate
	{	
	width:8%;
	}	
#release th.intlprecis {
	width:30%;
	}
#release th.intlcompany {
	width:25%;
	}

#release td {
	font-family:Helvetica;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #FFFFFF;
	vertical-align:middle;
}

#release td.internal {
	text-align:left;
}

#release td.external {
	text-align: center;
}

#issuelist td.listhidden {
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

#viewissue th.headdetail {
	font-size: 12px;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background-color: #EEFCFC;	
	text-align: left;
}

#viewissue td.headdetail {
	font-size: 12px;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;	
	text-align: left;
	}

table, td, th
{
border:none;
}

td a:link, a:visited, a:active, a:hover {
color:#0b9db6;
}

#title {
    display: inline-block;
}

#quicksearch {
    display: inline-block;
    width:480px;
    vertical-align:central;
    height:30px;
}

#quicksearchkbase {
    display: inline-block;
    vertical-align:central;

}

#quicksearchkbase p {
    width:50px;
    display:inline-block;
    margin-left:40px;
    margin-top:0;
    margin-bottom:0px;
    vertical-align:middle;
}

#SearchStringkbase {
    height: 25px;
    margin-bottom:5px;
}

#quicksearch table {
    width: 99%;
}

#quicksearch #quicksearchtext {
    text-align: right;
    padding-right:5px;
}

th
{
color:#555555;
}

table td, table td * {
    vertical-align: top;
}
/*
table {
    width: 100%;
}
 */
#navbar {
    margin-top:10px;
}

#navbar a {
    text-align: center;
    width:33%;
    color:white;
    display:inline-block;
    padding-top:10px;
    padding-bottom:10px;
    border-right:1px solid white;
    background-color:#777777;
    margin:0;
}


#navbar .internallinks {
    width:24%;
}

#navbar .kbasenav {
	width: 19%;
    text-decoration:none;
}

#navbar .kbasenav:hover {
    text-decoration:underline;
}

#navbar #active {
    background-color: #0b9db6;
}

/* -------------- External Release ---------------- */

.version-table {
    text-align: center;
    border-collapse:collapse;
}

.version-table tr td {

    border: 1px solid gray;
    font-size:13px;
}

.version-table th {
    padding-bottom: 10px;
}

.gobutton {
    background-color: #0b9db6 !important;
    height: 30px !important;
    color: white !important;
    padding: 0px 5px !important;
    font-weight: bold !important;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font: -webkit-small-control;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
}

#SearchString {
    height: 20px;
    margin-top:3px;
}

#quicksearchtext {
    margin-top: 10px;
}

.release-notes {
    margin-bottom: 10px;
}

.internal {
	color: blue;
}

.internalonly {
	color: red;
}
.external {
	color: black;
}

/* -------------- Kbase Article Formats ---------------- */

.kbase-table {
    text-align: left;
    border-collapse:collapse;
	width:override;
}

.kbase-table tr td {
	border: 1px solid gray;
	font-size:13px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.kbase-table th {
	background-color: #E3F7F6;
	border: 1px solid gray;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.ini-table {
	text-align: left;
	border-collapse:collapse;
	height:4px;
	background: #0b9db6 !important;
	color:white;
}

.ini-table tr td{
	padding-bottom: 10px;
}

blockquote {
	font-face: courier new;
	color: blue;
	margin-right: 0px;
	margin-left: 20px;
}

.code {
	font-face: courier new;
	color: blue;
}
.comment {
	font-face: courier new;
	color: green;
}

/* -------------- OLD CSS STUFF ----------------

Equinox 6 Orange - #0b9db6;
