/* 
    This stylesheet is the base stylesheet used by both online help and context help. Some of
    its rules are overridden in context-help.css.
*/

body {
    line-height: 14pt;
    padding: 12px;
    font-family : lucida grande, arial, helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
}
p {
    margin: 0 0 15px 0;
}
.topictitle1, h1, .NavTitle {
    line-height: 1.2em;
    background-color: #d8e2ed;
    font-style: normal;
    font-weight: normal;
    border-bottom-style: none;
    padding-top: 40px;
    padding-left: 12px;
    padding-bottom: 11px;
    padding-right: 6px;
    margin-top: -45px;
    margin-left: -12px;
    margin-bottom: 12px;
    margin-right: -12px;
    border-bottom:1px solid #D3D3D3;
    font-size: 1.8em;
    border-bottom : #ccc;
}
h2,h5 {
    font-size : 1.3em;
    font-weight : bold;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom : 1px #ccc dotted;
}
h5 {
    margin-top : 1.5em;
    font-size : 1.0em;
}
blockquote {
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 8pt;
    margin : 2em;
    border : 1px #336699 dotted;
    background-color : #ffe;
    -moz-border-radius : 3px;
}
blockquote p {
    margin : 0.5em 0 0.5em 0;
    padding : 0;
}
hr {
    display: block;
    height: 1px;
    background-color: #999;
    border: none;
    margin: 40px 0 20px 0;
}
pre, tt, code, .codeblock {
    font-family : monospace;
    font-size : 9pt;
}
a.powered {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 11px;
    float : right;
    font-size : 0.8em;
    font-weight : bold;
}
a:link {
    color: #003366;
    text-decoration: none;
}
a:visited {
    color: #003366;
    text-decoration: none;
}
a:hover {
    color: #003366;
    text-decoration : underline;
}
a:active {
    color: #003366;
    text-decoration: none;
}
div.help_breadcrumbs {
	margin-top: -10px;
}
div.help_breadcrumbs a {
    text-decoration: none;
    color: black;
}
div.help_breadcrumbs a:hover {
    text-decoration : underline;
    color: black;
}
span.code-keyword, .code-object {
    color: navy;
}
span.code-comment {
    color: darkgreen;
}
span.code-quote {
    color: darkred;
}
.footer {
    font-size : 7pt;
    color : #666;
    text-align : center;
    margin-top : 2em;
    padding-top : 0.5em;
    border-top : 1px #CCC solid;
}
td, th {
    line-height: 13pt;
}
.jiveTable td, .jiveTable th {
    padding : 5px;
	vertical-align:top;
}
.jiveTable th {
    background-color : #eee;
}
td.selected {
    background-color: #ebf3fc;
}
tr.highlighted {
    background-color: #ebf3fc;
}
li {
    margin: 0 0 8px 0;
}
.console-map {
	height: 28px;
	margin: 0;
	padding: 0;
}
.console-tab {
	padding: 3px 10px;
	background: transparent url(../images/jive-nav-bg.gif) repeat-x center !important;
	font-weight: bold;
}
.console-tab-selected {
	padding: 3px 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff !important;
	background: transparent url(../images/jive-nav-bg-on.gif) repeat-x center !important;
}
.console-section-row {
	background: #f7f7f7 url(../images/jive-subnav-bg.gif) repeat-x;
}
.console-section {
	padding: 6px 3px 0px 10px;
	height: 25px;
	font-weight: bold;
	color: #06698c;
	background: #c8d7dd url(../images/jive-subnav-bg.gif) repeat-x;
}
.console-item {
	padding: 2px 8px;
	color: #06698c;
	border-bottom: 1px solid #e2ecee;
	background-color: #f2f8fa;
}
.note, .admin-console {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 3px;
	padding-left: 9px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-top: 5px;
	position: relative;
    font-size: 8pt;
    border : 1px #333333 dotted;
    background-color: #fcffef;
    -moz-border-radius : 3px;
}
.note p {
    margin : 0.5em 0 0.5em 0;
    padding : 0;
}
.admin-console {
	padding: 5px 4px 4px 16px;
    background: url( ../images/jive-icon-admin.png ) no-repeat 8px #ffe;
}
/*
.caution {
    font-weight: normal;
    border-top-style: none;
}
.cautiontitle {
    font-weight: normal;
    border-bottom: solid;
}
*/
.ui-link {
	position: relative;
	left: 12px;
	display: inline;
}
/* override DITA styles */
.ullinks { 
    margin: 0em; 
}
.parentlink {
    margin-bottom: 6px;
    font-size: 8pt;
}
.childlinks, .NavListTitle {
    margin-bottom: 6px;
    font-size: 8pt;
}
.olchildlink { 
    margin: 0em; 
}
.ulchildlink, .NavList li { 
    list-style-type: none; 
    margin: 0em;
}
/*.NavListTitle, .NavList {
    font-size: 8pt;
}*/
/*.NavList li {
    list-style-type: none; 
    margin: 0em;
}*/
