﻿.enrollmentdash-container {
    background-color: #666666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:-1px;
	margin-top:-1px;
    /*position: absolute;*/
    /*z-index: 100;*/
	width: 1324;
    padding: 30px 14px 14px 14px;
    display: block;
}
 
 /*
.enrollmentdash-container h4 {
    position:absolute;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    width: 1112px;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 8px;
}*/
 
.enrollmentdash-container h4:after {
    content:"";
    position:absolute;
    bottom:-10px;
    left:56px;
    border-width:10px 10px 0;
    border-style:solid;
    border-color:#666666 transparent;
    
    display:block;
    width:0;
    z-index: 1;
}
 
.enrollmentdash-container a.close {
    position: absolute;
    top: 4px;
    right: -12px;
    width: 16px;
    height: 16px;
    text-decoration: none;
    color: #333333;
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
 
.enrollmentdash {
    position: relative;
    background-color: #FFFFFF;
    font-size: 10px;
    padding: 20px 90px 20px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:-1px;
	margin-top:-1px;
	width: 1324;
}
 
.enrollmentdash a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.enrollmentdash table th{
    padding: 0;
}

.enrollmentdash table th.skew {
    height: 70px;
    width: 60px;
    position: relative;
    vertical-align: bottom;
}

.enrollmentdash table th div.skewFirstRow
{
    top: 0px;
    left: 70px;   
    position: relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    /*height: 60px;
    width: 60px;
    position: relative;
    vertical-align: bottom;
    top: 0px;
    left: 60px;   
    height: 100%;*/
}

/*@-moz-document url-prefix() {
    .enrollmentdash table th.skewFirstRow {
        left: 120px;  
    }
}*/

.enrollmentdash table th.skew > div {
    position: relative;
    top: 0px;
    left: 35px;
    height: 100%;
    width:50px; /* Added this */
    transform:skew(-45deg,0deg);
    -ms-transform:skew(-45deg,0deg);
    -moz-transform:skew(-45deg,0deg);
    -webkit-transform:skew(-45deg,0deg);
    -o-transform:skew(-45deg,0deg);    
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-collapse: collapse;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
 
.enrollmentdash table th.skew span {
    transform:skew(45deg,0deg) rotate(315deg);
    -ms-transform:skew(45deg,0deg) rotate(315deg);
    -moz-transform:skew(45deg,0deg) rotate(315deg);
    -webkit-transform:skew(45deg,0deg) rotate(315deg);
    -o-transform:skew(45deg,0deg) rotate(315deg);        
    position: absolute;
    bottom: 18px;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
 
.enrollmentdash table td {
    width: 60px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
 
.enrollmentdash table td a {
    display: block;
    width: 100%;
    text-align: center;
}
 
.enrollmentdash table td.project-name {
    width: auto;
    text-align: right;
    font-weight: bold;
    border: none;
    padding-right: 8px;
}
 
.enrollmentdash table .odd {
    background-color: #E8E8E8;
}