﻿

.ModalPopupBG
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup
{
    min-width: 500px;
    min-height: 625px;
    background: Gray;
}

.BackgroundCSS
{
    border-style: ridge;
    border-width: inherit;
    min-width: 300px;
    min-height: 200px;
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 0.7;
    bottom: auto;
    border-color: Black;
    background-position: center;
    margin: auto;
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
}

.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
        .hLabel
        {
        font-family:Cambria;
        color: black;
        font-weight: bold;
        display: block;
        width: 150px;
        
        }
.modalBackground1
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

div.RadComboBoxDropDown .rcbScroll
{
    overflow-x: hidden;
}

/* <fields list styling> */

.fields
{
    float: left;
    width: 324px;
    padding-bottom: 16px;
    margin-top: 170px;
    padding-left: 40px;
}

.fields .validator
{
    font-size: 15px;
    padding-left: 3px;
    vertical-align: middle;
}
.fields label
{
    font-family:Cambria;
    color: #000;
    display: inline-block;
    width: 110px;
    vertical-align: middle;
    
}

.fields .button
{
    display: block;
    float: right;
    margin-right: 10px;
    padding: 0 10px;
}
.example-panel
{
    width: 725px;
    height: 456px;
    margin-left: 120px;
    background: trsparent url("Images/anbackground.jpg") no-repeat 0 0;
}

.modalPopup
{
    background-color: #AEBC21;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    position: absolute;
    visibility: hidden;
}

.popupControl
{
    background-color: #00477F;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
    font: Arial;
}

.PopUpPanel
{
    position: absolute;
    background-color: #737373;
    top: 100px;
    left: 15%;
    z-index: 2001;
    padding: 10px;
    min-width: 400px;
    max-width: 600px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.Overlay
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.modalPopup1
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.css3-blue
{
    color: white;
    border: solid 1px #0D5C20;
    background:  #11BA38;
    background: -moz-linear-gradient(center top , #11BA38, #0E7125) repeat scroll 0 0 transparent;
    /*background: -webkit-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));*/
   /* background: -moz-linear-gradient(top,#00adee,#0078a5);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11BA38',endColorstr='#0E7125');
    font-size:11px;
    font-family:Verdana;
    font-style:normal;
}
.css3-Orange
{
    color: white;
    border: solid 1px #104E8B;
    background: #006CB9;
    background: -webkit-gradient(linear,left top,left bottom,from(#006CB9),to(#007FFF));
    background: -moz-linear-gradient(top,#006CB9,#007FFF);
    font-family:Verdana;
    font-size:11px;
    font-style:normal ;
   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',endColorstr='#0078a5');*/
}
.css3-button
{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
    padding: .3em 1.33em .33em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    
}
p ,ul,li
{
    color:black;
    margin-left:20px;
    font-size:9.0pt;
	font-family:"Verdana","sans-serif";
}
ul
{
    margin-bottom:0in;
}
 li.MsoNormal
{
	margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
	margin-left: 0in;
    margin-right: 0in;
    margin-top: 0in;
}
span 
{
font-size: 6.0pt; 
}
h3
{
    color:Gray;
    font-size: 11.0pt; 
}
a
{
    color:Gray;
    font-size: 9.0pt; 
}