html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}

html,table,tbody,tr,td {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 2px;
    padding: 0px;
}

#tabpanel {
    float: right;
    margin-left: 2px;
    width: 384px; /* fixed width 400 - scrollbar width*/
}

.fullWidth {
    width: 100%;
    clear: both;    
}

.fullHeight {
    height: 100%;
}

.topRecommendations {
}

.topNotifications {
}

#content {
    background-color: #CFD0E4;
    /*background:#f0f0f0;*/
    float: left;
    /* width dynamically set */
    width: 400px;
    height: 480px;
/*    overflow: hidden; */
    position: fixed;
}

#toolbarForm {
    clear: left;
    height: 38px;
}

#navigationDiv {
    float : left;
    width: 60px;
}

#rssdataDiv {
    float : left;
    width: 160px;
}

.control {
    background-color : white;
    margin : 1px;
    cursor : pointer;
    float : left;
    border-width : 0px;
}

.highlight {
    border : 1px solid black;
    margin : 0px;
}

.zoom {
    position: relative;
    top: 38px;
}

.down {
    position: relative;
    left: 19px;
}

.button {
    border: 1px solid black;
    background-color: lightgrey;
    margin: 2px;
    cursor: pointer;
    float: left;
    vertical-align: text-top;
    -moz-border-radius: 5px;
    padding: 1px;
}

.button:hover {
    background-color: white;
}

.active {
    background-color: white;
    border: 2px solid black;
    margin: 1px;
}

.recommendations {
}

.recommendation {
    border: 1px solid black;
    -moz-border-radius: 3px;
    margin: 2px;
    padding: 2px;
    width: 290px;
}

#panelContainer {
    float: right;
    width: 300px; /* hardcoded into adjust */
    height: auto;    
}

#controlsContainer {
    float: none;
    height: 60px;
    margin: 2px;
    margin-left: 1px;
}

#recommendationsContainer {
    height: 100px;
    float: none;
}

#togglePanels {
}

#mapContainer {
    float: left;
    /* width and height dynamically set */
    height: 400px;
    width: 400px;
}

#webControls {
    display: none;
}

#webContainer {
    float: left;
    height: 400px;
    width: 400px;
    /* width and height dynamically set */
}

#moveUp {
    background: url('images/moveUp.png') no-repeat scroll center center;
    height: 10px;
}

#moveDown {
    background: url('images/moveDown.png') no-repeat scroll center center;
    height: 10px;
}

#moveLeft {
    background: url('images/moveLeft.png') no-repeat scroll center center;
    width: 10px;
    float: left;
    /* height dynamically set */
}

#moveRight {
    background: url('images/moveRight.png') no-repeat scroll center center;
    width: 10px;
    float: left;
    /* height dynamically set */
}

.dr-tbpnl-tb {
    padding: 0px;
}

.tabbedpaneheader {
    height: 40px;
    width: 40px;
}

#meetingpointtab_lbl.rich-tab-active {
    background: url('images/meetingpoint_sel.png') no-repeat scroll center center;  
}

#meetingpointtab_lbl.rich-tab-inactive {
    background: url('images/meetingpoint.png') no-repeat scroll center center;  
}

#buddiestab_lbl.rich-tab-active {
    background: url('images/buddies_sel.png') no-repeat scroll center center;  
}

#buddiestab_lbl.rich-tab-inactive {
    background: url('images/buddies.png') no-repeat scroll center center;  
}

#chattab_lbl.rich-tab-active {
    background: url('images/chat_sel.png') no-repeat scroll center center;  
}

#chattab_lbl.rich-tab-inactive {
    background: url('images/chat.png') no-repeat scroll center center;  
}

#eventstab_lbl.rich-tab-active {
    background: url('images/interest_sel.png') no-repeat scroll center center;  
}

#eventstab_lbl.rich-tab-inactive {
    background: url('images/interest.png') no-repeat scroll center center;  
}

.tabcontent {
    padding: 1px 10px 10px 10px;
}

.buddytabcontent {
    padding: 10px 10px 10px 10px;
}

#bustab_lbl.rich-tab-active {
    background: url('images/bus_sel.png') no-repeat scroll center center;  
}

#bustab_lbl.rich-tab-inactive {
    background: url('images/bus.png') no-repeat scroll center center;  
}

#libtab_lbl.rich-tab-active {
    background: url('images/media_sel.png') no-repeat scroll center center;  
}

#libtab_lbl.rich-tab-inactive {
    background: url('images/media.png') no-repeat scroll center center;  
}

#foodtab_lbl.rich-tab-active {
    background: url('images/food_sel.png') no-repeat scroll center center;  
}

#foodtab_lbl.rich-tab-inactive {
    background: url('images/food.png') no-repeat scroll center center;  
}

#controltab_lbl.rich-tab-active {
    background: url('images/control_sel.png') no-repeat scroll center center;  
}

#controltab_lbl.rich-tab-inactive {
    background: url('images/control.png') no-repeat scroll center center;  
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.topbottom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: left;
}

#posData {
    display: none;
}

.col {
    width: 70px;
}

.gridbutton {
    width: 11px;
}

.eventTypePaneheader {
    width: 50px;
}

.buddyTypePaneheader {
    width: 70px;
}

.gridtable {
    width: 358px;
}

.rankColumn {
    width: 24px;
    text-align: center;
    vertical-align: top;
}

.dateColumn {
    width: 111px;
    text-align: right;
    vertical-align: top;
}

.textAlignLeft {
    text-align: left;
}

.busBulletColumn {
    width: 300px;
}

.busLegColumn {
    width: 44px;
}

