
* {
  //font-family: Arial, sans-serif;
  //font-family: "Ubuntu", "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0px;
  }

body {
  margin-left : auto;
  margin-right : auto;
  padding : 0;
  background-image : url(../images/bg_mmsscmql_2bw.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-color : #ffffff;
  font-family : Arial, sans-serif;
  font-size : 12px;
  }

div {
  text-align:justify;
  }

#header {
  width:1052px;
  margin-left: auto;
  margin-right: auto;
  margin-top:15px;
  margin-bottom:0px;
  padding: 10px 0px 25px 0px;
  color: #FFFFFF;
  text-align:center;
  //border-style: solid;
  //border-color: #CCCCCC;
  //border-width: 1px;
  //border-radius: 5px;
  //background: linear-gradient(rgba(255,255,255,0.6), rgba(0,0,0,0.6));
  }

div#mms_title {
  text-align:center;
}

#mms_title a {
  //width:500px;
  margin-left: auto;
  margin-right: auto;
  //margin-top:15px;
  //margin-bottom:15px;
  padding: 20px 10px 20px 10px;
  //border-style: solid;
  //border-color: #CCCCCC;
  //border-width: 1px;
  //border-radius: 5px;
  //color: #FFFFFF;
  text-align:center;
  font-weight: bold;
  color: rgb(100, 100, 100);
  //color: rgb(255, 255, 255);
  //color: #3d48a6;
  font-size: 50px;
  //background: linear-gradient(rgba(0,0,0,1), rgba(0,0,255,1));
  //text-shadow: rgb(150, 150, 150) 1px 3px 0px, rgb(84, 84, 84) 1px 5px 5px;
  }
  
#mms_title a:hover {
  color: #BC2A4D;
  } 
  
#acces_granted{
  color: #00AA33;
  text-align: center;
}

#acces_denied{
  color: #BC2A4D;
  text-align: center;
}

#body {
  width:1064px;
  margin-left: auto;
  margin-right: auto;
  margin-top:15px;
  margin-bottom:15px;
  //padding: 50px;
  display: table;
  color: #E0E0E0;
  text-align:center;
  }

#menu{
  float:left;
  position: fixed;
  width:178px;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 0px 5px;
  //background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4));
  //background: linear-gradient(rgba(0,0,200,0.7), rgba(0,0,150,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  //background-image:-moz-linear-gradient(30deg, #111111, #000000);
  //background-image:-webkit-linear-gradient(30deg, #111111, #000000);
  //background-image:-o-linear-gradient(30deg, #111111, #000000);
  //background-image:linear-gradient(60deg, #111111, #000000);
  border-radius: 5px;
  list-style-type:none;
  }

div#menu li a {
  font-size : 12px;
  font-weight: bold;
  //text-shadow: 0px 0px 2px #AAAAAA;
  }
  
div#menu li {
  display: block;
  padding: 4px 5px;
  font-size : 12px;
  }

li.active_page a {
  font-size : 12px;
  font-weight: bold;
  //color: rgba(0,55,0,0.8);
  //color: #00AA33;
  color: #00CF5F;
}

li.active_page a:hover {
  color: #BC2A4D;
  } 

#main {
  float:right;
  width:820px;
  padding: 0px 15px 15px 15px;
  margin: 0px 5px 0px 5px;
  //background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4));
  //background: linear-gradient(rgba(0,0,200,0.7), rgba(0,0,150,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  }


#outer_box {
  width:1064px;
  margin-left: auto;
  margin-right: auto;
  margin-top:15px;
  margin-bottom:15px;
  padding: 10px 50px 0px 50px;
  color: #AAAAAA;
  text-align:center;
  font-size : 12px;
  display: table;
  }


#footer {
  float:right;
  width:820px;
  padding: 0px 15px 0px 15px;
  margin: 0px 5px 0px 5px;
  color: #AAAAAA;
  text-align:center;
  font-size : 12px;
  }

.warning {
  padding: 5px 15px 10px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(255,0,0,0.8);
  background: linear-gradient(rgba(200,0,0,0.8),rgba(255,0,0,0.8), rgba(200,0,0,0.8));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  //font-size: 14px;
  }

a.warning_link:hover {
  color: #000000;
  } 
  
.warning_light {
  padding: 5px 15px 10px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(255,0,0,0.8);
  background: linear-gradient(rgba(200,0,0,0.8),rgba(255,0,0,0.8), rgba(200,0,0,0.8));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  //font-size: 14px;
  }

.warning_green {
  padding: 5px 15px 10px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(0,255,0,0.3);
  background: linear-gradient(rgba(0,150,0,0.4), rgba(0,255,0,0.4),rgba(0,150,0,0.4));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  //font-size: 14px;
  }
  

.mydir {
  padding: 2px 15px 2px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(255,255,255,0.4);
  background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  }

.my_error {
  padding: 2px 15px 2px 15px;
  margin: 5px 0px 5px 0px;
  background: linear-gradient(rgba(200,0,0,0.8),rgba(255,0,0,0.8), rgba(200,0,0,0.8));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  }

.mydir_mms1 {
  padding: 2px 15px 2px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(0,0,0,0.8);
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.4), rgba(0,0,0,0.9));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  }

