/* Start of CMSMS style sheet 'Cursos' */
/*#table {display: table;}
.row {display: table-row;}
.cell {display: table-cell;}
.col {display: table-column;}
*/


#plano_curso {
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
}

#label_table {
    margin: 5px;
    margin-right: 15px;
    width: 100px;
    float: left;
    background: #bdbdbd;
    border-collapse: collapse;
    border: 1px dashed #e6e6e6;
    /*border-bottom: 2px dotted #e6e6e6;*/
    font-size: 0.9em;
}

#label_table tr td{
    height: 15px;
    padding: 3px;
}

#main_table {
    margin: 5px;
    margin-left: 0px;
    width: 600px;
    /*height: 200px;*/
    font-size: 0.9em;
    float: left;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
}

#main_table th {
    height: 40px;
    width: 30px;
    padding: 3px;
    font-size: 1.1em;
    background: #bc6140;
    color: #ffffff;
    overflow: hidden;
    
}
    
#main_table td {
    padding: 6px 3px;
    border-top: 2px solid #ffffff;
}

#main_table tr:hover {
    background: #c6c6c6;
}

#main_table .disciplinas_header {
    width: 300px;
}

#main_table .disciplinas {
    text-align: left;
}

#main_table .odd {
    background: #e6e6e6;
}

#main_table .even {
    background: #f0f0f0;
}

#separator tr td{
    width: 720px;
    padding-top: 50px;
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: center;
    text-align: center;
}

/*#plano_curso tr {
        
    background-color: green;
*/ 
}

/*#plano_curso td {
    padding: 3px;
*/
}

/*#plano_curso p {
    
    margin: 0;
    padding: 0;
    text-align: right;
}
*/
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}





/* NOT USED RIGHT NOW...
.col_1 {
    width: 100px;
    height: 200px;
    vertical-align: bottom;
    text-align: inherit;
    
}

.rotate {

/* Safari 
-webkit-transform: rotate(-90deg);

/* Firefox 
-moz-transform: rotate(-90deg);

/* IE 
-ms-transform: rotate(-90deg);

/* Opera 
-o-transform: rotate(-90deg);

/* Internet Explorer 
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

*/

/* End of 'Cursos' */

