
/* - print.css - */
@media print {
/* http://www.rockyview.ab.ca/portal_css/print.css?original=1 */
body {
font-family: Baskerville, Georgia, Garamond, Times, serif;
font-size: 11pt !important;
}
h1, h2, h3, h4, h5, h6 {
border: none;
font-family: Baskerville, Georgia, Garamond, Times, serif;
}
div, p, ul, dl, ol {
width: auto;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
color: #520;
background: transparent;
}
/* */
div.pageBreak {
page-break-before: always;
}
/* */
#iconbar,
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.documentByLine,
.netscape4,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
#portal-footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.discussion input,
.overlay,
.close,
.visualNoPrint {
display: none;
}
.discussion .documentByLine {
display:block;
}

}


/* - deprecated.css - */
@media screen {
/* http://www.rockyview.ab.ca/portal_css/deprecated.css?original=1 */
/* */
/* */
/* */
/* */

}


/* - navtree.css - */
@media screen {
/* http://www.rockyview.ab.ca/portal_css/navtree.css?original=1 */
/* */
/* */
/* */
.portletNavigationTree {
padding: 0;
list-style: none !important;
list-style-image: none !important;
line-height: 1em;
}
.navTree {
list-style: none;
list-style-image: none;
margin-top: 1px;
}
.navTree li {
margin-bottom: 1px;
}
.navTreeItem {
display: block;
padding: 0;
margin: 0;
}
.navTreeItem a,
dd.portletItem .navTreeItem a {
border: 1px solid White;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
background-color: #DEE7EC;
color: #E3E3E3;
border: 1px solid #AECBD7;
}
.navTreeCurrentItem {
background-color: #DEE7EC;
color: #E3E3E3;
border: 1px solid #AECBD7 !important;
}
li.navTreeCurrentItem {
display: block;
padding: 0 0 0 1px;
margin: 0 0 2px -1px;
}
li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
display: block;
border: 1px solid #DEE7EC;
min-height: 1.6em;
line-height: 1.6em;
height: auto;
}
/* */
* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin-left: 1em;}
.navTreeLevel2 { margin-left: 0.75em; }
.navTreeLevel3 { margin-left: 0.75em; }
.navTreeLevel4 { margin-left: 0.75em; }
.navTreeLevel5 { margin-left: 0.75em; }
/* */

}


/* - invisibles.css - */
@media screen {
/* http://www.rockyview.ab.ca/portal_css/invisibles.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
ul.visualNoMarker,
ol.visualNoMarker {
list-style-type: none;
list-style-image: none;
margin: 0.5em 0 0 0;
}
.visualOverflow {
overflow: auto;
margin: 0 0 1em 0;
}
.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
margin: 0;
}
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
position: absolute;
top: -200px;
left: -200px;
}
.hiddenLabel {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
/* */
.visualClear {
display: block;
clear: both;
}
/* */
.netscape4 {
display: none;
}
/* */
tr.dragging td {
background-color: #ff6 !important;
}
.draggingHook {
cursor: move;
}
.notDraggable {
}
/* */
}