.mydir_mms2 {
  padding: 2px 15px 2px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(213,94,0,0.8);
  background: linear-gradient(rgba(213,94,0,0.5), rgba(213,94,0,1), rgba(213,94,0,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  }

.mydir_mms3 {
  padding: 2px 15px 2px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(0,158,115,0.8);
  background: linear-gradient(rgba(0,158,115,0.5), rgba(0,158,115,1), rgba(0,158,115,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  }

.mydir_mms4 {
  padding: 2px 15px 2px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(86,180,233,0.8);
  background: linear-gradient(rgba(86,180,233,0.5), rgba(86,180,233,1), rgba(86,180,233,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  }

.level1 {
  padding: 0px 15px 5px 15px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
  //background: linear-gradient(rgba(0,0,200,0.8),rgba(0,0,255,0.8), rgba(0,0,200,0.8)); 
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  }

#active_version {
  padding: 0px 15px 5px 15px;
  margin: 0px 0px 15px 0px;
  //background-color: rgba(0,255,0,0.3);
  background: linear-gradient(rgba(0,150,0,0.4), rgba(0,255,0,0.4),rgba(0,150,0,0.4));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  }


.thumb {
  padding: 0px 15px 5px 15px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  }

.thumb_mms1 {
  padding: 0px 15px 0px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(0,0,0,0.8);
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.4), rgba(0,0,0,0.9));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 15px;
  }

.thumb_mms2 {
  padding: 0px 15px 0px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(213,94,0,0.8);
  background: linear-gradient(rgba(213,94,0,0.5), rgba(213,94,0,1), rgba(213,94,0,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 15px;
  }

.thumb_mms3 {
  padding: 0px 15px 0px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(0,158,115,0.8);
  background: linear-gradient(rgba(0,158,115,0.5), rgba(0,158,115,1), rgba(0,158,115,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 15px;
  }
  
.thumb_mms4 {
  padding: 0px 15px 0px 15px;
  margin: 5px 0px 5px 0px;
  //background-color: rgba(86,180,233,0.8);
  background: linear-gradient(rgba(86,180,233,0.5), rgba(86,180,233,1), rgba(86,180,233,0.5));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 15px;
  }
  
.thumb_mms {
  padding: 0px 15px 0px 15px;
  margin: 5px 0px 5px 0px;
  //background: linear-gradient(45deg,rgba(0,0,0,1),rgba(213,94,0,1),rgba(0,158,115,1),rgba(86,180,233,1));
  background: linear-gradient(rgba(240,240,240,1), rgba(255,255,255,1), rgba(240,240,240,1));
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  color: #000000;
  font-size: 15px;
  }
  
.tn_collection{
  display: table;
  }

.tn {
  float:left;
  width: 180px;
  height: 261px;
  padding: 5px 5px 0px 5px;
  margin: 5px 3px 5px 2px;
  background-color: transparent;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  text-align: center;
  }

.tn_outdated {
  float:left;
  width: 180px;
  height: 261px;
  padding: 5px 5px 0px 5px;
  margin: 5px 3px 5px 2px;
  background-color: transparent;
  border-style: solid;
  border-color: #444444;
  color: #444444;
  border-width: 1px;
  border-radius: 5px;
  text-align: center;
  }

.tn_lowdc {
  float:left;
  width: 180px;
  height: 261px;
  padding: 5px 5px 0px 5px;
  margin: 5px 3px 5px 2px;
  //background-color: transparent;
  //background-color: rgba(0,255,0,0.3);
  background: linear-gradient(to bottom right,rgba(0,150,0,0.4), rgba(0,255,0,0.4),rgba(0,150,0,0.4));
  border-style: solid;
  //border-color: #00AA00;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  text-align: center;
  }


.tn_cal {
  float:left;
  width: 377px;
  height: 522px;
  padding: 5px 5px 0px 5px;
  margin: 5px 3px 5px 2px;
  background-color: transparent;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 5px;
  text-align: center;
  }

select {
  -webkit-appearance: menulist-button;
  -webkit-rtl-ordering: logical;
  -webkit-writing-mode: horizontal-tb;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: default;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 17px;
  letter-spacing: normal;
  line-height: 12px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 2px;
  margin-top: 2px;
  text-align: start;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  white-space: pre;
  word-spacing: 0px;
  writing-mode: lr-tb;
  }

select::-ms-expand { /* for IE11*/
  //display: none;
  }

select#date1_day.tcday {
  //color: rgb(255, 0, 0);
  }
  
.myButton {
  -webkit-appearance: push-button;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  -webkit-writing-mode: horizontal-tb;
  align-items: flex-start;
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(0, 0, 0);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(0, 0, 0);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(0, 0, 0);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(0, 0, 0);
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: rgb(0, 0, 0);
  cursor: default;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 17px;
  letter-spacing: normal;
  line-height: 13px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  text-align: center;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  white-space: pre;
  width: 31.859375px;
  word-spacing: 0px;
  writing-mode: lr-tb;
 }
 
.myButton:hover {
  background-color:#BC2A4D;
  color:#FFFFFF;
  }

.myButton:active {
  background-ccolor: #00AA33;
  color:#FFFFFF;
  }

a {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  }

a.version {
  text-decoration: none;
  font-weight: bold;
  color: #AAAAAA;
  }
  
a:hover {
  color: #BC2A4D;
  }

a:active {
  color: #00AA33;
  }

h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  //text-shadow: 2px 2px 2px #FFFFFF;
  }
  
h2 {
  color: #FFFFFF;
}

h3 {
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 5px;
}

img.shadow{
  box-shadow: 1px 1px 12px #555;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    }

hr {
  height: 0.5px;
  width: 60%;
  color: #AAAAAA;
  noshade: noshade;
  //border-width:0;
  }

table {
  width:100%;
  border-radius: 5px;
  text-align: left;
  color: #E0E0E0;
  font-size : 12px;
  //background: linear-gradient(rgba(0,0,200,0.8),rgba(0,0,255,0.8), rgba(0,0,200,0.8)); 
  }
  
td {
  border: 0;
  }