pre {/*this is a box */
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  padding : 2px;
  margin: 2px;
  white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

h4{margin:2px; padding: 0px; border=0px;} 

h3{display:inline; font-size:1em; line-height:1em;}

.hdg{background-color:#E5ECF9; padding: 2px 0 2px 2px;}

form{
margin-bottom:0;
}

.searchform{
 font-size: 14px;
 background-color: #CCCCCC;
 border: 1px solid #666666; 
 font-weight: bold;

}

.box {/*this is a box */
  background: #ebf3ff;
  color : black;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #ebf3ff;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
}

.redbox {/*this is a box */
  background: #ffffff;
  color : black;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding : 2px;
  margin: 2px;
  border-color : #ffffff;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  -moz-border-radius: 10px;
}
.redbox ul
{
  list-style-type: disc;
  list-style-image: url('/img/openbook_icon.jpg');
}

.redbox ul li
{
  
}


.yellowbox {/*this is a box */
  background: #ffff99;
  color : black;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding : 2px;
  margin: 2px;
  border-color : #ffff99;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
}


table.i { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
}
table.i a {
	text-decoration: underline;
}
table.i a:visited {
	text-decoration: none;
}
tr.odd {
	background-color: #ebf3ff;
}
tr.i a {
	color: #000000;
}
tr.i:hover a {
	color: #ffffff;
        text-decoration: underline;

}
tr.i:hover, tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
caption.i {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(captop.jpg) no-repeat;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
thead.i th {
	font-size: 105%;
	color: #000;
	background: #ffffff url(tbar.gif) repeat-x;
	height: 33px;
}
thead.i th:hover {
	background: #ffffff url(tbov.gif) repeat-x;
	
}
tr.i {
	vertical-align: top;
}
tr.i,th.i,td.i {
	padding: .75em;
}
td.i {
	border-left: 1px solid #dadada;
}
tfoot.i tr {
	background: #fff url(bbar.gif) repeat-x;
}
tfoot.i td, tfoot.i th{
	color: #000;
	border: 0px;
}

