@charset "UTF-8";
/* CSS Document */

body {
	/* background-image: url(images/bkg-sandiego.jpg); */
	/* background-image: url(images/bg-body-image2.jpg); */
	/* background-repeat: no-repeat; */
	/* background-color: #43617E; */
	/* background-position: center top; */
	margin: 0px;
	padding-top: 0px;
	background: #13355a url(http://www.sandiegobikeandkayak.com/images/bg-body-image.jpg) top repeat-x;
	text-align:center; 
	font:14px/16px Arial, Helvetica, sans-serif; 
	color: #000; 
}

form {
    margin: 0px;
    padding: 0px;
    margin-top: -3px;
}

/* Tabs */
#tab_1 {
    background-image: url(http://www.sandiegobikeandkayak.com/images/click-n-save.png);
    cursor: pointer;
}
#tab_2 {
    background-image: url(http://www.sandiegobikeandkayak.com/images/2.png);
    cursor: pointer;
}
#tab_3 {
    background-image: url(http://www.sandiegobikeandkayak.com/images/3.png);
    cursor: pointer;
}
#tab_4 {
    background-image: url(http://www.sandiegobikeandkayak.com/images/4.png);
    cursor: pointer;
}
#tab_1:hover {
    background-image: url(http://www.sandiegobikeandkayak.com/images/click-n-save.png);
}
#tab_2:hover {
    background-image: url(http://www.sandiegobikeandkayak.com/images/2over.png);
}
#tab_3:hover {
    background-image: url(http://www.sandiegobikeandkayak.com/images/3over.png);
}
#tab_4:hover {
    background-image: url(http://www.sandiegobikeandkayak.com/images/4over.png);
}
#tab_1h {
    background-image: url(http://www.sandiegobikeandkayak.com/images/click-n-save.png);
}
#tab_2h {
    background-image: url(http://www.sandiegobikeandkayak.com/images/2highlight.png);
}
#tab_3h {
    background-image: url(http://www.sandiegobikeandkayak.com/images/3highlight.png);
}
#tab_4h {
    background-image: url(http://www.sandiegobikeandkayak.com/images/4highlight.png);
}

.time_range {
    border: 1px solid rgb(204, 204, 204); 
    margin: 1px; 
    padding: 3px; 
    width: 50px; 
    float: left;
    
}

.text {
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:16px;
    text-decoration:none;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #527697;

}

.textrev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.calendarday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
}
a.calendarday:hover {
	color: #FFFFFF;
	background-color: #527697;
	display: block;
}
.calendardayselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #527697;
	display: block;
}
.caldayinvalid {
	background-color: #DCDCDC;
	font-size: 12px;
	line-height: 30px;
	display: block;
	color: #DCDCDC;
	text-decoration: none;
}
.caldayinvalid:hover {
	color: #DCDCDC;
	text-decoration: none;
	background-color: #DCDCDC;
	display: block;
}
.calendarmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #527697;
	text-decoration: none;
	font-style: normal;
	
}
.calendararrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.calendararrows:hover{
	color: #527697;
}
.calendarweekday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
}

/* JM Calendar Styling */
.calcontainer {
    width: 287px; 
    margin-right: -1px; 
    margin-top: -1px; 
    display: inline-block;
    position: relative;
}

