﻿div.myprogress {
	width: 98%;
    height: 45px;
    text-align: center;
    margin: 2px 2px 2px 2px;
    display: none;
}    

div.myprogress-pop
{
    width: 150px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    margin: 2px 2px 2px 2px;
    background-color: white;
    position: absolute;
    top: 200px;
    border-style: solid;
    right: 45%;
    display: none;
}

div.mysuccess-pop
{
    width: 550px;
    height: 120px;
    padding-top: 10px;
    text-align: center;
    margin: 2px 2px 2px 2px;
    background-color: white;
    position: absolute;
    top: 300px;
    border-style: solid;
    right: 32%;
    display: none;
}

div.myerror
{
    width: 98%;
    height: 45px;
    text-align: center;
    margin: 2px 2px 2px 2px;
    display: none;
    color: red;
    font-weight: bold;
    font-size: medium;
    display: none;
}
.color-blue {
    color: blue;
}
.img-icon {
    vertical-align: top;
    height: 21px;
    border: none;
    padding-top: 5px;
}

.img-icon-g {
    vertical-align: top;
    height: 22px;
    border: none;
}

div.section-img-menu {
    width: 30px;
    float: left;
    text-align: center;
}
.img-grid {
    vertical-align: top;
    height: 40px;
    border: none;
}
.floatleft {
    float: left;
}
.pad-left-10 {
    padding-left: 10px;
}

.img-nav {
    vertical-align: top;
    height: 20px;
    border: none;
    cursor: pointer;
}

div.section-full-menu {
	width: 99.25%;
    text-align: center;
    margin: 2px 2px 2px 2px;
    font-size: .70em;
}

input[type=radio] {
    display:inline-block;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

.pram-line {
    margin-bottom: 5px;
}

input[type=checkbox] {
    display:inline-block;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

/* Styles for validation helpers
    -----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.input-validation-valid {
    border: 1px solid gray;
    background-color: #ffffff;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Progress bar
    -----------------------------------------------------------*/
    
.progressbardiv {
    margin-top: 0px;
    border: none;
    padding: 0 0;
}

/* Grid Rows
    -----------------------------------------------------------*/
.grid-row {
    margin: 2px;
    padding-top: 4px;
    background-color: white;
}
    
.grid-row-hl 
{
    margin: 2px;
    padding-top: 4px;
    background-color: whitesmoke; 
}


