/* LifeWay Worship Styles */

* {
    margin: 0;
    padding: 0;
}

body {
}

form, h1, h2, h3, h4, h5, h6, ul, ol, li, img {
    /* eliminates standard padding for these elements so they'll look the same cross-browser */
    margin: 0;
    padding: 0;
}

a {
    color: #3e3e3e;
}

p {
    margin: 0 0 10px 0;
}

div.hr {
    background: url(../images/bg_hr.jpg) repeat-x;
    height: 1px;
}

div.hr hr {
    display: none;
}

#mainContent {
    /* positions all of the content that's below the header */
    width: 877px;
    margin: 10px auto;
    padding-top: 11px;
    background: #fff url(../images/bg_main.jpg) no-repeat;
}

/* -- styles for SEARCH SCREEN -- */
#searchScreen {
    width: 335px;
    background: url(../images/structure/search_box_sides.jpg) repeat-y;
    padding-left: 0;
    margin: 0 29px 0 11px;
    float: left;
    display: inline;
}

#searchScreen_top {
    width: 335px;
    background: url(../images/structure/search_box_rounded_top.jpg) no-repeat top;
}

#searchScreen_bottom {
    width: 335px;
    background: url(../images/structure/search_box_rounded_bottom.jpg) no-repeat bottom;
    padding: 0 0 10px 0;
    font-size: 1.2em;
}

/* -- styles for WORSHIP PLAN SCREEN -- */
#worshipScreen {
    width: 491px;
    background: url(../images/structure/worship_plan_sides.jpg) repeat-y;
    padding: 0;
    margin: 0;
    float: left;
}

#worshipScreen_top {
    width: 491px;
    background: url(../images/structure/worship_plan_rounded_top.jpg) no-repeat top;
}

#worshipScreen_bottom {
    width: 491px;

    background: url(../images/structure/worship_plan_rounded_bottom.jpg) no-repeat bottom;
    padding: 0 0 10px 0;
    font-size: 1.2em;
}

/* -- styles for SEARCH RESULTS -- */
.instruction_text {
    font-size: 0.9em;
    color: #9C9E9C;
    padding: 5px;
    margin: 0;
    border-bottom: 1px dotted #969696;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}

#resultsScreen {
    width: 320px;
    padding: 0;
    margin: 4px 7px 0 8px;
}

#searchResultsBottom {
    height: 20px;
    width: 317px;
    background: #ececec url(../images/filler_images/grey_gradient.jpg) repeat-x;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
}

.searchResultsTab {
    background: url(../images/filler_images/music_tab.jpg) no-repeat;
    width: 125px;
    display: block;
    height: 15px;
    padding: 5px 5px 0 0;
    text-align: center;
    float: left;
    font-size: 1.0em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.spaceDivContainer {
    position: relative;
}

#searchResultsMsg {
    border: 1px solid #cecece;
    border-bottom-width: 0;
    width: 317px;
}

#searchResultsContainer {
    overflow: auto;
    position: relative;
    width: 317px;
    height: 300px;
    padding: 0;
    margin: 0;
    border: 1px solid #cecece;
}

.searchResultElement {
    font-size: 1.0em;
    font-weight: 700;
    padding: 7px 0 7px 5px;
    border-bottom: 1px dotted #969696;
}

.noResultsSearch {
    font-size: 1.0em;
    font-weight: 700;
    padding: 2px 0 2px 5px;
    font-size: 12px;
}

.searchResultElement_dark {
    background-color: #f2f2f2;
    font-size: 1.0em;
    font-weight: 700;
    padding: 7px 0 7px 5px;
    border-bottom: 1px dotted #969696;
}

.searchResultElement_highlight {
    /* use this style when the element has been clicked on and expanded */
    background-color: #d7e9f7;
    font-size: 1.0em;
    font-weight: 700;
    padding: 7px 0 7px 5px;
    border-bottom: 1px dotted #969696;
}

.searchResultElement:hover, .searchResultElement_dark:hover {
    /* mouseover effect for the list of results */
    background-color: #e1e1e1;
}

