/* =================================================
$Id: oho.css,v 1.1 2004/04/14 10:40:51 noel Exp $

$Log: oho.css,v $
Revision 1.1  2004/04/14 10:40:51  noel
Cascading style sheet for debates website.


   ================================================ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	margin-top: 0em;
	margin-bottom: 0em;
    margin-left: 0em;
	margin-right: 0em;
}

P.Hidden {
	font-size: 1.000000pt;
	margin-top: 0.000000pt;
	margin-bottom: 0.000000pt;
	visibility:hidden;
}

P {
	margin-top: 0;
	margin-bottom: 1pt;
    margin-left: 2em;
	margin-right: 2em;
	font-size: 10pt;
}



li {
	margin-top: 0;
	margin-bottom: 1pt;
    margin-left: 2em;
	margin-right: 2em;
	font-size: 10pt;
}

dd {
	margin-top: 0;
	margin-bottom: 1pt;
    margin-left: 2em;
	margin-right: 2em;
	font-size: 10pt;
	text-indent: 10ex
}

.index_p {
	margin-top: 0;
	margin-bottom: 1em;
    margin-left: 2em;
	margin-right: 2em;
}

.CP {
	margin-top: 0;
	margin-bottom: 1pt;
    margin-left: 2em;
	margin-right: 2em;
	text-align: center;
}

.RP {
	margin-top: 0;
	margin-bottom: 1pt;
    margin-left: 2em;
	margin-right: 2em;
	text-align: right;
}

.TP {
	margin: 0;
}

.TCP {
	text-align: center;
}

.TRP {
	text-align: right;
}

@media print {
	.banner    			{visibility: hidden;}
	.menutop   			{visibility: hidden;}
	.menutable 			{visibility: hidden;}
	.navigator_bar 		{visibility: hidden;}
	.menutable_bottom 	{visibility: hidden;}
}

.banner {
    background-image:url("Images/top_back.gif");
}

.menutable {
	background-color: #EFEFCE;
	border: 1px solid black;
	font-size: 10px; 
}

.menutable2 {
	background-color: #EFEFCE;
	border: 1px solid black;
	font-size: 10px; 
	text-align: left;
}

.menucell_bottom {
	border-bottom: 1px dotted black;
}

.menucell_selected {
	background-color: #C1D57B;
	border-bottom: 1px dotted black;
	font-weight: bold; 
	text-decoration: none ;
}

/* 

This is an ugly hack to work around a bug in IE.
IE displays borders that have the style "dotted" as though the
style was "dash".

The kludge below uses a 2px * 2px image as the border.
*/

/* \*/
* html .menucell_bottom {
border-bottom: none;
padding: 1px;
background: url(Images/border-dot.png) repeat-x bottom;
}
/* */

/* \*/
* html .menucell_selected {
	border-bottom: none;
	padding: 1px;
	background: url(Images/border-dot.png) repeat-x bottom;
	font-weight: bold; 
	text-decoration: none ;
}
/* */



.hiddentext {
	visibility: hidden;
}

.titletext {
	color: #006600;
	font-weight: bold; 
}

.column {
	color: #0000FF;
	font-size: 8pt; 
}

.speakername {
	color: #990000;
	font-weight: bold; 
}

/*a.bodytext:link { text-decoration: underline; color: #3399CC }
a.bodytext:active { text-decoration: underline; color: #3399CC }
a.bodytext:visited { text-decoration: underline; color: #3399CC }
a.bodytext:hover { text-decoration: underline; color=#006699}
*/

.bottomtext { 
	font-size: 8pt; 
	color: #004200; 
	line-height: inherit;
	text-align: center;
}

.nav { 
	color: #004200; 
	line-height: inherit ; 
	font-weight: bold; 
	text-decoration: none ;
}

.nav2 { 
	color: #000000; 
	line-height: inherit ; 
	font-weight: bold; 
	text-decoration: none ;
}

a.nav:hover { text-decoration: underline; color=#004200}

.toctable {
	margin-left: auto;
	margin-right: auto;
	width: 80%
}

.tocdetail {
	background-color: darkgreen;
	color: white; 
	/*font-weight: bold; */
}

.volumetable {
	margin-left: auto;
	margin-right: auto;
}

.tocbutton {
	margin-top: 1em;
}

.breadcrumbtrail {
}

/* Hypertext links inside breadcrumbtail are white.*/
.breadcrumbtrail a {
	text-decoration: none;	
}

.breadcrumbtrail a:hover {
	text-decoration: underline;	
}

.bl {
	border: 0px;
}

.hit_highlight {
	background-color: yellow;	
}

h1 { font-size: 11pt;font-weight: bold; }
h2 { font-size: 10pt;font-weight: bold;text-indent: 1ex; }
h3 { font-size: 10pt;font-weight: bold;text-indent: 1ex; }
h4 { font-size: 9pt;font-weight: bold;text-indent: 3ex;}
h5 { font-size: 9pt;font-weight: bold;text-indent: 3ex; }
h6 { font-size: 8pt;font-weight: bold;text-indent: 3ex; }
h7 { background-color: aqua; }
h8 { background-color: gray; }
h9 { background-color: lime; }
