/*CSS GLOBAL 8/12-2011
****************************************************************************************************/
html {
    height: 100%;
    max-height: 100%;
}

body {
    height: 100%;
    max-height: 100%;
    color: #444;
    font: normal normal 12px/150% arial, verdana, sans-serif;
}

a {
    color: #4d9900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    padding: 0 0 5px 0;
}

h1, .h1 input[type="text"] {
    font-size: 22px;
    font-weight: bold;
}

h2, .h2 input[type="text"] {
    font-size: 14px;
    font-weight: normal;
}

h3, .h3 input[type="text"] {
    font-size: 12px;
    font-weight: bold;
}

time, i, .time input {
    font-style: italic;
    font-size: 11px;
    color: #CCC;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

details {
    margin: 10px 0 0 0;
}

summary {
    font-weight: bold;
}

input[type="text"], textarea, select {
    border: 1px solid #CCC;
    color: #444444;
    padding: 3px 4px;
    background: #FFF;
    width: 100%;
}

textarea {
    font: normal normal 12px/150% arial, verdana, sans-serif;
}

/*Working class*/
.author, .author input[type="text"] {
    font-style: italic;
    font-size: 11px;
    color: #CCC;
    font-weight: normal;
}

.rules, .save {
    padding: 5px 0 10px 0;
}

.rules input, .rules a {
    vertical-align: middle;
}

.displayNone {
    display: none;
}

/* RULES (Overwrite) */

.details input {
    font: inherit;
}

/*Overwrite input fields ( Edit style) */
.leftContent input[type="text"], .leftContent textarea, #aside input[type="text"], #aside textarea {
    width: 540px !important;
    background: #fdfba4;
    border: 1px dotted #ccc;
}

/* ASIDE ( banner ) 
********************************************************************************************/
#aside section {
    padding: 5px;
    width: 200px;
    margin: 10px 10px 10px 0;
    background: transparent url(../img/transparent60.png) 0 0;
    border: 1px solid #CCC;
    -moz-box-shadow: 2px 5px 8px #444444;
    -webkit-box-shadow: 2px 5px 8px #444444;
    box-shadow: 2px 5px 8px #444444;
}

#aside section div {
    background: transparent url(../img/transparent60.png) 0 0;
}

#aside input[type="text"], #aside textarea {
    width: 190px !important;
}

#aside p input[type="text"], #aside p textarea {
    width: 180px !important;
}

#aside .edit p {
    margin-bottom: 5px;
}

#aside menu {
    padding: 5px;
    border-bottom: 1px dotted #999;
    margin-bottom: 5px;
    background: #ccc;
}

#aside .teaser nav {
    padding: 5px;
    border-top: 1px dotted #999;
    background: #ccc;
}

#aside .h3 a {
    font-weight: bold;
}

#aside h3, #aside .h3, #aside .h2, #aside .time, #aside .description, #aside .imgUrl, #aside .linkUrl, #aside .uploadImg {
    padding: 0 5px;
}

#aside .description {
    padding-bottom: 10px;
}

#aside h2 {
    padding: 0 5px;
    background: #4d9900;
    color: #FFF;
    text-transform: uppercase;
}

#aside .h2 input {
    text-transform: uppercase;
}

#aside ol {
    list-style-type: none;
    padding: 10px;
    margin: 0px;
}

#aside ol li {
    padding: 2px 5px 2px 25px;
}

#aside ol li span {
    color: #FFF;
    text-indent: 5px;
    line-height: 17px;
    font-weight: bold;
    margin: 0 8px 0 -25px;
    overflow: hidden;
}

#aside ol li a {
    text-decoration: none;
}

#aside ol li a {
    color: #444;
}

/*CSS GRID
****************************************************************************************************/
/*Frontpage grid*/

/* HEADER And FOOTER*/
#header, #footer {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    z-index: 501;
    min-width: 700px;
    background: #FFF;
}

#header {
    top: 0;
    height: 80px;
}

.header-title {
    top: 0;
    height: 40px;
}

#footer {
    bottom: 0;
    height: 32px;
    z-index: 503;
}

#header .wrapper {
    min-width: 500px;
    position: relative;
}

.label-default {
    background-color: #9d3d37;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* CONTENT */
#content {
    padding-bottom: 20px;
}

