﻿div.test 
{
    display: block;
    width: 10px;
    height: 10px;
    background-color: Aqua;
}



/*PAGE WRAPPER STYLES*/
#pageWrapper
{
	margin: auto;
	max-width: 1310px;
	min-width: 740px;
	height: 100%; /*background: white url("_layouts/images/Nabis/bgPage.gif") repeat-y;*/
	position: relative;
}
    *html #pageWrapper {
        _width: expression((document.body.clientWidth < 741)? "740px" : (document.body.clientWidth > 1311)? "1310px" : "auto");
    }
    
/*HEADER STYLES*/
#headerWrapper
{
	background: none;
	height: 86px;
	border-top: 5px #99CC66 solid;
	position: relative;
	z-index: 2 !important;
}
    div#headerWrapper div#imageWrapper
    {
	    display: none;
    }
    #headerWrapper #titleBarWrapper
    {
	    clear: both;
    }

/*BODY STYLES*/
#bodyWrapper 
{
    border: none !important; 
    background: white url(_layouts/images/Nabis/bgBlue.gif) repeat-y left; 
    position: relative; 
    margin: auto;
}
    *html #bodyWrapper
    {
        _width: expression((document.body.clientWidth < 741)? "740px" : (document.body.clientWidth > 1311)? "1310px" : "auto");
        max-width: 1310px; 
        min-width: 740px; 
        /*background: white url(_layouts/images/Nabis/bgPage.gif) repeat-y left; */
    }

/*NAVBAR STYLES*/
#navWrapper 
{
    display: none;
}

/*CONTENT STYLES*/
#contentWrapper {
    max-width: 1310px; 
    background-color: white; 
    margin: 0px;
}
    *html #contentWrapper 
    {
        margin-right: 0px;
    }
        *html div#welcome
        {
            margin-right: 262px;
        }
        *html div#welcome div
        {
        }

/*RIGHT BAR STYLES*/
#rightWrapper 
{
    display: none;
    
}
    
    #nBodyRightBg 
    {
        display: none;
    }   
    
    
    
    
/*FOOTER STYLES*/
#footerWrapper
{
	text-align: center;
	clear: both;
	background: transparent;
    padding-top: 40px;
	margin: auto;
	position: relative;
}
    #footerWrapper a.proceedToMap
    {
		top: -10px;
    }
    
    *html #footerWrapper 
    {
        background-color: white !important;
        padding-top: 40px;
	    _width: expression((document.body.clientWidth < 741)? "740px" : (document.body.clientWidth > 1311)? "1310px" : "auto");
	    margin-top: -1px;
	    margin-left: -40px;
    }
        
    *+html #footerWrapper
    {
        background-color: white !important;
	    margin-top: -10px;
	    margin-left: 0px;
	    width: 100%;
    }
        
#footerWrapper ul
{
	border-top: 5px #99CC66 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
}
    *+html #footerWrapper ul
    {
	    width: 100%;
	    margin-top: 5px;
	    margin-left: 0px;
    }
    *html #footerWrapper ul
    {
	    _width: expression((document.body.clientWidth < 741)? "740px" : (document.body.clientWidth > 1311)? "1310px" : "auto");
    }
    #footerWrapper ul li
    {
	    display: inline;
	    border-left: 1px black solid;
	    padding-left: 6px;
	    padding-right: 4px;
    }
    #footerWrapper ul li.firstitem
    {
	    display: inline;
	    border-left: none;
    }

