html {
  height:100%;
}

body { 
  margin:0px;
  padding:0px;
  text-align: justify;
  font-family: Myriad Pro, Helvetica, Arial, sans-serif;
  font-size:15px;
  background-color:#eeeeee;
}
li {margin-top: 0.1em;}

h1 {
  font-weight:bold;
  font-size:24px;
  padding:0px;
  margin:0px;
}
h2 {
  font-weight:bold;
  font-size:20px;
  padding:0px;
  margin:10px 0px;
}
h3 {
  font-size:14px;
  padding:0px;
  margin:0px;
}
a { 
  font-weight:bold;
  text-decoration:none;
  color:#B31B1B;
  /*color: rgb(45,137,225);*/
}
a img { 
   border:none;
}
a:hover {
  text-decoration:underline;
  color:#EC6969;
  /*background-color:#eeeeee;*/
  cursor:pointer;
}
#canvas { 
  position:relative;
  width:850px;
  height:100%;
  margin:10px auto;
  background-color:#ffffff;
  border:1px solid #b4b4b4;
  padding-bottom:20px;
}
#menu {
  width:850px;
  text-align:center;
  padding:0px;
  margin-left:0px;
  background-color:#B31B1B;
  /* background-color: rgb(45,137,225);*/
  line-height:25px;
}
#menu ul li {
  display:inline;
  padding:0px;
  cursor:pointer;
}
#menu ul li a {
  padding:5px 15px;
  color:#ffffff;
  text-decoration: none;
}
#menu ul li a:hover {
  /*background-color:#EC6969;*/
  color: #B31B1B;
  background-color:#eeeeee;
  margin-top: 1px;
}
.hideable {
  margin:0px;
  padding:20px 20px 0px 20px;
  height:100%;
}
#info-course {
  margin:20px;
  font-weight:bold;
  font-size:20px;
}
#info {
  float:left;
  font-size:16px;
  margin:20px;
}
#info h1 {
  font-size:24px;
  font-weight:bold;
}
#info p {
  margin:0px;
  padding:0px;
}
#picture {
  position:absolute;
  top:10px;
  right:10px;
  height:88px;
  width:254px; 
}
b { 
  font-weight:bold;
}
#copy {
  margin:0px auto;
  font-size:12px;
  color:#777777;
  width:800px;
}
div.bib {
  padding-left:40px;
  text-indent:-40px; 
}

.hide1{ position: absolute; left: -200em; top: -9999px; visibility:hidden;}

#course-name {
  position:absolute;
  top:70px;
  right:10px;
  height:88px;
  width:354px;
  color: rgb(45,137,225);
  /*text-shadow: white 0px 0px 1px;*/
  font-weight:bold;
  font-size:20px;
  padding:0px;
  margin:10px 0px;
}

#M-picture {
  position:absolute;
  top:57px;
  right:8px;
  /*height:88px;
  width:354px;*/
  color: rgb(45,137,225);
  /*text-shadow: white 0px 0px 1px;*/
  font-weight:bold;
  font-size:20px;
  padding:0px;
  margin:10px 0px;
}

#Mandel-picture {
  position:absolute;
  /*top:653px;*/
  top:685px;
  right:40px;
  /*height:100px;
  width:100px;*/
  color: rgb(45,137,225);
  /*text-shadow: white 0px 0px 1px;*/
  font-weight:bold;
  font-size:20px;
  padding:0px;
  margin:10px 0px;
}

#UEFISCDI-picture {
  position:absolute;
  /*top:653px;*/
  top:135px;
  right:375px;
  /*height:100px;
  width:100px;*/
  color: rgb(45,137,225);
  /*text-shadow: white 0px 0px 1px;*/
  font-weight:bold;
  font-size:20px;
  padding:0px;
  margin:10px 0px;
}

table.schedule {
    margin:0px;
    width:100%;
    text-align:center;
    border-collapse:collapse;
}

table.schedule td {
    border:1px solid #cccccc;
    padding:3px 6px 3px 6px;
    background-color:#ffffff;
}

table.schedule td.newweek {
    border:0px;
    background-color:#ffffff;
}

table.schedule td.topic {    
    text-align:left;
}
table.schedule td.event {        
    text-align:left;
}
table.schedule td.special {        
    text-align:left;
    background:#eeeeee;
}
table.schedule td.pending {    
    text-align:left;
    color:#bbbbbb;
}
.abs-text { 
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.000rem;
    font-style: normal;
    /*background-color: #FFFAF0;
    background-color: #FFFDD0;
    background-color: #FFFFED;
    background-color: #FAF0E6;*/
    background-color: #F5F5F5;
    background-color: #eeeeee;
    border:1px solid #b4b4b4;
    
    color: rgb(50,50,50);
    color: #702963;
    color: #915C83;
    color: rgb(50,50,50);
    
    
    text-align: justify;
    padding:4px;
    margin: 4px;
    margin-left: 15px;
    margin-right: 15px;
}
.box ul{
      text-align: justify;
    padding: 6px;
    padding-left:25px;
    margin: 10px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #eeeeee;
    border:1px solid #b4b4b4;
}

