/**
 * $Horde: horde/themes/screen.css,v 1.7.4.74 2008/05/19 23:38:20 jan Exp $
 */

/* Global default styles. */

body.scrollbar-quirk {
    margin-right: 15px;
}

.calendar p {
    margin-bottom: 10px;
}

.calendar img, .calendar .img, .calendar .img:active, .calendar .img:hover, .calendar .img:visited, .calendar .image {
    border: none;
    vertical-align: middle;
    background: transparent;
}
/* This must be declared seperately or IE will ignore all of the selectors. */
.calendar input[type=image] {
    border: none;
    vertical-align: middle;
    background: transparent;
}

.calendar ins {
    background: #cfc;
}
.calendar del {
    background: #fcc;
}

.calendar br.spacer {
    line-height: 8px;
}
.calendar .box {
    padding: 3px;
    border: 1px dashed #999;
    background: #fff;
}
.calendar .solidbox {
    border: 1px solid #000;
}
.calendar .greybox {
    border: 1px solid #000;
    background: #e9e9e9;
}
.calendar .headerbox {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
}
.calendar .roundedBox {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.calendar .roundedTop {
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
}
.calendar .roundedBottom {
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
}
.calendar .header {
    text-align: left;
    font-weight: bold;
    font-size: 125%;
    padding: 3px;
}
.calendar .header a:hover, .calendar a.header:hover {
    color: #333;
}
.calendar .header img {
    vertical-align: bottom;
}
.calendar .header input, .calendar .header select {
    font-size: 80%;
}
.calendar .header .smallheader input, .calendar .header .smallheader select {
    font-size: 100%;
}
.calendar .header .button, .calendar .header .smallheader .button {
    font-size: 72%;
}

.calendar .nowrap {
    white-space: nowrap;
}
.calendar .clear {
    clear: both;
    line-height: 0;
    height: 0;
}

.calendar a {
    color: blue;
    text-decoration: none;
}
.calendar a:hover {
    text-decoration: underline;
}
.calendar .selected {
    background: #bbcbff;
}
.calendar .selected-over {
    background: #cef;
}
.calendar .week {
	display: none;
}
/* Table styles. */
.calendar table {
    border: none;
}
.calendar td, th {
    padding: 1px;
}
.calendar th {
    color: #333;
}
.calendar td {
}
.calendar ul.linedRow {
    list-style-type: none;
}
.calendar .linedRow,.calendar  tr.linedRow td, .calendar table.linedRow td, .calendar ul.linedRow li {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.calendar table.linedRow, .calendar ul.linedRow {
    border-bottom: none;
}
.calendar .linedRowSelectedCol, .calendar td.linedRowSelectedCol, .calendar table.linedRow td.linedRowSelectedCol {
    color: #000;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}
.calendar .selectedRow, .calendar tr.selectedRow td {
    background: #ffc;
}
.calendar .selectedRow:hover, .calendar tr.selectedRow:hover td, .calendar .selectedRow-over, .calendar tr.selectedRow-over td {
    background: #ffd;
}
.calendar table.nopadding td, .calendar table.nopadding th {
    padding: 0;
}
.calendar .sortup {
    padding-left: 10px;
}
.calendar .sortdown {
    padding-left: 10px;
}
/* Alternating styles. item0, item1 are deprecated. */
.calendar .striped, .rowEven, .calendar .item0 {
    background-color: #eee;
}
.calendar .rowOdd, .item1 {
    background-color: #ddd;
}

.calendar .widget {
    font-size: 90%;
}

.calendar .light {
}
.calendar .smallheader {
    font-size: 100%;
    font-weight: bold;
    padding: 2px;
}
.calendar .header .smallheader {
    font-size: 80%;
}
.calendar .header .smallheader a.smallheader {
    font-size: 100%;
}
.calendar small, .calendar .small {
    font-size: 80%;
}
.calendar .control {
    color: #000;
    background: #ccc;
    border-bottom: 1px solid #999;
    padding: 1px;
}
.calendar .item {
    color: #000;
    background: #eee;
}
.calendar .accessKey {
    text-decoration: underline;
}
.calendar .text {
    color: #000;
    background: #fff;
}

/* Form styles. */
.calendar .form table {
    width: 100%;
    padding: 2px;
    border-collapse: collapse;
}
.calendar form[action^="https://"] input[type="submit"] {
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 10%;
}
.calendar input[disabled], .calendar textarea[disabled] {
    background-color: #e9e9e9;
    color: #a8a8a8;
}
.calendar .htmlarea .statusBar .statusBarTree a {
    font: inherit;
}
.calendar .htmlarea table {
    width: auto;
}
.calendar .form-error {
    color: #f00;
}
.calendar input, .calendar select, .calendar textarea {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: normal;
}
.calendar input {
    padding: 1px;
}
.calendar option {
    padding: 0 5px 0 3px;
}
.calendar .checkbox, .calendar .radio {
    border: 0;
    height: 14px;
    width: 14px;
    background: transparent;
}
.calendar .button {
    cursor: pointer;
    font-size: 90%;
    padding: 1px 6px;
}
.calendar a.button {
    padding: 2px 8px;
    font-weight: normal;
    text-decoration: none;
}

.calendar pre, .calendar code, .calendar .fixed {
    font-size: 100%;
    font-family: "Lucida Console",Courier,"Courier New";
}


/* Various popup and status layers. */
.calendar .notices {
    text-align: left;
    margin: .5em 8px;
    list-style-type: none;
}
.calendar .notices li, .notice {
    font-weight: bold;
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px 1px 1px 5px;
}
.calendar .notices img, .notice img {
    margin-right: .5em;
}
.calendar .tooltip, div.nicetitle {
    color: #000;
    background: #ffc;
    border: 1px solid #000;
    padding: 5px;
    z-index: 1001;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.calendar div.nicetitle {
    position: absolute;
    overflow: hidden;
    opacity: .90;
}
.calendar div.nicetitle pre {
    font-family: "Lucida Console",Courier,"Courier New";
}
.calendar .inProgress {
    font: 80% Geneva,Arial,Helvetica,sans-serif;
    padding: 2px;
    color: #fff;
    background: #f00;
}

/* Tree styles. */
.calendar .treeRow {
    overflow: hidden;
    min-height: 20px;
    clear: both;
}

/* Menu styles. */
.calendar #menu {
    overflow: hidden;
    min-height: 50px;
    margin-bottom: 8px;
}
.calendar #menu ul {
    padding: 5px;
}
.calendar #menu li {
    list-style-type: none;
    text-align: center;
    margin: 2px;
    float: left;
}
.calendar #menu li.separator {
    width: 40px;
}
.calendar #menu a {
    display: block;
    white-space: pre;
    font-size: 90%;
    text-decoration: none;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.calendar #menu h1 {
    font-weight: bold;
    font-size: 150%;
    line-height: 48px;
    vertical-align: bottom;
}
.calendar #menu input, #menu select {
    margin-top: 16px;
}
.calendar #menuBottom {
    margin: -8px 0 0 0;
    padding: 4px;
    float: right;
    text-align: right;
    font-size: 90%;
    background: #eee;
}


