div#manage-bar {
    position:relative;
    background-image: url("images/bkg_admin_bar.jpg");
    background-repeat: repeat-x;
    background-color:#f5f8fd;
    width:994px;
    height:40px;
    color:#0885c8;
    text-align:left;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    overflow:hidden;
}
div#manage-bar-title { font-size: 93%;margin-top:8px;margin-left:6px;}
div#manage-top-menu { margin-top:9px;margin-left:2px;text-align:right;}
div#manage-top-menu a { color:#0885c8; font-size: 93%; text-decoration:none;}
div#manage-top-menu a:link { color:#0885c8; font-size: 93%; text-decoration:none;}
div#manage-top-menu a:visited { color:#0885c8; font-size: 93%; text-decoration:none;}
div#manage-top-menu a:active { color:#0885c8; font-size: 93%; text-decoration:none;}
div#manage-top-menu a:hover { color:#f5710c; font-size: 93%; text-decoration:none;}
div#manage-top-menu select.select-property { }
div#manage-bottom-menu {
    position:relative;
    margin-top:10px;
    width:960px;
    margin-left:8px;
    margin-bottom:20px;
}
div#manage-bottom-menu .manage-bottom-column {
    position:relative;
    float: left;
    margin:10px;
    border-right: 1px solid #dfeafd;
    width:160px;
}
div#manage-bottom-menu .manage-column-title { font-size:121.9%; }
div#manage-bottom-menu .manage-column-options { margin-top:5px; font-size: 85%; }
div#manage-bottom-menu a { color:#f5710c; text-decoration:none;}
div#manage-bottom-menu a:link { color:#f5710c; text-decoration:none;}
div#manage-bottom-menu a:visited { color:#f5710c; text-decoration:none;}
div#manage-bottom-menu a:active { color:#f5710c; text-decoration:none;}
div#manage-bottom-menu a:hover { color:#0885c8; text-decoration:none;}

/* Website Updates */
div#management-updates {
    position:relative;
    width:954px;
    margin-left:19px;
    margin-bottom:-20px;
    margin-top:-6px;
}
div#management-updates .header { font-size: 128%; color:#ff720a; font-weight: bold;}
div#management-updates .content {
    width:951px;
    margin-left:-20px;
    line-height:20px;
    font-size:93%;
}
div#management-updates .details {
    width:700px;
    margin-top:10px;
}
div#management-updates .update-title {
    margin-top:40px;
    margin-bottom:20px;
    font-size:121%;
    color:#0885c8;
}
div#management-updates .update-title h5 { font-size:79%;}
div#management-updates .update-movie-title {font-weight: bold;}
div#management-updates .update-movie {margin-bottom:20px;}
div#management-updates .updates {
    width:930px;
    padding-top:20px;
    padding-left:20px;
    border:1px solid #eeeeee;
}

/* Online Surveys */
div#management-surveys {
    position:relative;
    width:954px;
    margin-left:19px;
    margin-bottom:-20px;
    margin-top:-6px;
}
div#management-surveys .header { font-size: 128%; color:#ff720a; font-weight: bold;}
div#management-surveys .content {
    width:951px;
    margin-left:-20px;
    line-height:20px;
    font-size:93%;
}
div#management-surveys .details {
    width:700px;
    margin-top:10px;
}
div#management-surveys .body {
    width:930px;
    padding-top:20px;
    padding-left:20px;
    border:1px solid #eeeeee;
    padding-bottom:40px;
}

/* Email Campaigns */
div#management-campaigns {
    position:relative;
    width:954px;
    margin-left:19px;
    margin-bottom:-20px;
    margin-top:-6px;
}
div#management-campaigns .header { font-size: 128%; color:#ff720a; font-weight: bold;}
div#management-campaigns .content {
    width:951px;
    margin-left:-20px;
    line-height:20px;
    font-size:93%;
}
div#management-campaigns .details {
    width:700px;
    margin-top:10px;
}
div#management-campaigns .body {
    width:930px;
    height:400px;
    padding-top:20px;
    padding-left:20px;
    border:1px solid #eeeeee;
    padding-bottom:40px;
}

/* Property Banners */
div#management-banners {
    position:relative;
    width:954px;
    margin-left:19px;
    margin-bottom:-20px;
    margin-top:-6px;
}
div#management-banners .header { font-size: 128%; color:#ff720a; font-weight: bold;}
div#management-banners .content {
    width:951px;
    margin-left:-20px;
    line-height:20px;
    font-size:93%;
}
div#management-banners .details {
    width:700px;
    margin-top:10px;
}
div#management-banners .body {
    width:930px;
    padding-top:20px;
    padding-left:20px;
    border:1px solid #eeeeee;
    padding-bottom:40px;
}

/* Appointment Management */
div#management-appointments {
    position:relative;
    width:954px;
    margin-left:19px;
    margin-bottom:-20px;
    margin-top:-6px;
}
div#management-appointments .header { font-size: 128%; color:#ff720a; font-weight: bold;}
div#management-appointments .content {
    width:951px;
    margin-left:-20px;
    line-height:20px;
    font-size:93%;
}
div#management-appointments .details {
    width:700px;
	height:400px;
    margin-top:20px;
}
div#management-appointments .body {
    width:930px;
    padding-top:20px;
    padding-left:20px;
    border:1px solid #eeeeee;
    padding-bottom:40px;
}
