html, body {
padding: 0px;
margin: 0px;
height: 100%;
text-align: center;
background-color: #FFFFFF; 
font-family: Arial, Verdana, sans-serif, Courier New, Courier, Monospace;
}


/* ******************************* */
/* Content and generic divs        */
/* ******************************* */

.content {
padding: 0px;
margin: 0px auto 0px;
text-align: center;
width: 860px;
background-color: #FFFFFF;
}

.expandContent {
padding: 0px;
margin: 0px auto;
text-align: center;
width: 960px;
background-color: #FFFFFF;
}

.clear {
clear: both;
font-size:1px;
}

.left {
float:left;
}

.right {
float:right;
}

.red {
color:#CC0000;
}

.black {
color:#000000;
}
.gray {
color:#CCCCCC;
}

.bold {
font-weight:bold;
}

img {
border: 0px;
}

.positive {
color:green;
}

.negative {
color:red;
}

.center {
text-align:center;
margin:10px auto;
}


/* ******************************* */
/* Links                           */
/* ******************************* */

a:link, a:visited {color: #000000; text-decoration: none; cursor: pointer;}
a:hover, a:active {color: #000000; text-decoration: underline; cursor: pointer;}

/* a class="green" - Beta testers wanted! */
/* a class="green2" - Sign up or Log in   */
/* a class="green3" - Your Dashboard      */
/* a class="green4" - edit or add new     */

a.green:link {font-weight:bold;text-decoration:none; cursor: pointer;}
a.green:visited {font-weight:bold;font-weight:bold;text-decoration:none; cursor: pointer;}
a.green:hover {font-weight:bold;font-weight:bold;text-decoration:underline; cursor: pointer;}

a.green2:link {font-size: 11px;font-weight:bold;color:#3EA500;text-decoration: none; cursor: pointer;}
a.green2:visited {font-size: 11px;font-weight:bold;color:#3EA500;text-decoration: none; cursor: pointer;}
a.green2:hover {font-size: 11px; font-weight:bold;color:#3EA500;text-decoration: underline; cursor: pointer;}

a.green3:link {font-size: 11px;font-weight:bold;color:#3EA500;text-decoration: underline; cursor: pointer;}
a.green3:visited {font-size: 11px;font-weight:bold;color:#3EA500;text-decoration: underline; cursor: pointer;}
a.green3:hover {font-size: 11px; font-weight:bold;color:#3EA500;text-decoration: none; cursor: pointer;}

a.green4:link {color:#339900;text-decoration: none; cursor: pointer;}
a.green4:visited {color:#339900;text-decoration: none; cursor: pointer;}
a.green4:hover {color:#339900;text-decoration: underline; cursor: pointer;}

a.navlink:link {color:#8D8D8D;text-decoration: none; cursor: pointer; outline: none;}
a.navlink:visited {color:#8D8D8D;text-decoration: none; cursor: pointer; outline: none;}
a.navlink:hover {color:#000000;text-decoration: none; cursor: pointer; outline: none;}

a.blue:link {font-weight:bold;color:#0033CC;text-decoration: underline; cursor: pointer;}
a.blue:visited {font-weight:bold;color:#0033CC;text-decoration: underline; cursor: pointer;}
a.blue:hover {font-weight:bold;color:#0033CC;text-decoration: none; cursor: pointer;}

a.under:link {color: #000000; text-decoration: underline; cursor: pointer;}
a.under:visited {color: #000000; text-decoration: underline; cursor: pointer;}
a.under:hover {color: #000000; text-decoration: none; cursor: pointer;}

a.grey:link {color:#424242;text-decoration: none; cursor: pointer;}
a.grey:visited {color:#424242;text-decoration: none; cursor: pointer;}
a.grey:hover {color:#424242;text-decoration: underline; cursor: pointer;}

a.red:link {font-weight:bold;color:#CC0000;text-decoration: underline; cursor: pointer;}
a.red:visited {font-weight:bold;color:#CC0000;text-decoration: underline; cursor: pointer;}
a.red:hover {font-weight:bold;color:#CC0000;text-decoration: none; cursor: pointer;}

a.grey2:link {color:#424242;text-decoration: underline; cursor: pointer;}
a.grey2:visited {color:#424242;text-decoration: underline; cursor: pointer;}
a.grey2:hover {color:#424242;text-decoration: none; cursor: pointer;}

a.otherMonth:link {color:#999999;text-decoration: none; cursor: pointer;}
a.otherMonth:visited {color:#999999;text-decoration: none; cursor: pointer;}
a.otherMonth:hover {color:#999999;text-decoration: underline; cursor: pointer;}

/* ******************************* */
/* Log in Fields                   */
/* ******************************* */

.logInContainer {
width: 860px;
padding: 0px;
margin: 0px auto;
text-align: right;
background-color: #FFFFFF;
}

.logIn {
width: 550px;
margin: 0px;
padding-top:6px;
padding-bottom:8px;
float: right;
font-size: 11px;
text-align: center;
font-weight:bold;
background:url("images/logIn_BG.gif") center top no-repeat;
}

.logInput, .logInputPass  {
width: 100px;
padding-left: 1px;
border: solid 1px black;
font-size: 11px;
}

.logInputPass {
width: 100px;
}

.loggedIn {
width: 300px;
margin: 0px;
padding-top:10px;
padding-bottom:12px;
float: right;
font-size: 11px;
text-align: center;
font-weight:bold;
background:url("images/logIn_BG-2.gif") center top no-repeat;
}

.logInButton {
font-size: 11px;
font-weight:bold;
}


/* ******************************* */
/* Header                          */
/* ******************************* */

.logo {
width: 172px;
float: left;
padding: 0px;
margin: 0px 0px 0px 0px;
}

img.logo_tl {
margin: 0px;
padding: 0px;
border: 0px;
}

.navContainer {
float:right;
margin-bottom:20px;
min-height: 80px;
height: auto !important;
height: 80px;
}

.nav {
float: left;
margin: 0px 0px 0px 25px;
padding: 50px 0px 4px 0px;
color: #0D00BD;
font-size: 16px;
}

.active {
color:#000000;
border-bottom: 5px solid #000000;
font-weight: bold;
padding-bottom:3px;
}


/* ******************************* */
/* Index                           */
/* ******************************* */

.splash-top, .splash-bottom {
margin: 0px;
padding: 0px;
}

.splash {
border-left: solid 1px black;
border-right: solid 1px black;
background:url("images/splash.gif") center top no-repeat;
}

.intro {
width: 400px;
padding: 0px;
margin: 0px;
margin-left: 20px;
text-align: left;
float: left;
}

.iconsTable {
width: 400px;
padding: 0px;
margin: 0px;
margin-top:235px;
margin-left:30px;
text-align: left;
}

.iconTextHeading {
text-align: center;
padding: 0px 0px 5px;
color:#191919;
font-weight:bold;
font-size: 24px;
}

.icon {
width:90px;
text-align:center;
vertical-align:top;
padding-top:8px;
padding-bottom:0px;
}

.iconText {
width:310px;
vertical-align:top;
padding-left:12px;
padding-bottom:0px;
padding-top:8px;
line-height:130%;
}

.signUp {
float: left;
width: 355px;
margin-left: 60px;
margin-top:5px;
margin-bottom:15px;
}

.roundIncentiveDiv {
width: 355px;
border:none;
}

.specialborder {
border-left: solid 1px black;
border-right: solid 1px black;
margin:0px;
padding:0px;
background-color: #EAE9E9;
}

.headlineLink {
margin:0px auto 10px;
font-size:26px;
padding-top:5px;
font-weight:bold;
width:310px;
}

.headline {
font-size: 16px;
font-weight:bold;
margin:15px auto 25px;
text-align:center;
text-decoration:none;
line-height:130%;
padding-left:15px;
padding-right: 15px;
color:#323232;
}

.signUpButton {
margin: 15px auto 0px;
font-size: 16px;
text-align:center;
width: 204px;
font-weight:bold;
}

.signUpButton a  {
display:block;
padding: 13px 40px 20px;
background:url("images/signup.gif") center top no-repeat;
color: #FFFFFF;
cursor: pointer;
}

.signUpButton a:hover {
background:url("images/signup.gif") center top no-repeat;
text-decoration:underline;
}

.incentiveTextHeading {
color: #000000;
font-size:16px;
line-height:130%;
padding: 15px 10px 0px 10px;
text-align:center;
font-weight:bold;
}

.incentives {
text-align:center;
margin:0px auto;
padding-top:15px;
padding-bottom:5px;
}

.p2 {
color: #000000;
font-size:16px;
margin: 20px 10px 20px 10px;
text-align:center;
}

ul {
margin-top:10px;
margin-bottom:0px;
}

li {
text-align:left;
margin:10px 20px 0px;
color:#000000;
font-size:14px;
line-height:130%;
}


/* ******************************* */
/* Sign up                         */
/* ******************************* */

.long-content-3 {
width: 700px;
text-align: center;
margin: 10px auto 0px;
}

.signUpYellow  {
border: solid 1px #FFCC00;
background-color: #FFFF99;
padding:10px 20px;
width:560px;
margin:0px 0px 25px;
text-align:left;
font-size:15px;
line-height:130%;
}

.signUpYellowHeading  {
font-size:17px;
font-weight:bold;
}

.signUpTable {
font-size:18px;
text-align:center;
width:600px;
}

.signUpHeading {
font-size:20px;
font-weight:bold;
padding:5px 0px 5px 20px;
background-color:#E2E2E2;
text-align:left;
}

.signUpHeadingEdit {
font-size:14px;
font-weight:bold;
text-align:right;
vertical-align:middle;
background-color:#E2E2E2;
padding-right:10px;
}

.signUpSpace {
font-size:8px;
}

.signUpLabel {
text-align:left;
padding:10px 6px 10px 0px;
width:190px;
}

.signUpInputTD {
text-align:left;
width:190px;
}

.signUpInput,.focus, .signUpInputShort, .focusShort  {
font-size:18px;
padding-left: 1px;
border: solid 1px black;
background-color: #F2F2F2;
}

.signUpInput,.signUpInputShort {
border: solid 2px black;
}

.signUpInputShort, .focusShort {
width:80px;
}

.focus, .focusShort {
background-color:#FFFFFF;
border:solid 2px green;
}

.signUpFeedback {
width:220px;
padding-left:20px;
font-size:14px;
text-align:left;
color:#333333;
}

.feedbackError {
color: #CC0000;
}

.submitButtonTD {
padding:20px 0px 10px;
text-align:center;
}

.backToDash {
text-align:center;
font-size:16px;
margin:10px;
font-weight:bold;
}

/* ******************************* */
/* Dashboard                       */
/* ******************************* */

.ridesContainer {
width: 680px;
float:left;
margin-left:30px;
text-align:left;
}

.pageHeadContainer {
margin:0px auto;
text-align:center;
}

/* ************** */
/* Dashboard tabs */
/* ************** */


.dashTabs {
width:680px;
margin:0px;
background:url("images/tab_dash_bg.gif") center bottom no-repeat;
padding:0px 0px 6px;
}

.dashTabsLeft {
float:left;
margin-bottom:0px;
}


#dashboard_rides {
margin-left:20px;
}

#dashboard_history {
margin-left:17px;
}

#newride {
margin-left:164px;
}

#ridesContent {
width: 680px;
padding-top:0px;
margin-top:0px;
}

.pageHead {
font-size:28px;
color: #000000;
text-align:left;
width:680px;
margin:0px;
}

.dashContainer {
width: 680px;
margin:0px 0px 0px;
padding-bottom:20px;
}

.dashContainerTop, .dashContainerBottom {
padding:0px;
margin:0px auto;
text-align:center;
}

.dashContainerBottom {
margin:0px auto;
margin-bottom:15px;
text-align:center;
}

.dashContainerMiddle {
border-left: solid 1px black;
border-right:solid 1px black;
padding:0px;
font-size:13px;
margin:0px auto;
background:url("images/bg-dash-middle.gif") center bottom no-repeat;
min-height: 300px;
height: auto !important;
height: 300px;
}

.dashContainerMiddle-2 {
width:658px;
border-left: solid 1px black;
border-right:solid 1px black;
padding:0px;
font-size:13px;
margin:0px auto;
background:url("images/bg-dash-middle-2.gif") center bottom no-repeat;
}

/* ******************* */
/* Plan New Ride       */
/* ******************* */

.planNextRideTable {
text-align:left;
margin-left:15px;
font-weight:bold;
padding-top:0px;
width: 625px;
}

#planNewFeedbackZone {
font-size:12px;
padding:3px 0px;
}

.planNextRideTableHead {
font-size:16px;
border-bottom:solid 1px black;
text-align:left;
padding:5px 0px 2px;
}

.planNextRide-A {
color: #424242;
width:150px;
padding-top:7px;
padding-bottom:7px;
}

.planNextRideRadio {
padding-top:7px;
padding-bottom:7px;
text-align:center;
}

.planNextRide-B {
width: 275px;
}

.planNextInputDate, .planNextInputLocation, .planNextInputNotes {
width: 50px;
padding-left: 1px;
border: solid 1px black;
font-size:12px;
}

.planNextInputLocation {
width:130px;
}

.planNextInputNotes {
width:150px;
}

.planNextInputSelect {
border:solid 1px black;
}

.planNextRide-C {
width: 200px;
/* color:#CC0000; */
}


.planNextButtons {
padding:25px 0px 15px;
text-align:center;
}


/* ********************* */
/* Red Yellow Green Bars */
/* ********************* */

.dashHead-green {
font-size:13px;
font-weight:bold;
background:url("images/dashHead-green.gif") center top no-repeat;
color: #000000;
margin-bottom:10px;
}

.dashHead-green a {
display:block;
padding:7px 15px 10px 30px;
color: #000000;
outline: none;
}

.dashHead-green a:hover {

}

.dashHead-yellow {
font-size:13px;
font-weight:bold;
background:url("images/dashHead-yellow.gif") center top no-repeat;
color: #000000;
margin-bottom:10px;
}

.dashHead-yellow a {
display:block;
padding:7px 15px 10px 30px;
color: #000000;
outline: none;
}

.dashHead-yellow a:hover {

}

.dashHead-red {
font-size:13px;
font-weight:bold;
background:url("images/dashHead-red.gif") center top no-repeat;
color: #000000;
padding-bottom:10px;
}

.dashHead-red a {
display:block;
padding:7px 15px 10px 30px;
color: #000000;
outline: none;
}

.dashHead-red a:hover {

}

.dashHead-gray {
font-size:13px;
font-weight:bold;
background:url("images/dashHead-gray.gif") center top no-repeat;
color: #00000;
padding-bottom:10px;
}

.dashHead-gray a {
display:block;
padding:7px 15px 10px 30px;
color: #000000;
outline: none;
}

.dashHead-gray a:hover {

}

/* ******************* */
/* Ride Details        */
/* ******************* */

.rideDetailsHeadContainer {
width: 620px;
border-bottom:solid 1px black;
text-align:center;
margin:0px auto;
}

.rideDetailsHead {
font-size:16px;
float:left;
width:300px;
font-weight:bold;
text-align:left;
padding-top:4px;
}

.rideDetailsConfirmed {
margin:20px auto 0px;
text-align:center;
font-weight:bold;
padding-bottom:10px;
}


.rideDetailsModify {
float:right;
width:300px;
text-align:right;
}

.rideDetailsRow {
margin:14px 0px 20px 35px;
}

.rideDetailsDate {
float:left;
width:170px;
font-weight:bold;
}

.rideDetailsTime {
float:left;
width:140px;
font-weight:bold;
}

.rideDetailsPrefer {
float:left;
font-weight:bold;
width:125px;
margin-left:20px;
}

.rideDetailsType {
float:left;
font-weight:bold;
width:75px;
margin-left:20px;
}

.rideDetailsDepart {
float:left;
width:200px;
}

.rideDetailsArrive {
float:left;
width:200px;
}

.rideDetailsEstimated {
float:left;
width:200px;
}

.matchesTable {
margin-left:35px;
margin-top:10px;
}

.matchesTableRank {
width:40px;
text-align:center;
}

.matchesTableRel {
font-weight:bold;
text-align:center;
width:50px;
vertical-align:middle;
}

.matchesTableDetails {
font-weight:bold;
text-align:left;
width:300px;
vertical-align:middle;
}

.matchesTableUser {
width:100px;
vertical-align:middle;
text-align:center;
}

.matchesTableConfirm, .matchesTableRO {
font-weight:bold;
text-align:center;
width:110px;
text-align:center;
}

.matchesTableRO {
text-align:left;
padding-left: 10px;
}

.matchesTableInstruct {
padding:20px 20px 10px;
text-align:left;
font-weight:bold;
}

.matchesTableInstructYellow {
border: solid 1px #FFCC00;
background-color: #FFFF99;
padding:10px 20px;
width:520px;
text-align:left;
}

.matchesTableSubmit {
padding-top:10px;
padding-bottom:20px;
text-align:center;
}

.prefRankInputSelect {
width:100px;
border:solid 1px black;
font-size:13px;
}

.noMatchesYetContainer {
margin:20px auto 0px;
text-align:center;
font-weight:bold;
padding-bottom:10px;
}

.noMatchesYetCaution {
padding-bottom:20px;
font-weight:bold;
float:left;
margin-left:100px;
}

.noMatchesYet {
padding-bottom:20px;
font-size:18px;
font-weight:bold;
float:left;
margin-left:15px;
padding-top:4px;
font-weight:bold;
}

.noMatchesYetContact {
padding-bottom:15px;
font-size:16px;
font-weight:normal;
}


/* ************ */
/* Ride History */
/* ************ */

.dashHistoryContent {
margin-left:0px;
font-size:12px;
font-weight:normal;
text-align:center;
}

.dashHistorySmall {
font-size:12px;
color:#666666;
text-align:right;
margin-right:100px;
padding:25px 0px;
}

.dashHistoryH3 {
text-align:center;
margin:0px auto 25px;
padding-top:20px;
font-size:15px;
font-weight:bold;
}

.green {
color:#339900;
}

.historyYellow {
border: solid 1px #FFCC00;
background-color: #FFFF99;
padding:15px 20px 20px;
width:520px;
text-align:left;
margin:20px auto;
font-size:14px;
}

.underline {
text-decoration:underline;
font-weight:bold;
text-align:center;
}

.rideHistoryStatsTable {
margin:30px auto 40px;
text-align:center;
font-weight:bold;
border-collapse: collapse;
font-size:13px;
}

.rideHistoryStatsHead {
background-color:#999999;
width:170px;
border:solid 1px black;
padding:5px;
}

.rideHistoryStatsLeft {
background-color:#EEEEEE;
width:100px;
border:solid 1px black;
padding:7px;
text-align:left;
}

.rideHistoryStatsHead-2 {
background-color:#CCCCCC;
border:solid 1px black;
padding:7px;
width:85px;

}

.rideHistoryStatsCell,.rideHistoryStatsTotal {
border:solid 1px black;
padding:7px;
width:85px;
}

.rideHistoryStatsTotal {
background-color:#CCCCCC;
}

.dashHistoryViewAll {
text-align:right;
font-weight:bold;
margin-right:60px;
}


.dashHistorySelect {
border:solid 1px black;
}

.dashHistoryTable {
text-align:center;
margin:15px auto;
border:solid 1px black;
font-weight:bold;
background-color:#FFFFFF;
}

.dashHistoryTableDetails {
text-align:left;
padding:20px 10px 10px;
width:250px;
}

.dashHistoryTableCost {
vertical-align:top;
padding:20px 10px 10px;
width:125px;
}

.dashHistoryTableRating {
vertical-align:top;
padding:20px 10px 10px;
width:175px;
}

.dashHistoryTableRateButton {
padding:10px 0px;
background-color:#EEEEEE;
border-top:solid 1px black;
}

/* Added 2/14 */
.successRate { 
border: solid 1px #FFCC00;
background-color: #FFFF99;
padding:10px 20px;
width:300px;
text-align:center;
margin:10px auto;
}

/* ******************* */
/* Profile             */
/* ******************* */

.profileContainer {
width: 250px;
float:left;
text-align:left;
}

.profileUserBackground-round {
padding:0px;
margin:0px;
}

.profileContent {
width: 250px;
border-left: solid 1px black;
border-right: solid 1px black;
}

.profileTopBackground-1 {
padding:0px;
margin:0px 0px 0px;
background-color:#F1F1F1;
border-bottom: solid 2px #339900;
}

.profileTopBackground-2 {
padding:0px;
margin:0px 0px 0px;
background-color:#F1F1F1;
border-top: solid 2px #339900;
}

.profileTable {
width: 230px;
margin:0px auto;
font-size:12px;
}

.profileTableAvatar {
text-align:center;
width:90px;
}

.profileTableUser {
font-weight:bold;
font-size:14px;
text-align:center;
width:160px;
font-weight:bold;
}

.profileTableFeedback {
text-align:center;
font-weight:bold;
font-size:12px;
}

.profileTableRatings {
color:#339900;
}

.profileTableAffiliation {
color: #424242;
text-align:center;
font-weight:bold;
}

.profileAccountBal {
font-size:14px;
text-align:left;
padding:12px 0px 0px;
font-weight:bold;
}

.profileAccountBal-2 {
font-size:18px;
text-align:right;
padding:12px 0px 0px;
}

.profileAccountHist {
font-size:12px;
font-weight:bold;
text-align:center;
padding:8px 0px 0px;
}

.profileTable {

}

.profileTableClose {
padding:10px 0px;
text-align:center;
font-size:13px;
}

.profileTableHead-1 {
font-size:13px;
padding-bottom:1px;
border-bottom: solid 1px black;
font-weight:bold;
padding-top:15px;
}

.profileTableHead-2 {
font-size:13px;
padding-bottom:1px;
border-bottom: solid 1px black;
text-align:right;
font-weight:bold;
padding-top:15px;
}

.profileTableSpace {
font-size:4px;
padding:0px;
}

.profileTableLabel {
width:100px;
text-align:left;
padding-top:5px;
padding-bottom:5px;
color: #424242;
vertical-align:top;
font-weight:bold;
}

.profileTableValue {
width:130px;
text-align:left;
padding-top:5px;
padding-bottom:5px;
padding-left:4px;
}

.editProfileTableValue {
text-align:left;
}

.profileSaveCancel {
text-align:center;
}

.backToDashButton {
margin: 15px auto 0px;
font-size: 16px;
text-align:center;
width: 204px;
font-weight:bold;
}

.backToDashButton a  {
display:block;
padding: 13px 10px 20px;
background:url("images/signup.gif") center top no-repeat;
color: #FFFFFF;
cursor: pointer;
}

.backToDashButton a:hover {
text-decoration:underline;
}

/* ******************** */
/* Upload Avatar        */
/* ******************** */

.popUpAvatar {
position: absolute;
text-align: center;
width: 510px;
}

.closePopUp {
color: black;
font-weight: bold;
font-size:12px;
padding: 7px 0px 5px 10px;
* padding: 6px 0px 0px 10px;
cursor: move;
background:url("images/pop-up-top.gif") center top no-repeat;
width: 500px;
}

.closePopUpLeft {
float:left;
margin-left:5px;
text-align:left;
}

.closePopUpRight {
float:right;
cursor: move;
margin-right:10px;
}

.popUpContent {
color:#464646;
background:url("images/pop-up-bg.gif") center repeat-y;
min-height: 255px;
height: auto !important;
height: 255px;
border-bottom:solid 1px #464646;
}

.popUpContentText {
padding:15px 0px 0px;
margin-left:25px;
width:450px;
font-size:13px;
font-weight:bold;
text-align:left;
line-height:135%;
}

#avatarHere {
min-height: 80px;
height: auto !important;
height: 80px;
margin:10px 0px;
}

.noShow {
display: none;
}


#avatarFeedback {
padding: 15px 0px;
text-align:center;
margin:0px auto;
background-color:#FFFFFF;
width:375px;
font-size:13px;
font-weight:bold;
}

.titleAvatar {
margin-top:10px;
margin-bottom:18px;
font-size:16px;
font-weight:bold;
}

/* ******************** */
/* Profile Pop up       */
/* ******************** */

#viewProfilePopUp {
position: absolute;
text-align: center;
width: 260px;
}

.profilePopUpClose {
color: black;
font-weight: bold;
font-size:12px;
padding: 7px 0px 4px 0px;
cursor: move;
background:url("images/pop-up-profile-top.gif") center top no-repeat;
width: 260px;
}

.profilePopUpContent {
* margin-top:-7px;
color: #424242;
font-weight: bold;
background-color: #E7E7E7;
background:url("images/pop-up-profile-bg.gif") center repeat-y;
min-height: 200px;
height: auto !important;
height: 200px;
text-align:left;
font-size:12px;
}

/* ******************** */
/* Add or Edit Location */
/* ******************** */

#addEditLocationPopUp {
position: absolute;
text-align: center;
width: 550px;
}

.addEditLocationClose {
color: black;
font-weight: bold;
font-size:12px;
padding: 7px 0px 4px 10px;
cursor: move;
background:url("images/pop-up-long-top.gif") center top no-repeat;
width: 540px;
}

.addEditLocationContent {
* margin-top:-7px;
color: #424242;
font-weight: bold;
background-color: #E7E7E7;
background:url("images/pop-up-long-bg.gif") center repeat-y;
min-height: 250px;
height: auto !important;
height: 250px;
text-align:left;
font-size:12px;
}

.addEditLocationRadioRow {
font-weight:bold;
color:black;
text-align:center;
padding:15px 0px;
font-size:13px;
}

.addEditLocationTable {
text-align:center;
font-size:11px;
width:500px;
margin:0px auto;
}

.addEditLocationTableBG {
width:520px;
border:solid 1px black;
background-color:#FFFFFF;
padding:10px 0px 5px;
text-align:center;
margin:0px auto;
min-height: 235px;
height: auto !important;
height: 235px;
}

.addEditLocationHead {
padding:0px 2px 2px;
border-bottom:solid 1px black;
color:black;
font-size:13px;
text-align:left;
}

.addEditLocationHead-2 {
color:black;
font-size:13px;
text-align:center;
padding:10px 0px;
}

#addEditLocationFeedback {
padding:8px 2px 2px;
color:#CC0000;
font-size:13px;
text-align:center;
font-size:11px;
}


.addEditLocationRow {
margin:6px 0px 6px 15px;
text-align:left;
}

.addEditLocationLabel {
text-align:left;
font-weight:bold;
width:100px;
padding:15px 0px 5px 0px;
color:black;
}

.addEditLocationAddress {
text-align:left;
width:270px;
padding:15px 0px 5px 0px;
}

.addEditLocationAddress-2 {
text-align:left;
width:320px;
padding:15px 0px 5px 0px;
}

.addEditLocationMap, .addEditLocationEdit {
text-align:left;
width:35px;
padding:15px 0px 5px 0px;
}

.addEditLocationDelete {
text-align:left;
width:50px;
padding:15px 0px 5px 0px;
}

.profileHint {
font-weight:bold;
text-align:center;
background:url("images/bg-hint.gif") center top no-repeat;
margin:20px auto 10px;
padding:7px 0px 10px;
font-size:11px;
width:200px;
color:#000000;
}

.addEditLocationSelectNew {
width:150px;
text-align:center;
padding:10px 0px;
}

.addEditLocationButton {
padding:15px 0px;
}

.addEditLocationBottom {

}

.editInput, .editInputShort, .editInputLong {
width:150px;
padding-left: 1px;
border: solid 1px black;
font-size:12px;
}

.editInputShort {
width:50px;
}

.editInputLong {
width:300px;
}

.editLocationRow {
text-align:left;
padding: 10px 0px 10px;
}


/* ******************************* */
/* Calendar                        */
/* ******************************* */

#calPopUp {
position: absolute;
text-align: center;
width: 230px;
margin:0px auto;
}

.calPopUpClose {
color: black;
font-weight: bold;
font-size:12px;
padding: 7px 0px 4px 0px;
cursor: move;
background:url("images/pop-up-cal-top.gif") center top no-repeat;
width: 230px;
}

#calContainer {
background:url("images/pop-up-cal-bg.gif") center repeat-y;
min-height: 210px;
height: auto !important;
height: 210px;
* margin-top:-7px;
}

.cal {
font: 15px Arial, Helvetica, sans-serif;
border-collapse: collapse;
border: solid 1px black;
text-align: center;
width: 204px;
margin:15px auto 0px;
background-color:#FFFFFF;
}

.calMonth {
font-weight: bold;
font-size: 15px;
padding: 3px 5px 3px;
}

.calHeader {
font-weight: bold;
padding: 3px 5px 3px;
}

.calHeaderRow {
background-color: #CCCCCC;
}

.calDay, .today {
padding: 3px 5px 3px;
}

.today {
font-weight: bold;
text-decoration: underline;
font-size: 17px;
}

.otherMonth {
color: #999999;
}

.weekend {
background-color: #EEEEEE;
}


/* ******************************* */
/* Contact                         */
/* ******************************* */

.long-content-1 {
width:150px;
margin-top: 30px;
margin-left:50px;
border-right: dotted 1px #626262;
text-align: left;
float:left;
height: 200px;
min-height: 200px;
}

.long-content-2 {
width: 450px;
text-align: left;
float:left;
margin-left: 40px;
margin-top:10px;
}

h1 {
font-size: 24px;
margin: 8px 0px 12px 0px;
color: #333333;
font-weight: normal;
text-align:left;
}

.contact2 {
font-size: 16px;
margin:0px 70px 15px;
text-align:left;
font-weight:bold;
}

.contactText {
margin: 0px 100px 35px;
text-align:left;
}


/* ******************************* */
/* About                           */
/* ******************************* */

.aboutLink {
margin: 0px 0px 18px;
}

.aboutLink a {
color: #626262;
}

.aboutLink a:hover {
color: #0D00BD;
text-decoration: none;
}


/* ******************************* */
/* Rides nearby                    */
/* ******************************* */

.nearbySearchBar {
text-align:center;
}

.nearbySearchBarInput {
width: 200px;
padding-left: 1px;
border: solid 1px black;
font-size: 13px;
}

.nearbySearchFilterRow {
margin:10px auto;
text-align:center;
}


/* ******************************* */
/* Footer                          */
/* ******************************* */

.footer {
margin: 20px auto 30px;
border: none;
padding: 21px 13px 21px 0px;
font-size: 12px;
background-image: url("images/bg-footer.gif"); 
background-position:center;
background-repeat: no-repeat;
}

