body {padding:0; margin:0; color:#000000;}
body, td {font-family:Tahoma; font-size:11px; }
br{font-size:10px}
a:hover {text-decoration:none}
.s{font-size:10px; color:#000000}  /*#707070*/
.s1{font-size:12px; color:#000000}   /*797979*/
.s2{font-size:10px; color:#000000} /*#646464*/
.s3{color:#000000; text-decoration:none}  /*797979*/
  .green{color:#9CE438;}
.red{font-size:12px; color:#990000}
.red1{color:#BC5757; text-decoration:none }
.red2{color:#BC5757}
.red3{font-size:10px; color:#BC5757}
.red4{color:#990000; text-decoration:none }
.red5{font-size:14px;color:#990000; text-decoration:none }
.red6{color:#990000}
  .o{color:#FFCC00;}
  .blue{ color:#2C7F06;}
  .w{color:#FFFFFF; }
.b{font-size:15px;color:#5B605F; }
.b1{color:#333333; }

.t1{background:url(images/1_z2.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 23px }
.t2{background:url(images/2_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 23px }
.t3{background:url(images/2_z2.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 23px }
.t4{background:url(images/2_z3.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 12px }
.t5{background:url(images/2_z3.gif)  center left no-repeat; margin:0px 0px 0px 40px; padding:0px 0px 0px 12px }
		
input,textarea{
   font-family:Tahoma;
   font-size:9px;
} 

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.95em;
}
 
.accToggler{
margin: 1px auto;
width: 200px;
padding: 3px;
background: #acc95f;
color: #f4f4f4;
border: 1px solid #fff;
cursor: pointer;
}

.accContent{
margin: 1px auto;
padding: 1px auto;
width: 200px;
}

.accStuff div{
display: block;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Arial;
color: white;
background: #acc95f; /*black url(titlebar.png) repeat-x center left;*/
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #3366CC; /*url(titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:200px;
}

.AccordionTitle
{
  height:20px;
  margin: 3px auto;
  padding: 3px;	
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('titlebar.png');
  -moz-user-select:none;
}

.AccordionContent
{
  height:1px;
  overflow:hidden;
  display:none;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}

.AccordionOpen
{
height:200px;
overflow:auto;
}

*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	margin:10px;
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}


