body {
   background-color: #ccc;
}

body.arch-editor-active {
    overflow: hidden;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

#arch-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    border: none;
    background-image:url(images/toolbar.bg.ice.gif);
    border: 2px red;
    height: 2.5em;
}

#arch-page {
    background: url(images/default-page-bg.jpg) repeat-x;
    background-color: #ccc;
    padding:0;
    margin: 2.2em 0 0 0;
    position: relative;
}

body.arch-hide-toolbar #arch-page {
    margin-top: 0;
}

#arch-header {
    /*background: url(images/default-page-banner.jpg) no-repeat left top;*/
    height:107px;
    min-width: 850px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#arch-header-left {
    background: url(images/default-page-header-left.jpg) no-repeat left top;
    height: 107px;
    width: 309px;
    position: absolute;
    top:0;
    left:0;
}
#arch-header-right {
    background: url(images/default-page-header-right.jpg) no-repeat right top;
    height: 107px;
    width: 511px;
    position: absolute;
    top:0;
    right:0;
}

#arch-nav {
    height: 28px;
    background: url(images/default-page-nav-bg.jpg) repeat-x left top;
    /*
    min-width: 850px;
    width: 90%;
    */
    /*margin: 0 auto;*/
    line-height: 28px;
    font-size: 1.1em;
    text-align: center;
    position: absolute;
    top: 39.5px;
    right: 5%;
    border: 1px solid white;
    border-radius: 2px;
    overflow: hidden;
}

#arch-nav a {
    color: white;
    text-decoration: none;
    padding: 0 0.4em 0 0.6em;
    border-left: 1px solid white;
    /*margin-right:-0.3em;*/
}

#arch-nav a:hover {
    text-decoration: underline;
}

#arch-nav a.first {
    border:none;
}

#arch-footer {
    text-align: center;
    margin: 1.0em 0;
    padding: 0;
}

/** Content Layout w/o a Sidebar **/

#arch-content-area {
    position: relative;
    min-width: 850px;
    min-height: 200px;
    width: 90%;
    padding: 0;
    margin: 5px auto;
    top: 0em;
    overflow: hidden;
    background-color: white;
}

#arch-content-container {
    margin:0;
    /*min-height: 200px;*/
}

/** Content Layout w/ Sidebar **/

.arch-layout-sidebar
{
    background: white url(images/room.content.bg.beige.gif) repeat-y top left;
}

.arch-layout-sidebar #arch-content {
    margin-left: 200px;
}

.arch-layout-sidebar #arch-content-container {
    width: 100%;
    margin-left: -200px;
    float: right;
}

#arch-content-sidebar {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0em;
}

#arch-content-sidebar h3.arch-sidebar {
    margin: 0.8em 0em 0.0em 0em;
    padding: 0em 1.0em 0em 1.0em;
    font-size: 1.1em;
    clear: both;
}

#arch-content-sidebar ul.arch-sidebar {
    margin: 0.8em 0em 1.0em 0em;
    padding: 0 1.5em 0 2.5em;
}

#arch-content-sidebar ul.arch-sidebar li {
    margin: 0;
    padding: 0.2em 0em;
}

#arch-content-sidebar ul.arch-sidebar li a {
    color: #3366FF;
    text-decoration: none;
    display: block;
}

#arch-content-sidebar ul.arch-sidebar li a:hover {
    color: black;
    text-decoration: underline;
}

#arch-content-sidebar .arch-selected {
    /* nothing right now */
}

#arch-sidebar-image {
    border:none;
    display: block;
    width: 199px;
}

/** Default Padding for Content Area **/

#arch-content .arch-content-padding {
    padding-left: 2em;
    padding-right: 2em;
}

.arch-content-padding .arch-content-padding {
    padding-left: 0em !important;
    padding-right: 0em !important;
}

/* Breadcrumb Trail */

