﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*              Table StyleSheet - RI4rent.com Project
*           Created by Jeremy S. Cargilo for ETR Consulting
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the custom table styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Default Table Styles
-------------------------------------------------------------------------------*/
table { }

/* Custom Table Styles
-------------------------------------------------------------------------------*/
#register td { padding: 3px; }
#register th { text-align: left; }

/* -- GridView Default Styles -- */
.GridView { margin: 10px 0px 10px 0px; line-height: 15px; width: 100%; }
.GridView td, .GridView th { padding: 3px; }

/* -- Search bar Styles -- */
#search_bar { width: 100%; }

/* RentalSearch.aspx Styles
-------------------------------------------------------------------------------*/
.title { color: #1C3996; font-weight: bold; margin-bottom: 3px; }
.PropertyType { margin: 0px !important; color: #F9A253; font-weight: bold; width: 100%; }
.PropertyType_hr { border-bottom: 1px solid #868377; margin: 2px 0px 2px 0px; }

/* AdvancedSearch.aspx Styles
-------------------------------------------------------------------------------*/
.options { border-bottom: 1px solid #868377; margin: 0px 0px 5px 0px; padding-bottom: 10px; }

/* AddEditListing.aspx Styles
-------------------------------------------------------------------------------*/
.ListingOptions td { width: 135px; }

/* ListingDetails.aspx Styles
-------------------------------------------------------------------------------*/
.listingoption_details { margin-left: -5px; }
#listinginfo { width: 100%; margin-top: 8px; }
.listingoption_section { background: #EBEBEB; width: 310px; }
.listingoption_section tr { background: #FFFFFF; }
.listingoption_section th { text-align: left; padding-left: 10px; }
.listingoption_section td { padding: 1px 5px 1px 5px; }
#advLeaseTerms td { width: 120px; }

/* Register.aspx Styles
-------------------------------------------------------------------------------*/
.registertable { text-align: center; }
.registertable_header { color: #FFFFFF; background-color: #868377; }

#creditcard {  }
#creditcard table { background-color: #868377; }
#creditcard table th { text-align: left; color: #1C3996; background-color: #EAEAEA; padding: 3px; }
#creditcard table th small { font-weight: normal; }
#creditcard table td { background-color: #FFFFFF; }
#ccinfo { float: left; }
#ccinfo_bg { float: right; position: relative; right: 20px; border: 1px solid #CCCCCC; padding: 4px; }
.payments_accepted { position: relative; left: 10px; margin-top: 10px; padding: 2px; }

#order_confirmation { margin-right: 10px; font-size: 13px; }
#order_confirmation h1 { color: #F9A253; }
#order_confirmation th { text-align: left; }
#order_confirmation td { color: #1c3996; font-weight: bold; }

.confirmation_info { width: 100%; border: 1px solid #868377; font-size: 13px; }
.confirmation_info thead th { background: #868377; color: #FFFFFF; font-size: 14px; padding-left: 5px; font-weight: normal; }
.confirmation_info tbody th { padding-left: 3px; background: #EAEAEA; vertical-align: top; padding-top: 2px; }
.confirmation_info tbody td { color: #1c3996; }

/* Member/Default.aspx Styles
-------------------------------------------------------------------------------*/
#member_info { width: 97%; }
#member_info th { text-align: left; }