/* GOOGLE MAP */
#gMap {
    position: absolute;
    right: 0px;
    left: 290px;
    top: 80px;
    bottom: 40px;
    z-index: 1;
}

#gMap #map_canvas, #gMap #map_canvas2 {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

/* RESULTLIST */
#resultList, #changeMap {
    position: absolute;
    left: 0px;
    top: 81px;
    bottom: 41px;
    width: 290px;
    z-index: 502;
}

/* ASIDE ( Banner content )*/
#aside {
    position: absolute;
    right: 0px;
    top: 80px;
    bottom: 40px;
    width: 250px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    z-index: 500;
    padding: 0;
}

/* LANDINGPAGE */

/*RESET GRID*/
body.landingPage #content, body.landingPage #content .wrapper {
    position: relative;
}

body.landingPage #content .wrapper {
    margin-top: 15px;
}

.landingPage #header, .landingPage #footer {
    position: static;
}

.landingPage #header .wrapper, .landingPage #content .wrapper, .landingPage #footer .wrapper {
    width: 985px;
    min-width: 985px;
    margin: 0 auto;
}

.landingPage #header .wrapper {
    width: 100%;
    min-width: 985px;
    margin: 0 auto;
}

.leftContent {
    float: left;
    width: 550px;
    position: relative;
    margin-left: 15px;
}

.leftContent.top {
    width: 650px;
}

.rightContent {
    float: right;
    width: 370px;
    position: relative;
    margin-right: 15px
}

.rightContent.top {
    width: 270px;
}

/*editpageNav*/
.navEditPage {
    margin: 0 15px;
}

.navImg {
    padding: 5px 0;
}

.navImg a {
    display: inline-block;
}

.navImg .rss {
    float: right;
}

/*SECTION
    *****************************************************************************/
.tags, .comment, .relatedImg, .map, .list {
    margin-bottom: 30px;
}

.tags h3, .relatedImg h3, .map h3, .list h3, .comment h3 {
    font-size: 14px;
    padding: 0 0 5px 0;
    font-weight: normal;
}

.comment header, .tags header, .relatedImg header, .map header, .list header {
    border-bottom: 1px dotted #CCC;
}

/* RELATED IMG */
.relatedImg header h3 {
    float: left;
}

.relatedImg header a {
    float: right;
}

.relatedImg menu {
    padding: 10px 5px;
    background: #ccc;
    margin-bottom: 1px;
}

.relatedImg menu input[type="text"] {
    width: 290px;
}

.relatedImg article {
    background: transparent;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 1px;
    border: 1px solid #FFF;
}

.relatedImg article.sel {
    padding: 1px;
    border: 1px solid #4d9900;
}

.relatedImg article:hover {
    padding: 1px;
    border: 1px solid #CCC;
}

.relatedImg .edit article.empty:hover {
    padding: 2px;
    border: none;
}

.relatedImg article .img a {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #CCC;
    float: left;
}

.relatedImg .edit article.empty .img {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #CCC;
    float: left;
    padding: 0 !important;
}

.relatedImg article .img a img {
    display: block;
}

.relatedImg nav {
    position: absolute;
    top: 2px;
    display: none;
    width: 21px;
    height: 100%;
}

.relatedImg nav.left {
    left: -21px;
    padding-right: 5px;
}

.relatedImg nav.right {
    right: -22px;
    padding-left: 5px;
}

.relatedImg nav a {
    width: 21px;
    height: 100%;
    display: inline-block;
}

.relatedImg div {
    position: relative;
}

.relatedImg div:hover nav {
    display: inline-block;
}

.relatedImg  .imgIcon .iconRemove {
    background-position: -103px 0px;
    width: 16px;
    height: 16px;
    background-color: #FFF;
}

.relatedImg  .imgIcon .iconRemove:hover {
    background-position: -83px 0px;
    width: 16px;
    height: 16px;
    background-color: #FFF;
}

/* RELATED IMG PACK FROME CUMULUS */
.relatedObjImg {
    margin-left: -2px;
    margin-right: -4px;
}

.relatedObjImg header {
    /*margin-bottom:10px;*/
}

.relatedObjImg article {
    background: transparent;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 0 2px;

}

.relatedObjImg article.sel {
    /*padding:1px;
         border:1px solid #4d9900;*/
}

.relatedObjImg article .img a {
    display: inline-block;
    width: 107px;
    height: 107px;
    overflow: hidden;
    background: #CCC;
    float: left;
}

