﻿
#container {
    width: 100%; /* explicitly set the width to 1024px */
    height: 100%;
    margin: 0 auto; /* this will center your container */
}




.PageContainer{
	width: inherit;
    height: inherit;
	margin:auto;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:20px;	
}


body
{
 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

  
}



.version-text {
    color: blue; 
    font-size: 9px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-align: right; 
}


.SmallWarning
{
    color: red!important;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    display: block;	
    font-weight: 700; 
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}


.UserInformation {

    font-size: 10px;
    color:chocolate ;
    font-family:Arial;  
      

}



.panelUpdateProgress {
    position: fixed;
    top: 200px;
    left: 120px;
    width: 200px;
    max-height: 200px;
    height: 200px;
    z-index: 99999999999999999999;
    color: white;
    border-radius: 30px;
    padding: 30px;
    border-color: gray;
    border-style: solid;
    border-width: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}



.SelectorGridText {
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-top: 5px;
    width: 155px !Important;
    height: 11.5px !Important;
    font-size: 10.75px;
    min-height: 10px;
    border-style: none;
}

