/** { margin: 0; padding: 0; }
html, body, #main { height: 100% }*/
/*body, */div { font-family:Arial }
/*body { margin: 0; padding: 0; font-size: small; color: #333 }*/
/*h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
fieldset { padding: 8px; }
legend { font-weight: bold; }*/

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 300px;
	font-family:Arial;

}
.basic div {
	/*background-color: #eee;*/
	font-size:10px;
	font-family:Arial;
}

.basic a.menuItem {
	cursor:pointer;
	display:block;
	padding:12px;
/*	margin-top: 0;*/
    margin:5px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #CECCC9;
	border: #CECCC9 1px solid;
/*	border-top: 1px solid #FFFFFF;*/
/*	border-bottom: 1px solid #999;*/
	
/*	background-image: url("AccordionTab0.gif");*/
}
.basic a.menuItem:hover {
	background-color: #EFF5E4;
/*	background-image: url("AccordionTab2.gif");*/
}
.basic a.menuItem.selected {
	color: white;
	background-color: #898782;
/*	background-image: url("AccordionTab0.gif");*/
}


.basic1{
	width: 300px;
	font-family:Arial;
	margin-top:5px;
}
.basic1 a.menuItem {
	cursor:pointer;
	display:block;
	padding:12px;
	margin: 0px 3px;
    text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #CECCC9; 
}
.basic1 a.menuItem:hover {
    background-color: #EFF5E4;
}

.basic2{
    width: 180px;
    font-family:Arial;
    margin-top:5px;
    background:#444;
}
.basic2 a.menuItem {
    cursor:pointer;
    display:block;
    padding:10px;
    margin-left: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: black;
   /* background-color: #CECCC9; */
   background:url(../images/menuItemBg.png) no-repeat;
	background:url(../../images/menuItemBg.png) no-repeat;
	
}
.basic2 a.menuItem:hover {
    /*background-color: #EFF5E4;*/
	background:url(../../images/menuItemBgHover.png) no-repeat;
}