.relatedObjImg article .img a img {
    display: block;
}

.relatedObjImg nav {
    position: absolute;
    top: 0px;
    display: none;
    width: 21px;
}

.relatedObjImg nav.left {
    left: -21px;
    padding-right: 5px;
}

.relatedObjImg nav.right {
    right: -22px;
    padding-left: 5px;
}

.relatedObjImg nav a {
    width: 21px;
    height: 100%;
    display: inline-block;
}

.relatedObjImg div {
    position: relative;
}

.relatedObjImg div:hover nav {
    display: inline-block;
}

.relatedObjImg .iconImgBack, .relatedObjImg .iconImgNext {
    height: 107px;
    width: 20px;
}

.relatedObjImg .iconImgBack, .relatedObjImg .iconImgNext {
    background-position: -0px -155px;
}

.relatedObjImg .iconImgBack:hover {
    background-position: -20px -155px;
}

.relatedObjImg .iconImgNext {
    background-position: -60px -155px;
}

.relatedObjImg .iconImgNext:hover {
    background-position: -40px -155px;
}

/* TAGS */
.tags ul {
    padding: 10px 0 0 0;
}

.tags p {
    padding: 10px 0 0 0;
}

.tags li {
    display: inline-block;
    float: left;
    color: #CCC;
}

.tags a {
    display: inline-block;
    padding: 0 5px;
}

.tags input[type="text"] {
    border: 1px dotted #ccc;
    padding: 3px 4px;
    width: 290px;
    font-family: inherit;
    color: #444;
    background: #FDFBA4;
}

/* LIST */
.list ul li a {
    display: block;
    line-height: 18px;
    padding: 4px 0px;
}

.list ul li a:hover {
    background-color: #4D9900;
    color: #FFF;
    text-decoration: none;
}

.list ul li a:hover span {
    background-position: -68px 1px;
}

.list menu {
    padding: 10px 5px;
    background: #ccc;
}

.list input[type="text"] {
    width: 134px;
}

.list ul.edit li {
    display: block;
    line-height: 18px;
    padding: 4px 0px;
}

.list ul.edit li a {
    display: inline-block;
    line-height: 18px;
    padding: 0;
}

.list ul.edit li:hover {
    background: #4D9900;
    color: #FFF;
    text-decoration: none;
}

.list ul.edit li:hover a {
    color: #FFF;
}

.list ul.edit li a.iconRemove {
    margin-right: 10px;
}

.list ul.edit li:hover span.iconLinkArrow {
    background-position: -68px 1px;
}

.list ul.edit li:hover a.iconRemove {
    background-position: -122px 1px;
}

.list ul.edit li:hover a.iconRemove:hover {
    background-position: -87px 1px;
}

.list ul.edit li:hover a.iconRemove {
    background-position: -87px 1px;
}

.list ul.edit li a:hover {
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
}

.listul.edit li a:hover span {
    background-position: -68px 1px;
}

/* MAP */
.map {
    z-index: 100;
}

.map #map_canvas {
    width: 100%;
    height: 367px;
}

/* COMMENT */
.comment {
    margin-top: 30px;
}

.comment h4 {
    font-size: 12px;
    font-weight: bold;
    color: #4D9900;
    display: inline;
}

.comment article {
    margin: 10px 0 15px 0;
}

.comment article header {
    border: none;
}

.comment article p {
    margin: 0 0px;
    padding: 0;
}

.comment textarea {
    width: 100%;
    max-width: 550px;
    margin-top: 15px;
}

.comment input[type="submit"] {
    margin-top: 5px;
}

/*BUTTONS */
.button {
    background: #4d9900;
    border: none;
    color: #FFF;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    padding: 4px 8px;
    *padding: 1px 8px;
}

.button:hover {
    background: #3e7b00;
}

.system {
    background: #444 url(../img/buttonBg.png) repeat-x 0 0;
    color: #FFF;
    padding: 4px 8px;
    display: inline-block;
}

.system:hover {
    background: #444;
}

/*FILE UPLOAD / Img content
*******************************************************************************/

.uploadImg {
    display: block;
    margin-top: 5px;
}

.uploadImg input[type="text"] {
    width: 470px !important;
    vertical-align: top;
    margin-top: 2px;
    float: left;
}

#aside .uploadImg input[type="text"] {
    width: 110px !important;
}

