@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #f3e8ad;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #87001D;
}

h2{
	float: left;
	margin: 0px;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
}

h3{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #87001D;
	margin: 0px;
	padding: 4px;
}

h4{
	color: #87001D;
}

h5{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a{
	color: #870000;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
}

#top{
	height: 40px;
	background-color: #cfa448;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#header{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
}

#menu{
	margin: 8px;
	float: right;
}

#menu a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin: 5px;
	color:#870000;
	text-decoration:none;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu a:selected {
	color: #FFFFFF;
}

#content {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#title {
	float: left;
	height: 150px;
	width: 1000px;
	background-image: url(../img/bg_title.png);
	background-repeat: no-repeat;
	background-position: center;
}

#article {
	height: auto;
	width: 690px;
	float: left;
	background-image: url(../img/bg_article.png);
	background-repeat: repeat-y;
	padding-right: 55px;
	padding-bottom: 5px;
	padding-left: 55px;
	padding-top: 5px;
}

#footer_article{
	background-image: url(../img/footer_article.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 800px;
	float: left;
	margin-bottom: 50px;
}

#nav {
	height: auto;
	width: 90px;
	float: left;
	background-image: url(../img/bg_nav.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 5px;
	padding-left: 55px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	height: 20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 5px;
	list-style-type: none;
	margin-right: auto;
	margin-left: 0px;
	width: 90px;
}

#footer_nav{
	background-image: url(../img/footer_nav.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	float: right;
}

#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; }

.basis 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: 680px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 5px;
}

.basic li {
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
}

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

#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;
}

#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#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
	}
}

.style1 {font-size: 10px}

