/*<![CDATA[*/

body {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;    
}

#Master {
	border: solid 1px #b5c2cb;	
}

#SiteHeader {       
    vertical-align: bottom;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#SiteContent 
{
	padding: 0 0 0 0;
    background-color: transparent;
    width:524px;
    border: solid 0px black;
}

#PopupContent 
{
	padding: 15px 15px 5px 15px;	
    background-color: white;   
    border: solid 0px #b5c2cb;   
}

#SiteSubContent 
{
	padding: 0px 0px 0px 0px;
    background-color: transparent; 
    border: solid 0px black;
    width:45px;
        
}

#SiteNavigation 
{	
	background-color: transparent;     	
	padding: 0 0 0 10;	
}

#SiteFooter {
	padding: 0px 0px 0px 0px;           
	margin: 0px 0px 0px 0px;             	
}

#LeftDots, #RightDots
{
	padding: 0 0 0 0;
    background-color: transparent;    
    background: url(/Images/Backgrounds/gray_dot.gif) repeat-y top center;	                             
    border: solid 0px black;
}


/**********************************************************************/

/*
#SiteBannerAd
{	
	display: block;	
	visibility: visible;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;		
	position: absolute;						
	width: 350px;		
	height: 73px;	
	z-index: 0;
	top: 30px;
	left: 520px;
}

#SSPlaceHolder
{
	padding: 90px 15px 5px 15px;
    background-color: white;
    z-index: 12;        
    background: url(/images/headings/titleheader.jpg) no-repeat top left;	                             
}

#SiteSignIn 
{    
    padding: 3px 0px 3px 10px;
    background-color: black;      
    vertical-align: middle;      
    margin: 0 0 0 0;
    height: 30px;    
}

#SiteLogo {       
    vertical-align: bottom;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

*/
/*]]>*/

 
.rblock-shadow {
            position: relative; 
            /*left: 3px; 
            top: 3px; 
            margin-right: 3px; 
            margin-bottom: 1px; */
            background: #D6D6D6;
        }
        .rblock {
        background-color: #ECECEC;
        position: relative;
        left: -5px;
        top: -10px;
        /*z-index: -5px;*/
        }
        .rblock-shadow *.m5,
        .rblock *.m5 {
                margin: 0 5px;
        }
        .rblock-shadow *.m3,
        .rblock *.m3 {
                margin: 0 3px;
        }
        .rblock-shadow *.m2,
        .rblock *.m2 { 
                margin: 0 2px;
        }
        .rblock-shadow *.m1,
        .rblock *.m1 {
                margin: 0 1px;
        }
        .rblock p.content {
                padding: 0px 20px;
        }
        
        .rblocktop, .rblockbottom {
                background-color: #f0f0f0; /* must be of the same as body bg-color */
                display: block;
                width: 100%;
        }
        .rblocktop *, .rblockbottom * {
                background-color: #ECECEC; /* must be of the same as .rblock bg-color */
                display: block;
                height: 1px;
                overflow: hidden;
        }
                
       .rblocktop-shadow, .rblockbottom-shadow {
                background-color: #f0f0f0; /* must be of the same as body bg-color */
                display: block;
                width: 100%;
        }
        .rblocktop-shadow *, .rblockbottom-shadow * {
                background-color: #D6D6D6; /* must be of the same as .rblock bg-color */
                display: block;
                height: 1px;
                overflow: hidden;
        }