﻿body {
    /*font-size: 0.80em;
    font-family: Calibri, Verdana, Helvetica, Sans-Serif;
    margin: auto;
    width: 100%;*/
    font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
}

/* jquery.ui.widget overrides */
.ui-widget {
    font-size: 0.90em;
}

.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #5C176B;
}

.error {
    border: 1px solid red;
}

.error-indicator {
    color: Red;
    font-weight: bolder;
    font-size: 9px;
}

.load-indicator {
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    z-index:999;
    overflow: auto;
    background: url("/images/load-indicator.gif") no-repeat center #ffffff;
}

.flat-button,
.nav-button {
    padding: 6px;
    background: rgb(162, 145, 136);
    color: #ffffff;
    border-style:none;
    font-weight:bold;
    width:85px;
}

.inputlst li {
    display: inline;
    list-style-type:none;
    padding-right: 40px;
}

.veritcallst {
    margin-top: 0px;
}

.tblcontainer tr {
    /*background-color:lightgray;*/
}

.tblcontainer tr td {
    height:30px; 
    padding:5px;  
}

.tblcontainer tr td input {
    width:200px;
}

.tblcontainer tr td .largetext {
    width:95%;
}

.msgdialog {
    display: none;
}

#msgimagecontainter,
#errimagecontainter
{
    float: left; margin: 0 7px 50px 0;
}

.no-decoration a:link, a:visited {
    text-decoration: none;
}

.no-decoration img {
    border:0;
    outline:none;
}