/** basics **/
* { margin: 0; }
body, td {font-family: Verdana, Arial, sans-serif; font-size: 8pt;  }
td { background: inherit; }
body {  background: white; }
a { color: #3399ff; text-decoration: none; }

a:hover { text-decoration: none; color: #113399; }
img { border: 0; }

#search { position: relative; float: right; top: -27px; margin-right: -2px; padding-top: 10px; z-index: 120; }
#search input { font-size: 8pt;  border-style: solid; border-width: 1px; border-color: #000; background-color: #FFF;}
#search input.button { background-color: #ECECEC; }
#search input.box { width: 160px; margin-right: 5px;}

#wrapper { margin: 0px 10px 10px 240px; padding-top: 10px;}

/****** Header ******/
#header { z-index: 100; height: 45px; background-color: #EE7F00; color: #F9FFFF; padding: 10px; margin: 10px; }
#header h1 { font-size: 12pt; text-align: left; padding-top: 2px; margin: 0px; }
#header .path { font-size: 8pt; text-align: left; margin-top: -3px; }
#header a { color: black; }
#header a:hover { text-decoration: underline; }

/*****  Menu *******/
#menu { margin: 18px 10px 0px 74px; width: 150px; color: black; height: 0; text-align: left; font-size: 9pt; float: left; }

#menu fieldset { padding: 1px; padding-top: 10px; padding-bottom: 10px; border-style: solid 1px; border-color: #EE7F00; border-width: 1px; float: left;}
#menu legend { color: #EE7F00; font-weight: bold; }
#menu ul { padding-left: 0px; margin-left: 15px; }
#menu li { list-style: none; padding-left: 0px; margin-left: 0px; }

#hvglogo{ z-index: 1;  position: absolute; padding: 0px; left: 0px; top: 76px; width: 130px; height: 50px; }
#hvglogo img { padding: 0px; margin: 0px;}

div.spacer { height: 10px; } 

#pagetitle { z-index: 110; padding-left: 10px; margin:  20px 14px 0px 245px; height: 30px; border-color:  #000; border-style: solid; border-width: 1px;}
#pagetitle h1 { font-size: 10pt; text-align: left; padding-top: 7px; margin: 0px; letter-spacing: 1.2pt; }

#edit { border-style: solid;  border-width : 1px; border-color: black; }

#content { z-index: 100; padding: 0px 5px 0px 5px; text-align: left; margin-bottom: 15px; }
#content h1 { font-size: 13pt; }
#content h2 { font-size: 12pt; color: #121212; padding-top: 6px; padding-bottom: 6px;}
#content td { text-align: left; }
#content input, select, textarea { background: #F6F6F6; color: black; font-size: 8pt; border: solid 1px black;}
#content fieldset { padding: 5px 5px 15px 5px; border-color: black; border-style: solid 1px; border-width: 1px; /*background-color: #FeFeFe; */}
#content legend { border-style: solid 1px;  border-width : 1px; background-color: #EDEDED; margin-left: 0px; padding: 3px 10px 3px 10px; font-weight: bold; font-size: 8pt; letter-spacing: 1.4pt; text-align: left; }
#content label { padding-top: 3px; }
#content th { background-color: inherit; height: 15px; color: black; vertical-align: center; }
#content tr.header {  background-color: #F5F5F5; }
#content tr.header th { font-size: 11px; }
#content tr {  vertical-align: top; }
#content tr.even { background-color: #F5F5F5; }
#content tr.odd { background-color: #FFFFFF; }
#content tr.blocked { background-color: #FF0000; }
#content tr.item_on { background-color: #F9F9d0; }
#content a.name { font-size: 11pt; }
#content a.name:hover { color: #113399; }
#content input.button { display: block; float: right; background: #EE7F00; color: white; font-size: 10px; border-style: solid; border-width : 1px; border-color: black; padding: 2px; width: 150px; font-weight: bold; }
#content form { /*margin-top: 5px; padding: 10px 5px 25px 5px; width: 600px; background-color: #EFEFEF; border-color:#000000; border-style: solid; border-width: 1px;*/}

.add_menu { position: relative; text-align: right; }
.login { background-color: #EE7F00 !important; padding: 2px !important; width: 150px !important; color: #FFF !important; font-weight: bold !important; }
.contenttext { display: block; margin: 5px 15px 5px 30px; float: left; }
.itemlist{ border-style: solid; border-color: gray; border-width: 1px; margin: 7px 0px 0px 0px; }
.itemlist td,th{ padding: 2px; margin: 2px; }
.error { background-color: #DD3300; color: #FFF; font-weight: bold; padding: 5px; border-style: inset; border-width: 1px; border-color: black;}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.even a, .odd a {color: #3399ff!important;}