/* Toolbar */
.viewer {
	width: 100%;
	height: 100%;
	border: 0px none;
	background-color: #ccc;
	padding: 0px;
}


#RViewerContainer {
    background-color: #ccc;
    height: 100%;
}

.toolbar {
	z-index: 100;
}

.rviewerTop {
   top: -55px;
}

/* Icons */
.iconHelp {
	background-image: url("../images/help_browser.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
}
.iconSearch {
	background-image: url("../images/searchToolbar.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
}
.iconToogle {
	background-image: url("../images/magic_ball.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
	color: red;
}
.iconStructure {
	background-image: url("../images/structure.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
}
.iconBack {
	background-image: url("../images/Trefflistepil.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 12px;
}
.iconPrevious {
	background-image: url("../images/Arrow_left.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 12px;
} 
.iconNext {
	background-image: url("../images/Arrow_right.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 12px;
} 
.iconSingle {
	background-image: url("../images/document_a4_blank.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
}
.iconBook {
	background-image: url("../images/dobbeltsidevisning.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 23px;
}
.iconThumbnail {
	background-image: url("../images/view_thumbnail.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
} 
.iconInfo {
	background-image: url("../images/info.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
} 
.iconSocial {
	background-image: url("../images/share.png");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
} 
.iconPdf {
	background-image: url("../images/pdf.gif");
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	width: 18px;
} 

.alertFlashUpgrade {
    background-color: #C70000;
    color: white;
    margin: 15px 0;
    padding: 10px;
    font-weight: bold;
}
.alertIcon {
    float :left;
    font-size: 23px;
}
.alertContent {
    text-align: center;
}
.alertText {
    
}
.alertLink {
    
}
.alertFlashUpgrade a, .alertFlashUpgrade a:hover {
    color: white;
    text-decoration: underline;
}
