﻿* {
    margin: 0 auto;
    padding: 0 auto;
}

body {
    font-family: Arial;
    font-size: 80%;
    color: #000000;
    background: url(../../images/Asu_img/bg.gif) top left;
    text-align: center;
    margin: 0 auto;
}

/* ----- End Global Setting ----- */

/* ----- Basic Layout ----- */
#wrapper {
    width: 800px;
    height: auto;
    text-align: left;
    background: #ffffff;
    }
    
#header {
    width: 800px;
    height: auto;
    clear: both;
    background: #ffffff;
    margin-bottom: 5px;
    }
    
    #searchnavBar {
        width: 800px;
        height: auto;
        clear: both;
        }
        
        #searchBar {
            width: 300px;
            height: 30px;
            float: left;
            }
        
        #navBar 
        {
        	width: 500px;
            float: right;
            color: #555555;
        }
        
    
    #banner {
        width: 800px;
        height: 153px;
        clear: both;
        }
		#flashBanner {
            width: 359px;
            height: 153px;
            float: left;
            display: inline;
            
            }
         #bannerRight 
         {
         	width: 441px;
            height: 153px;
            float: left;
            display: inline;
            background: url(../../images/Asu_img/bannerRight.jpg) no-repeat top left;
            }
          #AdOnBanner {
            width: 380px;
            height: 70px;
            position: relative;
            float: right;
            top: 45px;
            left: -10px;
            }
    
    #sloganBar {
        width: 800px;
        height: 28px;
        clear: both;
        background: url(../../images/Asu_img/sloganBar_bg.gif) no-repeat top left;
        }
        #dateBar
        {
        	width: 250px;
        	float: left;
        }
        #divSloganBar
        {
        	width: 550px;
        	float: right;
        }
    
#main {
    width: 800px;
    height: auto;
    clear: both;
    overflow: hidden;
    }
    
    #leftSide {
        width: 175px;
        height: auto;
        float: left;
        overflow: visible;
        background: #ffffff;
        }
        
        #leftSide #menu {
            width: 175px;
            float: left;
            clear: both;
            margin-bottom: 5px;
            }
        
        #leftSide #webLink {
            width: 175px;
            height: 30px;
            background: #f3871f;
            text-align: center;
            padding-top: 12px;
            margin-bottom: 5px;
            float: left;
            clear: both;
            }
            
        #leftSide #forecastWeather {
            width: 175px;
            height: auto;
            float: left;
            clear: both;
            background: #ffffff;
            margin-bottom: 5px;
            }
            
        #leftSide #neededInfo {
            width: 175px;
            height: auto;
            float: left;
            clear: both;
            margin-bottom: 5px;
            }
            
        #leftSide #hotLine {
            width: 175px;
            height: auto;
            float: left;
            clear: both;
            }
            
        #leftSide #contactToAD {
            width: 175px;
            height: auto;
            float: left;
            clear: both;
            margin-bottom: 5px;
            }
            
        #leftSide #favorProgram {
            width: 175px;
            height: auto;
            float: left;
            clear: both;
            }
            
            #leftSide #favorProgram a 
            {
            	text-decoration: none;
            }
       
            
    #chgZone {
        width: 625px;
        height: auto;
        float: left;
        background: #ffffff;
        }
        
        #chgZone #divcontent 
        {
        	width: 378px;
            height: auto;
            float: left;
            background: #ffffff;
            overflow: hidden;
            padding-left: 5px;
        }
        
        #chgZone #divcontent #content {
            width: 100%;
            height: auto;
            float: left;
            background: #ffffff;
            padding-right: 5px;
            overflow: hidden;
            }
            
        #chgZone #videoImg 
        {
            width: 100%;
            position: relative;
        }
        /*
        html #chgZone #divcontent #videoImg 
        {
        	margin-top: -15px;
		} 
*/
            
        #chgZone #rightSide {
            width: 237px;
            height: auto;
            float: right;
            background: #ffffff;
            overflow: hidden;
            }
            
            #chgZone #rightSide #hotClips {
                margin-bottom: 5px;
                }
            
            #chgZone #rightSide #popularNews {
                margin-bottom: 5px;
                }
            
            #chgZone #rightSide #newProgram {
                margin-bottom: 5px;
                }
            
            #chgZone #rightSide #todaySchedule {
                margin-bottom: 5px;
                }
            
            #chgZone #rightSide #rightAD {
                }
            
    
#footer {
    width: 800px;
    height: 110px;
    overflow: hidden;
    clear: both;
    }
    
/* ----- CLASS DEFINED HERE ----- */

.title_leftSide {
    display: block;
    width: 140px;
    height: 25px;
    line-height: 25px;
    background: url(../../images/Asu_img/title_leftSide.gif) no-repeat top left;
    color: #ffffff;
    font-weight: bold;
    padding-left: 35px;
    clear: both;
    text-transform: uppercase;
    
    }

.title_main {
    display: block;
    width: 342px;
    height: 25px;
    line-height: 25px;
    background: url(../../images/Asu_img/title_main.gif) no-repeat top left;
    color: #ffffff;
    font-weight: bold;
    padding-left: 35px;
    clear: both;
    text-transform: uppercase;
    }
    
.title_rightSide {
    display: block;
    width: 202px;
    height: 25px;
    line-height: 25px;
    background: url(../../images/Asu_img/title_rightSide.gif) no-repeat top left;
    color: #ffffff;
    font-weight: bold;
    padding-left: 35px;
    clear: both;
    text-transform: uppercase;
    }

.title_chgZone {
    display: block;
    width: 590px;
    height: 25px;
    line-height: 25px;
    background: url(../../images/Asu_img/title_chgzone.gif) no-repeat top left;
    color: #ffffff;
    font-weight: bold;
    padding-left: 35px;
    clear: both;
    text-transform: uppercase;
    }
    
.textBold {
    font-weight: bold;
    }
    
    /* ----- spacer ----- */
    .h1px {
        height: 1px;
        }
        
    .h3px {
        height: 1px;
        }
        
    .h5px {
        height: 5px;
        }
        
    .h8px {
        height: 8px;
        }
        
    .h10px {
        height: 10px;
        }
        
    .h15px {
        height: 15px;
        }
        
    .h20px {
        height: 20px;
        }
    
    .h25px {
        height: 25px;
        }
        
    .h30px {
        height: 30px;
        }