.descriptionEditField {
    width: 156px;
}

.dateEditColumn {
    width: 129px;
    padding-left: 0px;
}

.dateField {
    width: 105px;
}

.iconColumn {
    width: 18px;
    padding: 0px;
    vertical-align: top;
}

.headerOffset {
    margin-left: 20px;
}

.selectedEvent {
    background-color: #D0D0E5;
}

.border {
    border: 1px solid #D0D0E5;
}

.noborder {
    border: 0px none black;
}

.whitetopborder {
    border-top: 1px solid white;
}

.whitetopbottomborder {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.topborder {
    border-top: 1px solid #D0D0E5;
}

.notopborder {
    border-top: 0px none black;
}

.rightborder {
    border-right: 1px solid #D0D0E5;
}

.norightborder {
    border-right: 0px none black;
}

.leftborder {
    border-left: 1px solid #D0D0E5;
}

.noleftborder {
    border-left: 0px none black;
}

.bottomborder {
    border-bottom: 1px solid #D0D0E5;
}

.nobottomborder {
    border-bottom: 0px none black;
}

.nopadding {
    padding: 0px;
}

.leftpadding {
    padding-left: 1px;
}

.rightpadding {
    padding-right: 1px;
}

.noheight {
    height: 0px;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

.page {
    padding-left: 6px;
    padding-right: 6px;
}

.page2 {
    padding-left: 3px;
    padding-right: 3px;
}

.currentPage {
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.disabledPage {
    color: silver;
    text-decoration: none;
    cursor: default;
}

.hiddenPage {
    visibility: hidden;
}

#Tab1_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#Tab2_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#Tab3_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#Tab4_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#Tab5_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#Tab-1_lbl.rich-tab-header {
    background: url('images/thumbsUp.png') no-repeat scroll center left;
    padding: 2px 3px 4px 20px;
    border-bottom: 1px solid white;
}

#buddylistTab_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#buddyInviteTab_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#buddyManagementTab_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#MediaTab1_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#MediaTab2_lbl.rich-tab-inactive {
    background-image: none;
    background-color: white;
}

#MediaTab-1_lbl.rich-tab-header {
    background: url('images/thumbsUp.png') no-repeat scroll center left;
    padding: 2px 3px 4px 20px;
    border-bottom: 1px solid white;
}

#thumbsDownTab_lbl.rich-tab-header {
    background: url('images/thumbsDown.png') no-repeat scroll center left;
    padding: 2px 3px 4px 20px;
}

#header {
    height: 15px;
}

.headerleft {
    float: left;
}

.headerright {
    float: right;
}

.language {
    margin-right: 1px;
    margin-left: 1px;
    border: 1px solid white;
}

.headerleftpadding {
    padding-left: 2px;
    padding-right: 2px;
}

.headerrightpadding {
    padding-left: 10px;
    padding-right: 10px;    
}

.selectedLanguage {
    border-color: blue;
}

.clear {
    clear: both;
}

.box {
    border: 1px solid #C0C0C0;
    height: 180px;
    padding: 3px;
    clear: both;
}

.high {
    height: 202px;
}

#placeForm {
    width: 40%;
    height: 100%;
    float: left;
    overflow: auto;
}

#placeRecomForm {
    width: 60%;
    height: 100%;
    float: left;
    overflow: auto;
}

#dateForm {
    width: 40%;
    height: 100%;
    float: left;
    overflow: auto;
}

#calendarForm {
    width: 60%;
    height: 100%;
    float: left;
}

#buddyForm {
    width: 40%;
    height: 100%;
    float: left;
    overflow: auto;
}

#buddyRecomForm {
    width: 60%;
    height: 100%;
    float: left;
}

.eventPopUp {
    margin-top: 8px;
    height: 200px;
}

.eventPopUpInner {
    height: 200px;
    overflow: auto;
}

.rich-toolbar-item {
    padding: 2px;
}

.rich-calendar-button {
    
}

.meetingpointSubHeader {
    background-image: none;
    background-color: #D0D0E5;
    padding: 0px;
}

.inputColumn {
    width: 195px;
    text-align: left;
}

.inputBox {
    width: 210px;
}

.buttonColumn {
    width: 36px;
    padding-left: 0px;
    text-align: left;
}

.labelColumn {
    padding-left: 8px;
    padding-right: 0px;
    text-align: left;
}

#meetingpointTable.dr-table-cell {
    padding: 0px;
}

.meetingpointButton {
    float: left;
    padding-left: 3px;
    padding-right: 2px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.selectedItem {
    background-color: #D0D0E5;
}

.selectedAlternativeItem {
    background-color: #BABACC;
    border-top: 1px solid #BABACC;
}

.dr-table-headercell {
    border-bottom: 1px solid #D0D0E5;
}

.mpResponseButton {
    float: left;
    padding: 2px 2px 2px 18px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.mpResponseActivateButton {
    background: #D4D0C8 url('images/ACTIVATE_button.png') no-repeat scroll 2px 2px;
}

.mpResponseDeactivateButton {
    background: #D4D0C8 url('images/ACTIVATE_button.png') no-repeat scroll 2px 2px;
}

.mpResponseAcceptButton {
    background: #D4D0C8 url('images/ACCEPT_button.png') no-repeat scroll 2px 2px;
}

.mpResponseDenyButton {
    background: #D4D0C8 url('images/DENY_button.png') no-repeat scroll 2px 2px;
}

.mpResponseMaybeButton {
    background: #D4D0C8 url('images/MAYBE_button.png') no-repeat scroll 2px 2px;
}
