﻿/*Modal Popup*/
.modalBackground
{
    background-color: darkgray;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.lrPadding
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.sectiontitle
{
    background-image: url(images/frm_top.gif);
    background-repeat: repeat-x;
    background-color: #f0f0f0;
    border-bottom: 1px solid;
    border-bottom-color: #D5D5D5;
    font-weight: bold;
    background-position-y: center;
}
.wp
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.wpTitle
{
    padding: 0px;
    background-color: #ffffcc;
}
.ControlPanel
{
    top: 0px;
    left: 0px;
    /*position: fixed;*/
    display: block;
    background-image: url(images/frm_top.gif);
    background-repeat: repeat-x;
    background-color: #f0f0f0;
    border-bottom: 1px solid;
    border-bottom-color: #D5D5D5;
    font-weight: bold;
    background-position-y: bottom;
    height: 18px;
    width: 100%;
    z-index:1000;
}
.ControlPanel A
{
    color: #a9a9a9;
    text-decoration: none;
}
.ControlPanel A:hover
{
    color: #ff4500;
}
.cZone
{
    /*position:fixed;
    height:450px; 
    width: auto;
    */
    z-index: 1000;
    left: 0px;
    top:20px;
    overflow:auto;
    display: block;
}
.editButton
{
    position: absolute;
    display: block;
     width: 16px;
    height: 16px;
    clear: none;
    background-image: url(images/Icons/Edit.gif);
    background-repeat: no-repeat;
    cursor:  pointer;
} 
.peditButton
{
    
    display: block;
     width: 16px;
    height: 16px;
    clear: none;
    background-image: url(images/Icons/Edit.gif);
    background-repeat: no-repeat;
    cursor:  pointer;
} .pVertical
{
    margin:0px; 
}
.pHorizontal
{
     margin:0px; 
}

 .ps{ padding:0px; }

