﻿#ttl{display:none;}
h3{margin:0;}
th:nth-child(odd),td:nth-child(odd) {padding-left:30px;}
.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}
.loadmodel{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
	top: 0;
    left:0;
    /*background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;*/
}
.loadingbar{
    z-index:999;
    border-radius: 10px;
	color: #555;
	font-family: Tahoma;
	font-size: 11px;
	margin: 10px;
	padding: 10px 36px;
	position: fixed;
	width: 170px;
	top: 45%;
  	left: 55%;
  	margin-top: -10px;
  	margin-left: -130px;
  	-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
}