pre {
padding:1em;
background:#F2F2F2;
}
code {
font-size:1.2em;
background:#F2F2F2;
}
#content {
margin:3em;
}
#content p {
width:45em;
}
#mainmenu {
margin:1em 0 0 0;
}
.panel {
clear:both;
display:none;
border:3px solid #00adef;
padding:1em;
background:#FFF;
margin:0;
}
.panel.active-tab-body {
display:block;
}
#electivesTable thead, #electivesTable tfoot {
/*background:#DDD;*/
}
#electivesTable tr.rowodd {
background:#FFF;
}
#electivesTable tr.roweven {
background:#F2F2F2;
}
.sortcol {
cursor:pointer;
padding-right:20px;
background-repeat:no-repeat;
background-position:right center;
}
#electivesTable .sortasc {
background:#e2e1e5 url(images/up.gif) center right no-repeat;
}
#electivesTable .sortdesc {
background:#b2b8c9 url(images/down.gif) center right no-repeat;
}
.nosort {
cursor:default;
}
.urg1, .urg2, .urg3, .urg4, .urg5 {
padding:3px;
text-align:center;
border:1px solid #333;
width:3em;
}
.urg1 {
background:#FFFACD;
}
.urg2 {
background:#FFD700;
}
.urg3 {
background:#FFA500;
}
.urg4 {
background:#E13E00;
}
.urg5 {
background:Red;
}
#electivesTable th.resize-handle-active {
cursor:e-resize;
}
div.resize-handle {
cursor:e-resize;
width:2px;
border-right:1px dashed #1E90FF;
position:absolute;
top:0;
left:0;
}