﻿
#popup-ok {
    display: none;
    position: absolute;
    height: 170px;
    width: 525px;
    background: #fff;
    left: 254px;
    top: 168px;
    z-index: 999;
    
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 7px #8aa5b5;
    -webkit-box-shadow: 0 0 7px #8aa5b5;
    box-shadow: 0 0 7px #8aa5b5;
    
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    
    background-image: url('../images/dialogBoxBgGradient.jpg');
    background-repeat: repeat-x;
    
}
#popup-network {
    display: none;
    position: absolute;
    height: 200px;
    width: 525px;
    background: #fff;
    left: 254px;
    top: 168px;
    z-index: 999;
    
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 7px #8aa5b5;
    -webkit-box-shadow: 0 0 7px #8aa5b5;
    box-shadow: 0 0 7px #8aa5b5;
    
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    
    background-image: url('../images/dialogBoxBgGradient.jpg');
    background-repeat: repeat-x;
    
}
#popup-background {
    display: none;
    -background-color: Transparent;
    background-color: #222;
    position: fixed;
    left: 0px; top: 0px;
    width: 100%;
    height: 100%;
    z-index: 990;
    
    /* IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);

    /* IE 5-7 */
    filter: alpha(opacity=30);

    /* Netscape */
    -moz-opacity: 0.3;

    /* Safari 1.x */
    -khtml-opacity: 0.3;

    /* Good browsers */
    opacity: 0.3;

}

#popup810 {
    display: none;
    position: absolute;
    height: 440px;
    width: 500px;
    background: #fff;
    left: 384px;
    top: 168px;
    z-index: 999;
    
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 7px #8aa5b5;
    -webkit-box-shadow: 0 0 7px #8aa5b5;
    box-shadow: 0 0 7px #8aa5b5;
    
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    
    background-image: url('../images/dialogBoxBgGradient.jpg');
    background-repeat: repeat-x;
    
}
#popup-background810 {
    display: none;
    -background-color: Transparent;
    background-color: #222;
    position: fixed;
    left: 0px; top: 0px;
    width: 100%;
    height: 100%;
    z-index: 990;
    
    /* IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);

    /* IE 5-7 */
    filter: alpha(opacity=30);

    /* Netscape */
    -moz-opacity: 0.3;

    /* Safari 1.x */
    -khtml-opacity: 0.3;

    /* Good browsers */
    opacity: 0.3;

}
/* network */

.popup-logo 
{
	position: relative;
    float: left;
    margin: 18px 0 0 25px;
}
.popup-logo div 
{
	display: none;
	width: 174px; height: 68px;
}
.popup-logo #mclogo 
{
	background-image: url('../images/MC-Logo_24pxHigh.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.popup-logo #pluslogo 
{
	background-image: url('../images/PlusLogo109x62.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.popup-closeX 
{
	position: relative;
    float: right;
    margin: 8px 10px 0 0;
    width: 21px; height: 21px;
    cursor:pointer;
    background-image: url('../images/XdialogBox.png');
}
.popup-buttons 
{
	float:right;
	margin: 8px 30px 8px 0;
}
.popup-buttons .button-ok 
{
	width: 68px;
	height: 24px;
	font-size: 11px;
}
#questions 
{
    height: 150px;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    margin: 35px 25px 0 25px;
    color: #233665;
    position: absolute;
    left: 0px;
    width: 475px;
}
#questions .line1 {
    font-weight: bold;
    -text-transform: uppercase;
    visibility: hidden;
    margin: 10px 0 0 0;
    height: 24px;
}
#questions .line1:before 
{
	content: '';
}
#questions .message 
{
    font-weight: normal;
    margin: 18px 0 0 0;
}
#questions .message:before 
{
	content: '';
}
#question1 {
    margin: 15px 0 0 0;
    float: right;
}
    #question1 .label {
        margin-right: 8px;
    }
	#question1 .label:before 
	{
		content: '';
	}
    #question1 .ctrl {
    }
    #question1 select {
        width: 300px;
    }
    #question1 select option 
    {
		padding-left: 6px;
    }
#question2 {
    margin: 10px 0 0 0;
    float: right;
}
    #question2 .label {
        margin-right: 8px;
    }
	#question2 .label:before 
	{
		content: '';
	}
    #question2 .ctrl {
        vertical-align: middle;
    }
    #question2 select {
        width: 300px;
    }
    #question2 select option 
    {
		padding-left: 6px;
    }
    ul#popup810
{
	padding-right:10px;
	padding-top:10px;/*5*/
	text-align:right;
	
}

ul#popup810 li
{
	padding-right:8px;
	margin-right:8px;
	color:White;
	float:left;
	
}


ul.normal_links1
{
	margin:  0px  10px 10px 25px;
	font-size:11px !important;
	list-style:inside;
	list-style-type:disc;
	color:#666;
}

ul.normal_links1 li
{
	padding-bottom:5px;
}