/****** General ******/
* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.center {
  text-align: center;
  margin-auto;
}

.wide {
  width: 75%;
}

.mid {
  width:  95%;
  display:  inline-block;
}

.margin_auto {
  margin: auto;
}

/***** Formatting *****/



i {
    
  color: #fa9c08;
}

li {
  margin-left: 18px;
  margin-top: 10px;
}

.info {
  color: #e7510e;
  font-size: 80%;
}



/****** Layout *******/
#switcher-demo-panel {
  margin-top: 30px;
  margin-left: 29px;
  margin-right: 29px;
  padding-bottom: 30px;
}

#switcher-panel {
  margin-top: 30px;
  margin-left: 29px;
  margin-right: 29px;
  height: 400px;
}

#switcher-panel2 {
  margin-top: 30px;
  margin-left: 29px;
  margin-right: 29px;
  height: 400px;
}

.nav_buttons {
  position: relative;
  top: 5px;
  left: 15px;
  height: 30px;
}

.nav_buttons a {
  margin: 0px 30px;
  font-size: medium;
}

.nav_buttons a:hover {
  margin: 0px 30px;
  font-size: medium;
  color:#F00;
}

.tabs {
  height: 60px;
  width: 100%;
  position: relative;
  top: 0px;
  
}

.block {
  background: transparent url(../images/block_bg.png) repeat top left;
 -moz-border-radius: 20px;
  azimuth-webkit-border-radius: 20px;
 -khtml-border-radius: 20px;
  border-radius: 20px;
  min-height: 400px;
  height: 400px;
  margin-top: 20px;
}

/* FACULTY TABLE */
.fac-table { border: 1px solid #B2B2B2; width: 97%; margin: 2em 0 !important;}
.fac-table tbody { margin: 0; padding: 0; border: 0; outline: 0;  vertical-align: baseline; background: transparent; }
.fac-table thead { text-align: left; }
.fac-table tr td {padding:10px !important; border-spacing:10px !important;}
.fac-table tr:nth-child(even) { background: #F2F2F2; }
.fac-table thead th { background: #DBDBDB; /* Show a solid color for older browsers */ background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);  color: #444; font-size: 16px; font-weight: bold; padding: 8px 10px; }
.fac-table td { padding: 9px 10px; font-size: 85%; border: 1px solid #B2B2B2;  }
.large {font-size:120% !important;}

