a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

html, body {
    color: #111111;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

div.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 60px;
    background-image: url(images/logo_white.gif);
}

div.bar {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 26px;
    background-image: url(images/bar.jpg);
}

div.nav_h {
    color: #ffffff;
    font-weight: bold;
    background-color: #777777;
    padding: 5px;
    border: solid 1px black;
}

div.container {
    position: absolute;
    top: 120px;
    left: 19px;
    right: 19px;
}

div.content {
    background-color: #eeeeee;
    padding: 5px;
    border: solid 1px black;
    text-align: justify;
}

div.content_h {
    color: #ffffff;
    background-color: #999999;
    padding: 5px;
    border: solid 1px black;
    text-align: justify;
}

div.content_b {
    background-color: #eeeeee;
    padding: 5px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    margin-bottom: 17px;
    text-align: justify;
}

table.list {
    width: 100%;
    border-collapse: collapse;
}

td.head {
    color: #ffffff;
    background-color: #999999;
    padding: 5px;
    height: 19px;
    border: solid 1px black;
    text-align: center;
    font-weight: bold;
}

td.head2 {
    background-color: #aaaaaa;
    padding: 5px;
    border: solid 1px black;
    font-weight: bold;
}

td.color_a {
    background-color: #eeeeee;
}

td.color_b {
    background-color: #dddddd;
}

td.rowl {
    padding: 5px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

td.rowr {
    padding: 5px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input + label.highlight-on-select {
    transition: all 0.5s ease;
    background-color: transparent;
    padding: 0;
}
input:checked + label.highlight-on-select {
    background-color: #8bc34a;
    padding: 2px 3px;
}

/*
BODY {
        font-family: geneva,arial,helvetica,sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-width: 0px;
        margin-height: 0px;
}

TABLE, TR, TD, UL, LI, P {
	font-family: geneva,arial,helvetica,sans-serif;
	color: #000000;
	font-size: 14px;
}

A:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

A:visited {
	text-decoration: none;
	color: #FF6300;
	font-weight: normal;
}

A:active {
	text-decoration: none;
	color: #FF6300;
	font-weight: normal;
}

A:hover {
	text-decoration: underline;
	color: #FF6300;
	font-weight: normal;
}

A.white:link, A.white:visited, A.white:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

A.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

TR.header {
	font-weight: bold;
	background: #9C9C9C;
	border-width: 0px;
	border-color: #000000;
        text-align: left;	
}

TR.content {
	background: #DDDDDD;
	border-width: 0px;
	border-color: #000000;
        text-align: left;	
}

TR.label {
        background: #9C9C9C;
        font-size: 14px;
}

TD.label {
        background-color: #9C9C9C;
        font-size: 14px;
        vertical-align:middle;
}

TD.control {
        background-color: #FFFFFF;
        font-size: 14px;
        height: 35px;
        vertical-align:top;
}


TD.title {
	font-size: 14px;
	font-weight: bold;
	background: #DDDDDD;
	border-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;	
	border-style: solid;
	border-color: #000000;	
}

TD.small {
        font-size: 10px;
        background: #DDDDDD;
        border-color: #000000;
}

TD.middle {
        font-size: 11px;
        background: #BFBFBF;
        border-color: #000000;
}

TD.large {
        font-size: 16px;
        font-weight: bold;
        background: #9C9C9C;
        border-color: #000000;
}

TD.primaryheader {
	font-weight: bold;
	background: #9C9C9C;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;	
}

TD.header {
	font-weight: bold;
	background: #9C9C9C;
	border-width: 0px;
	border-color: #000000;
        text-align: center;	
}

TD.content {
        font-weight: bold;
	background: #DDDDDD;
	border-width: 0px;
	border-color: #000000;
        text-align: center;	
}

.bordered {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
}

HR {
	size: 1px solid;
	style: 1px solid;
	color: #000000;
	border: 0px;
}


TD.clist-stdhead {
    	border-top: solid #FFFFFF;
	border-top-width: 3px;
 	border-right: solid #FFFFFF;
        border-right-width: 2px;
	border-bottom: none;
	border-left: none;
        padding:3px;
        background: #999999
}



TD.clist-std {
    	border-top: solid #FFFFFF;
	border-top-width: 3px;
 	border-right: none;
        border-bottom: none;
	border-left: none;
        padding:3px;
        background: #CCCCCC
}

TD.clist-subrow {
     	border-top: none;
 	border-right: none;
	border-bottom: none;
	border-left: none;
        padding:3px;
        background: #CCCCCC;
        font-size: 9px;
}


#tabmenu {
        color: #000000;
        border-bottom: 1px solid black;
        margin: 10px 0px 0px 0px;
        padding: 0px;
        z-index: 1;
        padding-left: 10px }

#tabmenu li {
        display: inline;
        overflow: hidden;
        list-style-type: none; }

#tabmenu a, a.active {
        color: #FFFFFF;
        background: #ffffff;
        font-size: 0.8em;
        font-weight: bold;
        border: 1px solid black;
        padding: 5px 5px 0px 5px;
        margin: 0px;
        text-decoration: none; }

#tabmenu a.active {
        background: #9C9C9C;
        border-bottom: 1px solid #ffffff; }

#tabmenu a:hover {
        color: #ffffff;
        background: #9C9C9C; }

#tabmenu a:visited {
        color: #000000; }

#tabmenu a.active:hover {
        background: #9C9C9C;
        color: #000000; }

#content {
        font: 0.8em "Trebuchet MS", arial, sans-serif;
        background: #DDDDDD;
        height: auto;
        padding: 20px;
        border: 1px solid black;
        border-top: none;
        z-index: 2;	}

#content a {
        text-decoration: none;
        color: #000000; }

#content a:hover { background: #ffffff; }*/