a.calday, a.calday:link, a.calday:visited, a.calday:active {
    float: left; 
    height: 30px; 
    width: 41px; 
    background-color: #ffffff; 
    color: #20516F; 
    font-weight: 900; 
    text-align: center; 
    line-height: 28px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a.calday span {
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    display: block;
}

a.caloffday, a.caloffday:link, a.caloffday:visited, a.caloffday:active {
    background-color: silver;
}

a.calday:hover, a.caldayselected {
    background-color: #527697;
    color: #FFFFFF;
    text-decoration: underline;
}

a.calinvalidday, a.calinvalidday span, a.calinvalidday:hover, a.calinvalidday:link, a.calinvalidday:visited, a.calinvalidday:active {
    background-color: #ddd;
    color: #ccc;
    text-decoration: none;
    cursor: default;
}

.calprogress {
    color:#F9F8F6;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    line-height:22px;
    text-decoration:none;
    width: 53px;
    height: 74px;
    background-color: #999;
    text-align: center; 
    padding-top: 5px;
    line-height: 70px;
    float: left;
    cursor: pointer;
    display: block;
}

.calprogress:hover {
    text-decoration: none;
    outline: 1px solid #555;
    outline-offset: -1px;
}

.selector_calday {
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:16px;
    text-decoration:none;
    
    background-color: #F9F8F6;
    background-image: none;

    border: 1px solid #999999;
    padding-top:5px;
    text-align: center;
    margin-left: 1px;
    width: 83px;
    height: 72px;
    float: left;
    border: 1px solid #999;
    cursor: pointer;
    display: block;
}

.selector_calday:hover {
    border: 1px solid #555;
    text-decoration: none;
}

.selector_calday_active {
   background-image: url(http://www.sandiegobikeandkayak.com/images/datetable-bkg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

.selector_calday_head {
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
}

.selector_calday .headrev {
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
    
    background-color: #999999;
}

.selector_calday_active .headrev {
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
    
    background-color: transparent;

}

.invalid_calday .selector_calday {
    border-color: #ccc;
    color: #aaa;
}

.invalid_calday .selector_calday:hover {
    border-color: #ccc;
    cursor: default;
    color: #aaa;
}

.invalid_calday .selector_calday .headrev {
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
    
    background: #ccc;
}

.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	text-align:center;
}
a.time:hover{
	color: #FFFFFF;
	background-color: #527697;
	display: block;
}
.timeselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #527697;
	display: block;
	text-align:center;
}
.textb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #527697;
	text-decoration: none;
}
.btnstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(images/btn-bkg.jpg);
	background-color: #527697;
	padding: 2px;
}

	
.headred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.headrev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.selectstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.minicalendarday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
}
a.minicalendarday:hover{
	color: #FFFFFF;
	background-color: #527697;
	display: block;
}
.minicalendardayselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #527697;
	display: block;
}
.minicaldayinvalid {
	background-color: #DCDCDC;
}
.minicalendarmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #527697;
	text-decoration: none;
	font-style: normal;
	
}
.minicalendararrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.minicalendararrows:hover{
	color: #527697;
}
.minicalendarweekday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
}
.tableborder {
	border: 3px double #527697;
	background-color: #F0F0EF;
}

.minitime{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #fff;
	line-height: 18px;
	font-weight: bold;
	display: block;
	font-size: 10px;
	text-decoration: none;
}

.minitime:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #527697;
	display: block;
	font-size: 10px;
}
.minitimeselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #527697;
	display: block;
}
.tableborder {
	border: 3px double #527697;
	background-color: #F0F0EF;
}
.tableborder2 {
	border: 3px double #cccccc;
}
.tableborder3 {
	border: 3px double #00125E;
}
 .text12 {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       line-height: 16px;
       font-weight: normal;
       color: #333333;
       text-decoration: none;
 }
 .text12b {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       line-height: 18px;
       font-weight: bold;
       color: #333333;
       text-decoration: none;
 }
 .subhead {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 15px;
       line-height: 24px;
       font-weight: bold;
       color: #527697;
       text-decoration: none;
}
 .headbold {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 16px;
       line-height: 22px;
       font-weight: bold;
       color: #F9F8F6;
       text-decoration: none;
}
 .navmain {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       line-height: 20px;
       font-weight: bold;
       color: #000066;
       text-decoration: none;
 }
 a.navmain:hover {
       color: #FF9900;
 }
 
 .printcal{
       border-width: 1px;
       padding: 1px;
       border-style: solid;
       border-color: #cccccc;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 10px;
       line-height: 20px;
       color: #666666;
       line-height:20px;
 }
 
 .printcalhighlight {
       border-width: 1px;
       border-style: solid;
       border-color: #999999;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 10px;
       line-height: 18px;
       color: #333333;
       font-weight:bold;
       }
 a.text:hover {
       color: #003366;
       text-decoration: underline;
}

.navbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.headitl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.navbottom:hover {
	color: #333333;
}
.textlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
table.thinborder {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: collapse;
}
table.thinborder td {
	border-width: 1px;
	border-style: inset;
	border-color: #cccccc;
}

#wrap {
    margin-left: 0px;
	position: relative;
	margin: 0px auto;
}

.datetable td {
	border: 1px solid #999999;
	text-align: center;
	background-image: url(images/datetable-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	background-color: #F9F8F6;
}
.datetable td.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(images/datetable-bkg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	border: 2px solid #999999;
	border-top: none;
}

.disabled {
    background: #e4e3e2;
    color: #aaa6a3;
}

.enabled, select {
    background: #F9F8F6;
    color: #333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:16px;
    text-decoration:none;
}
