/*=======================================
* Base styles
* ======================================*/
mitz{
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #404040;
}

ul{
   margin: 5px 0 0 30px;
   padding: 0;
   list-style-type: circle;
}
ul li{ margin: 0; padding: 0; }

img{ border: 0; }

.pngfix{ behavior: url('/css/iepngfix.htc'); }



/*=======================================
* Floats
* ======================================*/
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; height: 0px; font-size: 1px; }


/*=======================================
* Tooltips
* ======================================*/
.tooltip{
   position: absolute;
   padding: 3px 3px;
   z-index: 2;
   
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 11px;
   line-height: 18px;
   text-align: center;
}

   .tooltip h3{
      margin: 0 0 5px;
      text-align: left;
   }
    .empty{
      padding-right: 30px!important;
   }
     


/*=======================================
* Tables
* ======================================*/
table{
   width: 100%;
   padding: 0;
   margin-top: 8px;
   
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border: 1px solid #6699CC;
}
   
   table thead th{
      padding: 10px;
      margin: 0;
      
      color: white;
      background-color: #6699CC;
      text-align: left;
      font-weight: bold;
   }
   
   table tr td{
      padding: 7px 10px;
      
      border-bottom: 1px solid #ddd;
      line-height: 18px;
      vertical-align: top;
   }
   
   table tr.last td{ border-bottom: 0; }
  
   table tr.blank td{
      height: 9px;
      padding: 0;
      overflow: hidden;
      font-size: 1px;
      
      border-bottom: 1px solid #ddd;
      background-color: #f4f4f4;
      line-height: 1px;
   }


/*=======================================
* Master
* ======================================*/
#master{
	width: 940px;
	height: 130px;
	background-image: url(../jmodels/mits-bg.jpg);
}

   #master .caption{
      padding-bottom: 7px;
      font-size: 20px;
      color: #404040;
   }
   
      #master .caption img{
         margin: 0 -15px -22px -9px; 
         behavior: url('/css/iepngfix.htc');
      }
      
   #master .mitz{
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
   }
   
    .maz{
	background-image: url(../jmodels/maz-bg.jpg)!important;
   }
      
      /*=======================================
      * Header
      * ======================================*/
      #master .mitz .header{
         
      }

         #master .mitz .header img.logo{
            behavior: url('/css/iepngfix.htc');
         }
         
         #master .mitz .header a{
	height: 76px;
	width: 120px;
	display: block;
	padding: 32px 25px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: white;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	line-height: 21px;
         }
         
            #master .mitz .header a .tooltip{
               width: 55px;
			   
               
               color: white;
               border-radius: 5px;
               -moz-border-radius: 5px;
               -webkit-border-radius: 5px;
               border: 0;
            }
         
         #master .mitz .header a.downloads{
	height: 46px;
	padding: 12px 0px 0px 0px;
	width: 95px;
         }
         
            #master .mitz .header a.downloads .tooltip{
               background-color: #0A3253;
            }
         
            #master .mitz .header a.downloads b{
               
            }
            
         #master .mitz .header a.beta{
            padding: 12px 25px;
            background-color: #DF3030;
            font-weight: normal;
         }
         
            #master .mitz .header a.beta .tooltip{
               background-color: #DF3030;
            }
            
         
         #master .mitz .header a.docs{
            height: 46px;
            padding: 47px 25px;
            
            background-color: #6699CC;
         }
         
            #master .mitz .header a.docs .tooltip{
               background-color: #6699CC;
            }
            
            
         #master .mitz .header a.demo{
            height: 46px;
            padding: 47px 25px;
            
            background-color: #FF7C0A;
         }
         
            #master .mitz .header a.demo .tooltip{
               background-color: #FF7C0A;
            }

     
