﻿/* styles for the modal popup */

/* dialog frame */
.modal-dialog
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

/* dialog contents container */
.modal-dialog .container
{
    width: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
}

/* dialog header */
.modal-dialog .headerDelete
{
    background: url(../../App_Global/Images/Skin/sprite.png) repeat-x 0px -200px;
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
}

/* dialog header message */
.modal-dialog .header .msg
{
    vertical-align: middle;
    padding-left: 6px;
    font-size: 12px;
    font-weight: bold;
}

/* dialog body */
.modal-dialog .body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}

/* dialog body message */
.modal-dialog .body .msg
{
    background: url(../../App_Global/Images/Skin/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
}

/* dialog footer */
.modal-dialog .footer
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
}

/* dialog close */
.modal-dialog .close
{
    right: 7px;	
    background: url(../../App_Global/Images/Skin/sprite.png) no-repeat 0px -300px;		
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

/* dialog close hover */
.modal-dialog .close:hover
{
    background: uurl(../../App_Global/Images/Skin/sprite.png) no-repeat 0px -300px;	
}

/* modal overlay */
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index:1;
}


/* Modal */
.ModalHeaderCorner
{
	width:9px;
	height:34px;
}

.ModalHeader
{
	width:100%;
	height:34px;
	background-image:url(../../App_Global/Images/ModalPopUp/modal_header_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.ModalBodyLeft
{
	width:30px;
	background-image:url(../../App_Global/Images/ModalPopUp/modal_body_left_bg.png);
	background-repeat:repeat-y;
	background-position:left top;
}

.ModalBodyRight
{
	width:30px;
	background-image:url(../../App_Global/Images/ModalPopUp/modal_body_right_bg.png);
	background-repeat:repeat-y;
	background-position:right top;
}

.ModalBody
{
	background-color:#fff;
	color:#000;
}

.ModalContent
{
	padding:2px 0 10px 0;
}

.ModalFooterCorner
{
	width:9px;
	height:37px;
}

.ModalFooterCornerLeft
{
	width:30px;
	background-image:url(../../App_Global/Images/ModalPopUp/modal_footer_corner_left.png);
	background-repeat:repeat-y;
	background-position:left bottom;
}

.ModalFooterCornerRight
{
	width:30px;
	background-image:url(../../App_Global/Images/ModalPopUp/modal_footer_corner_right.png);
	background-repeat:repeat-y;
	background-position:right bottom;
}

.ModalFooter
{
	width:100%;
	height:70px;
	background-image:url(../../App_Global/Images/ModalPopUp/modal_footer_bg.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.modalPopup
{
    background-color:#fff;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width:800px;
}
.form  {
	width: 94%;
	font-family: verdana;
	border: 1px solid gray;
}
.form div {
	background-color: white;
	
}

.form p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	text-align:left;
}
.form a {
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top: 1px solid #FFFFFF;
	text-align:left;
	border-bottom: 1px solid #999;
	
	background-image: url("../../App_Global/Images/Grid/hd.gif");
}
.form footer {
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	text-align:left;
	border-bottom: 1px solid #999;
	height:30px;
	background-image: url("../../App_Global/Images/ModalPopUp/leftnav-selected.gif");
}