<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This file is part of Mura CMS. 

	Mura CMS is free software: you can redistribute it and/or modify 
	it under the terms of the GNU General Public License as published by 
	the Free Software Foundation, Version 2 of the License. 

	Mura CMS is distributed in the hope that it will be useful, 
	but WITHOUT ANY WARRANTY; without even the implied warranty of 
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
	GNU General Public License for more details. 

	You should have received a copy of the GNU General Public License 
	along with Mura CMS.  If not, see &lt;http://www.gnu.org/licenses/&gt;. 

	However, as a special exception, the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 

	In addition, as a special exception,  the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS  with independent software modules that communicate with Mura CMS solely 
	through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
	provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS 
	plugin installation API, (b) must not alter any default objects in the Mura CMS database 
	and (c) must not alter any files in the following directories except in cases where the code contains 
	a separately distributed license.

	/trunk/www/admin/ 
	/trunk/www/tasks/ 
	/trunk/www/config/ 
	/trunk/www/requirements/mura/ 

	You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
	the source code of that other code when and as the GNU GPL requires distribution of source code. 

	For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
	for your modified version; it is your choice whether to do so, or to make such modified version available under 
	the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception 
	to your own modified versions of Mura CMS. */

/* @group All Versions */
a.submit, #datePicker a.submit {
	background: url(../images/btn.gif) no-repeat top left;
	padding: 0 0 0 8px;
}
table td.administration li.rss { background: url(../images/icons/rss_14.gif) no-repeat; }
	
#emailGroupsLists {
	width: 640px;
}

a.tooltip {
	background: url(../images/icons/icon_tool_tip.gif) no-repeat right 1px;	
}

.first a.tooltip:hover span {
	top: 22px !important;
	left: 30px !important;
}

a.tooltip:hover span {
	top: 30px !important;
	left: 30px !important;
}

a.expand:hover span {
	width: 250px;
}

#loginForm { /* This is to fix the Login button being cut off in IE6 and IE7. */
	padding: 0 0 2px 0;
}

#cEmail form#bounces { /* This is to fix the Delete button being cut off in IE6 and IE7. */
	padding: 0 0 2px 0;
}

#cEmail #advancedSearch form {
	margin: 0;
	padding: 0 0 8px;
}

form.sessionHistory dl {
	width: 100% !important;
}

form.sessionHistory a.submit {
	clear: both;
}

.mura-grid li {
	width: 914px;
}

.mura-grid dt {
	width: 362px;
}

#mura-nodes li .admin {
	width: 110px;
	margin: 0;
}

#mura-nodes li .admin li {
	width: auto;
}

.mura-grid-hdr .admin {
	width: 110px;
}

.mura-grid li dt a.title  {
	background-repeat: no-repeat !important;
	background-position: center left !important;
}

#mura-nodes dt {
	position: relative;
}

#mura-nodes dt .mura-title-fade {	
	display: none; /* Couldn't get the div to show up when absolutely positioned in IE so we're hiding it to make sure it doesn't blow anything up inadvertently */
}

/* @group Nested Offsets */
/*#mura-nodes li .title { background: red; zoom: 1; }*/

#mura-nodes li .title { width: 297px; }
#mura-nodes li li .title { width: 281px; }
#mura-nodes li li li .title { width: 261px; }
#mura-nodes li li li li .title { width: 241px; }
#mura-nodes li li li li li .title { width: 221px; }
#mura-nodes li li li li li li .title { width: 201px; }
#mura-nodes li li li li li li li .title { width: 181px; }
#mura-nodes li li li li li li li li .title { width: 161px; }
#mura-nodes li li li li li li li li li .title { width: 141px; }
#mura-nodes li li li li li li li li li li .title { width: 121px; }
#mura-nodes li li li li li li li li li li li .title { width: 101px; }
#mura-nodes li li li li li li li li li li li li .title { width: 81px; }
#mura-nodes li li li li li li li li li li li li li .title { width: 61px; }

/* @end */

/* @group Category Assignment */