.searchResultElement p, .searchResultElement_highlight p, .searchResultElement_dark p {
    margin: 0;
    padding-left: 23px;
}

/* --- expanded search result --- */

.expand_button {
    margin: 0 10px 0 5px;
}

.more_details {
    margin: 7px 0 0 0;
}

.more_details p {
    line-height: 120%;
    font-weight: 300;
    margin-right: 15px;
}

.infoIcon {
    padding-right: 2px;
    cursor: pointer;
}

.deleteIcon {
    padding-left: 2px;
    border: 0;
    width: 20px;
    height: 20px;
}

.planDetailsImage {
    width: 35px;
    height: 35px;
}

/* --- draggable element --- */

.draggable_area_light {
    background-color: #e9f2fb;
    min-height: 21px;
    padding: 3px 0 3px 15px;
    line-height: 200%;
    cursor: move;
}

.draggable_area {
    height: 21px;
    padding: 3px 0 3px 15px;
    line-height: 200%;
    cursor: move;
}

.draggable_area:hover, .draggable_area_light:hover {
    background-color: #A8D1EF;
}

.draggable_text {
    margin-top: 5px;

}

.play_options {
    float: right;
    margin-right: 10px;
}

.play_options img {
    margin-left: 6px;
}

/* -- styles for the WORSHIP TAB and BUTTONS -- */

#worshipTabsAndButtons {
    padding: 10px 9px 0 8px;
    margin: 0;
}

.planButtons {
    float: right;
}

.worshipTab {
    background: url("../images/bg_plan_tab.jpg") no-repeat;
    width: 124px;
    display: block;
    height: 17px;
    padding-right: 5px;
    padding-top: 4px;
    text-align: center;
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

/* -- styles for DATE/TIME -- */

#dateTimeContainer {
    border: 1px solid #cecece;
    margin: 0 9px 0 8px;
    padding: 10px 4px 4px 4px;
    font-size: 1.5em;
    font-weight: 700;
}

.time {
    float: right;
}

/* -- styles for PLAN ELEMENTS CONTAINER -- */

.worshipPlanSpacer {
    display: none;
    height: 40px;
}

.worshipPlanSpacerOver {
    display: block;
    height: 40px;
}

#planElementsContainer {
    border: 1px solid #cecece;
    margin: 4px 9px 0 8px;
}

#planElements {
    position: relative;
    overflow: auto;
    background-color: white;
    width: 472px;
    height: 362px;
    padding: 0 0 60px;
}

#planElementsBottom {
    background: #ececec url(../images/filler_images/grey_gradient.jpg) repeat-x;
    border: 1px solid #cecece;
    padding: 8px;
    margin: 4px;
    color: #3e3e3e;
}

.planOverview {
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}

.planOverview img {
    margin: 0 5px 0 0;
}

.planOverview a:link, .planOverview a:visited, .planOverview a:hover, .planOverview a:active {
    color: #3e3e3e;
    text-decoration: none;
}

.timeRefresh {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    padding-right: 20px;
}

/* -- shared styles for ALL ELEMENTS -- */