/* Pager. */
.calendar .pager {
    text-align: center;
}

/* Tab styles. */
#content .tabset {
    float: left;
    width: 100%;
    font-weight: bold;
    background: url("/calendars/themes/graphics/tab_bottom.gif") repeat-x bottom;
}
#content .tabset ul {
    margin-top: 4px;
    padding-left: 8px;
    list-style: none;
    
}
#content .calendar .tabset ul li {
	list-style: none ;
}

#content .tabset li {
    float: left;
    margin: -3px 2px 0 0;
    white-space: nowrap;
}
#content .tabset li a {
    color: #000;
    background-color: #e9e9e9;
    padding: 2px 0.5em;
    display: block;
    border: 1px solid #000;
}
#content .tabset li a:hover {
    background-color: #fff;
}
#content .tabset li.activeTab a:link {
    border-bottom: 1px solid #000;
    background-color: #000;
    color: #fff;
}
#content .tabset li.activeTab a:hover {
	color: #fff;
	background-color: #ccc;
}
#content .tabset img {
    display: block;
    float: left;
    padding-right: 2px;
}

/* Block styles. */
.calendar .currentBlock {
    border: 2px solid red;
}
.calendar .blockIcons {
    padding-top: 5px;
    display:none;
}
.calendar .blockHeader:hover .blockIcons {
    display: block;
}
.calendar #googlesearch {
    padding: .3em;
}