dd.categoryAssignment {
	background: #fcfeff;
}

dd.categoryAssignment div {
	height: 24px;
	line-height: 24px;
}

dd.categoryAssignment div div.column {
	top:  0;
	margin-top: 0 !important;
}

dd.categoryAssignment select {
	position: static;
	width: 4em;
	margin: 0 0 0 0;
}

dd.categoryAssignment select.displayOptions {
	margin: 0 0 0 10px;
	width: 7.5em;
}

dd.categoryAssignment select.dropdown {
	position: relative;
	top: 3px;
}

dd.categoryAssignment input.textAlt {
	width: 6.5em;
	margin: 0 0 0 0;
}

/* @end */
.separate {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	background: url(../images/rule_dotted_big.gif) repeat-x;
}

/* @end */

/* @group IE 6 */
* html #container { height: 1%; width: 1150px; }
* html #content { height: 1%; width: 980px; }
* html #content form { height: 1%; width: 980px; }

* html #clogin #container { width: 100%; }
* html #clogin #content { width: 290px; }
* html #clogin #content #login { width: 290px; }
* html #clogin #content #login form { width: 290px; }


* html #cdashboard #contentSecondary form {
	width: 230px;
}


* html #header #welcome {
	right: 150px;
}

* html #navUtility #navLogout {
		width: 74px !important;
}

* html #navLogout a {
	background: blue;
}

* html a.tooltip {
	background: none;
	color: #F96509 !important;	
}

* html a.tooltip:hover {
	font-size: 99%; /* Fixes IE 5.5 bug. */
}

* html a.addCriteria {
	background: url(../images/icons/ie6/add_32.gif) no-repeat center left;
	height: 14px;
	width: 14px;
	padding-left: 14px;
	line-height: 14px;
	color: #666;
}

* html a.removeCriteria {
	background: url(../images/icons/ie6/del_32.gif) no-repeat center left;
	height: 14px;
	width: 14px;
	padding-left: 16px;
	padding-right: 6px;
	line-height: 14px;
	color: #666;
}


* html li.Gallery {
	background: transparent url(../images/icons/ie6/smicn_32.gif) no-repeat 12px 1px;
	color: #333232;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 2px 31px;
}

* html li.Image {
	background: transparent url(../images/icons/ie6/image_32.gif) no-repeat 10px 1px;
	color: #333232;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 2px 31px;
}

* html li.GalleryLocked {
	background: transparent url(../images/icons/ie6/smicn_32_locked.gif) no-repeat 11px 1px;
	color: #333232;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 2px 31px;
}

* html li.ImageLocked {
	background: transparent url(../images/icons/ie6/image_32_locked.gif) no-repeat 10px 1px;
	color: #333232;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 2px 31px;
}

* html #cCategory table td.add a, #cFeed table td.add a {
	background: url(../images/icons/ie6/add_32.gif) no-repeat center center;
}

* html table td.add a { background: url(../images/icons/ie6/add_32.gif) no-repeat center center; }

* html .addNew #newPage {
	zoom: 1;
}

* html .addNew #newCopy a { background: url(../images/icons/ie6/copy_24.gif) no-repeat 1px 5px; }
* html .addNew #newZoom a { background: url(../images/icons/ie6/zoomi_24.gif) no-repeat 1px 5px;  }
* html .addNew #newPage a {  background: url(../images/icons/ie6/docs_24.gif) no-repeat 1px 5px; }
* html .addNew #newLink a { background: url(../images/icons/ie6/web_24.gif) no-repeat 1px 5px; }
* html .addNew #newFile a { background: url(../images/icons/ie6/cms_file.gif) no-repeat 1px 5px; }
* html .addNew #newPortal a { background: url(../images/icons/ie6/foldr_24.gif) no-repeat 1px 5px; }
* html .addNew #newCalendar a { background: url(../images/icons/ie6/cal_24.gif) no-repeat 1px 5px; }
* html .addNew #newGallery a { background: url(../images/icons/ie6/smicn_24.gif) no-repeat 0px 5px; }
* html .addNew #newGalleryItem a { background: url(../images/icons/ie6/image_24.gif) no-repeat 0px 5px; }

