/*-------------------------------------------------------- SCROLL  + COLOR ----------------------------------------------------*/


body, html, #wrapper {
scrollbar-face-color: #454545;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #778778;
scrollbar-darkshadow-color: #778778;
scrollbar-shadow-color: #778778;
scrollbar-arrow-color: #A1C142;
margin: 0px;
height:100%;
background-color: #cdc7ad;
}

/*-------------------------------------------------------- HEIGHT 100% ----------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	vertical-align: middle;
	height: 100%;
}

/*-------------------------------------------------------- TH HEADER ----------------------------------------------------*/
thead.fixedHeader th { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration : none;
background-color:#ECE9D8; 
height:25px;
display: block;
border-top:1px solid #A1C142; 
border-left:1px solid #A1C142; 
border-bottom:1px solid #A1C142; 
border-right:1px solid #A1C142;
background-color: #393939;
}

thead.fixedHeader a, thead.fixedHeader2 a:link, thead.fixedHeader2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration : none;
	display: block;
	height:22px;

}

thead.fixedHeader a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	display: block;
	background: #A1C142;
	border-bottom:2px solid #D4FF53;
	border-right: 0px solid #3F4C1A;
	border-left: 0px solid #3F4C1A;
	border-top: 1px solid #D4FF53;
}

/*-------------------------------------------------------- TD BODY ----------------------------------------------------*/
tbody.fixedHeader td { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration : none;

display: block;
padding: 5px;
border-top:1px solid #A1C142; 
border-left:1px solid #A1C142; 
border-bottom:1px solid #A1C142; 
border-right:1px solid #A1C142;

}

/*-------------------------------------------------------- TABLES ----------------------------------------------------*/

#table {
border-bottom: 1px solid #778;
border-top: 1px solid #778;
border-right: 1px solid #778;
border-left: 1px solid #778;
background-color: #505050;
padding: 5px;
width:600px;
}


/*--------------------------------------------------------INNER TABLE ----------------------------------------------------*/
#intable {
padding: 5px;
}


/*--------------------------------------------------------LINE ----------------------------------------------------*/


#line {
        border-bottom: 1px solid #778;

}

#line2 {
        border-bottom: 1px solid #778;
        border-top: 1px solid #778;
}


/*--------------------------------------------------------MENU ----------------------------------------------------*/

#navlist {
        margin: 1px;
        padding: 2px;
        list-style-type: none;
        white-space: nowrap;
        border-bottom: 1px solid #778;

}


#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 1px;
        border: 1px solid #778;
        border-bottom: none;
        background: #393939;
        text-decoration: none;
}


#navlist li a:hover {
        color: #000;
        background: #A1C142;
        border-color: #778;
}

#navlist li a#current {

        background: #454545;
        border-bottom: 2px solid #454545;
}



#navlist2 {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}


#navlist2 li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist2 li a {
        padding: 3px 0.5em;
        margin-left: 1px;
        border: 1px solid #778;
        border-top: none;
        background: #393939;
        text-decoration: none;
}


#navlist2 li a:hover {
        color: #000;
        background: #A1C142;
        border-color: #778;
}

#navlist2 li a#current {

        background: #454545;
}