﻿

/*first thing first, reset all tags globally*/
* {
	margin:0;
	padding:0;
	z-index:0;
}

/*tag customization*/
body { font-family: Arial, Helvetica, sans-serif; color: #333333; background: #E5E5E5; }

h2 { font-size: 17px; }/* subnav wayfinding bar header sIFR */
h1 { font-size: 24px; line-height: 30px; color: #5FABCB; font-weight: normal; margin: 0px 0 15px 0; border: 0px solid #000;}/* main page header sIFR */
h4 { font-size: 15px; line-height: 21px; color: #5FABCB; font-weight: normal; padding-bottom: 15px; }/* top-level-page intro header */
h3 {color: #5FABCB; font: bold 14px Arial, Helvetica, sans-serif; padding-bottom: 15px; }/* paragraph header (REPLACE IN IE FOR SCALABLE TEXT)*/
h5 {color: #505050; font: bold 14px Arial, Helvetica, sans-serif; }/* paragraph header (REPLACE IN IE FOR SCALABLE TEXT)*/
hr {top: 0px; left: 0px; color: #999; background: #999; height:1px; border:none; margin-top:15px; margin-bottom:20px;}
a:link, a:visited { color: #5FABCB; text-decoration: none; }
a:hover, a:active, a:focus { color: #5FABCB; text-decoration: underline }
a img {border: 0; margin: 0; padding: 0;}
div.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}


/*id settings*/
#logo {
	float: left;
}
#container {
	width:962px;
	background: url(/images/layout/drpshdw_main_r.jpg) repeat-y right; 
	border: 0px solid #000;
	background-color: #F8FCFC;
	margin:0 auto 10px auto;
	text-align: left;
}
#content {
	margin: 45px 15px 5px 15px;
	width: 930px;
	border: 0px solid #000;
}

#disclaimer {
	padding:20px;
}

#disclaimer p, h2, h3 {
	margin-bottom: 10px; 
}


/* GLOBAL NAV AND SEARCH  */
#header { 
	background-color: #E5E5E5;
	height: 50px;
	text-align: right; 
}/* wraps main header/global nav and places SFO logo in the top left corner of the page*/

#global-nav { 
	float: right; 
	font-size: 12px; 
	margin: 0px; 
	padding-top: 25px; 
	padding-right: 10px; 
	
}/* global nav links are floated right in the header div  */

#global-nav span { 
	margin: 0px 3px; 
}/* controls spacing of global nav links on either side of "|" separator  */

#global-nav a:link, #global-nav a:visited { 
	color: #666666; 
	text-decoration:underline;
}

#global-nav a:hover, #global-nav a:active, #global-nav a:focus { 
	color: #666666; 
	text-decoration: underline;
}

#icon-help {
	background: url(/images/layout/information.png) no-repeat left center;
	margin-right: 10px;
	padding: 1px 0 1px 20px;
}
#icon-home {
	background: url(/images/layout/house.png) no-repeat left center;
	margin-left: 10px;
	padding: 1px 0 1px 20px;
}
#icon-print {
	background: url(/images/layout/printer.png) no-repeat left center;
	padding: 1px 0 1px 20px;
}
#icon-add {
	background: url(/images/layout/add.gif) no-repeat left center;
	padding: 1px 0 1px 20px;
}
#icon-delete {
	background: url(/images/layout/delete.png) no-repeat right center;
	padding: 1px 0 1px 20px;
	text-decoration:none;
}
#icon-edit {
	background: url(/images/layout/edit.png) no-repeat right center;
	padding: 1px 0 1px 20px;
	text-decoration:none;
}
#icon-back {
	background: url(/images/layout/previous.png) no-repeat left center;
	padding: 1px 0 1px 25px;
}
/* END GLOBAL NAV AND SEARCH  */

.login {
	margin: 20px auto 0 auto;
}

.label {
	font-weight: bold;
	padding: 7px 0;
	text-align:  right;
}

.alert {
	background-color: #FFFFCC;
	border: 1px solid #333;
	color: 333;
	font-weight:bold;
	margin: 0 10px 10px 0;
	padding: 10px;
}

.error, .error-messages {
	background-color: #FFFFCC;
	border: 1px solid #333;
	color:red;
	font-weight:bold;
	margin: 10px 10px 10px 0;
	padding: 10px;
}
.error-messages li {
	margin-left: 20px;
}
.field-with-errors input {
	border: 2px solid red;
}

.field-with-errors select {
	border: 2px solid red;
}


.grid-table {
	border: 1px solid #ABABAB;
	margin-top: 0px;
	padding: 0;
}


