/** Global CSS which is not imported from ui-components module. You can change values here directly. */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
}
img {
  border: 0px;
}
.corena-notification .inner {
	background-color: #FFFFCC;
	background-image: url("../images/common/info_16.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	width: 100%;
	min-width: 1252px;/* 1262-margin */ 
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 40px;
	color: #777777;
	border-bottom: 1px dotted #CCCCCC;
}
.corena-main-content {
	width: 100%;
	min-width: 1252px;/* 1262-margin */ 
	/*margin-left: 10px;*/
}

/** Bringing horizonal navigation, modal overlay and dialog in the right order again */
.ui-widget-overlay {
	position: fixed;
    z-index: 100;
}
.ui-dialog {
    z-index: 101;
}

/** Actual style guide requires anchors to be styled. Use cssClass="actionlink". */
.actionlink {
	background: url('images/link_icon.png') no-repeat left center;
	color: #666666;
	text-decoration: none;
	padding-left: 13px;
	cursor: pointer !important;
}
.actionlink:hover {
	background: url('images/link_icon_hover.png') no-repeat left center;
	color: #000066;
	cursor: pointer !important;
}

.navigationtabs .ui-tabs .ui-tabs-nav .ui-state-active, .corena-toolbar-btn-selected {
	background: linear-gradient(#35357E 100%, #101059 100%);
} 

.corena-ui-toolbar {
  background: linear-gradient(#EEE 100%, #DDD 100%) ;
}

.corena-ui-previewpane-label {
	white-space: nowrap !important;
}