.elementDetails {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.elementImage {
    padding: 2px 15px 2px 5px;
    vertical-align: top;
}

.elementName {
    width: 190px;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 110%;
    padding: 10px 0 5px 0;
    vertical-align: top;
}

.elementTime {
    font-size: 1.2em;
    line-height: 110%;
    width: 60px;
    padding-top: 10px;
    vertical-align: top;
}

.elementCart {
    line-height: 110%;
    width: 50px;
    padding-top: 10px;
    vertical-align: top;
}

.elementSecondLine {
    font-size: 0.8em;
    font-weight: 300;
    font-style: italic;
}

.elementOptions {
    padding-top: 8px;
    vertical-align: top;
    width: 40px;
}

.elementBottom {
    border-bottom: 6px solid #e8e8e8;
}

/* -- Element Search Results -- */

.searchElementName {
    width: 236px;
    font-weight: bold;
    font-size: 11pt;
    line-height: 100%;
    padding: 0;
    vertical-align: top;
    text-align: left;
}

.searchElementActions {
    font-size: 10pt;
    line-height: 110%;
    font-weight: bold;
    width: 100px;
    padding: 0;
    vertical-align: top;
}

/* -- End Element Search Results -- */

/* -- specific styles for VIDEO ELEMENTS -- */

.videoElement {
    margin: 4px;
}

.videoHeader {
    padding: 0 5px 0 5px;
    background-color: #D7E9F7;
    border: 1px solid #a8d1ef;
    font-weight: 700;
    text-transform: uppercase;
}

/* -- specific styles for MUSIC ELEMENTS -- */

.musicElement {
    margin: 4px;
}

.musicHeader {
    padding: 0 5px 0 5px;
    background-color: #D7E9F7;
    border: 1px solid #a8d1ef;
    font-weight: 700;
    text-transform: uppercase;
}

/* -- specific styles for SCRIPTURE ELEMENTS -- */

.scriptureElement {
    margin: 4px;
}

.scriptureHeader {
    padding: 0 5px 0 5px;
    background-color: #D7E9F7;
    border: 1px solid #a8d1ef;
    font-weight: 700;
    text-transform: uppercase;
}

/* -- specific styles for SERMON ELEMENTS -- */

.sermonElement {
    margin: 4px;
}

.sermonHeader {
    padding: 0 5px 0 5px;
    background-color: #D7E9F7;
    border: 1px solid #a8d1ef;
    font-weight: 700;
    text-transform: uppercase;
}

/* -- specific styles for OTHER ELEMENTS -- */

.otherElement {
    margin: 4px;
}

.otherHeader {
    padding: 0 5px 0 5px;
    background-color: #D7E9F7;
    border: 1px solid #a8d1ef;
    font-weight: 700;
    text-transform: uppercase;
}

/* styles for SEARCH AREA */

#searchmusicContainer {
    width: 320px;
    padding: 0;
    margin: 4px 7px 0 8px;
}

#searchmusicBox {
    width: 317px;
    padding: 0;
    margin-bottom: 4px;
    border: 1px solid #cecece;
}

#searchmusicInside1 {
    float: left;
    padding-top: 11px;
    padding-left: 5px;
    height: 23px;
}

#searchmusicInside2 {
    /* holds the text field */
    float: left;
    padding-top: 4px;
    width: 213px;
    height: 23px;
}

#searchmusicInside2 input {
    /* holds the text field */
    height: 17px;
}

#searchmusicInside3 {
    /* holds the submit button */
    float: left;
    padding-top: 8px;
    height: 23px;
}

#searchmusicInside4 {
    font-size: 0.9em;
    color: #969696;
    text-align: right;
    padding: 0 30px 5px 0;
    margin: 0;
}

/* --- video specific search styles --- */

#searchvideoContainer {
    width: 320px;
    padding: 0;
    margin: 4px 7px 0 8px;
}

#searchvideoBox {
    width: 317px;
    padding: 0;
    margin-bottom: 4px;
    border: 1px solid #cecece;
}

#searchvideoInside1 {
    float: left;
    padding-top: 11px;
    padding-left: 5px;
    height: 23px;
}

#searchvideoInside2 {
    /* holds the text field */
    float: left;
    padding-top: 4px;
    width: 213px;
    height: 23px;
}

#searchvideoInside2 input {
    /* holds the text field */
    height: 17px;
}

#searchvideoInside3 {
    /* holds the submit button */
    float: left;
    padding-top: 8px;
    height: 23px;
}

#searchvideoInside4 {
    font-size: 0.9em;
    color: #969696;
    text-align: right;
    padding: 0 30px 5px 0;
    margin: 0;
}

#searchSermonOtherBox {
    width: 317px;
    padding: 0;
    margin-bottom: 4px;
    border: 1px solid #cecece;
}

