﻿
table.form_layout
{
    width: 100%;
    border: solid 1 black;
}
table.form_layout td.caption
{
    text-align: right;
    width: 100px;
    vertical-align: top;
}

td.control input, td.control textarea
{
    width: 100%;
}

td.maxURL input
{
    width: 100% !important;
    max-width: 100% !important;
}

td.halfMaxURL input
{
    width: 50% !important;
    max-width: 50% !important;
}

td.control input[type=radio]
{
    width: 50%;
}
tr.spacer
{
    border-bottom: solid 1px gray;
    background-color: Gray;
    height: 2px;
}

.category_select label
{
    text-align: left;
    margin-left: 2px;
    display: inline;
    width: auto;
}

.category_select td
{
    white-space: nowrap;
}

.category_select input
{
    margin-right: 3px;
    display: inline;
}

.category_select label
{
    text-align: left;
}

Table.data_entry_form
{
    margin-bottom: 10px;
    width: 100%;
}

.data_entry_form
{
    padding: 10px;
    background-color: #e2e0cf;
}

.data_entry_form td
{
    padding: 0px 0px 3px 0px;
    vertical-align: top;
}
.bulkentry_form
{
    background-color: #e2e0cf !important;
}

.bulkentry_form td
{
    padding: 0px 0px 3px 0px !important;
    background-color: #e2e0cf !important;
    color: Black !important;
    vertical-align: top !important;
}


.data_entry_form input
{
    max-width: 150px;
    width: auto;
}

.data_entry_form label
{
    display: inline;
    width: 125px;
    text-align: right;
    padding-right: 10px;
}

.data_entry_form table.checkboxlist label
{
    display: inline;
    width: auto;
    text-align: left;
}


label
{
    height: 22px;
    line-height: 22px;
}

/* BDL, REMOVE 
.form_checkbox input {
	width: auto;
}
*/
.form_checkbox_label
{
    display: block;
    width: 125px;
}

.data_entry_form td.label_column
{
    width: 130px;
    vertical-align: top !important;
    text-align: right;
}

.data_entry_form td.label_column label
{
    height: 22px;
    line-height: 22px;
    display: block;
    font-weight: bold;
    color: #464749;
}

.data_entry_form .cell_align_right
{
    text-align: right;
}

.profile_select
{
    width: 160px;
}


a.add_event_link, a.add_event_link:visited, a.add_event_link:link
{
    color: white;
    text-decoration: none;
}

a.add_event_link:hover
{
    color: #464749;
}
table.has_border, table.has_border th, table.has_border td
{
    border-collapse: collapse;
    border: solid 1px;
    padding: 3px;
}

table.data_grid
{
    width: 100%;
}
.data_grid td
{
    padding: 3px;
}

.panel_header
{
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    margin: 1px;
    padding: 3px 10px;
    position: relative;
    text-align: left;
}
.panel_body
{
    position: relative;
    background-color: transparent;
    padding: 5px 10px 15px;
}
.panel_body tbody th, thead th
{
    background-color: #DFDFD2;
    text-align: left;
}
.panel_body table
{
    border-collapse: collapse;
    position: relative;
    text-align: left;
}
.panel_body td, .panel_body th
{
    padding: 3px;
}


.media_entry
{
    padding: 0px;
}


/* Style Rad Upload */

.media_entry .RadUploadTable
{
    margin: 0px !important;
}

.media_entry .RadUploadTable td
{
    padding: 0px !important;
}

.media_entry .RadUploadInputField
{
    border: none !important;
    background: none;
    background-color: white !important;
    height: inherit !important;
}

.media_entry .RadUploadSelectButton
{
    height: 19px !important;
    top: 1px !important;
}

.media_entry .media_top_adjust
{
    top: 3px;
}

div.occupancy
{
    width: 625px;
    height: 29px;
    background: white url(images/guestsperroom.gif) top left no-repeat;
    margin: 10px 0px;
}

div.occupancy div
{
    top: 5px;
    left: 350px;
}
input, select
{
    font-size: 11px;
    vertical-align: middle;
}