.arch-trail {
    display:block;
    margin: 0em;
    padding: 0em;
    list-style-type: none;
    line-height: 2.7em;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid #ccc;
}

.arch-trail-item {
    float:left;
    background: url('images/arch-trail-chevron.png') no-repeat 100% 50%;
    padding-right: 1.2em;
    padding-left: 1em;
    white-space: nowrap;
    overflow: hidden;
}

.arch-trail-item a {
    color: #3366FF;
    text-decoration: none;
    display:block;
    overflow: hidden;
}

.arch-trail-item-hover a {
    text-decoration: underline;
}

.arch-trail-last {
    background: none;
}

/* Arch Lists */

.arch-list {
    list-style-type: none;
    padding: 0em;
}

.arch-list-item {
    margin: 1.5em 0em;
    padding: 0em;
    overflow: hidden;
}

.arch-list-item-hover {
    background-color: #bbddbb;
}

.arch-list-item-icon {
    float:left;
}

.arch-list-item-header {
    margin: 0em 0em 0.5em 0em;
    padding: 0em 0em 0.3em 0em;
    margin-left: 55px;
}

.arch-list-item-header a {
    text-decoration: none;
}

.arch-list-item-header a:hover {
    text-decoration: underline;
}

.arch-list-item-info {
    margin-left: 55px;
    font-style: italic;
    font-size: 90%;
}

.arch-list-item-content {
    margin-left: 55px;
}

/** General Utility **/

.arch-border-top {
    border-top:1px solid #ccc;
}

.arch-border-bottom {
    border-bottom:1px solid #ccc;
}

.arch-border-right {
    border-right:1px solid #ccc;
}

.arch-border-left {
    border-left:1px solid #ccc;
}