/* Redbox styles. */
#RB_overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}
#RB_loading {
    z-index: 101;
    width: 66;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding-bottom: 66px;
    text-align: center;
    background: url("/calendars/themes/graphics/redbox_spinner.gif") no-repeat bottom center;
}
#RB_window {
    z-index: 102;
    background-color: #fff;
    display: block;
    text-align: left;
    overflow: hidden;
    margin: 20px auto 0 auto;
    position: fixed;
    position: absolute;
}


/**
 * $Horde: horde/themes/marlboro/screen.css,v 1.0 2006/8/14
 */

.calendar a, .calendar a.fixed {
    color: #4d6c76;
}
.calendar a.widget {
    color: #4d6c76;
}
.calendar a.widget:hover {
    background: #fff;
}
.calendar .header {
    color: #333;
    background: #efefef;
}
.calendar .header a {
    color: #333;
}
.calendar .smallheader {
    color: #333;
    background: #efefef;
}
.calendar .button {
    color: #000;
    background-color: #aca9ac;
    border-bottom: thin solid #222;
    border-right: thin solid #222;
    border-top: thin solid #ddd;
    border-left: thin solid #ddd;
}
.calendar .selected {
    background-color: #aca9ac;
}
.calendar td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendar .light {
    color: #444;
}
.calendar .headerbox {
    border: 1px solid #999;
}
/* Menu styles. */
.calendar #menu {
    background-color: #3b3036;
    border-bottom: 2px solid black;
    min-height: 65px;
    height: auto;
}
.calendar #menu h1 {
    color: #CCC;
	margin-top: -0.75em;
	font-size: 1.1em;
}
.calendar #menu a {
    color: #CCC;
}
.calendar #menu a.current {
    color: white;
    font-weight: bold;
}

/* Sidebar styles. */
.calendar #sidebarPanel {
    background-color: #efefef;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}
.calendar #expandButton {
    margin-right: 1px;
}



/**
 * $Horde: horde/themes/safari.css,v 1.1.2.7 2007/12/20 15:04:04 jan Exp $
 *
 * CSS corrections for Safari.
 */

.calendar img {
    vertical-align: baseline;
}

.calendar .treeRow {
    overflow: visible;
    height: 20px;
}

.calendar .treeRow img {
    vertical-align: middle;
}

.calendar #menu {
    overflow: visible;
    height: 50px;
}



/**
 * $Horde: kronolith/themes/screen.css,v 1.2.4.17 2008/05/19 14:58:49 jan Exp $
 */

.calendar #menu {
    /* Menu bottom margin, added for BC. */
    margin-bottom: 8px;
}

/* Image alignment, added for BC. */
.calendar img {
    vertical-align: middle;
}

/* Added for BC. */
.calendar .hidden {
    display: none;
}

/* Alternating styles. item0, item1 are deprecated. */
.calendar .rowEven {
    background: #eee;
}
.calendar .rowOdd {
    background: #ddd;
}

/* Sort arrow styles, added for BC. */
.calendar .sortup {
    background: #bbcbff url("/calendars/themes/graphics/za.png") center left no-repeat;
    padding-left: 10px;
}
.calendar .sortdown {
    background: #bbcbff url("/calendars/themes/graphics/az.png") center left no-repeat;
    padding-left: 10px;
}


/* Calendar styles. */
.calendar .hour {
    font-size: 90%;
    font-weight: bold;
}
.calendar .halfhour {
    font-size: 60%;
    font-weight: bold;
    vertical-align: super;
}
.calendar .event {
}
.calendar .event-tentative {
    font-style: italic;
}
.calendar .event-cancelled {
    text-decoration: line-through;
}
.calendar .event-time, .event-location {
    font-size: 85%;
}
.calendar table.monthgrid {
    width: 100%;
    border-top: 1px solid #999;
    border-left: 1px solid #999
}
.calendar table.monthgrid th, .calendar table.monthgrid td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.calendar .monthgrid .today {
    border: 2px solid #446;
    background: #fff;
}
.calendar .othermonth {
    background: #d7d3c5;
}
.calendar .weekend {
    background: #e8e3e6;
}
.calendar .description {
    padding: .5em;
}

.calendar #footer {
    margin-top: 8px;
}


/* Block-specific styles. */
.block-monthgrid {
    background: #fff;
}
.block-monthgrid .today {
    border: 1px solid #446;
}

