
/* - helpcenter.css - */
@media all {
/* http://www.eanesisd.net/portal_css/helpcenter.css?original=1 */
/* */
.link-expand {
background: transparent url(http://www.eanesisd.net/arrowDown.gif) 4px 5px no-repeat;
padding: 1px 0px 1px 16px;
display: block;
font-size: 90%;
float: right;
}
.faqMarker {
list-style-type: square;
list-style-image: url(http://www.eanesisd.net/faq_icon.gif);
}
.portletHalfWidth {
width: 45%;
float: left;
margin: 0 1em 1em 0 !important;
}
.portletThirdWidth {
width: 30%;
float: left;
margin: 0 1em 1em 0 !important;
}
/* */
table.sectionIndex {
float: right;
background: White;
border-collapse: collapse;
border-left: 1px solid White;
border-bottom: 1px solid White;
font-size: 90%;
margin: 0.5em 0em 1em 1em;
}
.sectionIndex th {
background: #dddddd;
border-top: 1px solid White;
border-bottom: 1px solid White;
border-right: 1px solid White;
font-weight: normal;
padding: 0.25em 1em;
text-transform: none;
}
.sectionIndex td {
border-right: 1px solid White;
padding: 0.25em 1em;
}
.sectionIndex a {
text-decoration: none;
}
.sectionIndex a:hover {
text-decoration: underline;
}
/* */
.tutorialAbout {
display: inline;
float: right;
background-color: #dddddd;
border-color: White;
border-width: 1px;
border-style: solid;
font-size: 90%;
margin: 0.5em 0 0.5em 0.5em;
padding: 1em;
width: 10em;
clear: right;
text-align: center;
}
/* */
.jumpBox {
float: right;
text-align: right;
}
/* */
.outdatedMarker {
}
/* */
.state-hidden {
color: red;
}
.state-in-progress {
color: #74AE0B;
}
.state-obsolete {
color: #cccccc;
}
ul.quickLinks {
margin: 0 0 1em 0;
background-color: #dee7ec;
border: solid 1px #8cacbb;
padding: 1em;
text-align: center;
}
ul.quickLinks li {
display: inline;
margin-right: 1em;
}
dl.topicList {
width: 32%;
display: block;
float: left;
margin: 0 0.5em 1em 0;
/* */
}
dl.topicList dt {
font-size: 120%;
}
dl.topicList dt a {
color: black;
}
dl.topicList dd {
margin: 0;
display: inline;
}
.flatlist li {
display: inline;
margin-right: 2em;
}
.flatlist ul {
margin-left: 0;
margin-bottom: 1em;
}
.doclist dd {
margin-left: 20px;
}
.template-helpcenter_topicview_main .readmore {
text-align: right;
}
h2.section-subheading {
margin-top: 0.5em;
}
#phcMetadata ul {
list-style-type: none;
margin-left: 0px;
}
#phcMetadata ul ul {
list-style-type: none;
margin-top: -1.5em;
margin-left: 6em;
}
/* */
}


/* - helpcenter_print.css - */
@media print {
/* http://www.eanesisd.net/portal_css/helpcenter_print.css?original=1 */
/* */
/* */
.link-parent, .link-expand, .jumpBox, .listingBar,
.sectionIndex, .link-anchor {
display: none;
}
/* */
}


/* - ++resource++plone.app.jquerytools.dateinput.css - */
@media screen {
/* http://www.eanesisd.net/portal_css/++resource++plone.app.jquerytools.dateinput.css?original=1 */
/* */
/* */
.date {
border:1px solid #ccc;
font-size:18px;
padding:4px;
text-align:center;
width:194px;
-moz-box-shadow:0 0 10px #eee inset;
box-shadow:0 0 10px #eee inset;
}
/* */
#calroot {
margin-top:-1px;
width:198px;
padding:2px;
background-color:#fff;
font-size:11px;
border:1px solid #ccc;
z-index:1;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow: 0 0 15px #666;
-webkit-box-shadow: 0 0 15px #666;
box-shadow: 0 0 15px #666;
}
/* */
#calhead {
padding:2px 0;
height:22px;
}
#caltitle {
font-size:14px;
color:#0150D1;
float:left;
text-align:center;
width:155px;
line-height:20px;
text-shadow:0 1px 0 #ddd;
}
#calnext, #calprev {
display:block;
width:20px;
height:20px;
background:transparent url(prev.gif) no-repeat scroll center center;
float:left;
cursor:pointer;
}
#calnext {
background-image:url(next.gif);
float:right;
}
#calprev.caldisabled, #calnext.caldisabled {
visibility:hidden;
}
/* */
#caltitle select {
font-size:10px;
}
/* */
#caldays {
height:14px;
border-bottom:1px solid #ddd;
}
#caldays span {
display:block;
float:left;
width:28px;
text-align:center;
}
/* */
#calweeks {
background-color:#fff;
margin-top:4px;
}
/* */
.calweek {
clear:left;
height:22px;
}
/* */
.calweek a {
display:block;
float:left;
width:27px;
height:20px;
text-decoration:none;
font-size:11px;
margin-left:1px;
text-align:center;
line-height:20px;
color:#666;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
/* */
.calweek a:hover, .calfocus {
background-color:#ddd;
}
/* */
a.calsun {
color:red;
}
/* */
a.caloff {
color:#ccc;
}
a.caloff:hover {
background-color:rgb(245, 245, 250);
}
/* */
a.caldisabled {
background-color:#efefef !important;
color:#ccc	!important;
cursor:default;
}
/* */
#calcurrent {
background-color:#498CE2;
color:#fff;
}
/* */
#caltoday {
background-color:#333;
color:#fff;
}
/* */
.caltrigger {
background:url('popup_calendar.png') no-repeat 0 0;
height: 16px;
width: 16px;
display: inline-block;
border-bottom: none !important;
vertical-align: middle;
}
#calprev {
background-image:url(++resource++plone.app.jquerytools.prev.gif);
}
#calnext {
background-image:url(++resource++plone.app.jquerytools.next.gif);
}
#calroot {
z-index: 10000;
}
}

