table.dm {
    margin: 0 0 0 0;
    border-collapse: collapse;
}

table.dm th, table.dm td {
    vertical-align: top;
    padding: 3px 5px 3px 5px;
    border-bottom:1px solid #EEE;
    min-height:21px;
    text-align:center;
}
table.dm th.l,td.l{
    text-align:left;
}
table.dm th.c,td.c{
    text-align:center;
}

table.dm th {
    font-weight: bold;
    color: #000;
}
table.dm th.topLine{
    font-weight: bold;
    color: #000;
    color:#FFF;
    background-color:#222;
    border-bottom:1px solid #AAA;
}

table.dm td.shade {
    background-color: #ffcc99;
    border: 1px solid #999;
}

table.dm .borderTop {
    border-top: 1px solid #999;
}

table.dm .borderLeft {
    border-left: 1px solid #999;
}
table.dm .borderRight {
    border-right: 1px solid #999;
}

table.dm .borderBottom {
    border-bottom: 1px solid #999;
}

table.dm .borderBottomRight {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

table#tableProgrammes {
    border-right: 1px solid #999;
}

table.dm .left, table.dm .left {
    text-align: left;
}

table.dm .total {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: bold;
    color: #000;
}

table.dm .bold {
    font-weight: bold;
    color: #000;
}

table.dm .red {
    color: #F00;
}
table.dm .green {
    color: #0F0;
}

.dragabble table.dm tr td{
    cursor:move;
}
table.dm td a{
    color:blue;
}
table.dm td.even{
    background-color:#F2F2F5;
}

.dragabble table.dm tr.dragabble td:hover{
    background-color:#FAFAFA;
}

.col.tl{
    background:red;
}

.ajaxSaveMsg{
    color:#345;
    font-size:8px;
}
.ajaxEditable{
    border:1px solid #447;
    cursor:pointer;
    cursor:hand;
    background:#E3FAFF;
    padding:2px 4px 2px 4px;
}
.indAvgHours{
    border:1px solid #447;
    cursor:pointer;
    cursor:hand;
    background:#E3AA5B;
    padding:2px 4px 2px 4px;
}
.indNoAvgHours{
    text-transform:uppercase;
    border:1px solid #999;
    cursor:pointer;
    cursor:hand;
    background:#CCC;
    font-size:7px;
    padding:4px 4px 4px 4px;
}
.ajaxDrop{
    border:1px solid #447;
    cursor:pointer;
    cursor:hand;
    padding:2px 4px 2px 4px;
}


div.path{
    color:#777;
    padding:3px 0 3px 0px;
    margin:0 0 20px 0px;
}
div.path a:link, div.path a:visited{
    color:#777;
    padding:3px;
    margin:0 0 20px 0;
}
div.path a:hover{
    color:#44F;
}

.dragProgramme{
    cursor:move;
    background:#FFFFFF;
}
div.newCRNGroupDropBox{
    border:1px dashed #AAA;
    padding:5px 15px 5px 30px;
    margin:30px 0 0 0;
    color:#555;
    background:#FFFFDD;
}
div.newCRNGroupDropBox.hover{
    border:1px solid #FAFAFA;
    border-top:1px solid #222;
    color:#FFFFCC;
    background:#FFFFCC;
}

div.removeFromCRNGroupDropBox{
    border:1px dashed #AAA;
    padding:5px 15px 5px 30px;
    margin:3px 0 0 0;
    color:#555;
    background:#FFDDDD;
}
div.removeFromCRNGroupDropBox.hover{
    border:1px solid #FAFAFA;
    border-top:1px solid #222;
    color:#FFFFCC;
    background:#FFD1CF;
}



