@CHARSET "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ul, dl, ol, form, fieldset, input, label, table, tbody, tfoot, th, tr, td, textarea, select {
font-family: "helvetica neue", helvetica, "lucinda sans unicode", "sans serif";
font-weight: normal;
color: #333;
padding: 0;
border: 0;
margin: 0;
font-size: 12px;
}


header {
	width:100%;
	height:80px;
	background:#d1e0e1;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	text-align:center;
	line-height: 80px;
}

footer {
   width:100%;
   height:60px; 
   background:#d1e0e1;
   font-size: 12px;
   text-align:center;
   line-height: 80px;
   margin-top:30px;
}

table, th, td
{
border: 1px solid #888;
}

section {
	margin:20px 0 0 20px;
}

table {
	width:90%;
	border-collapse:collapse;
}

thead {
	line-height: 30px;
}



td {
	font-size: 11px;
	line-height: 25px;
	padding-left: 10px;
}

.even {
	background-color: #f8f8f8;
}

nav {
	margin:15px 0 10px 0;
}

nav a {
	background: #53777a;
	color: #fff;
	width: 80px;
	text-decoration: none;
	border: 1px solid #5b5b5b;
	font-size: 13px;
	text-align:  center;
	padding:5px 10px;
}

label {
	display: block;
	padding: 8px 0 8px 0;
	color: #333;
}

input {
	border-radius: 3px;
	height: 24px;
	border: 1px solid #AAA;
	padding: 0 7px;
}

input.large {
	width: 400px;
}

select {
	border: 1px solid #AAA;
	overflow: hidden;
	margin-right: 15px;
	width: 200px;
}

.required {
	color: red;
}
.error {
	color: red;
}

.notshow {
	display:none;	
}

.rowHighlight {
	font-weight:bold;
} 

label.error {
	color: red;
            font-weight:bold;
}

.warning {
	background: #F7F7DC;
}

#loading-div-background 
    {
        display:none;
        position:fixed;
        top:0;
        left:0;
        background:white;
        width:100%;
        height:100%;
     }
	 
#loading-div
    {
     width: 500px;
     height: 50px;	 
     margin: auto;
     position: absolute;
     top: 0; left: 0; bottom: 0; right: 0;
}

  .progress-label {
  /*
    position: absolute;
    left: 40%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
	text-align:center;*/
    width: 100%;
    float: left;
    line-height: 500%;
  }

