body {font-family: Arial, san-serif} 

#inboxTable td
{
	border-right:solid 1px #e6e6e7;
}
/* CSS for checklists */
.checklist {
	border: 1px solid #a5acb2;
	list-style: none;
	height: 10em;
	overflow: auto;
	width: 16em;
}
.checklist, .checklist li { margin-left: 0; padding: 0;}
.checklist label { display: block; padding-left: 25px; text-indent: -25px;}
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
* html .checklist label { height: 1%; }

/* Checklist 1 */
.cl1 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #353636; width: 400px; height: 15em;}
.cl1 .alt { background: #e9f0f4; }
.cl1 input { vertical-align: middle; }
.cl1 label {border-bottom:dashed 1px #b2b2b2;}
.cl1 label:hover, .cl1 label.hover { background: #ddd; color: #000; }

/* Inbox */
.Cell2{
	background-color:#d2dee6;
}
/* curve height, background image */
.roundedCorners .t, .roundedCorners .b, .roundedCorners .b b, .roundedCorners .t b{
height:14px;
background-image:url(images/roundedCorners.png);
margin-bottom:0px;
padding:0px;
}

/* inner color, border color, border width */
.roundedCorners .c{
background:#ffffff;
border-color:#ffffff;
border-left-width:0px;
border-right-width:0px;
}

/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 10px 0 10px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
margin:0px;
}

.inboxContainer { padding:10px 0px 10px 10px;}
.programTitle { font-family:Arial, Trebuchet MS, Arial; font-size:200%; color:#0e5570; font-weight:bold; margin:0;}
.inboxTable { background-color:#FFFFFF; margin:6px 0 6px 0;  }
.inboxCurriculaHeader { background-color:#b0b5b8; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; }
.inboxColumnHeaders { font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#bf89b5; font-size:11px }
.inboxTD { /*border-right:solid 1px #CBD6DE;*/ vertical-align:top }
.underlined {border-bottom:dashed 1px #b2b2b2}
.underlinedDots {border-bottom:dotted 1px #b2b2b2}
.toolBox {border: dotted 1px #666666; background-color:#F0F0F0}

/*Information, Alert and Warn */
p.alert {
	background: #9b0000 url(/images/icons/exclamation.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
	margin:10px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #f8ff00;
}
p.info {
    background: #004284 url(/images/icons/information.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
	margin:10px;
    border-top: 2px solid #006DFF;
    border-bottom: 2px solid #006DFF;
	color: #fff;
}
p.warn {
    background: #d5aa00 url(/images/icons/error.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
	margin:10px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #FFF;
}
p.confirm {
    background: #5d982b url(/images/icons/accept.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
	margin:10px;
    border-top: 2px solid #92c05d;
    border-bottom: 2px solid #92c05d;
	color:#000;
}
#tblsort th {	
	/*font-size: 100%;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
}
#tblsort td {
	/*border-bottom:dotted 1px #cccccc;*/
}
#tblsort .pastDue {
	color:#FF0000;
}
#tblsort .noBorders {
	/*border:0;
	margin:0;
	padding:0;*/
}
#personalInfo {
	margin-top:50px;
	margin-bottom:5px;
}
#personalInfo td {
	vertical-align:bottom;
	border-bottom:0;
}
#personalInfo h4 {
	margin:0;
	font-size:130%;
}
#Totals {
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
#Totals .earned {
	background-color:#e9f0f4;
	border-right:solid 1px #cccccc;
	padding:5px;
}
#Totals .compliant {
	background-color:#def2b8;
	padding:5px;
}
.sort {
	background-color:#CCCCCC;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.cur_row {
color: #000;
background: #FFE3B3;
}

.cur_col {
color: #000;
background: #FFF9B5;
}

.cur_cell {
color: #000;
background: #FDC743;
}

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button {
	padding:2px;
}
.buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* END BUTTONS */