/* Element customizations for Tekelec */

.cBold {
	font-weight: bold;
}
.cEmphasis {
	font-weight: bold;
}
.wintitle {
	font-weight: bold;
}

.apiname {
	font-weight: bold;
}

.cmdname {
	font-weight: bold;
}

.filepath {
	font-weight: bold;
}

/* PR 154422 2009-08-19 TEW Captions flush left*/
.figcap {
	font-style: normal;
	display: block;
	text-align: left;
}

.draftmark {
	text-align: center;
	color: red;
	font-size: 1.34em;
	font-family: sans-serif;
	font-weight: bold;
}	

.term {
	font-style: normal;
}

.caution {
	background: url("caution.jpg") left center no-repeat;
    font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 15px;
}

.danger {
	background: url("danger.jpg") left center no-repeat;
    font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 15px;
}

.toppletitle { font-weight: bold }
.topple {
	background: url("topple.jpg") left center no-repeat;
    font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 15px;
}

.warning {
	background: url("warning.jpg") left center no-repeat;
    font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 15px;
}


/* PR 141108 2009-06-25 TEW Table borders and spacing */
table { border-width: 2px; border-color: black; }

/* PR 154422 2009-08-19 TEW Captions flush left*/
caption { border-bottom: solid 2px; border-color: black; text-align: left; }
th.cellrowborder { border-top:none; border-bottom:solid 1px collapse; border-left:solid 1px collapse}
td.cellrowborder { border-bottom:solid 0.05em collapse; border-left:solid 0.05em collapse; border-top:solid 0.05em collapse; border-color: gray; }
td p { margin: 0px; }
.row-nocellborder { border-left:none; border-right:none; border-top:none; border-right: hidden; border-bottom:solid 1px}
.cell-norowborder { border-top:none; border-bottom:none; border-left:none; border-bottom: hidden; border-right:solid 1px}

/* PR 134323 2009-10-27 TEW Spacing around lists */
.liexpand { margin-top: 0em; margin-bottom: 1em }
.sliexpand { margin-top: 0em; margin-bottom: 1em }
.dlexpand { margin-top: 0em; margin-bottom: 1em }
.ddexpand { margin-top: 0em; margin-bottom: 1em }
.stepexpand { margin-top: 0em; margin-bottom: 0.5em }
.stepexpand > p { margin-top: 0em; margin-bottom: 0.5em }
.substepexpand { margin-top: 0em; margin-bottom: 0.5em }
.substepexpand > p { margin-top: 0em; margin-bottom: 0.5em }
p + br { display: none; }
div.p > ul { margin-top: 0.5em; } 

/* Used for highlighting "user input" with <ph outputclass="ui"> */
span.ui {
    color: red;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
}

/* PR 208509 2013-09-27 VIU Emphasize user input */
kbd.userinput {
    font-weight: bold;
    font-style: italic;
}

/* BUG 21313172 2015-07-21 SHG Emphasize stepsection */
.stepsection {
    font-weight: bold;
}

/* PR 235960 2014-01-17 VIU Copyright statement */
.copyrightlogo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border-width: 0px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 70%;
    color: #999999;
}

