﻿.section-popup
{
    border:5px solid #5B5B5B;
    background-color: #f5f5f5;
    text-align: left;
    color: #666666 !Important;
    min-height: 10px;
    height:auto;
    position: absolute;
    top: 35%;
    left: 35%;
    display:none;
}
.section-popup-rotator
{
    border:5px solid #5B5B5B;
    background-color: #f5f5f5;
    text-align: left;
    color: #666666 !Important;
    min-height: 10px;
    height:auto;
    display:none;
}
.section-popup-search
{
    border:5px solid #5B5B5B;
    background-color: #f5f5f5;
    text-align: left;
    color: #666666 !Important;
    min-height: 10px;
    height:auto;
    display:none;
}
.section-popup table
{
    margin: 5px 17px 5px 17px;
}
.section-popup td
{
    padding: 3px;
}

.section-popup-background
{
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60); /* IE's opacity*/
    opacity: 0.6;
    display:none;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666666;
	background: #CCCCCC;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

.popup-close
{
    cursor:pointer;
    float:right;
    font-size:200%;
    font-weight:bold;
}

.validation-popup
{
    border:5px solid #5B5B5B;
    background-color: #f5f5f5;
    text-align: left;
    color: #666666 !Important;
    width: 350px;
    height: auto;
    position: absolute;
    top: 35%;
    left: 35%;
    padding:5px;
}