/* program css */

#program_builder_body {
    margin: 1px;
    height: 100%;
}

#program_table a:hover, #program_table a, #program_table a:visited {

}

.missing_item {
    width: 100%;
    text-align: center;
    color: red;
    font-size: 1.5em;
    padding-top: 25px;
}

#program_table {
    background-color: #E9E9E9;
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-spacing: 0px;
    margin-bottom: 10px;
}

#program_table td {
    margin: 0px;
    padding: 15px 5px 5px 8px;
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
    vertical-align: top;
    color: black;

}

.program_track_time {
    width: 55px;
    background-color: #AFAFAF;
    font-weight: bold;
}

.program_track_intersection_span {
    background-color: #EFEFD1;
    text-align: center;
}

.program_track_intersection_single {
    background-color: #EFEFD1;
}

.program_intersection {
    background-color: #C0CFE0;
    width: 250px;
}

.program_intersection > .existing_session_box {
    width: 100%;
    min-height: 50px;
    height: 100%;
    background-color: #C0CFE0;
    padding-bottom: 1px;
}

.program_intersection > .existing_abstract_box {
    width: 100%;
    height: 30px;
}

.program_intersection_abstracts {
    margin: 5px;
    margin-right: 21px;
}

.program_intersection_abstracts > .existing_abstract_box {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    clear: both;
    text-align: left;
}

.program_abstract_icons {
    height: 100%;
    width: 40px;
    float: left;
}

.program_abstract_title {
    font-weight: bold;
    font-size: 13px;
}

.program_abstract_info {
    font-size: 13px;
    color: black;
	padding:5px;
}

.program_track_header {
    background-color: #AFAFAF;
    font-weight: bold;
}

.program_day {
    background-color: #E9E9E9;
    font-size: 1.5em;
}

.program_session_options {
    text-align: left;
    padding: 5px;
    color: black;
}

.program_session_option_name a {
    font-weight: bold;
    color: #424443;
    text-decoration: none;
}

.program_session_option_moderator {
    padding-left: 0px;
    color: gray;
    font-size: 10px;
    margin-top: 4px;
}

/* program_menu css */

/*overrides*/
#block_3 p {
    padding: 0px;
}

#block_3 {
    background-color: #ffffff;
}

#block_1 a img {
    margin-left: 0px;
}

#program_builder_menu {
    position: fixed;
    width: 20%;
}

#popup_form h2, #popup_form h3 {
    padding-bottom: 10px;
}

.ui-accordion .ui-accordion-content {
    padding: 5px;
}

td.dragHandle {
}

td.showDragHandle {
    background-image: url(/icons/updown2.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
}

.highlight {
    background-color: #FFFDC7;
}

.new_session_box {
    width: 50px;
    height: 50px;
    background-color: #6CD173;
    border: 1px #E9E9E9 dashed;
    padding: 1px;
}

#abstract_list_holder {
    height: 290px;
    overflow: auto;
}

.abstract_list_box {
    width: 208px;
    height: 18px;
    background-color: #72C9F4;
    border: 1px #E9E9E9 dashed;
    padding: 3px;
    margin-bottom: 7px;
    clear: both;
}

#session_content {
    text-align: center;
    padding-left: 31px;
}

.program_abstract_holder {
    height: 100%;
}

.cb_program_no_link {
    color: #ffffff;
}

.corn_soybean .program_intersection > .existing_session_box, .corn_soybean .program_intersection {
    background-color: #DFA51B;
}

.program_abstract_author a {
    font-weight: normal;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
}

.program_abstract_title a {
    text-decoration: none;
    color: #004483;
    font-weight: normal;
}

.Program #block_2 {
    margin-left: -1000px;
}

.Program #block_1 {
    width: 800px;
}
