@charset "UTF-8";
/* CSS Document */

a {cursor:pointer}

del { color: #FF3300; }
ins { color:#006600; }

body { padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px}
.one { margin:10px; }
.two {  float:left; width:80%; display:inline;}
.middle { width:70%; float:right; display:inline;}
.left { width:29.5%;  float:left; display:inline;}
.right { float:right; width:19.5%}
.clear { clear:both;}

.toplefttitle { background:url(images/toplefttitle.gif) no-repeat; height:29px; padding: 1px 0 0 0;	-moz-user-select: none;	-khtml-user-select: none; font-size:12px}
.title { background:url(images/title.gif) no-repeat; height:29px; padding: 1px 0 0 0;	-moz-user-select: none;	-khtml-user-select: none; font-size:12px}
.titlecap { background:url(images/titlecap.gif) no-repeat right; padding: 7px 0 0 0px; margin-left:24px; font-size:18px }
.titlecap a { color:#333; text-decoration:underline;}

.seealsotop {
  background:url("images/seealsotop.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
	height:35px;
  }
.seealsotopcap {
  display:block;
  background:url("images/seealsotopcap.gif") no-repeat right top;
  padding:7px 15px 4px 15px;
  text-decoration:none;
	height:29px; font-size:12px
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.seealsotopcap {float:none;}
/* End IE5-Mac hack */

.seealso {
  background:url("images/seealsobg.gif") repeat-y left top;
  margin:0;
  padding:0 0 0 9px;
  }
.seealsocap {
  display:block;
  background:url("images/seealsobgcap.gif") repeat-y right top;
  padding:7px 15px 4px 15px;
  text-decoration:none;
	
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.seealsocap {float:none;}
/* End IE5-Mac hack */

.seealsobottom {
  background:url("images/seealsobottom.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 9px;
	height:35px;
  }
.seealsobottomcap {
  display:block;
  background:url("images/seealsobottomcap.gif") no-repeat right bottom;
  padding:7px 15px 4px 15px;
  text-decoration:none;
	height:24px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.seealsobottomcap {float:none;}
/* End IE5-Mac hack */
 
.toc ul { list-style:none; padding:0; margin:0} 
.toc ul ul { list-style:none; padding-left:10px; margin:0}
.toc ul a { text-decoration:none; display:block; padding:2px 0 2px 21px; font-weight:bold; color:#000066}
.toc ul ul a { font-weight:normal;}
.toc ul a:hover { text-decoration:underline;}

.toc a.open{ background:url(images/minus.gif) left top no-repeat;}
.toc a.closed{ background:url(images/plus.gif) left top no-repeat;}
/*
.toc a.open{ padding:2px 0 2px 0px; margin-left:20px}
.toc a.closed{ padding:2px 0 2px 0px; margin-left:20px}
*/
.hidden { display:none;}