/* - forms.css - */
@media screen {
/* http://www.rockyview.ab.ca/portal_css/forms.css?original=1 */
/* */
/* */
textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
border: 1px solid #ddd;
border-color:#666 #ddd #ddd #666;
color: #595959;
background: White url(http://www.rockyview.ab.ca/input_background.png) repeat-x;
width: 100%;
}
input {
font-family: "Trebuchet MS", Arial, Verdana, Lucida, Helvetica, sans-serif;
visibility: visible;
border: 1px solid #ddd;
border-color:#666 #ddd #ddd #666;
color: #595959;
vertical-align: middle;
background: White url(http://www.rockyview.ab.ca/input_background.png) repeat-x;
font-size: 1em;
}
/* */
.noborder,
.documentEditable * .noborder {
border: none;
margin: 0;
background: none;
background-color: transparent;
}
input[type=checkbox] {
border: none;
margin: 0;
background: none;
background-color: transparent;
}
#searchGadget {
border: 1px solid #AECBD7;
}
button {
font-family: "Trebuchet MS", Arial, Verdana, Lucida, Helvetica, sans-serif;
visibility: visible;
border: 1px solid #AECBD7;
color: #595959;
vertical-align: middle;
background-color: #DEE7EC;
padding: 1px;
cursor: pointer;
font-size: 90%;
text-transform: lowercase;
}
select {
vertical-align: top;
}
form {
border: none;
margin: 0;
}
fieldset {
border: 1px solid #AECBD7;
margin: 1em 0em 1em 0em;
padding: 0em 1em 1em 1em;
line-height: 1.5em;
width: auto;
}
legend {
background: White;
padding: 0.5em;
font-size: 90%;
}
label {
font-weight: bold;
}
optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
option {
color: black;
}
optgroup > option {
padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
margin-left: 0;
padding-top: 2em;
}
#login-form {
width: 30em;
margin: 0 auto;
}
#login-form .field {
clear: none;
}
#login-form input {
font-size: 150%;
}
#login-form input.context {
padding: 1px 10px 1px 20px;
background-position: 9px 5px;
margin-bottom: 1em;
}
#forgotten-password {
float: right;
width: 35%;
margin: 0 1em;
}
.standalone,
.documentEditable * .standalone {
background: #DEE7EC url(http://www.rockyview.ab.ca/linkOpaque.png) 9px 1px no-repeat;
color: #595959;
cursor: pointer;
font-size: 90%;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
border: 1px solid #AECBD7;
}
.context,
.formControls .actionButtons .button,
.documentEditable * .context {
background: transparent url(http://www.rockyview.ab.ca/linkTransparent.png) 9px 1px no-repeat;
color: #595959;
cursor: pointer;
font-size: 90%;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
border: 1px solid #AECBD7;
}
.destructive,
.documentEditable * .destructive {
background: #ffce7b url(http://www.rockyview.ab.ca/linkTransparent.png) 9px 1px no-repeat;
border: 1px solid #ffa500;
color: #595959;
cursor: pointer;
font-size: 90%;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
border: 1px solid #AECBD7;
}
input.searchButton {
margin-bottom: 1px ! important;
color: #595959;
font-size: 90%;
background: White url(http://www.rockyview.ab.ca/search_icon.png) 2px 1px no-repeat;
cursor: pointer;
padding: 1px 1px 1px 19px;
text-transform: lowercase;
border: 1px solid #AECBD7;
}
.searchSection {
color: #76797c;
margin-top: 0.25em;
}
.searchSection label:hover {
color: #595959;
}
/* */
.field {
top: 0;
left: 0;
margin: 0 1em 1em 0;
clear: both;
}
.field .field {
margin: 0;
}
.fieldRequired {
background: url(http://www.rockyview.ab.ca/required.png) center left no-repeat;
padding: 0 0 0 8px;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
font-size: 90%;
color: #76797c;
margin: 0 0 0.2em 0;
}
.formHelp:hover {
color: #595959;
cursor: default;
}
div.error {
/* */
background-color: #fdc;
border: 1px solid #d00;
padding: 0.5em;
margin: 0 0 1em 0;
width: 95%;
}
.error .fieldRequired {
color: #d00;
}
/* */
#archetypes-fieldname-title input, input#form\.title {
font-size: 160%;
font-family: "Trebuchet MS", Arial, Verdana, Lucida, Helvetica, sans-serif;
font-weight: normal;
width: 99%;
}
#archetypes-fieldname-description textarea, textarea#form\.description {
font: 100% "Trebuchet MS", Arial, Verdana, Lucida, Helvetica, sans-serif;
font-weight: bold;
}
input.inputLabelActive {
color: #76797c;
}
textarea#form\.description {
height: 6em;
width: 99%;
}
tr.selected {
background-color: #ffa;
}
.kupu-save-message {
color: white;
font-weight: bold;
background-color: red;
padding: 0.3em;
position: fixed;
top: 0;
right: 0;
z-index: 999;
}
/* */

}


