/* Site CSS */
/* Site CSS */
body {
background-image: none;
}

#page {
background-color:#fff;
border-top:0px;
padding-top:10px;


    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.50);



-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
margin-bottom:10px; padding-bottom:10px;}

.col_1x3 {float:left; padding-right:10px; width:200px;}
.col_1x2 {float:left; padding-right:20px; width:320px;}

.lastcol {padding-right:0;}




/* UNM schedule css */
/******************/
table.schedule-sessions {width:100%}
table.schedule-sessions td, table.schedule-sessions th {
border: 0;
padding: 5px 10px;
border-bottom: 1px solid #CCC;
} 


.unm-schedule tr.canceled, .unm-schedule tr.canceled td {text-decoration: line-through;}
.unm-schedule .ui-state-default, 
.unm-schedule .ui-widget-content .ui-state-default, 
.unm-schedule .ui-widget-header .ui-state-default {background-image:none; background-color:#fff;}
.unm-schedule .ui-state-default, 
.unm-schedule .ui-widget-content .ui-state-default, 
.unm-schedule .ui-widget-header .ui-state-default {
border:0;
border-bottom:1px solid #ccc;
}
.unm-schedule .ui-widget-header .ui-state-active {border:0}
.unm-schedule .ui-state-active, .unm-schedule .ui-accordion-content-active {background-color:#eee;}
.unm-schedule .ui-widget-content {background:none;}
/* format section based on status */
.status-c, .status-m, .status-s, .status-t {color:#ccc;}
.cancelled-section {color:#c10037; font-weight:bold;}
.unm-schedule .ui-accordion-content-active, 
.unm-schedule .ui-state-active { background-color:#F9F9F9;}
.unm-schedule  .ui-state-active {border-bottom:0; background:#F9F9F9;}
.ui-accordion .ui-accordion-header {margin-top:0px;}
.pdf{background:url(http://webcore.unm.edu/v1/images/icons/pdf.png) no-repeat; padding:0 0 5px 20px; }
.email{background:url(http://webcore.unm.edu/v1/images/icons/email.png) no-repeat; padding:0 0 5px 20px; }

ol ul {margin-left:1em; padding-left:1em;}
.h3 {font-size:1.25em;}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}