.searchAreaTab {
    background: url(../images/filler_images/search_music_tab.jpg) no-repeat;
    width: 105px;
    display: block;
    height: 15px;
    padding: 5px 0 0 0;
    text-align: center;
    float: left;
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.advancedSearchTab {
    background: url(../images/filler_images/advanced_search_tab.jpg) no-repeat;
    width: 128px;
    display: block;
    height: 15px;
    padding: 5px 0 0 0;
    text-align: center;
    float: left;
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#addelementContainer {
    padding: 8px 8px 0 8px;
}

#addelementContainer_bg {
    background: url("../images/bg_addelement.jpg") no-repeat;
    width: 319px;
    height: 28px;
}

#addelementInside1 {
    font-size: 0.9em;
    color: #3a3a3a;
    float: left;
    padding-top: 6px;
    padding-left: 5px;
    height: 17px;
}

#addelementInside2 {
    float: right;
    padding-top: 3px;
    padding-right: 3px;
    height: 20px;
}

.addelementInside2_input {
    height: 17px;
    width: 123px;
    font-size: 1em;
    color: #3a3a3a;
    font-weight: bold;
    border: 1px solid #A5A3A4;
    text-align: center;
}

/* --- sermon specific search styles --- */

#sermon_search_table {
    margin: 10px;
}

#other_search_table {
    margin: 10px;
}

.add_notes_cell {
    padding-left: 12px;
}

#searchsermonsInside2 {
    /* holds the text field */
    margin-left: 10px;
    padding: 0;
    height: 32px;
}

#searchsermonsInside2 fieldset {
    /* holds the text field */
    width: 80px;
}

#searchsermonsInside2 input {
    /* holds the text field */
    height: 17px;
}

.chapterverse {
    /* holds the text field */
    margin-left: 10px;
    padding: 0;
    height: 32px;
}

.chapterverse fieldset {
    /* holds the text field */
    width: 70px;
}

.chapterverse input {
    /* holds the text field */
    height: 17px;
}

#searchsermonsSubmit {
    margin: 0 0 10px 10px;
}

#searchothersSubmit {
    margin: 0 0 10px 10px;
}

/* --- styles for sermon search results --- */

#sermonsearchResultsContainer {
    width: 317px;
    height: 145px;
    overflow: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #cecece;
}

#scripturesearchResultsContainer {
    width: 317px;
    height: 173px;
    overflow: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #cecece;
}

/* --- styles for expanded video element --- */

.more_details_video {
    margin: 7px 0 0 0;
    background-color: #e9f2fb;
    padding: 5px 5px 5px 15px;
}

.video_image {
    padding-right: 10px;
}

.video_play {

}

.video_text {
    width: 100px;
    font-weight: 700;
    float: right;
    margin: 11px 100px 0 0;
    display: inline;
}

.more_details_video img {
    display: inline;
}

.panel_body {
    border: 1px dotted gray;
    background-color: silver;
    margin: 5px;
    padding: 3px;
    height: 40px;
}

#printAndAudio {
    display: none;
    position: absolute;
    top: 70px;
    left: 100px;
    border: 1px solid black;
    background-color: tan;
    width: 700px;
    height: 500px;
    z-index: 100;
}

.elementSelector {
    border: 0;
    width: 13px;
    height: 15px;
}

.versionIcons {
    border: 0;
    width: 25px;
    height: 21px;
}

.windowHeader {
    background-color: maroon;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid black;
    padding: 2px;
    height: 16px;
}

#printAndAudioPlayer {
    font-size: 16px;
}

/* new styles for the shopping elements of the site */

.shopping_key {
    background-color: #eef5fd;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 0 9px 0 8px;
}

.shopping_key_table {
    text-transform: uppercase;
    color: #525355;
    font-size: 0.9em;
}

.shopping_title {
    text-align: center;
}

.expand_media_type {
    background-color: #f3f8fc;
    margin: 3px 0 3px 0;
    padding: 1px 0 1px 20px;
}

.expand_media_text {
    padding-left: 15px;
    font-weight: 700;
}

#plan_options {
    /* holds the top navigation */
    height: 19px;
    float: right;
    padding: 10px 10px 0 0;
    width: 300px;
    font-size: 1em;
    font-weight: bold;
}

#plan_options a:link {
    text-decoration: none;
    color: #000000;
}

