th {
    font-weight:        bold;
    color:              #000000;
    background:         #D3DCE3;
}

a img {
    border:             0;
}

hr {
    color:              #000000;
    background-color:   #000000;
    border:             0;
    height:             1px;
}

form {
    padding:            0;
    margin:             0;
    display:            inline;
}

textarea {
    overflow:           visible;
    height:             8em;
}

fieldset {
    margin-top:         1em;
    border:             #000000 solid 1px;
    padding:            0.5em;
    background:         #E5E5E5;
}

fieldset fieldset {
    margin:             0.8em;
}

fieldset legend {
    background-color:   transparent;
}

table caption,
table th,
table td {
    padding:            0.1em 0.5em 0.1em 0.5em;
    margin:             0.1em;
    vertical-align:     center;
}

img,
input,
select,
button {
    vertical-align:     middle;
}

table tr.odd th,
.odd {
    background: #E5E5E5;
}

table tr.even th,
.even {
    background: #D5D5D5;
}

table tr.odd th,
table tr.odd,
table tr.even th,
table tr.even {
    text-align:         left;
}

table tr.marked th,
table tr.marked {
    background:   #FFCC99;
    color:   #000000;
}

.odd:hover,
.even:hover,
.hover {
    background: #CCFFCC;
    color: #000000;
}

table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
    background:   #CCFFCC;
    color:   #000000;
}

tr.condition th,
tr.condition td,
td.condition,
th.condition {
    border: 1px solid #FFCC99;
}

.tblHeaders {
    font-weight:        bold;
    color:              #000000;
    background:         #D3DCE3;
}

.tblFooters {
    font-weight:        normal;
    color:              #000000;
    background:         #D3DCE3;
}
.error {
    background-color:   #FFFFCC;
    color:              #ff0000;
}

.menu {
	display: block;
	height: 35px;
	margin: auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #00A400; 
	background-color: #a3d825; /*#a3d825;*/
   -webkit-box-shadow: 0 8px 6px -6px black;
   -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

#navigasi {
	position:relative;
	line-height:27px;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

#navigasi a {
	display:block;
	padding: 8px 20px 0 20px;
	background-color: #a3d825; /*#a3d825;*/
	height: 35px;
	border-right: 2px solid #eeeeee;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #111111;
}

#navigasi a:hover {
	background: #e8750a;
	border-bottom-color: #DC915C;
	color: #FFFFFF;
}

#navigasi li {
	position:relative;
	float:left;
}

#navigasi ul {
	position:absolute;
	display:none;
	margin:0;
	padding:0;
	list-style: none;
}

#navigasi li ul a{
	width:12em;
	height:auto;
	float:left;
}

#navigasi li:hover ul{
	display:block;
}

#navigasi li:hover ul ul{
	display:none;
}
