/** popup css **/
#modalBackground
{
     position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    
    	z-index: 9;
    	background-color:#333333;
    	display:none;
    	opacity: 0.40;
	filter: alpha(opacity=40)
}

#popupIframe
{
	position: absolute;
	display:none;
	z-index: 10;
}

.modalWindow
{
    position: fixed;
    left: 0;
    top: 0;

	z-index: 11;
	display:none;
	background-color: white;
	border: 1px solid blue;
}

.modalWindow2
{
    position: fixed;
    left: 0;
    top: 0;

	z-index: 11;
	display:none;
	border: 2px solid #999999;	
}
.popupMenu 
{
	cursor:hand;
}
.popupWindow
{
    position: absolute;
	z-index: 11;
	display:none;
	border: 1px solid gray;

}
.popupWindow2
{
    position: absolute;
	z-index: 11;
	display:none;
	border-top: 0px ;
	border-right: 1px solid #CEB503;
	border-bottom:1px solid #CEB503;
	border-left: 1px solid #CEB503;
}
#modalOverlay {background-color:#000; cursor:wait;position: fixed;left:0px;top:0px;height:100%;width:100%;opacity:.5;display:none;}

/* Container */
.modal {
	display:none;
	position : fixed; 
	left:50%; 
	top:50%; 
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	border-top: 0px ;
	border-right: 0px;
	border-bottom:0px;
	border-left:0px;
}
.modalShim {
	position : absolute; 
	left:50%; 
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.modal .modalHeading
{	
	padding: 2px;	
	font-weight:bold;
	background-color:#dddddd;
	color: Black;
	height:15px;


}

.modal .photoModalHeading
{	
	padding: 2px;	
	font-weight:bold;
	background-color:#000000;
	color:White;
	height:24px;


}
						
.modal .albumModalHeading
{	
	padding: 2px;	
	font-weight:bold;
	background-color:#000000; /* #FFFFDD Yellow*/
	color:White;
	height:20px;


}

.modal .closeBtn {
	background-image:url("../images/layer_closebutton.png");
	float:right;
	display:block;
	width:80px;
	height:20px;
	padding:0px;
	cursor:pointer;
	font-size:1px;
}
.modal .layerTitleText
{
	float:left;	
	display:inline;
	font-weight:bold;
	font-size:18px;	
}

.modal .layerContent {
	clear:both;
	padding:0px;
	display:block;
}


.layer0 {
    position: absolute;
	z-index: 11;
	display:none;
	background:url("../images/shadow.gif") right bottom no-repeat;
}	
.layer1 
{
	background:url("../images/shadow180.gif") no-repeat;
}
.layer2 
{
	background:url("../images/corner_bl.gif") -16px 100% no-repeat;
}
.layer3 
{
	padding:4px 6px 6px 4px;
  	background:url("../images/corner_tr.gif") 100% -16px no-repeat;
}	
.layerbox 
{
	background: #FFFFFF;
	border: 2px solid #999999;	
}
.layerHeading
{	
	padding: 0.6em;	
	font-weight:bold;
	font-size:13px;
	background-color:#FDDE6C;
	height:1.5em;
	background-image:url("../images/hdr_yellow_bg.gif");
	margin:0;
}
.layerTitleText
{
	float:left;	
	display:inline;
	font-weight:bold;
}

.layerContent{
	font-weight:13px;
	padding:10px;
}
.closeBtn {
	float:right;
	display:inline;
	padding:0;
}
.layerTitleText{
	float:left;
	display:inline;
	padding:0;
}
.modalDisable 
{
	background-color:#ADADAD;
}
#changeLocationMenu {
 background-color:lightyellow;
 padding:10px;
}

#changeLocationMenu td {
	padding:1px 10px 1px 15px;
	font-size:13px;
}

#locMenu td {
	padding:1px 10px 1px 15px;
	font-size:13px;
}
#colorPalette td {
	border:1px solid gray;
}


.modalTitle
{
	font-weight:bold;
	padding:2px 2px 4px 2px;
}
.modalContent
{
	padding:2px 2px 4px 2px;
	background-color: white;
}

.calendar td {
   letter-spacing:normal;
   line-height:normal;
   font-size:11px;
   text-align:center;
   width:18px;
   height:16px;
}

.calhd{
	font-weight:bold;
	border-top:1px solid dimgray;
	border-bottom:1px solid dimgray;
}
.calseldate {
	color:white;
	font-weight:bold;
	background-color:lightgrey;
}


.caltoday {
 	border:1px solid darkred;
}

.calhover {
	background-color:lightgrey;
    cursor:hand;
}

.caltitle {
	background-color:buttonface;
}

#featureblock {
        background-color:#FFFFEB;       
        padding:10px;   
        border:1px solid #C3C3C3;       
        font:17px;
}

.btnorng {
        font:bold 13px Arial;
        color:#000;
        white-space:nowrap;
        border:1px solid #FF9900;
        background-color:#ce9200;
        background-position:0 0px;
        height:26px;
        background-image:url(../images/btn_orng_bg.gif);
        background-repeat:repeat-x;
        cursor:pointer;
}

.myadaction {
		white-space: nowrap; 
		display: block; 
		text-align: center;
}
