h1 {
    clear: both;
}

/* Tags */
span.notselected .dijitButtonNode  {
    background-color: gray !important;
}

#tagList {
    display: inline-block;
}

.geoItem {
    float: left;
    padding: 10px;
    background-color: #F1F1F1;
    border: 1px solid #DADADA;
    margin: 20px;
    cursor: pointer;
    width: 350px;
    height: 80px;
    color: #535548;
    overflow-y: auto;
}

.geoItem:hover {
    background-color: #E0E0E0;
}

.geoImg {
    float: left;
    margin-right: 10px;
}

.geoInfo {
    margin-left: 110px;
}

.geoInfo label {
	display: inline-block;
	font-size: 12px;
}

.geoInfo span {
    font-size: 12px;
}

.geolarge {
    font-weight: bold;
}

.geocomment {
    font-size: 11px;
    margin-top: 5px;
}

.geosmall {
    font-size: 10px;
    font-style: italic;
    color: rgb(114, 114, 114);
}

.geoDeleted {
    color: #C10A26;
}

.mySuperNav {
    list-style: none;
    margin: 0px;
    display: inline-block;
}

.mySuperNav li {
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 10px;
    background-color: #C10A26;
    color: white;
    font-weight: bold;
}

.mySuperNav li:hover {
    cursor: pointer;
}

.mySuperNav li.selected {
    background-color: darkgray;
}

.grayhover li:hover {
    background-color: darkgray;
}

.loadMore {
    cursor: pointer;
    color:  #c10a26;
    clear: both;
    margin: 10px 0px;
    text-align: center;
}

#profileContent {
	display: inline-block;
}

#shareContainer {
    display: inline-block;
}

/*
* Popup dialog for deling av lister
*/
.listAccessContainer {
    display: inline;
}
.listAccessContainer > label {
    float: left;
}
.listAccessContainer > a {
    float: right;
    padding-right: 100px;
}
.listAccessContainer hr {
    margin: 20px 0 20px 0;
}
.sharedLink {
    margin: 0 0 20px 0;
}
.sharedLink label, .listAccessContainer > label {
    display: inline-block;
    margin-left: 10px;
}

.sharedLink input {
    width: 85%;
}

.sharedLink img {
    height: 32px;
    width: 32px;
    margin: 10px 10px 0 0;
}

.sharedLink img:HOVER {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    cursor: pointer;
}

.sharedLink a:HOVER {
   text-decoration: none;
}

.sharedDialogError {
	font-weight: bold;
	color: red;
	padding: 0 0 10px 10px;
}


#myLibraryByListname > .lists > form {
	display: inline-block;
	margin: 0px 0px 0px 10px;
}

#navigatorsMyPage .mediatypeText {
	color: black;
}

#navigatorsMyPage .selectedMediaType {
	color: #c35762;
}

div.lists h3 {
	display: inline-block;
}

h3#orginalUserlistName {
	margin-left: 10px;
	opacity: 0.4;
}

div#userlistActions {
	display: block;
}

div#userlistActions div.userlistAction {
    display: inline-block;
    margin-right: 10px;
}