.uploadImg .buttonUploadFile {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 3px 10px;
    width: 40px;
    text-align: center;
    float: right;
}

.uploadImg .buttonUploadFile input[type="file"] {
    opacity: 0;
    filter: alpha(opacity = 0);
    cursor: pointer;
    position: absolute;
    font-size: 50px;
    top: 0;
    right: 0;
}

/* CSS DESIGN/STYLING
****************************************************************************************************/

/* HEADER*/
#header {
    border-bottom: 1px dotted #CCC;
}

/* SITENAVIGATION */
#header .siteNav {
    line-height: 11px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    left: 67px;
}

#header .siteNav a {
    font-weight: bold;
}

#header .siteNav .sel {
    background: #4d9900;
    color: #FFF;
}

#header .siteNav .sel:hover {
    text-decoration: none;
}

/* USERNAVIGATION */
#header .userNav {
    line-height: 11px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 15px;
}

#header .userNav strong {
    font-weight: bold;
}

/* SEARCH */
#header .search {
    position: absolute;
    top: 33px;
    right: 15px;
}

#header .search input[type="text"] {
    color: #444;
    width: 310px;
    font-size: 15px;
    vertical-align: top;
    padding: 0px !important;
    margin: 0px !important;
    height: 25px;
    line-height: 25px;
    text-indent: 5px;
    vertical-align: top;

}

#header .search input[type="submit"] {
    font-size: 15px;
    margin-left: -4px;
    width: 60px;
    padding: 0px !important;
    height: 27px;
    vertical-align: top;
    *margin-top: 1px;
}

/* SEARCH OPTIONS */
#header .searchOptions {
    position: absolute;
    top: 62px;
    text-align: right;
    right: 15px;
}

#header .searchOptions a {
    color: #444;
    font-size: 11px;
}

#header .searchOptions .options {
    margin-top: -2px;
    padding-top: 5px;
    text-align: left;
    width: 365px;
    background: transparent url(../img/transparent90.png) 0 0;
    border: 1px dotted #CCC;
    -moz-box-shadow: 2px 5px 5px #444444;
    -webkit-box-shadow: 2px 5px 5px #444444;
    box-shadow: 2px 5px 5px #444444;
    border-top: none;
    z-index: 200;
    position: relative;
    display: none;
}

#showSearchOptions {
    cursor: pointer;
}

#header .options fieldset {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px dotted #CCC;
}

#header .options label {
    vertical-align: top;
    line-height: 25px;
    vertical-align: middle;
}

#header .options label span {
    display: inline-block;
    width: 150px;
}

#header .options  input[type="text"], #header .options label select {
    display: inline-block;
    border: 1px solid #CCC;
    width: 160px;
    vertical-align: middle;
}

#header .options input.year {
    width: 50px;
}

#header .options span {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    line-height: 25px;
}

#header .options .checkbox  label {
    display: block;
}

#header .options .checkbox label {
    line-height: 15px;
}

/* LOGO */
#header .logo {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: transparent url(../img/kbLogo.png) no-repeat 0 0;
}

#header h1 {
    position: absolute;
    top: 30px;
    left: 67px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitleHeaderText {
    padding: 0 0 0 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 100;
    text-transform: none;
    display: inline-block;
}

#header h1 a {
    color: #444;
}

#header h1 a:hover {
    text-decoration: none;
}

#header h1 a span {
    color: #4d9900;
    font-weight: normal;
}

/* RESULTLIST / CHANGEMAP */
#resultList, #changeMap {
    background: #FFF;
}

#resultList .iconRLToggleIn, #changeMap .iconRLToggleIn, #resultList .iconRLToggleOut, #changeMap .iconRLToggleOut {
    position: absolute;
    right: -16px;
    top: -16px;
}

#changeMap h2 {
    padding: 10px 15px 0px 15px;
    font-weight: bold;
}

#changeMap p {
    padding: 10px 15px 0px 15px;
}

#changeMap hr {
    height: 1px;
    margin: 10px 0px;
    border: 1px dotted #CCC;
    border-bottom: none;
}

#changeMap .slideBar {
    padding: 10px;
    margin: 0px 15px 5px 15px;
    background: none repeat scroll 0 0 #FDFBA4;
    border: 1px dotted #CCCCCC;
    border-top: none;
}

