﻿.PanelPopUp
{
	background-image:url(../../Images/FormImages/popupBox_bg.png);
	color:#ffffff;
    font-weight:bold;
    padding:10px;
    height:65px;
    vertical-align:middle;
    /*FIREFOX*/
	-moz-border-radius:5px 5px 5px 5px;
	/*IE*/
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	/*OPREA*/
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}

.PopUpOuter
{
	padding:20px;
	height:auto;
	width:auto;
	/*Transparent Background*/
	background-image:url("../../Images/Skin4.0/OpacityBlack.png");
	
	/*Rounded Corner*/
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.PopUpInner
{
	min-width:100px;
	/*min-height:100px;*/
	
	background-color:White;
	padding:5px;
	border:3px solid #bdd7f7;
	
	/*Font*/
	font-family:"Arial","Helvetica",sans-serif;
	color:#333;
	font-size:12px;
	
	/*Rounded Corner*/
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.PopUpInner:hover
{
	border:3px solid #6b82ef;
}
.PopUpCloseDiv
{
	position:absolute;
	right:25px;
	top:25px;
}

 
.OuterSettingDiv {background-color:#7e7e7e!important;
                  border:1px #5a5a5a solid!important;
                  padding:5px!important;
                  font-family:"Arial","Helvetica",sans-serif!important;
                  font-size:12px!important;
                  font-weight:Normal!important;
                  color:#2d2d2d!important;
                  /*Rounded Corner*/-moz-border-radius:5px 5px 5px 5px!important;
                  -webkit-border-radius:5px!important;
                  border-radius:5px!important;
                  clear: both!important;}

.InnerSettingDiv{background-color:#ffffff!important;border:1px #5a5a5a solid!important;text-align:center!important;/*Rounded Corner*/-moz-border-radius:5px 5px 5px 5px!important;-webkit-border-radius:5px!important;border-radius:5px!important;}

.InnerSettingDiv td {font-family:"Arial","Helvetica",sans-serif!important;font-size:12px!important;font-weight:Normal!important;color:#2d2d2d!important;text-align:left!important;padding-left:5px!important;}
.InnerSettingDiv th {font-family:"Arial","Helvetica",sans-serif!important;font-size:12px!important;font-weight:bold!important;color:#2d2d2d!important;text-align:left!important}

.PopUpPadding
{
	padding-left:110px;
}
.OuterDiv
{
	margin-top:10px;
	padding:5px 7px 5px 6px;
	background:#f5f5ed;
	/*FIREFOX*/
	-moz-border-radius:5px 5px 5px 5px;
	/*IE*/
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	/*OPREA*/
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.OuterDiv:hover
{
	background:#e9f6fc;
}
.InnerDiv
{
	background-color:White;
	border:1px #d9d9d9 solid;
	padding:5px;
	/*min-height:100px;*/
}



.PanelPopUpOuter
{
	background-color:#7e7e7e;border:1px #5a5a5a solid;padding:5px;font-family:"Arial","Helvetica",sans-serif;font-size:12px;font-weight:Normal;color:#2d2d2d;
	/*Rounded Corner*/-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px;border-radius:5px;clear: both;
}
.PanelPopUpInner
{
	/*Font*/
	font-family:"Arial","Helvetica",sans-serif;
	color:#333;
	font-size:12px;
	
	background-color:#ffffff;border:1px #5a5a5a solid;
	/*Rounded Corner*/-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px;border-radius:5px;
}

.OuterDiv
{
	margin-top:10px;
	padding:5px;
	background:#f5f5ed;
	/*Rounded Corner*/
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.OuterDiv:hover
{
	background:#e9f6fc;
}
.InnerDiv
{
	background-color:White;
	border:1px #d9d9d9 solid;
	padding:5px;
}

.OuterDivGreen
{
	padding:5px;
	background:#aadfa0;
	/*Rounded Corner*/
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.InnerDivGreen
{
	background-color:White;
	border:1px #41a32e solid;
	padding:5px;
}

.OuterDivRed
{
	padding:5px;
	background:#dfa0a0;
	/*Rounded Corner*/
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.InnerDivRed
{
	background-color:White;
	border:1px #a32e2e solid;
	padding:5px;
}

.ContentDiv
{
	white-space:nowrap;
	font-family:"Arial","Helvetica",sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#a32e2e;
	margin:0px;
	padding:0px;
	border:0px;
}