﻿.section-popup
{
    border:5px solid #5B5B5B;
    background-color: White;
    text-align: left;
    color: #666666 !Important;
    min-height: 10px;
    height:auto;
    position: absolute;
    top: 35%;
    left: 35%;
    display:none;
    z-index:2;
}
.section-popup-rotator
{
    border:5px solid #5B5B5B;
    background-color: #f5f5f5;
    text-align: left;
    color: #666666 !Important;
    min-height: 10px;
    height:auto;
    display:none;
    z-index:2;
}
.section-popup-search
{
    border:5px solid #5B5B5B;
    background-color: #f5f5f5;
    color: #666666 !Important;
    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;
    z-index:1;
}

#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;
}

.pop-up-header
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC url('images/pop-up-title.gif') repeat-x scroll center top;
	border-color:#FFFFFF #FFFFFF #999999;
	border-style:solid;
	border-width:1px;
	color:#666666;
	cursor:default;
	font-size:14px;
	font-weight:bold;
	line-height:1.75em;
	margin:0;
	padding:0;
	text-align:center;
}

.pop-up-close-button
{
	float:right;
	line-height:1.75em;
	vertical-align:middle;
}

.pop-up-data
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.pop-up-textbox
{
	margin-left:15px;
	background-color:Transparent;
	border:none;
	background-image:url('images/login-input.jpg');
	background-repeat:no-repeat;
	margin-bottom:5px;
	width:134px;
	height:25px;
	font-weight:bold;
	padding:3px 0 0 7px;
}

.pop-up-select
{
	margin-left:15px;
	background-color:Transparent;
	border:none;
	background-image:url('images/login-input.jpg');
	background-repeat:no-repeat;
	margin-bottom:5px;
	width:160px;
	height:25px;
	font-weight:bold;
	padding:3px 0 0 7px;
}