/* 
 Cascading Stylesheet 2.2 for roqet document pages (c) 2006 roqetman.
 Permission to learn/borrow from this code is granted, please use
 creativity though, so that you don't duplicate this exactly.
*/

body {
    color: #4d0b85;
	margin: 20px;
	padding: 0px;
	background: #add4fb;
	font: 10px arial, sans-serif; 
}

pre, code {
    /*color:#025;*/
    font-weight: bold;
}

#tabmenu {
	color: #4d0b85;
	border-bottom: 1px solid #4d0b85;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px; 
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a, a.active {
	color: #4d0b85;
	background: #add4fb;
	font: 13px verdana, "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #4d0b85;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a.active {
	color: #add4fb;
	background: #4d0b85;
	border-bottom: 2px #add4fb; 
}

#tabmenu a:hover {
	color: #add4fb;
	background: #4d0b85; 
}

#header { 
   font: 25px georgia, sans-serif;
   font-weight: bold;
}

#content {
    font: 12px verdana, sans-serif;
	color: #4d0b85;
	text-align: justify;
    background: url(./images/version24.png) no-repeat right bottom;
    /*background: url(./images/x.png) #add4fb no-repeat right bottom;*/
	/*background: #add4fb;*/
	padding: 20px;
	border: 1px solid #4d0b85;
	border-top: none;
	z-index: 2;	
}

#content h1 {
   font: 25px georgia, sans-serif;
   font-weight: bold;
}

#content h2 {
   font: 13px verdana, sans-serif;
   font-weight: bold;
}

#content h4 {
   border-bottom: 1px dashed #4d0b85;
}

#content a {
	text-decoration: none;
	color: #4d84b1; 
}

#content a:hover { 
    color: #bd4232; 
}

.contents-jump { 
    font-size: 9px; 
}

#sidebar {
	/*background: #fff;*/
	background: #add4fb;
    color: #de5a31;
	float: right;
	width: 200px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 70%;
    border: 1px solid #4d0b85 ;
}

#sidebar #submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar #submenu #subcurrent {
	/*background: #fff;*/
	/*color: #333;*/
	letter-spacing: 1px;
}

#sidebar #submenu a {
	/*color: #de5a31;
	display: block;*/
	height: 25px;
	padding-left: 10px;
	text-decoration: none;
	text-align: left;
    font-weight: normal;
}

#sidebar h2 {
	font-size: 12px;
    font-weight: normal;
	margin: 0 0 5px 0;
	padding-top: 3px;
    border-bottom: 1px solid #4d0b85 ;
    text-align: center;
}

#sidebar #submenu h2 {
	font-size: 13px;
}

#sidebar h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding-top: 3px;
}

#sidebar p {
	margin: 0;
	margin-left: 9px;
}

#sidebar ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
}

address {
    font-size: 9px; 
    margin-top: 1em; 
    margin-bottom: 1em; 
}    

hr {
	border: 1px solid #4d0b85;
    background-color : transparent;
    border-top : none;
    border-left : none;
    border-right : none;
    width : 90%;
}