/* - ploneKss.css - */
@media screen {
/* http://www.rockyview.ab.ca/portal_css/ploneKss.css?original=1 */
#kss-spinner {
display:none;
width: 20px;
height: 20px;
position: fixed;
background-position: center center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}
.formlibInlineEditable,
.inlineEditable {
padding: 1px;
display: block;
}
body.kssActive .inlineEditable:hover,
body.kssActive .formlibInlineEditable:hover {
padding: 0;
border: 1px solid #ddd;
border-color: #666 #ddd #ddd #666;
cursor: text;
background: White url(input_background.png) repeat-x;
}
body.kssActive .inlineEditable a:hover,
body.kssActive .formlibInlineEditable a:hover {
cursor: pointer;
}
body.kssActive .formlibInlineForm:hover,
body.kssActive .formlibInlineForm a:hover {
padding: 1px;
border: none;
cursor: default;
background: none;
}
.inlineForm .formHelp,
.inlineForm .fieldRequired,
.inlineForm label {
display: none;
}
/* */
.inlineForm .ArchetypesSelectionWidget label {
display: inline;
}
.inlineForm #archetypes-fieldname-title input,
.inlineForm #archetypes-fieldname-title {
font-size: 100%;
}
/* */
h1 div.formControls input {
font-size: 55% !important;
}
}


