@charset "utf-8";

/* GENERAL */
html {
	height:100%;
	width:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	line-height:15px;
	font-family:verdana;
	font-size:11px;
	color:#000;
}
img{
	border:0px;
}
table,tr,td {
	border-collapse:collapse; 
	vertical-align:top; 
	font-size:11px; 
	line-height:15px;
}
#header {
	height:2em;
	margin:0px;
	padding:0px;
}

#header a{
	padding:0.5em;
	margin:0px;
}
#header table{
	width:100%;
	height:100%;
}


/* NAVIGATION */
#navigation{
	width:150px;
	color:fff;
}
#navigation a{
	text-decoration:none;
}

/* NAVIGATION BUTTONS */
#button {
        width: 15em;
        border-right: 1px solid #ccc;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: verdana;
        font-size : 11px;
        background-color:#FFC;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #FF9;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #933a00;
                border-right: 10px solid #F96;
                background-color:#DC5F01;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #c54e00;
                border-right: 10px solid #f46200;
                background-color: #fc9;
                color: #000;
				font-weight:bold;
                }

        #button li #active {
                border-left: 10px solid #c54e00;
                border-right: 10px solid #f46200;
                background-color: #fc9;
                color: #000;
				font-weight:bold;
                }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

/* FOOTER */
#footer{
	height:1em;
	margin:0px;
	padding:0.5em;
	text-align:center;
	color:#000;
	background-color:#9CC;
}


/* PAGE */
#page {
	height:80%;
	padding:1em;
	vertical-align:top;
	background:#fff;
	width:65%;
}
#page h2 {
	color:#000;
	padding-top:0.5em;
}
#page h5{
	margin:0px;
	padding:0px;
	color:#90bade;
	font-weight:bold;
}
#page td{
	padding:0.5em;
}
#rightinfo {
	width:20%;
	padding:1em;
}
#rightinfo table{
	color:#666;
}
#rightinfo h5{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#666;
}
input.mybutton {
	color:#000;
	background:#408080;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:2px 2px;
	margin:0px 2px 2px 0;
	border:1px solid #000;
}
input.mybutton:hover {
	cursor:pointer;
	color:#fff;
}
.smlltxt { font-size:10px; color:#000; }
.headtxt { font-size:12px; color:#90bade; font-weight:bold; }
.orangecaption {  font-family:verdana; font-size:10pt; font-weight:bold; color:#ff6600;}
.whitecaption {color: #FFFFFF; font-weight: bold; font-weight:bold; font-size:10pt;}
.greencaption {color: #408080; font-weight: bold; font-weight:bold; font-size:10pt;}

.warning { font-family:verdana; font-size:10px; color:red;}
.smallcaption {color: #408080; font-size: 10px; font-weight:bold;}
.activemenu  { font-family: Verdana; font-size: 10px; font-weight: bold; color: #000000 }
.nonactivemenu  { font-family: Verdana; font-size: 10px; color: #FFFFFF }


.tblheadtxt {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #408080;
	font-style: italic;
}