* html table td.administration li.edit { background: url(../images/icons/ie6/edit_24.gif) no-repeat; }
* html table td.administration li.versionHistory { background: url(../images/icons/ie6/hist_24.gif) no-repeat; }
* html table td.administration li.permissions { background: url(../images/icons/ie6/group_24.gif) no-repeat; }
* html table td.administration li.delete { background: url(../images/icons/ie6/remov_24.gif) no-repeat; }
* html table td.administration li.viewReport { background: url(../images/icons/ie6/chart_24.gif) no-repeat; }
* html table td.administration li.download { background: url(../images/icons/ie6/redo_24.gif) no-repeat; }
* html table td.administration li.manageData { background: url(../images/icons/ie6/confg_24.gif) no-repeat; }

* html table td.administration li.editOff { background: url(../images/icons/ie6/edit_24_off.gif) no-repeat; }
* html table td.administration li.versionHistoryOff { background: url(../images/icons/ie6/hist_24_off.gif) no-repeat; }
* html table td.administration li.permissionsOff { background: url(../images/icons/ie6/group_24_off.gif) no-repeat; }
* html table td.administration li.deleteOff { background: url(../images/icons/ie6/remov_24_off.gif) no-repeat; }

* html table td.administration li.moveCopy { background: url(../images/icons/ie6/move_24.gif) no-repeat; }
* html table td.administration li.source { background: url(../images/icons/ie6/notep_24.gif) no-repeat; }
* html table td.administration li.rename { background: url(../images/icons/ie6/wiz_24.gif) no-repeat; }
* html table td.administration li.viewUnzip { background: url(../images/icons/ie6/open_24.gif) no-repeat; }
* html table td.administration li.manipulate { background: url(../images/icons/ie6/confg_24.gif) no-repeat; }

* html table td.administration li.moveCopyOff { background: url(../images/icons/ie6/move_24_off.gif) no-repeat; }
* html table td.administration li.sourceOff { background: url(../images/icons/ie6/notep_24_off.gif) no-repeat; }
* html table td.administration li.renameOff { background: url(../images/icons/ie6/wiz_24_off.gif) no-repeat; }
* html table td.administration li.viewUnzipOff { background: url(../images/icons/ie6/open_24_off.gif) no-repeat; }
* html table td.administration li.manipulateOff { background: url(../images/icons/ie6/confg_24_off.gif) no-repeat; }

* html #navZoom li.first {
    padding: 0 0 0 20px;
	background: url(../images/icons/ie6/zoomi_24.gif) no-repeat;
    }
    
* html .mura-grid, * html #mura-nodes li, * html #mura-nodes dl, * html .mura-grid-hdr   { height: 1%; position: relative; width: 918px; }
* html .mura-grid .admin li.deleteOff, * html .mura-grid .admin li.deleteOn { margin-right: 0; }
* html .mura-grid-hdr dt { width: 364px; }
* html .mura-grid-hdr .admin { width: 113px; }



/* @group Nested Offsets */

* html #mura-nodes li .title { width: 80%; }
* html #mura-nodes li li .title { width: 76%; }
* html #mura-nodes li li li .title { width: 71%; }
* html #mura-nodes li li li li .title { width: 66%; }
* html #mura-nodes li li li li li .title { width: 61%; }
* html #mura-nodes li li li li li li .title { width: 56%; }
* html #mura-nodes li li li li li li li .title { width: 50%; }
* html #mura-nodes li li li li li li li li .title { width: 45%; }
* html #mura-nodes li li li li li li li li li .title { width: 40%; }
* html #mura-nodes li li li li li li li li li li .title { width: 35%; }
* html #mura-nodes li li li li li li li li li li li .title { width: 30%; }
* html #mura-nodes li li li li li li li li li li li li .title { width: 25%; }
* html #mura-nodes li li li li li li li li li li li li li .title { width: 20%; }

/* @end */

/* @end */
</pre></body></html>