#changeMap #slider {
    height: 1px;
    margin: 15px;
}

#changeMap #slider a {
    margin-top: -4px;
    border-radius: 10px;
}

#changeMap #sliderValue {
    display: block;
    text-align: center;
    font-weight: bold;
}

#changeMap .iconOpacity {
    position: absolute;
    top: -8px;
}

#changeMap input[type="text"] {
    width: 50px;
    margin: 10px;
    background: #FDFBA4;
    border: 1px dotted #CCCCCC;
    text-align: center;
}

#resultList h4 {
    color: #CCCCCC;
    vertical-align: bottom;
    font-weight: normal;
    padding: 5px 0;
    width: 258px;
    padding-left: 15px;
    background: white;
    z-index: 1;
    left: 0px;
    position: absolute;
}

#resultList h4 a span:first-child + span {
    position: absolute;
    right: 16px;
    top: 6px;
    cursor: pointer;
}

#resultList menu {
    z-index: 1;
    left: 0px;
    top: 28px;
    position: absolute;
    width: 258px;
    padding: 5px 0;
    padding-left: 15px;
    background: #FFF;
    border-top: 1px dotted #CCC;
}

#resultList menu a {
    position: absolute;
    top: 5px;
}

#resultList menu .iconTbSmall {
    left: 15px;
}

#resultList menu .iconTbMedium {
    left: 130px;
}

#resultList menu .iconTbLarge {
    right: 15px;
}

#resultList .wrapper {
    width: 275px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    position: absolute;
    padding-top: 60px;
    top: 0;
    bottom: 0px;
    padding: 66px 0px 0 15px;
    z-index: 0;

}

#resultList nav {
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 273px;
    height: 20px;
    padding: 5px 0;
    background: #fff;
    border-top: 1px dotted #ccc;
}

#resultList nav .back {
    float: left;
    margin-left: 15px;
    display: none;
}

#resultList nav .next {
    float: right;
    margin-right: 15px;
    display: none;
}

/*THUMBNAILS*/
#resultList article {
    float: left;
    padding: 0 16px 16px 0;
    z-index: 0;
}

#resultList article div, #gMap article div {
    background: #FFF;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

#resultList article div:hover {
    position: relative;
    z-index: 1000;
    margin-top: -8px;
    background: #FFF;
    padding: 5px;
    border: 1px solid #CCC;
    -moz-box-shadow: 2px 5px 8px #444444;
    -webkit-box-shadow: 2px 5px 8px #444444;
    box-shadow: 2px 5px 8px #444444;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 3, Direction = 135, Color = '#444444');
    position: relative;
}

/*HANDELS THE IMG ICONS USER/STAR/KB */
article div .imgIcon {
    text-align: right;
    height: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: -16px;
    z-index: 1;
    position: relative;
}

#resultList article div:hover .imgIcon, #gMap article div .imgIcon {
    height: 18px;
    padding: 0;
    /*margin: 0;*/
}

/*CENTER IMG IN OVERFLOW HIDDEN MODE */
#resultList article div .img a span img {
    position: relative;
    left: -50%;
}

#resultList article div .img a span {
    position: absolute;
    display: block;
}

#resultList article div:hover .img a span {
    position: static !important;
}

#resultList article div:hover .img a span img {
    position: static !important;
    display: inline;
}

#resultList article div:hover .img a {
    width: auto !important;
    height: 100% !important;
    background: #444;
    display: block;
    text-align: center;
}

#resultList article div .img {
    padding: 0;
}

#resultList article div .img a {
    position: relative;
    display: block;
    overflow: hidden;
}

/*TOGGLES CONTENT HEADER/DESCRITTION */
#resultList article div header, #resultList article div .description {
    display: none;
}

#resultList article div:hover header, #resultList article div:hover .description {
    display: block;
}

#resultList .left:hover {
    left: -10px !important;
}

#resultList div.right:hover {
    left: auto !important;
    right: 5px !important;
    position: absolute;
}

/*ONECOL RULES*/
#resultList .oneCol article {
    width: 70px;
    height: 70px;
}

#resultList .oneCol article div {
    width: 70px;
}

#resultList .oneCol article div .img a {
    width: 70px;
    height: 70px;
}

#resultList .oneCol article div img {
    min-width: 70px;
}

#resultList .oneCol article div:hover {
    width: 150px;
}