/* - ++resource++rockyskin.stylesheets/main.css - */
@media all {
/* http://www.rockyview.ab.ca/portal_css/++resource++rockyskin.stylesheets/main.css?original=1 */
/* */
a {
color:#066AA9;
}
/* */
.state-all_users,
.state-all_users:visited,
.navTreeItem .state-all_users:visited,
.state-public,
.state-public:visited,
.navTreeItem .state-public {
color:#066AA9;
}
.state-members,
.state-members:visited {
color:#578308;
}
.navTreeItem .state-members:visited {
color:#FFF !important;
}
.navTreeItem .state-members {
color:#FFF !important;
background-color:#8CC63F;
}
dd.portletItem .navTreeItem a.state-members:hover {
color:#FFF;
background:#8CC63F url(/Plone/bg-member-sub-menu-hover.gif) repeat-y 0px 0px;
}
.state-internal,
.navTreeItem .state-internal,
dd.portletItem .navTreeItem a.state-internal,
.navTreeItem .state-internal:visited {
color: #F28500;
}
.state-internal:hover,
.navTreeItem .state-internal:hover {
color: #FF7F00;
}
.state-draft_public,
.state-draft_members,
.navTreeItem .state-draft_public:visited,
.navTreeItem .state-draft_members:visited {
color:#74AE0B;
}
.state-pending_members, .state-pending_public,
.state-pending_public:visited, .state-pending_members:visited {
color:#FFA500;
}
body {
background:#FFF url(/Plone/bg-top.gif) repeat-x 0px 0px;
}
body.popup,
body.atrefbrowser {
background-image:none !important;
}
code, pre {
color:#004080;
}
h3 {
color:#2B7FB1;
}
#fieldset-categorization .searchButton,
body.atrefbrowser .searchButton {
background-image:none;
border:1px solid #DEE7EC;
}
#wing-wrapper {
background: transparent url(/Plone/bg-footer.gif) repeat-x left bottom;
}
#wing-left {
background: transparent url(/Plone/left-wing.gif) no-repeat right 50px;
}
#wing-right {
background: transparent url(/Plone/right-wing.gif) no-repeat left 50px;
}
#content dl {
border:1px solid #DEE7EC;
padding:1em;
overflow:auto;
}
#visual-portal-wrapper {
background-color:#FFF;
margin:auto;
width:1000px;
}
#portal-column-content,
#portal-column-left {
padding-top:0em;
}
#portal-header {
z-index:1;
padding:0pt 0px;
height:45px;
overflow: hidden;
width:100%;
position:relative;
background-color: #2a6d29;
/* */
}
#header-topimage {
background:#2a6d29 url(/Plone/bg-siteactions.gif) no-repeat bottom center;
height: 10px;
width: 100%;
}
#portal-siteactions {
float:right;
margin:28px 0px 5px 20px;
}
#portal-siteactions li {
display:inline;
padding:5px;
}
#portal-siteactions li a {
border:0px;
text-transform:none;
color:#8cc63f;
text-decoration:none;
border-bottom:1px solid #369435;
}
#portal-siteactions li a:hover {
background-color:transparent;
border:0px;
color:#8cc63f;
border-bottom:2px solid #fff;
}
#portal-logo a,
#portal-logo img {
z-index:3;
}
#portal-globalnav {
background-color:#00659C;
border-bottom:1px solid #FFF;
padding:0.3em 1em;
white-space:normal;
z-index:1;
}
#portal-globalnav li a {
border:0px solid transparent;
border-left:1px solid #6BCBF2;
font-weight:bold;
padding:0px 0.5em 0px 1em;
text-transform:none;
}
#portal-globalnav li a:hover {
background-color:#00659C;
border-left:1px solid #6BCBF2;
color:#6BCBF2;
}
#portal-globalnav li#portaltab-schools a {
border-left:0px solid transparent;
}
#portal-globalnav li.selected a {
background-color:#00659C;
border:0px solid transparent;
border-left:1px solid #6BCBF2;
color:#6BCBF2;
}
#portal-members {
background-color:#8CC63F;
border-top:3px solid #46631F;
margin:0px;
padding:0.3em 1em;
}
#portal-member-menu {
margin:0px;
padding:0px;
list-style-type:none;
}
#portal-member-menu li {
display:inline;
font-weight:bold;
}
#portal-member-menu a {
border-left:1px solid #77B800;
color:#FFF;
padding:0em 1em;
text-decoration:none;
}
#portal-member-menu li a.list-start {
border-left:0px solid transparent;
}
#portal-member-menu a:hover {
color:#46631F;
}
#portal-personaltools {
background-color:transparent;
border:0px solid transparent;
float:right;
width:275px;
}
#portal-personaltools li a,
#portal-personaltools li a:visited {
color:#40A12E;
text-decoration:underline;
}
#portal-personaltools a:hover {
color:#8CC63F;
}
#portal-breadcrumbs {
background-color:#FFF;
border:0px solid transparent;
float:left;
width:600px;
}
#portal-logo img {
padding:0px;
margin:0px;
}
#portal-columns {
background-color:#FFF;
}
.portlet {
border-bottom:0px solid transparent;
}
.portletHeader {
border:0px solid transparent;
font-weight:bold;
line-height:3.0em;
vertical-align:baseline;
background:#fff url(/Plone/bg-portlet-header.gif) no-repeat 0 0;
height:38px;
color:#fff;
text-transform:uppercase;
}
.portletHeader a,
.weekdays {
color:#FFF !important;
}
.ploneCalendar .weekdays th {
background-color:#00659C;
}
.portletItem {
background-color:#EBF3F8;
border:0px solid transparent;
}
.portletFooter {
border-left:0px solid transparent;
border-right:0px solid transparent;
}
.portletLogin .portletHeader {
background:#FFF url(/Plone/bg-portlet-header2.gif) no-repeat 0 0;
}
.portletLogin .portletItem {
background-color:#8CC63F;
}
.portletLogin .portletItem a,
.portletLogin .portletItem a:hover {
color:#FFF;
}
.portletLogin .portletItem .context {
background-color:#2A6D29;
border-color:#5E905D;
color:#FFF;
}
.portletLogin .field label {
color:#2A6D29;
}
.portletLogin .portletItem .field input#__ac_name,
.portletLogin .portletItem .field input#__ac_password {
background-image:none;
background-color:#FFF !important;
color:#2A6D29 !important;
width:10em;
}
.portletNavigationTree .portletItem {
padding:0px;
}
.navTreeItem a, dd.portletItem .navTreeItem a {
border:0px solid transparent;
border-bottom:1px solid #C3DBEB;
color:#004080;
padding-left:1.0em;
}
.navTreeItem a:hover, dd.portletItem .navTreeItem a:hover {
/* */
border:0px solid transparent;
border-bottom:1px solid #C3DBEB;
color:#004080;
}
/* */
a.state-internal:hover,
dd.portletItem .navTreeItem a.state-internal:hover,
.navTreeItem a.state-internal:hover {
color: #E47F01;
}
dd.lastItem {
border:0px solid transparent;
}
.portletWorkflowReview .portletHeader {
background:#E3AF43 url(/Plone/bg-reviewer.gif) no-repeat 0 0;
}
.portletWorkflowReview .portletItem {
background-color:#F7F7F7;
color:#FFA500;
}
.portletWorkflowReview .portletItemDetails,
.portletWorkflowReview .portletItem a {
color:#FFA500;
}
.documentFirstHeading {
font-size:180%;
font-family: "Trebuchet MS";
color:#666666;
font-weight:200;
border-bottom:1px dotted #ccc;
padding:5px 5px 5px 0px;
}
#portal-footer {
background-color:#FFF;
border:0px;
text-align:left;
height:60px;
font-size:80%;
padding:10px 10px 10px 20px;
border-top:1px dotted #999;
}
#portal-colophon {
display:none;
}
/* */
#portal-searchbox {
float: right;
clear: right;
background-color: transparent;
margin: 3px 0 0 0;
padding: 0px;
text-align: left;
text-transform: lowercase;
white-space: nowrap;
z-index: 2;
height: 38px;
}
#portal-advanced-search {
margin-top: 0.2em;
clear: both;
}
#portal-advanced-search a {
color: #76797c;
text-decoration: none;
text-transform: lowercase;
}
/* */
dl.searchResults dt {
font-size: 140%;
font-weight: normal;
z-index:2;
}
form.searchPage {
text-align: center;
}
input.searchPage {
font-size: 200% !important;
}
form.searchPage input.searchButton {
background-image:none;
border:1px solid #333;
font-size:100% !important;
padding:1px 10px 1px 25px;
width:auto;
}
/* */
.LSRes {
font-family:  Trebuchet MS, Arial, Verdana, Lucida, Helvetica, Arial, sans-serif;
visibility: visible;
color: #545454;
background-color: red;
vertical-align: middle;
display:block;
list-style-image: none;
list-style-type: none;
text-align: left;
min-width: 16.5em;
text-transform: none;
margin-left: 0;
line-height: 1.1em;
z-index:3000;
}
#LSHighlight,
.LSHighlight {
background-color: #DDDDDD;
border: 1px solid #EEE;
color: #545454;
}
.LSRow {
border: 1px solid White;
white-space: normal;
padding:0;
margin: 0;
list-style-image: none;
list-style-type: none;
}
.LSRow a {
text-decoration: none;
font-weight:bold;
white-space:nowrap
}
.LSDescr {
color: #76797c;
text-transform: lowercase;
padding-left:2.1em;
margin-top:-0.1em;
}
.LSResult {
position: relative;
display: block;
text-align: right;
padding-top: 5px;
margin: 0;
left: 3px;
z-index: 3000;
}
.LSShadow {
position: relative;
text-align: right;
z-index:3000;
}
.livesearchContainer {
background-color: White;
margin-top: 0;
padding: 0 !important;
position: absolute;
right: 0px;
/* */
top: 0;
white-space: normal;
font-family:  Trebuchet MS, Arial, Verdana, Lucida, Helvetica, Arial, sans-serif;
visibility: visible;
text-align: left;
color: #545454;
border: 1px solid #EEE;
width: 30em;
text-transform: none;
margin-right:5em;
z-index:3000;
}
* html .livesearchContainer {
padding: 1px !important;
padding-top: 0 !important;
background-color: #EEE;
border: 0;
z-index:3000;
}
#livesearchLegend {
line-height: 1em;
margin-top: -2em;
margin-left: -0.1em;
border: 1px solid #EEE;
border-bottom: 0;
}
* html #livesearchLegend {
margin-top: -1.9em;
margin-left: -8px;
position: relative;
}
/* */
.LSIEFix {
background-color: White;
padding: 0.5em !important;
z-index: 20;
}
.LSBox {
clear: left;
float: left;
text-align: right;
padding-right: 1px;
display:block;
z-index:3000;
}
#LSNothingFound {
text-align: center;
padding: 2px;
}
.LSBox label {
font-weight: normal;
}
input.searchButton {
border:0px;
margin-bottom: 1px !important;
background: url(/Plone/go.gif) 0px 5px no-repeat;
padding:7px 7px 7px 5px;
cursor: pointer;
width:54px;
height: 32px;
}
.searchSection {
color: #76797c;
margin-top: 0.1em;
margin-bottom:0.5em;
text-align:left;
}
.searchSection label {
color:#8CC63F;
}
.searchSection label:hover {
color: #FFF;
}
.LSBox {
clear: left;
float: left;
text-align: right;
padding-right: 1px;
display:block;
}
#LSNothingFound {
text-align: center;
padding: 2px;
}
.LSBox label {
font-weight: normal;
}
#searchGadget {
visibility: visible;
color: #fff;
vertical-align: middle;
background: #5e905d;
border:0px;
}
#iconbar {
bottom: 0;
left: 10px;
position: absolute;
}
.iconblock {
display: block;
float: left;
margin: 0 6px 0 0;
height: 25px;
}
.iconimage:hover {
margin-top: -11px;
}
.description { font-weight: normal; }
/* */
/* */
/* */

}