.ips_wrapper {
  border: 1px solid #ddf;
  position: relative;
  cursor: text;
  margin: 0;
  padding: 0;
  width: 200px;
  display: block;
}
.ips_wrapper.over {
  border: 1px solid #578bc5;
}
.ips_wrapper .ips_text {
  margin: 3px 6px;
  font-style: normal;
  margin-left: 3px;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
  color: #f55;
  height: 18px;
  display: block;
  width: 100%;
}
.ips_input {
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #ccf;
  padding: 3px 6px !important;
  display: block;
  bottom: -1px;
}
.hidden {
  margin-left: -10000px;
}
.ips_trigger {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-left: 1px solid #ddf;
  width: 20px;
  cursor: pointer;
  color: #ccc;
  height: 100%;
  margin: 0;
}
.ips_trigger span {
  margin: 3px auto;
  display: block;
  width: 14px;
}
.ips_wrapper.over .ips_trigger {
  border-left: 1px solid #578bc5;
}
.ips_trigger.over {
  color: #333;
}
.ips_options_list, .ips_options_list li {
  margin: 0;
  padding: 0;
}
.ips_options_list {
  position: absolute;
  background: #578bc5;
  border: 1px solid #578bc5;
  z-index: 100;
  left: -1px;
  width: 100%;
  margin-top: 5px;
}
.ips_options_list li {
  padding: 1px 1px 1px 26px;
  background: #fff;
  color: #578bc5;
  font-size: 1em;
  cursor: pointer;
  overflow: hidden;
  height: 18px;
  list-style-type: none;
  background: #fff url(../images/stars.png) 0 0 no-repeat;
}
.ips_options_list li.over {
  background: #E8EFF7 url(../images/stars.png) 0 0 no-repeat;
  color: #f55;
}
.ips_options_list li.off {
  background: #fff url(../images/stars.png) 0 -18px no-repeat;
}
.ips_options_list li.off.over {
  background: #E8EFF7 url(../images/stars.png) 0 -18px no-repeat;
  color: #f55;
}
.ips_options_list li.half {
  background: #fff url(../images/stars.png) 0 -36px no-repeat;
}
.ips_options_list li.half.over {
  background: #E8EFF7 url(../images/stars.png) 0 -36px no-repeat;
  color: #f55;
}


/* my stuff */

.ips_wrapper {
  margin: 1em;
  font-family: Georgia;
}


a.newItemCRNDelivery{
    text-decoration:none;
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    border:1px solid #EEE;
    float:right;
}
a.newItemCRNDelivery:hover{
    border:1px solid #AAA;
    color:#44F;
}
a.red:hover {
    background-color:#ff0000 !important;
    color:#fff !important;
    text-decoration:none;
}

a.blue{
    color:#1D6DFF !important;
    text-decoration:underline !important;
    padding:1px 3px 1px 3px !important;
}
a.blue:hover {
    background-color:#1D6DFF !important;
    color:#fff !important;
    text-decoration:none !important;
}

a.green {
    color:#248008 !important;
    text-decoration:underline !important;
    padding:1px 3px 1px 3px !important;
}

a.green:hover {
    background-color:#248008 !important;
    color:#fff !important;
    text-decoration:none !important;
}
a.user{
background: transparent url('../images/icons/user.gif') 0 0 no-repeat;
padding:2px 0 2px 18px;
white-space:nowrap;
}
a.department{
  background: transparent url('../images/icons/department.gif') 0 0 no-repeat;
  padding:2px 0 2px 18px;
}
a.module{
  background: transparent url('../images/icons/module.png') 0 0 no-repeat;
  padding:2px 0 2px 18px;
}
div.module{
  background: transparent url('../images/icons/module.png') 0 0 no-repeat;
  padding:2px 0 2px 18px;
  white-space: nowrap;
}
a.CRN{
  background: transparent url('../images/icons/crn.png') 0 0 no-repeat;
  padding:2px 0 2px 18px;
}
div.CRN{
  background: transparent url('../images/icons/crn.png') 0 0 no-repeat;
  padding:2px 0 2px 18px;
  white-space: nowrap;
}

.bgSubtleGrey{
     background-image:url('../images/stripes/stripe_e4ff31250ba04a4354c89f6b2a774418.png');
}
.bgSubtleBlue{
     background-image:url('../images/stripes/stripe_772940a1eaf089e15ef5dd5efa55a5cc.png');
}

div#techingStaffMemberReport h3{
  background: transparent url('../images/icons/1249479269_user.png') 0 0 no-repeat;
  padding:5px 0 15px 34px;
}

table.list th {
    white-space:nowrap;
}
table.list tr.editDeliveryError td {
    background-color:#FFB6BF;
    text-align: left;
}

table.list tr.editDeliveryWarn td {
    background-color:#FFFFBF;
}

table.list .bold {
  font-weight: bold;
  color: #000;
}

table.list .red {
  color: #F00;
}

.readOnlySpan {
    font-weight:normal !important;
    font-size:12px !important;
}

/* Style used in Programmes Delivery - Edit Programme Delivery */
.editDeliveryTable {
    background:#FFF;
    padding-top:25;
    position:relative;
    margin-top:25px;
    margin-right:15px;
    width:1200px;
}
.editDeliveryTable .leftStyle {
    width:528px;
    border-right:3px solid #333;
}
.editDeliveryTable h4 {
    padding-left:10px;
}
.editDeliveryTable .header1 {
    padding-left:10px;
}
.editDeliveryTable .paddingL10 {
    padding-left:10px;
}

/* Style used in Programmes Delivery - make buttons look like the bootstrap buttons */
.dynamicFormTD input[type="submit"] {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
