﻿body
	{

	font-family: Tahoma, Trebuchet, Verdana, Arial, sans-serif;
   	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
  	/* color: #777; */
  	/* background:url(../../../images/spinner.gif) no-repeat 50% 50%; */

	}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:White;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
	z-index:3000;
	color:Navy;
	text-align:left;
}
.warningimage 
{
    vertical-align:middle ;
}

 .modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
        }

/*
.modalBackground {
	background-color: Gray;
	opacity: .25;
    filter : alpha ( opacity = 25 );
}
filter: alpha(opacity=70);
	opacity: 0.7;
*/

.modalPopup {
	/* background-color:#ffffdd; */
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	color:Black;
	padding:3px;
	width:250px;
}

.modalPopupTitle {
	font-weight:bold;
}
.modalPopupButtons {
	 text-align:center ;
}
.yahooPopup {
	/* background-color:#ffffdd; */
	background-color:White;
	border-width:0px;
	border-style:solid;
	color:Navy;
	padding:3px;
	width:150px;
}
  .helptext
  {
      font-size: 12px;
	  font-style: italic;
	  
  }
  .requiredtext
  {
    color: Red;
  }
   .label 
{
    /* vertical-align:top; */
    font-weight:bold;
}
.warningbox
{
    background-color: #FFFFE0;
    border: solid 1px Yellow;
    margin-top: 5px;
    margin-bottom:5px;
}