#resultList .oneCol article div:hover {
    left: -42px;
}

#resultList .oneCol article div .img a span {
    left: 35px;
}

/*TWOCOL RULES*/
#resultList .twoCol article {
    width: 113px;
    height: 113px;
}

#resultList .twoCol article div {
    width: 113px;
}

#resultList .twoCol article div .img a {
    width: 113px;
    height: 113px;
}

#resultList .twoCol article div img {
    min-width: 113px;
}

#resultList .twoCol article div:hover {
    width: 200px;
}

#resultList .twoCol article div:hover {
    left: -56px;
}

#resultList .twoCol article div .img a span {
    left: 56px;
}

/*THREECOL RULES*/
#resultList .threeCol article {
    width: 242px;
    height: 150px;
}

#resultList .threeCol article div {
    width: 242px;
}

#resultList .threeCol article div .img a {
    width: 242px;
    height: 150px;
}

#resultList .threeCol article div:hover {
    width: 250px;
}

#resultList .threeCol article div:hover {
    margin-left: -8px;
}

#resultList .threeCol article div .img a span {
    left: 121px;
}

/*HANDELS CONTENT*/
#resultList header h3 {
    padding: 5px 0 0 0;
    margin: 0;
}

#resultList .description {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}

/* FOOTER 
*********************************************************************/
#footer {
    border-top: 1px dotted #CCC;
    font-size: 11px;
    background: #FFF;
}

#footer nav {
    padding: 10px 0 10px 15px;
}

#footer nav a {
    display: inline-block;
}

#footer nav a {
    display: inline-block;
    padding: 0 15px 0 0;
    line-height: 16px;
}

/* ICONS */
/*16x16 icons*/
.iconUser, .iconKbUser, .iconTbSmall, .iconTbMedium, .iconTbLarge, .iconRss, .iconRLToggleIn, .iconRLToggleOut,
.iconDot, .iconToggleDown, .iconToggleUp, .iconFavorite, .iconKb, .iconEdit, .iconLike, .iconRemove, .iconRemoveImg,
.iconImgBack, .iconImgNext, .iconLinkArrow, .iconSave, .iconOpacity, .iconAlmostCorrect {
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: inline-block;
    background: transparent url(../img/iconPack.png) no-repeat 0 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
}

.iconKbUser {
    background-position: -1px -41px;
    background-color: #FFF;
}

.iconUser {
    background-position: -18px -41px;
    background-color: #FFF;
}

.iconFavorite {
    background-position: -52px -24px;
    background-color: #FFF;
}

.iconAlmostCorrect {
    background: transparent url(../img/kblogo_red.png) no-repeat 0 0;
    /*position: absolute;
    right: 0px;
    width: 16px;
    height: 16px;*/
}

.iconFullScreen {
    background: transparent url(../img/iconFullscreen.gif) no-repeat 0 0;
}

.iconTbLarge {
    background-position: -1px -24px;
}

.iconTbMedium {
    background-position: -18px -24px;
}

.iconTbSmall {
    background-position: -35px -24px;
}

.iconRss {
    background-position: -136px -24px;
}

.iconToggleDown, .iconToggleUp {
    background-position: -20px -60px;
    width: 17px;
    height: 17px;
    background-color: #FFF;
}

.iconToggleUp {
    background-position: -1px -60px;
}

.iconRLToggleIn {
    background-position: -170px -41px;
}

.iconRLToggleOut {
    background-position: -136px -41px;
}

.iconDot {
    background-position: -204px -41px;
    background-color: #FFF;
    height: 17px;
    width: 17px;
}

.iconKb {
    background-position: -224px -41px;
    background-color: #FFF;
}

.iconEdit {
    background-position: 0px 0px;
}

.iconLike {
    background-position: -39px -1px;
}

.iconRemove {
    background-position: -107px 1px;
    width: 9px;
    height: 16px;
}

.iconRemove:hover {
    background-position: -87px 1px;
}

.iconImgBack, .iconImgNext {
    height: 144px;
    width: 20px;
    background-position: -0px -138px;
}

.iconImgBack:hover {
    background-position: -20px -138px;
}

.iconImgNext {
    background-position: -60px -138px;
}

.iconImgNext:hover {
    background-position: -40px -138px;
}

.iconLinkArrow {
    background-position: -53px 1px;
}

.iconSave {
    background-position: -154px -22px;
}

