body {
        background: url("../img/bgbody.jpg");
        background-repeat: repeat-x;
        background-color: #000000;
        color:#000000;
        text-align:center; 
}

.page {
        xwidth: 750px;
        margin: 15px auto;
        text-align: left;
}

.topico {
        border: 0px;
        margin-top: 5px;
        margin-right: 5px;
}

.content {
        border-bottom: 5px #660000 solid;
        border-right: 5px #660000 solid;
        border-top: 5px #660000 solid;
        background: #FFFFFF;
}

.left {
        float: left;
        width: 190px;
        background: #FFFFFF;
		min-height: 600px;
}

div.herb {
        text-align: center;
		padding-bottom: 50px;
}

img.herb {
		border: none;
		clear: both;
		padding: 25px 50px 15px 50px;
		
}

.herb1 {
        font-size: 16px;
        font-weight: bold;
        color: #669900;
}

.herb2 {
        font-size: 16px;
        font-weight: bold;
        color: #CC0000;
}

.mainright {
        float: left;
        width: 550px;
        background: #FFFFFF;
		min-height: 600px;
		#border-left:  1px #EBEBEB solid;
}

.topmenu {
        height: 20px;
        padding-bottom: 5px;
        padding-right: 15px;
        border-bottom: 1px #99CC33 solid;
	margin-bottom: 15px;
        text-align: right;
}

.topmenu a {
        color: #FFFFFF;
        font-size: 11px;
}

.topmenu2 {
        height: 23px;
	margin-right: 5px;
        background: url("../img/bgtopmenu.jpg");
}

.topmenu2 dl {
	margin: 0px;
}

.topmenu2 dl dt {
		float: left;
		display: block;
		list-style-type: none;
		padding: 3px 10px 3px 10px;
}

.topmenu2 dl dt a {
	color: #FFFFFF;
        font-size: 11px;
        text-align: right;
        font-weight: bold;
}

.nav {
        border-bottom: 1px #EFEFEF solid;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        margin-bottom: 8px;
        font-size: 9px;
}

.nav a {
        text-decoration: none;
        color: #000000;
        font-weight: normal;
        font-size: 8.5px;
}

.nav a:hover {
        text-decoration: underline;
}

.main {
        float: left;
        width: 490px;
        padding-left: 0px;
        margin-right: 0px;
}

.right {
        float: left;
		margin: 10px 0px 0px 15px;
        width: 240px;
        background: url("../img/bgright.jpg");
}

.rightbox {
	margin-top: 5px;
	margin-left: 19px;
	margin-right: 17px;
	margin-bottom: 10px;
        border: 1px #ECECEC solid;
        background: #FFFFFF;
        padding: 8px;
	text-align: center;
}


div.footer {
	padding-top: 3px;
	padding-left: 5px;
	border-top: 1px #EBEBEB solid;
	clear: both;
}

div.sqllog {
    padding: 10px;
    margin: 10px;
    border: 1px dotted #c0c0c0;
}

div.sqllog dl dd {
    font-size: 11px;
    whitespaces: pre;
    font-family: "Lucida Console";
}

* {
	font-family: Tahoma, Verdana, Arial, Helvetica;	
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

table {
    -border: 1px solid #c0c0c0;
    width: 100%;
    border-spacing: 1px;
    cell-spacing: 0px;
    text-align: left;
}
table tr th {
    padding: 2px 5px;
    text-align: center;
    font-weight: bold;
}

table tr td {
    padding: 2px 5px;
}

hr {
    color: #255442;
    width: 75%;
    height: 1px;
    margin: 3px auto 5px;
    background: #255442;
    text-align: center;
    border: 1px solid #255442;
}

ul {
    margin-bottom: 10px;
    padding-left: 25px; 
}

ol {
    padding-left: 25px; 
    margin-bottom: 10px;
}

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

.leftmenu dl { 
	padding: 0 0 0 0; 
	list-style-type: none;
	list-style-image: none;
}
.leftmenu dl dt {
	padding: 2px;
	color:black;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.leftmenu dl dd {
	xborder-bottom: 1px #f0f0f0 solid;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftmenu dl dd a {
	padding:2px;
	color:black;
	display:block;
	text-decoration:none;
	background-image: none; 
	font-size: 12px;
	font-weight: normal;
}

red {
    color: red;
}

green {
 color: green;
}
.xleftmenu dl dd a.many { background-image: url(../img/many.gif); background-position: 95% center; background-repeat:no-repeat; }
.xleftmenu dl dd a.open { background-image: url(../img/open.gif); background-position: 95% center; background-repeat:no-repeat; }
.xleftmenu dl dd a.manyselected { background-image: url(../img/open.gif); background-position: 95% center; background-repeat:no-repeat; text-decoration: underline;}
.leftmenu dl dd a.selected { font-weight: bold; text-decoration: none; }

.leftmenu dl dd.level1 { padding-left: 12px; background-image: url(../img/menu_arrow.gif); background-position: 0px center; background-repeat:no-repeat; }
.leftmenu dl dd.level2 { padding-top: 0px; padding-bottom: 0px; padding-left: 20px; background-image: url(../img/menu_arrow2.gif); background-position: 10px center; background-repeat:no-repeat;}

.leftmenu dl dd.level3 { padding-left: 24px; background-image: url(../img/menu_arrow3.gif); background-position: 16px center; background-repeat:no-repeat;}
.leftmenu dl dd.level4 { padding-left: 30px; }