#plan_options a:visited {
    text-decoration: none;
    color: #000000;
}

#plan_options a:hover {
    text-decoration: underline;
    color: #000000;
}

#plan_options a:active {
    text-decoration: none;
    color: #000000;
}

.option_print {
    width: 57px;
    padding-left: 22px;
    background: url(../images/filler_images/green_circle_small.gif) no-repeat;
    font-size: 1.2em;
    height: 19px;
    float: right;
    text-align: left;
}

.option_save {
    width: 60px;
    padding-left: 22px;
    background: url(../images/filler_images/green_circle_small.gif) no-repeat;
    font-size: 1.2em;
    height: 19px;
    float: right;
    text-align: left;
}

.option_view_cart {
    width: 80px;
    padding-left: 24px;
    background: url(../images/filler_images/cart_small.gif) no-repeat;
    font-size: 1.2em;
    height: 19px;
    float: right;
    text-align: left;
}

.purchase_media_table {
    width: 400px;
    margin: 5px 5px 5px 35px;
}

.purchase_media_table th {
    border-bottom: 1px solid #cecece;
    padding: 0 0 4px 0;
    text-align: left;
    font-size: 0.9em;
}

.purchase_media_table td {
    border-bottom: 1px solid #cecece;
    padding: 2px 0 2px 0;
}

.purchase_media_table td input {
    margin-left: 4px;
}

.purchase_odd_row {
    background-color: #eeeeee;
}

.purchase_subtotal {
    color: #d43230;
    text-align: left;
    font-size: 0.9em;
    text-indent: 2em;
}

#expand_media_table img {
    padding: 4px 10px 4px 4px;
    clear: both;
}

/* new styles for the shopping elements of the site */

.shopping_key {
    background-color: #eef5fd;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 0 9px 0 8px;
}

.shopping_key_table {
    text-transform: uppercase;
    color: #525355;
    font-size: 0.9em;
}

.shopping_title {
    text-align: center;
}

.expand_media_type {
    background-color: #f3f8fc;
    margin: 3px 0 3px 0;
    padding: 1px 0 1px 20px;
}

#plan_options {
    /* holds the top navigation */
    height: 19px;
    float: right;
    padding: 10px 10px 0 0;
    width: 300px;
    font-size: 1em;
    font-weight: bold;
}

#plan_options a:link {
    text-decoration: none;
    color: #000000;
}

#plan_options a:visited {
    text-decoration: none;
    color: #000000;
}

#plan_options a:hover {
    text-decoration: underline;
    color: #000000;
}

#plan_options a:active {
    text-decoration: none;
    color: #000000;
}

.option_print {
    width: 57px;
    padding-left: 22px;
    background: url(../images/filler_images/green_circle_small.gif) no-repeat;
    font-size: 1.2em;
    height: 19px;
    float: right;
    text-align: left;
}

.option_save {
    width: 60px;
    padding-left: 22px;
    background: url(../images/filler_images/green_circle_small.gif) no-repeat;
    font-size: 1.2em;
    height: 19px;
    float: right;
    text-align: left;
}

.option_view_cart {
    width: 80px;
    padding-left: 24px;
    background: url(../images/filler_images/cart_small.gif) no-repeat;
    font-size: 1.2em;
    height: 19px;
    float: right;
    text-align: left;
}

.purchase_media_table {
    width: 400px;
    margin: 5px 5px 5px 35px;
}

.purchase_media_table th {
    border-bottom: 1px solid #cecece;
    padding: 0 0 4px 0;
    text-align: left;
    font-size: 0.9em;
}

.purchase_media_table td {
    border-bottom: 1px solid #cecece;
    padding: 2px 0 2px 0;
}

.purchase_media_table td input {
    margin-left: 4px;
}

.purchase_subtotal {
    color: #d43230;
    text-align: left;
    font-size: 0.9em;
    text-indent: 2em;
}

#expand_media_table img {
    padding: 4px 10px 4px 4px;
    clear: both;
}

.error {
    color: red;
    font-size: 10px;
}