.grid-table th {
	background-color: #ABABAB;
	font-weight:bold;
	color: #FFF;
	margin: 0;
	padding: 3px;
	text-align: center;
}
.grid-table td {
	background-color: #e8e9ea;
	margin: 0;
	padding: 3px;
}


.listing {
	margin-bottom: 3px;
	text-align: left;
}
.record-new {
	border: 0px solid #000;
	text-align: right;
}
.form-tags p {
	margin: 5px 0;
}
.form-tags label {
	border: 0px solid #333;
	display:inline-block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width:11em;	
}

.form-tags input {
	font-size: 14px;
	width:15em;
	
}
.form-tags .button {
	font-size: 14px;
	width:10em;
	
}

.grid-assign {
	border: 1px solid #ABABAB;
	margin: 0;
	padding: 0;
}
.grid-assign th {
	background-color: #ABABAB;
	font-weight:bold;
	color: #FFF;
	margin: 0;
	padding: 3px;
	text-align: center;
}
.grid-assign th.first {
	background-color: #1174A3;
	font-weight:bold;
	color: #FFF;
	margin: 0;
	padding: 3px;
	text-align: center;
}
.grid-assign td {
	background-color: #e8e9ea;
	margin: 0;
	padding: 3px;
}

.grid-assign td.first {
	background-color: #42ACCC;
	color: #FFF;
}
.input-radio {
	text-align: center;
	width: 100px;
}

#button-submit {
	background-color: #FFF;
	text-align: center;
}

/* FOOTER  */
#content-bottom { 
	background: url(/images/layout/footer_watermrk.jpg) no-repeat top; 
	height: 145px; 
	width: 962px; 
}/* creates footer watermark graphic and dropshadow on pages without pods */

#footer { 
	background-color: #E5E5E5;
	color: #666; 
	float:left; 
	font-size: 12px; 
	margin: 0;
	padding: 5px 0 0 6px; 
	text-align: left; 
	width: 400px; 
}/* floats �copyright info left of the #footer-nav links  */

#footer-nav { 
	background-color: #E5E5E5;
	color: #666666; 
	font-size: 12px; 
	margin: 0px 0px 0px 400px;
	padding-right: 7px; 
	padding-top: 5px;
	text-align: right;  
}

#footer-nav a:link, #footer-nav a:visited { 
	color: #666666; 
	text-decoration: underline; 
}

#footer-nav a:hover, #footer-nav a:active, #footer-nav a:focus { 
	color: #666666; 
	text-decoration: underline; 
}

#footer-nav span { 
	margin: 0px 3px; 
}/* controls spacing of footer links on either side of "|" separator  */

/* END FOOTER  */

/* CONTENT */

/* SUBNAVIGATION */


#subnav-holder { 
	background: #3c3733 url(/images/layout/subnav_bkgrd_filler.jpg) repeat-y top; 
	border: 0px solid #000;
	width: 955px; 
}/* wrapper for subnav wayfinding bar. creates gray background with repeated background image */

#subnav-top { 
	background: url(/images/layout/subnav_top_filler.jpg) repeat-x top; 
	height: 7px; 
	width: 955px; 
	font-size: 1px; 
	line-height: 1px; 
}/* creates highlight on the top of the subnav wayfinding bar  */

#subnav-head {
	border: 0px solid #fff;
	text-align: left;
	width: 180px;
}

#subnav-head h1 { 
	border: 0px solid #fff;
	color: #FFF; 
	font-size: 18px;
	margin: 15px 0 15px 0;
	padding: 0 0 0 35px; 
}/* this style gets replaced by sifr style if Flash plug-in present */

#subnav-head-larger { 
	width: 300px; 
	padding: 37px 0px 15px 35px; 
	color: #FFFFFF; 
}/* this style gets replaced by sifr style if Flash plug-in present */

#subnav-head a:link, #subnav-head a:visited, #subnav-head-larger a:link, #subnav-head-larger a:visited {
	color: #FFFFFF; 
	text-decoration:none; 
}

#subnav-head a:hover, #subnav-header a:active, #subnav-header a:focus, #subnav-head-larger a:active, #subnav-head-larger a:focus { 
	color: #5FABCB; 
	text-decoration: none; 
}

#subnav-links { 
	border: 0px solid #fff;
	color: #FFF; 
	float: right; 
	font-size: 13px; 
	text-align: left; 
	padding: 13px 0; 
	width: 640px; 
}/* subnav links are floated to the right of the subnav header in the subnav-holder div  */

#subnav-links-smaller { 
	float: right; 
	width: 500px; 
	padding: 42px 20px 15px 0px; 
	color: #FFFFFF; 
	text-align: right; 
	font-size: 13px; 
}/* subnav links are floated to the right of the subnav header in the subnav-holder div  */