/* border-color and background-color will always be overridden for the
 * *-eventbox classes */
.block-eventbox, table.nopadding td.block-eventbox {
    padding-left: 4px;
}
.month-eventbox {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 1px;
    margin: 1px;
}
.week-eventbox {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding-left: 5px;
    font-size: 90%;
}
.day-eventbox {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding-left: 5px;
}
.legend-eventbox {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px 5px 1px 5px;
}

.selected-control {
    background: #bbcbff;
    border-bottom: 1px solid #999;
}

.day {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    padding: 1px;
    background: #ddd;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.day:hover {
    text-decoration: none;
    background: #e9e9e9;
}
.week {
    float: left;
    font-size: 90%;
    padding-left: 2px;
}
a.newEvent {
    display: block;
    float: left;
    height: 12px;
    width: 12px;
    padding: 4px 0 0;
    font-size: 50%;
    text-align: center;
    background: #ddd;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
a.newEvent:hover {
    background: #e9e9e9;
}
a.newEvent img {
    vertical-align: top;
}

.year-event {
    background: #fff760;
}

#pageLoading {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    font-size: 10em;
    background: #fff;
    color: #666;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

body.rightPanel #page {
    margin-right: 13.5em;
}
body #pageControlsInner {
    display: none;
}
body #sbarShow, body #sbarHide {
    padding-left: 18px;
    white-space: nowrap;
    font-weight: bold;
}
body #sbarShow {
    display: block;
    background: transparent url("/calendars/themes/graphics/plus.png") center left no-repeat;
}
body #sbarHide {
    display: none;
    background: transparent url("/calendars/themes/graphics/minus.png") center left no-repeat;
}
body.rightPanel #pageControlsInner {
    display: block;
}
body.rightPanel #sbarShow {
    display: none;
}
body.rightPanel #sbarHide {
    display: block;
}
body.rightPanel ul {
    list-style-type: none;
}

#pageControls {
    display: none;
}
#pageControls #calendarSearch {
    background-image: url("/calendars/themes/graphics/search.png");
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #ccc;
    padding: 2px 0 2px 20px;
}
#pageControls h3 {
    font-size: 100%;
    margin-top: 1em;
}
#pageControls h4 {
    font-size: 90%;
    margin-top: .5em;
}

.QuickFinderNoMatch {
    display: none;
}

#externalcalendars .category {
    margin-top: 2px;
    margin-left: 1em;
    font-size: 95%;
    font-weight: normal;
    font-style: italic;
}

/* Tables. */
table#calendar-list {
    width: 99%;
    margin: 0 0 8px 5px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table#calendar-list th {
    padding: 3px;
    background: #e9e9e9;
    border-right: 1px solid #ccc;
    text-align: left;
}
table#calendar-list td {
    padding: 3px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
table#calendar-list th.sortup {
    background: #bbcbff url("/calendars/themes/graphics/za.png") center left no-repeat;
    padding-left: 10px;
}
table#calendar-list th.sortdown {
    background: #bbcbff url("/calendars/themes/graphics/az.png") center left no-repeat;
    padding-left: 10px;
}

#calendar-list-buttons {
    padding: 1em;
}
#calendar-list-buttons form {
    display: inline;
}
.calendar-info {
    cursor: pointer;
}
.calendar-info-url {
    background-color: #fff;
    color: #000;
    overflow: auto;
    padding: 2px;
    font-size: 90%;
}
.calendar-list-icon {
    width: 1%;
}

/* Redbox styles. */
#RB_overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}
#RB_loading {
    z-index: 101;
    width: 66;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding-bottom: 66px;
    text-align: center;
    background: url("/calendars/themes/graphics/redbox_spinner.gif") no-repeat bottom center;
}
#RB_window {
    z-index: 102;
    background-color: #fff;
    display: block;
    text-align: left;
    overflow: hidden;
    margin: 20px auto 0 auto;
    position: absolute;
}

#RB_confirm {
    width: 20em;
    padding: 1em;
    border: 1px solid #ccc;
    background: #ffc;
}
#RB_confirm input {
    margin: .2em;
}

#RB_info {
    width: 30em;
    padding: 1em;
    border: 1px solid #ccc;
    background: #ccf;
}
#RB_info input {
    margin: .2em;
}