.arch-border-tb {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.arch-border-lr {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.arch-border-all {
    border:1px solid #ccc;
}


/** Pager Utility **/

.arch-pager a {
    padding: 2px 4px;
    display: inline;
    margin: 3px 0px;
    border: 1px solid #ccc;
}


/** Threading/Comments Utility **/

.arch-thread-list {
    background-color: #ccddee;
    width: 100%;
    margin-bottom: 10px;
}

.arch-thread-list-table
{
    width: 100%;
    border: none;
    padding: 5px;
}

.arch-thread-list-table td
{
    background-color: white;
    padding: 4px;
}

.arch-thread-item
{
    margin: 1em 0em;
    padding: 0.7em 1em;
    background-color: #ccddee;
    clear: both;
    overflow: hidden;
}

.arch-thread-item .arch-thread-item
{
    padding-left:50px;
    border: 1px dashed white;
}

.arch-thread-item-heading
{
    margin: 0em 0em 0.5em 0em;
    font-size: 1.3em;
}

.arch-thread-item-info
{
    font-style: italic;
}

.arch-thread-item-message
{
    clear: both;
    background-color: white;
    padding: 0.9em;
    margin: 0.7em 0;
    border-top: 1px solid gray;
}

.arch-thread-item-replies
{
    margin: 0.7em 0;
    padding-bottom: 0.6em;
    border-bottom: 1px dashed white;
}

.arch-thread-item-replies.arch-toggler-open
{
    margin: 0.7em 0;
    padding-bottom: 0;
    border-bottom: none;
}

.arch-thread-item-tools
{
    clear: both;
    overflow: hidden;
    line-height: 1.6em;
}

/** Misc Utility **/
.arch-header {
    background-color: #ccddee;
    padding: 0.4em 0.7em;
    clear: both;
}

.page-tools {
    height:2.7em;
    border-left:none;
    border-top:0px;
    background-image:url(images/toolbar.bg.ice.gif);
}

.page-tools .ui-button {
    height: 2.4em;
    border-bottom: 0px;
}

/** Form Resource Styling **/

.arch-fr-section {
    margin: 0.5em auto;
    min-width: 630px;
    clear:both;
}
.arch-fr-section-header {
    background-color: #ccddee;
    font-size: 1.3em;
    padding: 0.3em;
    margin-bottom: 0.7em;
}
.arch-fr-help {
    float: right;
    width: 200px;
    border: 1px solid #ccddee;
    background-color: #fef5d8;
    margin-left: 2.5em;
    padding: 0.6em;
    color: black;
}
.arch-fr-instructions {
    /*width: 400px;*/
    /*font-style: italic;*/
    padding-left: 0.5em;
}
.arch-fr-field {
    padding-left: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.arch-fr-label {
    display: block;
    font-weight: bold;
    margin: 0.5em 0;
}

.arch-fr-set label {
    margin-left:0.5em;
    margin-right:0.5em;
}

.arch-fr-date {
    width: 75px;
}

.arch-fr-text {
    width: 400px;
}
.arch-fr-textarea {
    width: 400px;
    height: 100px;
}
.arch-fr-submission {
    border-top: 5px solid #ccddee;
    padding: 0.5em;
}

/** Calendar Styling **/

.arch-cal {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #ccddee;
}
.arch-cal-week {
    height: 7.5em;
    vertical-align: top;
}
.arch-cal-day {
    width: 14.28%;
    border: 2px solid #ccddee;
}
.arch-cal-weekdays-only .arch-cal-day {
    width: 20%;
}
th.arch-cal-day {
    padding: 0.4em 0.1em;
    background-color: #ccddee;
}
td.arch-cal-day {
    padding: 0.3em;
}
td.arch-cal-other-month {
    background-color: #eee;
}
td.arch-cal-today {
    background-color: #efe;
}
.arch-cal-date {
    display:block;
}
.arch-cal-events {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    /*font-size: 90%;*/
}
.arch-cal-events li {
    margin: 3px 0 0 0;
    border-left: 2px solid #aaa;
    padding: 2px;
    clear:left;
    /*background-color: #94efaa;*/
}

.arch-cal-events li:hover {
    /*background-color: #94efaa;*/
    background-color: #ffcb84;
}

.arch-cal-events li.hover {
    background-color: #ffcb84;
}

.arch-cal-events li.multi-next {
    /*background-color: #eee;*/
    margin-right: -4px;
}
.arch-cal-events li.multi-previous {
    /*background-color: #eee;*/
    border-left: none;
    margin-left: -4px;
    padding-left: 7px;
}
.arch-cal-header {
    background: url(images/toolbar.bg.ice.gif) repeat-x 0% 50% !important;
    position: relative;
    padding: 0.2em 0px;
    font-weight: bold;
}
.arch-cal-title {
    text-align: center;
    font-size: 1.2em;
    vertical-align: middle;
    line-height: 2.0em;
}
.arch-cal-title .ui-button-text {
    font-weight: bold;
}
.arch-cal-tools {
    position: absolute;
    left: 0px;
}
.arch-cal-add.ui-state-default{
    border-color: transparent;
    background: none;
}
.arch-cal-nav {
    position: absolute;
    right: 0px;
}
.arch-cal-next {
    /*
    height: 2.0em;
    width: 2.0em;
    position: absolute;
    top: 2px;
    right: 2px;
    */
}
.arch-cal-next.ui-state-default{
    border-color: transparent;
    background: none;
}
.arch-cal-prev {
    /*
    height: 2.0em;
    width: 2.0em;
    position: absolute;
    top: 2px;
    left: 2px;
    */
}
.arch-cal-prev.ui-state-default{
    border-color: transparent;
    background: none;
}

.arch-cal-week-picker {
    background-color: #ccddee;
    border: 2px solid #ccddee;
    vertical-align: middle;
}

.highlight {
    background-color: yellow;
}

div.growlUI { 
    background: url(images/check-48.png) no-repeat 10px 10px;
    opacity: 1;
}
div.growlUI h1, div.growlUI h2 {
        color: white; padding: 5px 5px 5px 75px; text-align: left
}