#subnav-links span { 
	margin: 0px 3px; 
	color: #CCCCCC; 
}/* controls spacing of subnav links on either side of "|" separator  */

#subnav-links a:link, #subnav-links a:visited { 
	color: #CCCCCC; 
	text-decoration: none; 
}

#subnav-links a:hover, #subnav-links a:active, #subnav-links a:focus { 
	color: #FFFFFF; 
	text-decoration: none; 
}

#subnav-bot { 
	background: url(/images/layout/subnav_bot_filler.jpg) repeat-x top; 
	height: 14px; 
	width: 955px; 
	font-size: 1px; 
	line-height: 1px;
}/* creates bottom dropshadow on subnav wayfinding bar */

/* END SUBNAVIGATION */


/* STANDARD COLUMN DIVS */

#main-column, #two-thirds-column, #full-column, #shop-dine { 
	width: 690px;
	font-size: 14px; 
	line-height: 20px;  
	text-align: left; 
	padding: 30px 15px 40px 35px; 
} /* REPLACE IN IE FOR SCALABLE TEXT*/

#samtrans {
	width: 701px; 
	height: 514px;
	background: url(/images/map_tf_ts_samtran.gif) no-repeat left top;
}

#main-column { 
	width: 690px;
}

#two-thirds-column { 
	width: 530px; 
}

#full-column { 
	width: 845px; 
}

#main-column p, #full-column p, #two-thirds-column p {
	margin-bottom: 15px; 
}

#shop-dine p {
	margin-bottom: 30px; 
}

#shop-dine h5 {
	margin-bottom: 30px; 
}

#main-column ul, #full-column ul, #two-thirds-column ul, #shop-dine ul { 
	margin-bottom: 0px; 
}

#main-column li, #full-column li, #two-thirds-column li, #shop-dine ul { 
	list-style: disc inside; 
	padding-left: 30px; 
}

#main-column li ul li, #full-column li ul li, #two-thirds-column li ul li { 
	padding-left: 30px;
	margin-bottom: 0px; 
	list-style: circle inside; 
}/* REPLACE IN IE FOR SCALABLE TEXT*/

#main-column ul {
    list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#gateway-column {
    width: 690px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    padding: 30px 15px 15px 35px;
}

#gateway-column p {
    margin-bottom: 10px;
    
}

#gateway-column ul {
    margin-bottom: 10px;
}

#gateway-column li {
    list-style: square inside;
}

#gateway-column li ul li {
    padding-left: 30px;
    margin-bottom: 0px;
    list-style: none inside;
}

.lastUpdated {
	border: 0px solid #000;
	color: #666;
	font-size: 80%;
	padding-bottom:20px;
	text-transform: uppercase;
}
#members-table td {
	padding: 5px 0;
	vertical-align: text-top;
}


th {
	border-bottom: 1px solid #000;
	text-align: center;
}
.term-ends {
	text-align: center;
}

/* END STANDARD COLUMN DIVS */

/* RIGHT LOCAL NAVIGATION */

/* do not use a two-line text link in the last li (ie. #sidenav-last a) or background bullet will misalign*/
#sidenav-column {
	float: right;
	width: 190px;
	text-align: left;
	margin-right: 7px;
	padding: 30px 0px 0px; 
	
}/* this is the wrapper for #sidenav and/or #helpfullinks */
#sidenav {
	width: 175px;
	margin-bottom: 10px;
}/* overall width of sidenav matches pod width (175px). actual width of rollovers is controlled by width and padding below */

#sidenav ul {
	padding-left: 0px;
	font-size: 11px;
	color: #FFFFFF;
	list-style: none;
}

#sidenav p {
	display: block ;
	font-size: 13px ;
	width: 152px;
	color:#FFFFFF ;
	background: #1174a3 url(/images/sidenav_cornrs_top.gif) no-repeat left top;
	padding: 8px 5px 8px 18px;
	border-bottom: 2px solid #FFFFFF; 
}/* used for sidenav header block. displays rounded corners */

#sidenav a {
	display: block ;
	width: 152px;
	background: #42ACCC url(/images/sidenav_arrow_white.gif) no-repeat 8px center;
	padding: 10px 5px 10px 18px;
	border-bottom: 1px solid #FFFFFF;
}/* used for middle items in side navigation list. displays rounded corners */

#sidenav span {
	display: block ;
	width: 152px;
	background: #71C1D9 url(/images/sidenav_arrow_white.gif) no-repeat 8px center;
	padding: 10px 5px 10px 18px;
	border-bottom: 1px solid #FFFFFF;
}/* replaces "#sidenav a" background a when that link's page is visited */