.iconOpacity {
    background-position: -104px -22px;
}

#notificationInfo, #notificationBar {
    background-color: #FFF;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -25px;
    width: 200px;
    opacity: 0.85;
    position: fixed;
    z-index: 999999;
    border-radius: 10px;
    text-align: center;
    display: none;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    -moz-box-shadow: 2px 5px 8px #959695;
    -webkit-box-shadow: 2px 5px 8px #959695;
    box-shadow: 2px 5px 8px #959695;
}

#notificationBar {
    border: 5px solid #9d3d37;
    color: #9d3d37;
}

#notificationInfo {
    border: 5px solid #4d9900;
    color: #4d9900;
}

#leftmenu {
    background-color: #fff;
}

#busyIcon {
    position: absolute;
    top: 100px;
    left: 123px;
    display: none;
}

#busyIconCenter {
    position: absolute;
    top: 45px;
    left: 50%;
    display: none;
}

.mapControlButton {
    background-color: #fff;
    border: 1px solid #717b87;
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    cursor: pointer;
    text-align: center;
}

.mapControlButton:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e6e6e6));
}

.mapControlText {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    color: #333;
}

.mapControlText:hover {
    color: #000;
}

.mapControlLabel {
    background-color: #fff;
    border: 1px solid #717b87;
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;

    text-align: center;
}

.mapControlTextLabel {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    color: #000;
    font-weight: lighter;

}

.selected {
    font-weight: bold;
    color: #000;
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#slider {
    border-radius: 0px !important;
}

#green .ui-slider-range {
    background: #8ae234;
}

#green .ui-slider-handle {
    border-color: #8ae234;
}

#correctness-text {
    width: 100px;
    font-weight: 300;
    padding-top: 2em;
}

.correctness-text-ok {
    color: #4d9900;
    font-weight: 300;
    text-align: right;
}

.correctness-text-not-ok {
    text-align: left;

}

#user-list ul {
    list-style: decimal;
    color: #a9a9a9;
}

#user-list li:nth-child(odd) {
    background: #CCC
}

#user-list li {
    list-style: decimal;
    color: #444;
}

.split-para {
    display: block;
    margin: 3px;
}

.split-para span {
    display: block;
    float: right;
    width: 50%;
    margin-left: 10px;
    text-align: right;
}

.numberFormatText {
    display: inline-block;
    padding: 0 0 0 0;
}


.numberFormatTextClean {
    text-align: right;
    font-size: 1.15em;
    font-weight: bold;
    font-family: Garamond, Georgia, serif;
}


.numberPointsRight {
    display: inline-block;
    text-align: right;
    padding: 0 0 0 0;
    float: right;
    width: 50%;
}

/******** image orientation classes ****/
.cw90 img{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


.cw180 img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.ccw90 img{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flipped{
    -webkit-transform: scalex(-1);
    -moz-transform: scalex(-1);
    -ms-transform: scalex(-1);
    -o-transform: scalex(-1);
    transform: scalex(-1);
}


.flipped #lpPhoto_info{
    -webkit-transform:scalex(-1) !important;
    -moz-transform:scalex(-1) !important;
    -ms-transform:scalex(-1) !important;
    -o-transform:scalex(-1) !important;
    transform:scalex(-1) !important;
}

.neutral{
    -webkit-transform:scalex(1) !important;
    -moz-transform:scalex(1) !important;
    -ms-transform:scalex(1) !important;
    -o-transform:scalex(1) !important;
    transform:scalex(1) !important;
}

.neutral img{
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

#editImagePanel button{
    background-color: white;
}

.selected-but{
    border: 2px solid #3e7b00;
}

.cookie{
    padding-right: 17px!important;
    background: transparent url(../img/cookieiconsmall.png) no-repeat 100% 50%;
}

/******English***********/
.english{
    height:90%;
    margin: 20px;
}

.english h1{
    font-size: 2.5em;
}

.english h2 {
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    padding-top: 1.8em;
    padding-bottom: 0.5em;
}

/******** Statistic ***************/
div.serie:nth-child(even) {
    background: #CCC
}

#statistiktabel {
    width: 800px;
}

.sylvest {
    font-weight: bold;
}

#statistiktabel h2{
    font-weight: bold;
}

.nolink {
    color: #CCC;
    cursor:default;
}

.nolink:hover {
    text-decoration:none;
}



