<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /** General settings **/

.hide_value_on_focus_default, .hint {
    color: #ccc !important;
}
.auto_value {
    color: #aaa !important;
}

td {
	vertical-align: middle !important;
}

#footer {
	margin-top: 2em;
}

.odd {
    background-color: #F0F0F0;
}

.even {
    background-color: #FFF;
}

div.flash-alerts {
    font-weight: bold;
    padding: 1em;
    border: 1px solid #b22222;
    background-color: #eda2a2;
    margin: 1em 0;
}

.loading-bar {
	background: transparent url(../images/ajax-loader-bar.gif) no-repeat 0 0;
}

div#breadcrumb p.log_status_breadcrumb {
	text-align: inherit;
	position: relative;
	padding: 0 0.5em;
	top: 2px;
}

a.changeSiteLink, a.logoutLink {
	text-decoration: none;
}

a.changeSiteLink:hover, a.logoutLink:hover {
	text-decoration: underline !important;
}

.highlight {
	background-color:#fff568;
	border:1px solid #ebdc4f;
	padding:1em;
}

/** Login area **/

#login_wrapper, #login_info {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

#login_form {
    width: 20em;
    border-left: 1px solid #ccc;
    float: right;
    margin-left: 2em;
    padding-left: 2em;
}

/** Forms **/

.withabove {
	background:#FFFFFF url(../images/withabove.png) no-repeat scroll 10px 0pt;
	margin:0 1em 1em 0;
	padding:0 0 0 35px;
}

form.highlight {
	padding: 2em;
	background-color: #ddd;
	border: 1px solid #3c3c3c;
	margin-bottom: 2em;
}

form.highlight p.hint {
	color: #000 !important;
	font-style: italic;
}

dl.zend_form dt {
    font-weight: bold;
    color: #363636;
    font-size: 110%;
}

dl.zend_form dd {
	margin: 2px 0 0.5em 0;
}

span[rel=tooltip] {
	margin: 0.5em;
	padding: 0.1em 0.25em;
	border: 1px solid #555;
	background-color: #91aa9d;
	cursor: pointer;
}

.disclaimer {
	font-size: 90%;
	font-style: italic;
	margin-top: 2em;
}

ul.errors {
    border: 1px solid #ee1c24;
    background-color: #fcc;
    padding: 0.3em;
    margin-top: 0.5em;
}

ul.errors li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/** Pagination **/

.paginationControl {
    clear: both;
}

/** Tables **/

table.generic {
    border-collapse:collapse;
    clear:both;
    margin:10px 0pt 15px;
    text-align:left;
    width:100%;
}

table.generic th {
    background-color: #6CAD62;
    color: #fff;
    text-align:left;
    border:1px solid #CDCDCD;
    padding:0.5em;
}

table.generic td {
    border:1px solid #CDCDCD;
    padding:0.5em;
    vertical-align:top;
}

table.generic .left {
    text-align: left !important;
}

table.generic .center, table.generic .centre {
    text-align: center !important;
}

table.generic .right {
    text-align: right !important;
}

table.generic .nb {
	border-left: 0;
	border-right: 0;
}

table.generic .nbl {
	border-left: 0;
}

table.generic .nbr {
	border-right: 0;
}

/** People pages **/

ul#sortable {
	padding-left: 3px;
	margin-left: 0;
	list-style: none;
}

ul#sortable li {
	/*cursor: pointer;*/
}

ul#sortable .draghandle {
    cursor: n-resize
}

ul#sortable .group-state-highlight {
    height:1.70em;
    border: 1px solid dashed;
    background-color:#ccc;
}

.profile-divider {
	border-bottom: 1px solid #eee;
	margin-bottom: 0.8em;
}

ul#sortable li img.draghandle {
	position: relative;
	top: 2px;
	padding-right: 1em;
}

/** Files **/

a.filelock {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	cursor: pointer;
}

a.filelock span {
	display: none;
}

a.unlocked {
	background: transparent url(../images/lock-grey.png) no-repeat 2px 2px;
}

a.locked {
	background: transparent url(../images/lock.png) no-repeat 2px 2px;
}

a.fileUsage {
    font-size: 120%;
    margin: 1em 0;
    display: inline-block;
    font-weight: bold;
}

/** Pages **/

.pagesIcon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/wcm/images/icon-blank.png);
	background-repeat: no-repeat;
	margin: 0 2px;
	float: left;
}

.pagesIcon span {
	display: none;
}

.pagesMove { background-image: url(/wcm/images/page-move-light.png); }
.pagesMove:hover { background-image: url(/wcm/images/page-move.png); }
.pagesAdd { background-image: url(/wcm/images/page-add-light.png); }
.pagesAdd:hover { background-image: url(/wcm/images/page-add.png); }
.pagesDelete { background-image: url(/wcm/images/page-delete-light.png); }
.pagesDelete:hover { background-image: url(/wcm/images/page-delete.png); }
.pagesEdit { background-image: url(/wcm/images/page-edit-light.png); }
.pagesEdit:hover { background-image: url(/wcm/images/page-edit.png); }
.pagesView { background-image: url(/wcm/images/page-view-light.png); }
.pagesView:hover { background-image: url(/wcm/images/page-view.png); }
.pagesReplace { background-image: url(/wcm/images/page-replace-light.png); }
.pagesReplace:hover { background-image: url(/wcm/images/page-replace.png); }


/** Media **/

table.media_list {
    border-collapse: collapse;
    width: 100%;
}
div.media_list_image {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
	float: left;
}
table.media_list dt {
    float: left;
    clear: left;
    width: 7em;
    text-align: left;
    font-weight: bold;
}
table.media_list dt:after {
    content: ":";
}
table.media_list dd {
    margin: 0 0 0 7em;
    padding: 0 0 0.5em 0;
}

a.banner_select {
	display: block;
    margin-bottom:1em;
}

a.banner_select img {
    width:100%;
    max-width:700px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(51, 51, 51, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(51, 51, 51, 0.3); 
}

a.banner_select img:hover {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(204, 204, 0, 0.9);
    box-shadow: 0px 0px 5px 2px rgba(204, 204, 0, 0.9);	
}



</pre></body></html>