
#content {
	width: 427px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(178, 219, 251);
	margin-left: auto;
	margin-right: auto;
	margin-top: 53px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 33px;
}

#copyright {
	text-align: center;
}

.tooltip {
	position: absolute;
	width: 240px;
	background-color: rgb(251, 251, 196);
	border: 1px solid black;
	font-size: 12px;
}

  .tooltip h1 {
	margin-left: 0px;
	background-color: rgb(53,70,113);
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.tagsClass {
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}


.tagsText {
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
}

.tooltip p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
	color: #0000FF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.tooltip a.close {
	/* Here for example only. Styles the Close link */
}

.seipopup {
	position: absolute;
	margin-top: -130px;
	margin-left: 20x;
	z-index: 1000;
	background-color: transparent;
	width: 351px;
	height: 120px;
	background-image: url(images/bubble.png);
	background-repeat: no-repeat;
	border: none;
	padding-left: 60px;
}

.seipopup h1 {
	margin-top: 17px;
	background-color: transparent;
}

.seipopup p {
	font-size: 10px;
	width: 230px;
}

.seipopup .close {
	display: none;
}

#comments {
    /*position: absolute;*/
}

.comments, .comment-form {
	background-color: transparent;
	border: 0;
	width: auto;
}

.comments h1 {
	background-color: transparent;
	color: rgb(174, 174, 174);
    font-size: 14px;
}

.comments h2 {
	margin-top: 0px;
	font-size: 12px;
}

.comments p {
	border-bottom: 1px solid black;
}

.comments .close {
	border-bottom: 0;
}



#search {
   text-align: right;
   margin-top: 105px;
}

#menu {
	 margin-top: -101px;
}

#menu ul {
	padding: 0;
	margin-bottom: 0;
	background-color: rgb(255, 255, 255);
	clear: right;
}

#menu li {
   float: right;
   list-style: none;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   margin-left: 5px;
   margin-bottom: 30px;
}

#menu li.selected {
   border-left: 1px solid rgb(178, 219, 251);
   border-top: 1px solid rgb(178, 219, 251);
   border-right: 1px solid rgb(178, 219, 251);
   background-color: rgb(255, 255, 255);
}

#menu li a {
	text-decoration: none;
}

#sub-menu {
	text-align: right;
}

#sub-menu li {
	list-style: circle;
	float: none;
	margin-bottom: 0;
	display: inline;
    margin-right: 5px;
}

#sub-menu li.selected {
	border: 0;
}
.hl-main {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	width: 430px;
}
.hl-gutter {
	background-color: #CCCCCC; padding-right: 10px; 
	font-family: monospace, "Courier New", Courier;
	font-size:13px;
}
/*.hl-table {
	border: solid 1px #000000; 
}*/
.hl-default {
	color: #000000; 
}
.hl-code {
	color: #7f7f33;
}
.hl-brackets {
	color: #009966;
}
.hl-comment {
	color: #7F7F7F;
}
.hl-quotes {
	color: #00007F;
}
.hl-string {
	color: #7F0000;
}
.hl-identifier {
	color: #000000;
}
.hl-reserved {
	color: #7F007F;
}
.hl-inlinedoc {
	color: #0000FF;
}
.hl-var {
	color: #0066FF;
}
.hl-url {
	color: #FF0000;
}
.hl-special {
	color: #0000FF;
}
.hl-number {
	color: #007F00;
}
.hl-inlinetags {
	color: #FF0000;
}		

