body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
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; }
#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; }
.values {
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 10px;
}

.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: 360px;
	font-family: verdana;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	line-height: 1.3em;
	text-align: right;
	direction: rtl;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #511902;
	font-family: tahoma;
	text-align: right;
	direction: rtl;
}
.basic a:hover {
	background-color: white;
}
.basic a:visited {
	color: #000;
	}
.basic a.selected {
	color: #511902;
	background-color: #FFF;
	background-image: url(../../../images/boger.png);
	background-repeat: no-repeat;
}
a .boger1 .selected {
	color: #511902;
	background-color: #FFF;
	background-image: url(../../../images/boger.png);
	background-repeat: no-repeat;
}

.ui-state-active {
	color: #511902;
	background-color: #FFF;
	background-image: url(../../../images/boger.png);
	background-repeat: no-repeat;
}

.boger1 {
	display:block;
	background-color: #CDDFE1;
	vertical-align: middle;
}
.boger2 {
	display:block;
	background-color: #E2ECEE;
	vertical-align: middle;
}



#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
	display: block!important;
	height: auto!important;
	}
}
.artic {
	text-align: right;
	width: 480px;
	float: right;
	margin-right: 25px;
	color: #5E1202;
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 28px;
	min-height: 28px;
}
.artic:visited {
	color: #5E1202;
}
.artic:hover {
	background-color:#FFF;
	}