#sidenav-last a {
	display: block ;
	width: 152px;
	background: #42ACCC url(/images/sidenav_cornrs_bot.gif) no-repeat left bottom;
	padding: 10px 5px 10px 18px;
}/* used for last item in side navigation list. displays rounded corners. WILL NOT ACCOMMODATE TWO-LINE TEXT LINK */

#sidenav-last span {
	display: block ;
	width: 152px;
	background: #71C1D9 url(/images/sidenav_cornrs_bot.gif) no-repeat left bottom;
	padding: 10px 5px 10px 18px;
	border-bottom: 1px solid #FFFFFF;
}/* replaces "#sidenav-last a" background a when that link's page is visited */

#sidenav a:link, #sidenav a:visited, #sidenav-last a:link, #sidenav-last a:visited {
	color: #FFFFFF; 
	text-decoration:none ;
}

#sidenav a:hover, #sidenav a:active, #sidenav a:focus {
	color: #FFFFFF; 
	text-decoration:none; 
	background: #71C1D9 url(/images/sidenav_arrow_white.gif) no-repeat 8px center;
}/* creates rollover state for links */

#sidenav-last a:hover, #sidenav-last a:active, #sidenav-last a:focus {
color: #FFFFFF; 
text-decoration:none; 
background: #71C1D9 url(/images/sidenav_cornrs_bot.gif) no-repeat left bottom;
}/* creates rollover state for last link in list */

/* END RIGHT LOCAL NAVIGATION */


/* RIGHT HELPFUL LINKS COLUMN */

/* do not use a two-line text link in the last li (ie. #helpfullinks-last a) because background image will not accommodate */


#helpfullinks {
	width: 175px;
}/* overall width of sidenav matches pod width (175px). actual width is controlled by width and padding below. */

#helpfullinks p {
	display: block ;
	font-size: 11px ;
	width: 152px;
	color: #FFF ;  
	background:  #ABABAB url(/images/layout/graynav_cornrs_top.gif) no-repeat left top; 
	padding: 5px 5px 5px 18px;
	margin:0;
}/* used for sidenav header block. displays rounded corners */

#helpfullinks ul {
	padding-left: 0px;
	font-size: 11px ;
	color: #FFF;
	margin: 0;
	list-style: none;
}
#helpfullinks-first a {
	display: block ;
	width: 152px;
	padding: 10px 11px 8px 12px;
}/* used for first item in helpful links list. displays rounded corners */
	
#helpfullinks a {
	display: block;
	width: 152px;
	margin: 0;
	padding: 10px 11px 8px 12px;
	border-bottom: 1px solid #D7D8D8;	
}/* used for middle items in helpful links list. displays rounded corners */

#helpfullinks-last a {
	display: block ;
	width: 152px;
	height: 22px;
	padding: 10px 5px 0px 12px;
	border-bottom: 0px;	
}/* used for last item in helpful links list. displays rounded corners. WILL NOT ACCOMMODATE TWO-LINE TEXT LINK */

#helpfullinks a:link, #helpfullinks a:visited {
	color: #333333 ; 
	text-decoration:none ; 
	background: url(/images/layout/graynav_bkgrd.gif) 0px 0px no-repeat; 
}/* creates initial state rollover image for middle link in list */

#helpfullinks-last a:link, #helpfullinks-last a:visited {
	color: #333333 ; 
	text-decoration:none ; 
	background: url(/images/layout/graynav_bkgrd_btm.gif) 0px 0px no-repeat; 
}/* creates initial state rollover image for bottom link in list */

#helpfullinks-first a:link, #helpfullinks-first a:visited {
	color: #333333 ; 
	text-decoration:none ; 
	background: url(/images/layout/graynav_bkgrd_top.gif) 0px 0px no-repeat; 
}/* creates initial state rollover image for top link in list*/

#helpfullinks a:hover, #helpfullinks a:active, #helpfullinks a:focus {
	color: #333333 ; 
	text-decoration:none ; 
	background-position: -175px 0px; 
}/* creates rollover state for middle link in list */

#helpfullinks-last a:hover, #helpfullinks-last a:active, #helpfullinks-last a:focus {
	color: #333333 ; 
	text-decoration:none ; 
	background-position: -175px 0px; 
}/* creates rollover state for last link in list */

#helpfullinks-first a:hover, #helpfullinks-first a:active, #helpfullinks-first a:focus {
	color: #333333 ; 
	text-decoration:none ;
	 background-position: -175px 0px; 
}/* creates rollover state for first link in list */

#helpfullinks a {
	cursor: default;
}
/* END RIGHT HELPFUL LINKS COLUMN */
