﻿.DynamicMenuCSS
{
    z-index:1001;
    padding: 0px 5px 0px 5px;
    border: solid 1px orange;
    /*width:130px;*/
    text-align:left;
}

.StaticMenuCSS
{

    padding:0;
    margin:0;
    text-align:left;
}

.DynamicMenuCSS2
{
    z-index:10001;
    padding: 0px 5px 0px 5px;
    border: solid 1px orange;
    text-align:left;
}

.modalBackGround
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.70;
}

.PanelPopUp
{
    background-color:white; 
    padding:5px;
    border-width:5px;
    border-color:#52CA46;
    border-style:solid;
}

   
.aspnetmenucss
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:10000;
}

.WaterMarkCssBig
{
    background-color:Transparent;
    height:100px;
    width:330px;
}

.PanelPopUpAddressCss{
    background-color:white;
    padding:5px;
    border-width:1px;
    border-color:#ff3600;
    border-style:solid;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    z-index:500;
    font-size:small;
}
    .PanelPopUpAddressCss a{
        font-size:x-small;
    }
        .PanelPopUpAddressCss h4{
        clear:left;
        float:left;
        color:#508624;
	    font-size:small;
	    font-weight:normal;
    }


.AddressSmallTabs 
{
    /**clear:left;
	float: left;
	padding-top:10px;**/
	overflow:hidden;
	margin: 0px 0px 0px 5px;
	width: 205px;
    font-size:x-small;
    background: url(../images/i4nr-underline-small.gif) bottom left no-repeat;
}
    .AddressSmallTabs h4
    {
        clear:left;
        float:left;
        color:#508624;
	    font-size:x-small;
	    font-weight:normal;
	    width:55px;
	    padding-right:3px;
	    text-align:right;
    }
	.AddressSmallTabs span {
	     font-size:x-small;
	     font-weight:normal;
	     width:150px;
	}
	.AddressSmallTabs .caption {
		font-size: 0.6em;
		line-height: 0.6em;
	}
	.AddressSmallTabs a 
	{
	    margin-top:4px;
	    text-align:center;
	    font-weight:normal;
	}
