/* -----------------------------------------------------------------------------
 * (C) Bibix
 * The content below includes confidential, proprietary information of
 * Bibix. All use, disclosure, and/or reproduction is prohibited
 * unless authorized in writing. All rights reserved.
 * -----------------------------------------------------------------------------
 * File         : bibix04_tpl.css
 * Description  : Bibix CSS template, to be processed by exe/make_css.php
 * Author       : Sabih Gerez, Bibix
 * Creation date: January 20, 2011
 * -----------------------------------------------------------------------------
 * $Rev: 137 $
 * $Author: sabih $
 * $Date: 2011-08-10 01:13:41 +0200 (Wed, 10 Aug 2011) $
 * $Log$
 * -----------------------------------------------------------------------------
 */ 


body {
	/* font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif; */
	font-family: sans-serif; 
	font-size: small; 
	/* font-size: 90%; */
	background-color: #ddffd9;
        /* background-image: url('../pics/data-path-grey.gif'); */
	/* line-height: 125%; */
	padding: 0;
	margin: 0;
	/* text-align: center; */
	min-width: 840px;
}

.bibix .wrapper {
	background-color: #296b42;
	padding: 20px;
	/* padding-top: 0; */
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

.bibix .content {
	/* padding: 20px; */
        background-color: #ddffd9;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        min-height: 300px;
	/* padding: 20px; */
	/* padding-top: 20px; */
	/* padding: 20px 0 20px 0px; */
	/* margin: 0 220px; */ 
	/* margin-left: 300px; */
}

.bibix .content pre, 
.bibix .content tt {
        font-size: 10pt;
}

.bibix .content ul li {
  /* margin-left: -20px; */
  list-style-type: square;
}

.bibix .navigation {
	min-height: 20px; 
	/* float: left; */
	margin: auto;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 800px;
}

.bibix .content .navigation {
        margin-left: -10px;
	width: 780px;
}
.bibix .navigation .l1 {
        background-color: #ddffd9;
}

.bibix .navigation .l2 {
        background-color: #46b670;
}

.bibix .navigation  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
}

.bibix .navigation li {
	display: inline; 
        border-width: 0;
        margin: 0px; 
}

.bibix .navigation li.pseudo {
        padding: 3px;
        border: 5px solid #46b670;
        background-color: #ddffd9;
}

.bibix .navigation li a {
        padding: 3px;
	text-decoration: none;
        color: white;
}

.bibix .navigation .l1 li a {
        border: 5px solid #ddffd9;
	background-color: #db1c21;
}

.bibix .navigation .l2 li a {
        border: 5px solid #46b670;
        background-color: #db1c21;
}

.bibix .navigation .l1 li.sel a {
	background-color: #46b670;
        color:black;
}

.bibix .navigation .l2 li.sel a {
	background-color: #ddffd9;
        color:black;
}

.bibix .navigation a:hover {
        text-decoration: underline;
        color: black;
}

.bibix .navigation .l1 li.sel a:hover,
.bibix .navigation .l2 li.sel a:hover {
        text-decoration: underline;
        color: #db1c21;
}

.bibix input.bibixbutton {
        background-color: #db1c21;
        color: white;
        padding: 3px;
        margin: 5px;
        margin-left: 0px;
        border: none;
}

.bibix .header {
	width: 100%;
}

.bibix .bottom {
	clear: both;
        border: 0px solid #296b42;
        border-top: 0px solid #296b42;
	background-color: #ddffd9;
}

.bibix .footer {
	clear: both;
	text-align: center;
	/* margin-top: 20px; */
        border-top: 0px solid #296b42;
	background-color: #ddffd9;
}

/* clear_both fixes layout problems in Firefox after; 
 * it _should_ be used after floating divs */
.bibix .clear_both{
        clear: both;
}

.bibix .mini_right, .bibix .mini_left, .bibix .mini_middle {
	padding: 10px;
        margin-bottom: 10px;
        margin-top:    10px;
	border: 5px solid #db1c21;
	width: 223px; 
        /* height: 300px; */
}

.bibix .mini_right{
	float: right;
        margin-left:   10px;
        margin-right:  0px;
}

.bibix .mini_left{
	float: left;
        margin-left:   0px;
        margin-right:  10px;
}

.bibix .mini_middle{
	float: left;
        margin-left:   0px;
        margin-right:  0px;
}

.bibix h1, .bibix h2, .bibix h3
{
	font-family: arial, sans-serif;
}

.bibix h1 {
	font-size: 240%;
	padding-top: 2em;
	padding-bottom: 1em;
	font-weight: bold;
        color: white;
}

.bibix h2 {
	color: black;
	font-size: 130%;
	font-weight: bold;
}

.bibix h3 {
	color: black;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
}

.bibix h2 ul {
	margin-top: 15px;
}

.bibix a:link, .bibix a:visited {
	color: navy;
}

.bibix a:active {
	color: navy;
}

.bibix img {
	border-style: none;
}

.bibix table {
        width: 100%;
        background-color: #296b42;
}

.bibix table tr td,
.bibix table tr th {
        padding: 3px;
}

.bibix table tr th {
        background-color: #db1c21;
        color: white;
}

.bibix table tr td {
        background-color: #ddffd9;
}

.bibix table tr td a {
        text-decoration: none;
}

.bibix dt {
	float: left;
}