.user_option_links {
    margin-left: 50px;
    width: 300px;
    font-size: 1em;
    text-decoration: underline;
    font-weight: bold;
}

.already_registered_link {
    text-decoration: underline;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding: 10px 0;
    display: block;
}

/* Tooltip Styles */

.ttip {

}

.ttip_top {
    background: url("../images/tooltip_top.gif") no-repeat bottom;
    width: 360px;
    height: 11px;
}

.ttip_middle {
    background: url("../images/tooltip_middle.gif") repeat-y;
    width: 340px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.ttip_bottom {
    background: url("../images/tooltip_bottom.gif") no-repeat top;
    width: 360px;
    height: 10px;
}

/* add notes (popover) styles */

#notes_popup {
    position: absolute;
    top: 120px;
    display: none;
    width: 577px;
    margin: 20px;
    z-index: 2000;
}

#notes_popup_top {
    width: 577px;
    height: 26px;
    background: url(../images/filler_images/popup_top.gif) no-repeat top;
}

#notes_popup_top img {
    float: right;
    padding-right: 17px;
    padding-top: 3px;
    margin-left: 3px;
}

#notes_popup_close {
    position: relative;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

#notes_popup_select {
    position: relative;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: none;
}

#notes_popup_bottom {
    width: 577px;
    background: url(../images/filler_images/popup_bottom.gif) no-repeat bottom;
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 1.2em;
}

#notes_popup_main {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

#notes_popup_white {
    background-color: #E8F3FA;
}

.center_image {
    text-align: center;
}

.text_area_border {
    border: 1px solid #D5D5D5;
}

/* Worship Plan Styles */

#plan {
    width: 855px;
    background: url("../images/bg_plan.jpg") repeat-y;
    margin: 0 auto 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
}

#plan_top {
    width: 855px;
    height: 7px;
    background: url("../images/bg_plan_top.jpg") no-repeat top;
    margin-bottom: 0;
    line-height: 1px;
    font-size: 1px;
}

#plan_bottom {
    width: 855px;
    height: 8px;
    background: url("../images/bg_plan_bottom.jpg") no-repeat bottom;
    margin-top: 0;
    line-height: 1px;
    font-size: 1px;
}

#plan_content1 {
    padding-left: 7px;
}

#plan_content2 {
    background: url("../images/bg_plan2.jpg") no-repeat;
    display: block;
    height: 71px;
}

#plan_content3 {
    float: left;
    padding: 11px 5px 0 90px;
    height: 34px;
}

#plan_content4 {
    /* holds the text field */
    float: left;
    padding: 4px 0 0 0;
    margin: 0;
    width: 208px;
    height: 34px;
}

#plan_content4 .textfield_small {
    margin: 3px 0 !important;
    width: 193px !important;
}

#plan_content5 {
    float: left;
    padding: 11px 5px 0 25px;
    height: 34px;
}

#plan_content6 {
    float: left;
    width: 89px;
    height: 34px;
    padding: 4px 0 0 0;
}

#plan_content6 .textfield_verysmall {
    margin: 3px 0 !important;
    width: 74px !important;
}

#plan_content7 {
    float: left;
    padding-left: 15px;
    padding-top: 11px;
    height: 34px;
}

#plan_content8 {
    /* holds the submit button */
    float: left;
    padding-left: 25px;
    padding-top: 10px;
    height: 34px;
}

.plan_tab {
    /* style for the tabs */
    background: url("../images/bg_plan_tab.jpg") no-repeat;
    width: 124px;
    display: block;
    height: 18px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    float: left;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/* -- styles for the WARNING MESSAGE -- */

.warning_message {
    margin-left: auto;
    margin-right: auto;
}

.warning_text {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.warning_text img {
    margin: 0 20px 0 0;
    padding: 0;
    display: inline;
}

.pushup {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}

.bad_warning_text_hdr {
    padding-top: 15px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 180%;
    font-weight: 700;
    text-align: left;
    font-weight: bold;
    color: #8AC9E8;
    padding-left: 10px;

}

.bad_warning_text {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 20px;
}
