/* ============================================================
 * 	 CSS for Tenant User Page 
 * 	
 *   #NOTICE!
 * 	 Template for Tenant User is written following sentence.
 * 	 "<body id='tenant>'"
 * 	 If you want to set specific css for template, use sentent "body#tenant".
 *   Because, the css's influence is limited.
 * 	 e.g. body#tenant div.header{ background: black; }
 *        => The color of header for temant user is black.
 *        => but, none tenant user's page is not. 
 *  
 *============================================================ */

.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #808000;
  background-image: -moz-linear-gradient(top, #919111, #808000);
  background-image: -ms-linear-gradient(top, #919111, #808000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#919111), to(#808000));
  background-image: -webkit-linear-gradient(top, #919111, #808000);
  background-image: -o-linear-gradient(top, #919111, #808000);
  background-image: linear-gradient(top, #919111, #808000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919111', endColorstr='#808000', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
