﻿@import url(Home.editor.css);
/* CSS classes used specifically for the Home.ascx skin */

    #AlertTicker {
        color: #C90000;
        font-weight: bold;
    }
    
    .AlertTicker {
        display: block;
        height: 38px;
        line-height: 38px;
    }
    
	td#ContentLeftArea {
		width: 100%;
		vertical-align: top;
	}
	
		div#HmpgBanner {
		}		
		
			.HmpgBannerDims {
				width: 700px;
			}
			
		div.HmpgLeftPane {
		    width: 216px;
		    padding: 8px;
		    float: left;
		    background-color: rgb(200,217,200);
		    
		    height: 247px;
		    
		    overflow: visible;
		    overflow-y: auto;
		    overflow-x: hidden;
		    padding-right: 15px;
		}
		
		div.HmpgRightPane {
		    margin-left: 252px;
		    padding: 8px;
		    overflow: auto;
		    
		    min-width: 432px; /* chrome needs this */
		    
		    height: 247px;
		    background-color: rgb(211,211,211);
		}
		
		    div.HmpgRightPane .TeaserDate {
		        color: rgb(88, 132, 97);
		    }
		    
		    div.HmpgRightPane .TeaserTitle {
		        font-weight: bold;
		        color: #195626;
		    }
		    
		    div.HmpgRightPane .TeaserReadMore {
		    }
		    
		td#ContentLeftArea .Spacer {
			/*width: 746px;*/
			height: 1px;
		}
		
	td#ContentRightArea {
		vertical-align: top;
	}
	
		td#ContentRightArea .Spacer {
			width: 250px;
			height: 1px;
		}
		
		div.RightBox {
			width: 222px;
			padding: 4px;
		}
		
		    div#IWantTo {
			    height: 141px;
			    background-color: rgb(167,201,167);
			    
			    margin-bottom: 8px;
		    }
		    
		    div#Weather {
		        width: 224px;
		        padding: 2px;
		        border: 1px solid black;
			    height: 59px;
			    
			    margin-bottom: 20px;
		    }
		    
		        table.WeatherTable td { width: 50%; white-space: nowrap; }
		        
		        table.WeatherTable h3 {
		            margin: 0px; padding: 0px;
		        }
		        
		        table.WeatherTable .Head {
		            font-size: 15px;
		            text-transform: uppercase;
		            color: Green;
		        }
    		    
		        table.WeatherTable .Normal {
		            font-size: 10px;
		        }
		        
		div#RightBox3 {
			height: 100px;
			background-color: rgb(25,86,38);
			color: White;
			margin-bottom: 8px;
		}

            div#RightBox3 h1,
            div#RightBox3 h2,
            div#RightBox3 h3,
            div#RightBox3 h4,
            div#RightBox3 h5,
            div#RightBox3 h6
            {
                color: #C3E3C4;
            }
            
            div#RightBox3 a,
            div#RightBox3 a:hover,
            div#RightBox3 a:link,
            div#RightBox3 a:visited,
            div#RightBox3 a:active
            {
                color: #C3E3C4;
            }
            
		div#RightBox4 {
			height: 137px;
			background-color: rgb(210,217,200);
		}
		

