/*
               PublicCourses Control Panel - Colors Style Sheet

                          Written 2007 by Randall Severy
                           Copyright 2007 Inroads, LLC
*/

/*  Colors for Tabs and Outside Frame Elements  */

.title_tab { color: #808284; }
.tab { color: #808284; }
.tab_out td { color: #808284; }
.tab_over td { color: #0065A4; }
.current_tab td { color: #808284; }
.copyright { color: #7B7C7E; }

/*  Colors for Status Window  */

.status_cell { color: #0064A3; }

/*  Colors for Screen and Dialog Buttons  */
.button_out img { background-color: #636466; }
.button_out td { color: #636466; }
.button_over img { background-color: #0065A4; }
.button_over td { color: #0065A4; }

/*  Colors for Screen and Dialog Fields  */

.fieldtable { background-color: #FFFFFF; }
.fieldprompt { color: #0064A3; }

/*  Colors for Grid Rows  */

.aw-grid-control .aw-alternate-even { background: #F0FFF0; }
.aw-grid-control .aw-alternate-odd { background: #FFFAFA; }
.aw-grid-control .aw-mouseover-row { background: #B0E0E6; }
.aw-grid-control .aw-rows-selected { color: #000000; background: #CCCCCC; }
#sub_grid { background: #EEEEEE; color: blue; }

/*  Colors for Dialog Windows  */

.dhtmlwindow { background-color: white; }
.drag-handle {
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#C9CBCD',EndColorStr='#FFFFFF');
  background-color: #C9CBCD;
  color: #636466;
}
.drag-contentarea { background-color: white; color: black; }
.drag-statusarea { background-color: #DDDDDD; }

/*  Colors for DatePicker Window  */

.datePickerDiv { background: #dbe6de; }
.DP_monthtable { background: #fff; }
.DP_heading { background: #dbe6de; color: rgb(119, 153, 187); }
.DP_days { background: #dbe6de; }
.DP_cur { color: #000; }
.DP_prev, .DP_next { color: #000; }
.DP_today {
  background :  #9ab !important;
  border-color: #567 #abc #abc #567 !important;
  color:        #fff;
}
.DP_today_selected {
  background :  #579 !important;
  border-color: #246 #9bd #9bd #246 !important;
  color:        #fff;
}
.DP_weekday { background: rgb(255, 255, 255); }
.DP_weekday_selected { background: rgb(219, 230, 222); }
.DP_weekend { background: #E8EEF7; }
.DP_weekend_selected { background: rgb(153, 187, 221); }
.DP_offmonth { color: #888; }
.DP_popup_monthtable { background: #fff; }
.DP_popup_heading { background: #dbe6de; color: rgb(119, 153, 187); }
.DP_popup_cur { color: #000; }
.DP_popup_prev, .DP_popup_next { color: #000; }
.DP_popup_days { background: #dbe6de; }
.DP_popup_weekday { background: rgb(255, 255, 255); }
.DP_popup_weekday_selected { background: rgb(170, 204, 238); }
.DP_popup_weekend { background: #eee; }
.DP_popup_weekend_selected { background: rgb(153, 187, 221);}
.DP_popup_offmonth { color: #888; }


