@import url("tabs.css") ;
@import url("home-page.css") ;
@import url("header.css") ;


html,
body {
    width:100% ;
    height:100%;
    font-family: Verdana, Arial, sans-serif;
    font-size:1em ;
    color:#333 ;
	padding:0;
	margin:0;
    background: rgb(222,222,222) ;
}


/* clear floated elements */
.clearboth:after {
    display:block ;	
    clear:both ;
    content: " " ;
}

  * html .clearboth {
      display:inline-block ;
  }
  
  *:first-child+html .clearboth {
      display:inline-block ;
  }

#top-menu ul li {
	z-index:101 ;
}

#sidenav ul li {
	z-index:100 ;
}

div#container {
  background:url(../images/background-container.gif) repeat-y top left;
  width:967px ;
  padding:0 10px ;
  margin:0 auto ;
}

a:link, a:visited {
 color:rgb(19,97,165) ; 
 text-decoration:none ;
}

a:hover {
  text-decoration:underline ;
}

.nav li,
.nav li ul,
.nav form {
	display:inline ;
}

#skipToContent 
{
  position:absolute ;
  font-size: .65em ;
  left:0;
}

#skipToContent a {
  color:#FFF;
}

#top-menu .sf-menu.left {
    margin: 0 0 0 1.00em ;
    display:inline ;
}

#top-menu .sf-menu.right {
    margin: 0 1em 0 0 ;
    float:right ;
    display:inline ;
}
  
.align-right {
	text-align:right ;
}

.align-left {
	text-align:left ;
}

img { border:none ; }

.padding-10 {
	padding:10px !important ;
}


strong { font-weight:bold ; }

a .holder {
	cursor:pointer ;
}

.holder-small img,
.holder-medium img,
.holder-large img,
.holder-caption-large img,
.holder-caption-small img,
.holder-caption-youtube object {
	display:block ;
	border:none ;
	margin:0;
	padding:0;
}

.holder-caption-small {
	padding:0 0 5px 0 ;
}

.form-message {
	background:#EDEDED ;
	margin-bottom:0.25em ;
	padding:20px ;
}

.form-message p {
	font-size:75% ;
	color:#090 ;
	font-weight:bold ;
}

/* Web Toolbar - Print/Share/Fonts */

#web-toolbar {
	background:url(../images/background-web-toolbar.gif) no-repeat ;
	width:159px;
	position:absolute ;
	z-index:1;
	margin-top:-30px ;
	height:15px ;
	padding:4px 8px ;
}

#web-toolbar ul 
{
    list-style:none;
    margin:0;
    padding:0;
}

#web-toolbar ul li {
	float:left ;
	padding-right:0.4em ;
}

#web-toolbar ul li.last {
	padding-right:0 ;
}

/* Global caption styles */
.captions {
  position:relative ;
  top:-17px ;
  z-index:0 ;
  color:#474747 ;
}

.page .captions {
	top:0px;
	margin-top:-30px ;
	float:right ;
	clear:right ;
	padding-left:15px ;
	width:190px;
}

.captions svg {
	position:absolute ;
	top:0 ;
	z-index: 1;
}

.captions .text {
	position:relative ;
	top:0 ;
	z-index: 2;
	padding:20px 20px 30px 20px ;
}

.page .captions .text {
	padding:20px 15px ;
}

.captions p {
	color:#474747;
	font-weight:bold ;
	font-size:1.3em !important ;
	line-height:1.25em !important ;
}


.page .captions p {
 color:#474747;
 font-weight:bold ;
 margin:0;
 font-size:1.2em !important ;
 line-height:1.25em !important ;
 letter-spacing:-0.025em !important ;
}

.captions small {
	padding:0.85em 0 0 0 ;
	font-size:0.525em ;
	line-height:normal ;
	display:block ;
}


/* styles for index page Captions */

.captions .image {
	position:relative ;
	top:0;
	z-index:3 ;
	padding:20px ;
}

.captions .small-image {
	padding:10px ;
}

.captions p.small-text {
	font-size:0.65em !important ;
	line-height:normal !important;
	font-weight:normal !important ;
	padding:0 0 10px 0 ;
	width:150px ;
}

.captions .index-large-text {
	width:135px ;
	font-size:0.8em !important ;
	line-height:normal !important ;
}


/* styles for home page caption  */

.promo-caption {
	width:290px ;
	position:absolute;
	bottom:0% ;
	z-index:2 ;
	margin-left:55px ;
}

#promo-area .captions {
	top:0;
}

#promo-area .captions .text {
 padding:15px 10px 15px 15px ;
}

#promo-area .captions p {
	font-size:1.05em  !important ;
	font-weight:bold !important ;
	letter-spacing:-0.025em !important ;
	line-height:1.25em !important ;
}

#promo-area img.behind {
	position:absolute;
	top:0 ;
	z-index:1 ;
}

/** Content/Index Template **/

#content {
	margin-left: 5px ;
}

#content .page {
    background:#EDEDED ;
    padding:20px;
}

#content .page .galleria
{
    margin:1.5em 0 0 0;
}

#content .page .galleria img, #content .page .galleria .hidden
{
	display:none;
}


/** Callouts **/

hr.olympic{
	border:none 0px;
	border-top:dashed 1px #999;
	height:1px;
}

.page .callout-large {
	font-size:107.5% ;
	background:#FFF;
	padding:5px 15px ;
	clear:both ;
}

.page .callout-large div.olympic-call p {
	font-size:11px;
}

.olympic-text{
	font-size:10px;
}

.olympic-thead{
	 font-size:10px;
}

.olympic-thead th{
	 font-size:9.5px;
	 border-right:1px #e1e1e1 solid;
	 color:#919191;
}

.olympic-tr{
	border-right:1px #edf5f4 solid;
}

.olympic-thead th.last{
	 border-right:none;
}

.olympic-lists{
	list-style:none;
}

.page .inline-callout, .left .inline-callout {
	font-size:107.5% ;
}

.page p.inline-callout, .left p.inline-callout  {
	font-size:75% ;
}

.reg-entry{
	width:150px;
	display:inline-block;
	float:left;
}

#ocRegHelp .tab-help {
	right:-50px;
	top:0px;
	margin:20px 0 0 0;
	background:none;
	width:230px;
}

#regHelp .tab-help {
	right:-107px;
	top:-50px;
	margin:453px 0 0 0;
	background:none;
	width:230px;
}
.tab-help-top {
	background:url(/translink/images/help_popup_top.gif) 0 bottom no-repeat;
	width:230px;
	height:5px;
}
.tab-help-middle {
	background:url(/translink/images/help_popup_tile.gif) 0 0 repeat-y;
	padding:10px;
}
.tab-help-middle-grey {
	background:#edf5f4;
	padding:5px 15px 15px 15px;
}
.tab-help-bottom {
	background:url(/translink/images/help_popup_bottom.gif) 0 0 no-repeat;
	width:230px;
	height:5px;
}
.tab-help .btnClose-x {
	background:url(/translink/images/btnClose_x.gif) right 0 no-repeat;
	width:15px;
	height:15px;
	margin-right:0px;
	float:right;
}

.fwd-entry{
	width:80px;
	display:inline-block;
	float:left;
}

.inline-callout {
	background:#FFF;
	padding:5px 15px ;
	clear:both ;
	margin:0 0 0.75em 0 ;
}

.page-module-rss-list {
	background:#FFF;
	padding:0.75em;
	margin:1em 0;	
}

.page .page-module-rss-list ul {
	margin-left:1em ;
	padding:0 ;
	list-style:none ;
	position:relative; /* Fixes an IE6 background image bug on <li> items */
}

.page-module-rss-list li {
	background:url(../images/bullet-list-item-blue.gif) no-repeat 0 0.60em;	
	padding-left:1em ;
}


/** Content Images / Small text callout **/

#content .page .callout {
 width:175px;
 float:right ;
 clear:right;
 padding:0 0 15px 20px ;
}

#content .page .callout img {
	padding:0 ;
	margin:0 ;
	display:block ;
}

#content .page .callout .txt {
  width:155px ;
  background:#FFF;
  padding:8px 10px;
  color:#666;
}

#content .page .callout .txt p {
	padding:0;	
	margin:0;
	font-size:0.55em ;
	line-height:normal ;
}


/** Call to Action Callout **/
.call-to-action {
  font-size:0.80em ;
  background:rgb(226,239,237);
  padding:15px ;
  margin:0.25em 0 0 0 ;
  line-height:1.5em ;
}

.call-to-action-ol {
  font-size:11px;
  background:rgb(226,239,237);
  padding:15px ;
  margin:0.25em 0 0 0 ;
  line-height:1.5em ;
}

.week-ls{
	padding: 0px;
}

.call-to-action h3 {
  font-weight:bold ;
  margin-bottom:0.5em ;
}

.page p, .page ul,
.page ol, .index-title-module p, .tabbed-index-title-module p {
   font-size:0.70em ;
   line-height:1.65em ;
   margin:6px 0  ;
}

.page ul {
	list-style:disc;
	padding-left:2em;
}

.page ol {
	list-style:decimal ;
	padding-left:2em;
}

.page ul ul {
	font-size:1em ;
	list-style-type:circle;
}

.page ul ul ul { list-style-type:square; }

.page ol ol {
	font-size:1em ;
	list-style:decimal ;
}


.page h1,
.index-title-module h1,
.tabbed-index-title-module h1{
  font-size:95% ;
  font-weight:bold ;
  display:inline ;
}

.page h2,
.index-title-module h2,
.tabbed-index-title-module h2 {
	font-size:81.25%;
	font-weight:bold ;
	margin:6px 0 ;
}

.page h2.small,
.index-title-module h2.small,
.tabbed-index-title-module h2.small {
	font-size:75%;
	font-weight:bold ;
	margin:6px 0 ;
}

.page h3,
.index-title-module h3,
.tabbed-index-title-module h3 {
	font-size:68.75%;
	font-weight:bold ;
	margin:6px 0 ;
}

.page blockquote {
	margin:1em 2em ;	
}

.page table p,
.index-title-module table p,
.tabbed-index-title-module table p {
	font-size:100% !important ;	
}

.page table,
.index-title-module table,
.tabbed-index-title-module table {
	font-size:0.7em !important ;	
}

.page table table,
.index-title-module table table,
.tabbed-index-title-module table table {
	font-size:100% !important ;	
}

.page p table,
.index-title-module p table,
.tabbed-index-title-module p table {
	font-size:1em !important ;	
}

.page table ul,
.page table ol,
.index-title-module table ul,
.tabbed-index-title-module table ul,
.index-title-module table ol,
.tabbed-index-title-module table ol {
	font-size:100% !important ;	
}

/** Index T1 Template **/

#columns #content.content-wide .bottom-row {
	margin:1.5em 0 0 0 ;
}


#columns #content.content-wide .column-1 {
	float:left ;
	width:16.5em ;
}

#columns #content.content-wide .column-2 {
  float:right ;
  width:16.5em ;
}

#columns #content.content-wide .column-3 {
  float:right;
  width:11em ;
}


/** Index T1 BF Template **/

#columns #content.content-wide .bottom-row .left {
	float:left ;
	width:33.95em ;
}


/** Index Title module **/

.index-title-module,
.tabbed-index-title-module {
  background:rgb(226,239,237) ;
  margin:0 2em 0 0 ;
}

.tabbed-index-title-module {
  margin:0 ;
}

.index-title-module .left,
.tabbed-index-title-module .left {
	padding:20px ;
}	

.index-title-module .right,
.tabbed-index-title-module .right {
	float:right ;
	position:relative;
	z-index:10;
	top:-22px;
	left:25px;
}


.index-title-module .captions,
.tabbed-index-title-module .captions {
	top:10px;
}

.index-title-module blockquote,
.tabbed-index-title-module blockquote {
	font-weight:bold ;
	color:#474747;
	margin:-20px 20px 0 60px ;
	line-height:1.25em;
	width:245px;
	position:relative;
	z-index:10;
}

.index-title-module ul,
.tabbed-index-title-module ul,
.index-title-module ol,
.tabbed-index-title-module ol {
	list-style:disc;
	font-size:0.70em ;
	line-height:1.75em ;
	padding:0 0 0 2em ;
	margin:10px 0 ;
}

.index-title-module ul ul,
.tabbed-index-title-module ul ul,
.index-title-module ol ol,
.tabbed-index-title-module ol ol {
	font-size:1em ;
	list-style:circle;
}

.index-title-module ol,
.tabbed-index-title-module ol,
.index-title-module ol ol,
.tabbed-index-title-module ol ol {
	list-style:decimal ;	
}

.index-title-module ul ul ul,
.tabbed-index-title-module ul ul ul {
    list-style-type:square;
}


/** Large Format Link **/
.large-format-link {
  background:url(../images/background-large-format-link.gif) no-repeat top right ;
  padding:10px ;
  margin:0 0 10px 0 ;
  height:175px ;
}

.large-format-link h2 {
	margin:5px 0;
}

.large-format-link h2 a {
  font-size:0.70em ;
  font-weight:bold ;
}

.large-format-link p,
.large-format-link a {
  font-size:0.65em ;
  line-height:1.35em ;
}

.large-format-link p {
	margin:0 0 0.25em 0 ; 
}


/** Medium Format link **/
.medium-format-link {
    background:rgb(226,239,237) ;
    padding:10px ;
	height:100px ;
    margin:0 0 10px 0 ;
}

.medium-format-link .text {
	margin-left:119px;
}

.medium-format-link .thumb {
  float:left ;
}

.medium-format-link h2 a {
  font-size:0.70em ;
  font-weight:bold ;
}

.medium-format-link p,
.medium-format-link a {
  font-size:0.65em ;
	line-height:1.35em ;
}

.medium-format-link p {
	margin:0.25em 0 ; 
}


/** Small Format Link **/
.small-format-link {
  background:rgb(237,237,237) ;
  padding:10px ;
  height:72px ;
  margin:0 0 10px 0 ;
}

.small-format-link .text {
	margin-left:83px
}


.small-format-link .thumb {
  float:left ;
}

.small-format-link h2 a {
  font-size:0.70em ;
  font-weight:bold ;
}

.small-format-link p,
.small-format-link a {
  font-size:0.65em ;
	line-height:1.35em ;
}

.small-format-link p {
	margin:0.25em 0 0.25em 0 ;
}


/** Feature Format link **/

.divider-feature {
	border-top:1px solid rgb(201,218,231) ;
	margin:0.5em 0 0.75em 0 ;
}

.feature-format-link {
  background:rgb(237,237,237) ;
  padding:10px ;
  margin:0 0 10px 0 ;

}

.feature-format-link img {
  float:left ;
  padding:0 1em 0 5px ;
}

.feature-format-link h2 {
	background:rgb(19,97,165) ;
	padding:5px 5px 5px 10px ;
	margin:5px 5px 10px 5px ;

}

.feature-format-link h2 a:link,
.feature-format-link h2 a:visited {
  font-size:0.70em ;
  font-weight:bold ;
	color:#FFF;
}

.feature-format-link p,
.feature-format-link a {
  font-size:0.70em ;
	line-height:1.35em ;
}


.feature-format-link p a {
	font-size:100% !important;
}


.feature-format-link p {
	margin:0.25em 1em 0.25em 0 ; 
}

.feature-format-link .holder-feature {
  float:left ;
  margin:0 1em 0 5px ;
}

/** Inline External Links **/

.external-links {
	background:rgb(226,239,237);
	padding:1em ;
	margin:0.25em 0 ;

}

.external-links h2 {
	background:rgb(19,97,165) ;
	color:#FFF;
	padding:6px 10px ;
	margin:0 0 1em 0 ;
	font-size:0.70em ;
	font-weight:bold ;
}


.external-links p,
.external-links ul {
	font-size:0.70em ;
	line-height:1.35em ;
	padding:0 0.75em ;
}

.external-links ul {
	padding:1em 0.75em ;
}

.external-links li {
	background:url(../images/icon-external-link.gif) no-repeat 0% 15% ;
	padding-left:15px ;
}

.external-links p {
	margin:0.25em 1em 0.25em 0 ; 
}

/** Content Template **/

#columns {
  background:#F7F8F8 ;
  padding:0 1.50em ;
}

#columns .left-column {
  width:11em ;
  float:left ;
  min-height:10px;
}

#columns #content.content-narrow {
  width:34em ;
  float:left ;
}

#columns #content.content-wide {
  float:left ;
  width:46em ;
  margin:0 0 0 5px ;
}

#columns .right-column {
 width:11em ;
 float:right ;
}

/** Search Results Sublayout **/ 

.page .CesSearch * {
    margin:0 !important;
    padding:0 !important;
    font-family: Verdana, Arial, sans-serif !important;
    font-size:11px !important;
    line-height:150%;
}


.page .CesResult,
.CesResultHeader {
    width:100% !important;
}

#content .search-results {
	width:95% ;
	margin:0 auto ;
}

#content .search-results .page {
    background:#FFF;
}

.page .CesSearch .CesToolbarGroup {
    border:none;
    /*margin:10px 0 !important;*/
}


.CesSearch a:link,
.CesSearch a:visited {
    color:#006699 !important;
    text-decoration:none !important;
}

.CesSearch a:hover {
    text-decoration:underline !important;
}

/* Search header */

.page .CesSearch { 
    margin-top:25px !important;
}

.page .CesSearch .search-box input {
	padding:3px !important;
    margin-bottom:10px !important;
	vertical-align:top;
}

.search-box a.button:link,
.search-box a.button:visited,
.search-box a.button:hover {
    display:inline-block;
    width:66px;
    height:24px;
    margin:0 0 0 10px!important;
}

/** search results */

#coveo_results {
    width:650px;
    float:left;
    display:inline;
    margin:10px 0 0 0 !important;
}

#coveo_header {
    background-color:#DEDEDE;
    background-image:none;
    border:none;
    padding:10px !important;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}

.coveo-header-img {
    background:transparent url(../images/background-coveo-header.gif) no-repeat top left !important;
}

#coveo_header .utility a {
    position:relative;
    top:2px;
}

#coveo_results .searchUpdatePanel {
    background:#F7F8F8;
    padding:10px !important;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

.coveo-update-panel-img {
    background: transparent url(../images/background-coveo-update-panel.gif) no-repeat bottom left !important;
}


#coveo_results div.hr {
    line-height:0 !important;
    font-size:0 !important;
    height:1px;
    border-top:1px solid #D7D7D7;
    margin:8px 0 !important;
}

#coveo_results .CesResultTitle a span {
    font-size:12px !important;
}

#coveo_results .CesResultRecentLastClick {
    color:#808080;
}

#coveo_results .CesResultExcerpt {
    width:75%;
}

#coveo_results .CesResultInlineInformation {
    width:100%;
}

#coveo_results .CesResultInlineInformationUnselectedTab {
    padding:2px 5px !important;
}

#coveo_results .CesResultInlineInformationSelectedTab {
    padding:2px 5px !important;
    border:none;
}

#coveo_results .CesResultInlineInformationBody table td {
    padding-right:10px !important;
}

#coveo_results .formatIcon {
    padding:2px 4px 0 0 !important;
}

#coveo_results .CesQueryComments,
#coveo_results .CesNotice {
    margin:10px 0 !important;
}

/** search results toolbar **/

#coveo_toolbar {
    width:210px;
    float:right;
    display:inline;
}

#coveo_toolbar h2 {
    background:#DEDEDE;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    line-height:37px;
    height:37px;
    text-indent:10px;
    margin:10px 0 0 0 !important;
    overflow:hidden;
    font-size:12px !important;
}

.coveo-h2-img {
    background: transparent url(../images/background-coveo-normal-facet.gif) no-repeat top left !important;
}

#coveo_toolbar .CesNormalFacet {
    background-color:#F7F8F8;
    background-image:none;
    border:1px solid #CCC;
    margin:10px 0 0 0 !important;
    padding:10px !important;
    width:auto;
}


#coveo_toolbar .CesFacetTitle {
    color:#666 !important;
    font-size:11px !important;
    margin-bottom:10px !important;
}

#coveo_toolbar .FacetHeader {
    margin-bottom:10px !important;
}

#coveo_toolbar td.icon {
    padding-right:5px !important;
}

#coveo_toolbar .CesFacetItem,
#coveo_toolbar .CesFacetHoveredItem {
    margin:2px 0 !important;
}

#coveo_toolbar .CesFacetHoveredItem {
    color:#000;
    background:none;
}

#coveo_toolbar .CesToolbarGroup {
    padding:8px 0 0 12px !important;
}

#coveo_toolbar input {
    padding:3px !important;
}

#coveo_toolbar select {
    margin:8px 0 0 12px !important;
}

/** coveo advanced search **/

#coveo_adv_search .CesHeader {
    background-image:none;
    background-color:Transparent;
    margin-bottom:20px !important;
    border-top:none;
}

#coveo_adv_search .CesHeaderTitle {
    font-size:12px !important;
}

#coveo_adv_search .CesSection {
    background-image:none;
    background-color:transparent;
    border-top:1px solid #DEDEDE;
    margin-top:10px !important;
    padding-top:10px !important;
}

#coveo_adv_search td {
    padding:3px !important;
}

#coveo_adv_search .TXTQueryName,
#coveo_adv_search .TXTFilterName {
    padding:2px !important;
    height:15px;
}

#coveo_adv_search .ImgBTNCreateQuery,
#coveo_adv_search .ImgBTNCreateFilter {
    vertical-align:top;
    position:relative;
    top:-1px;
}


#pagecolumnsrows_0_c_ctl01_ctl00_ctl00_rs_tbr_ctl00_crf_0_amb_ambftb{
    display:inline-block;
    padding:2px !important;
}

/** coveo search footer **/

#coveo_paging {
    margin:10px !important;
}

#coveo_paging .CesPagerActive {
    color:#333;
}

.searchFooter {
    font-size: 0.7em;
    line-height: 1.6em;
    padding: 10px 0px 20px 25px;
}

/** coveo modal boxes **/

.CesModalBox * {
    font-family: Verdana, Arial, sans-serif !important;
    font-size:11px !important;
    line-height:150%;
}

.CesFacetAdvancedModalBoxBody {
    border:1px solid #999999 !important;
    padding:2px !important;
}


/** Five Columns **/

#five-columns {
  background:#F7F8F8 ;
  padding:10px 24px 0 26px;
}

#five-columns .column-1,
#five-columns .column-2,
#five-columns .column-3,
#five-columns .column-4,
#five-columns .column-5
{
  width:176px ;
  float:left ;
}

#five-columns .column-1,
#five-columns .column-2,
#five-columns .column-3,
#five-columns .column-4
{
	padding-right:8px ;
}


/** Right Column Modules **/

.module-button {
	display:block;
	background:url(../images/background-button.gif) no-repeat;
	width:175px;
    text-align:center;
}

.module-button .button-icon { display:block; }

.module-button a:link,
.module-button a:visited {
	display:block;
	text-decoration:none;
	line-height:40px;
    height:40px;
    font-weight:bold;
    font-size:12px;
    color:#333;
}


.module-button a:hover {
	color:#1361A5;
}

.expanding-height {
	height:100% !important;
	padding-bottom:15px !important;
	line-height:1.2em ;
}

.flash-promo  {
	margin:0 0 8px 0 ;
	font-size:0.7em ;
}

.flash-promo div {
	padding:0.5em ;	
}

.flash-promo div img {
	padding-top:0.5em ;	
}

.popularTopics,
.small-promo,
.large-promo,
.related-items,
.module-recent-posts,
.module-blog-archives {
  font-size:0.65em ;
  background:url(../images/background-promos.gif) no-repeat bottom right ;
}

.related-docs
{
  font-size:0.65em ;
  background:url(../images/background-related-docs.gif) no-repeat bottom right ;
}

.external-links-small {
	font-size:0.65em ;
	background:url(../images/background-external-links.gif) no-repeat bottom right ;
}


.popularTopics, .large-promo {
  height:269px ;
}

.popularTopics,
.related-items,
.related-docs,
.external-links-small,
.module-recent-posts,
.module-blog-archives,
.module-button {
	margin: 0 0 8px 0 ;
}

.small-promo {
  height:130px ;
  margin:0 0 8px 0 ;
}

.small-promo-no-title {
  margin:0 0 8px 0 ;
}

.small-promo img, .large-promo img{
	padding:5px;
}

.small-promo-no-title img{
	padding:5px;
}

.small-promo .holder-module, .large-promo .holder-module
{
	margin:5px;
}

.small-promo.full-image .holder-module
{
	margin:0;
}

.expanding-height .holder-module {
	margin:0 auto ;
}

.expanding-height .rc-module {
	display:block ;
}

.small-promo p, .large-promo p
{
 padding:0 8px ;
 line-height:100% ;
}


.small-promo.full-image img,
.small-promo.full-image p,
.small-promo .image-left img,
.small-promo .image-left p
{
  padding:0;
}

.small-promo-no-title.full-image img 
{
  padding: 0;	
}

.small-promo .image-left {
	height:105px ;	
}

.small-promo .image-left td {
	vertical-align:middle ;
	padding:0 8px ;
}

.popularTopics h2,
.popularTopics h2 span,
.small-promo h2,
.small-promo h2 span,
.large-promo h2,
.large-promo h2 span,
.related-items h2,
.related-items h2 span,
.related-docs h2,
.related-docs h2 span,
.external-links-small h2,
.external-links-small h2 span,
.module-recent-posts h2,
.module-recent-posts h2 span,
.module-blog-archives h2,
.module-blog-archives h2 span { 
  font-family:Verdana, Arial, sans-serif ;
  font-size:1.05em ;
  color:#2b2b2b;
  font-weight:bold ;

}

h2.bg { 
  padding: 6px 5px 6px 10px;
  text-decoration: none;
}

.module-blog-archives select {
	font-family:Verdana, Arial, sans-serif ;
	font-size:1.05em ;
	margin:1em ;
}

.small-promo ul, .related-items ul
{
  padding: 1.45em 0 0 1.15em ;
  line-height:1.5em ;
}

.social-media-promo ul,
.social-media-promo p {
	padding: 0;
	margin: 10px 15px 7px;
	font-size: 1.1em;
	line-height: 1.3;
}

.social-media-promo img {
	padding: 2px 0;
	vertical-align: middle;
}

.social-media-promo ul li a:link,
.social-media-promo ul li a:visited,
.social-media-promo ul li a:hover,
.social-media-promo ul li a:active {
	color: #333;
	text-decoration: none;
}

.popularTopics ul
{
  padding: 0.5em 0 0 1.15em ;
  line-height:1.5em ;
}

.related-items ul {
  padding: 1.0em 0 1.0em 1.15em ;
  line-height:1.5em ;
}

.module-recent-posts ul,
.module-rss-list ul {
  padding: 0.5em 0.75em 2em 1.15em ;
  line-height:1.5em ;
}

.module-rss-list li {
    padding:0 0 5px 0;
}

.module-rss-list .more {
    padding:0;
}

.module-rss-list .more .indent {
    margin-left:18px;
}

.module-rss-list .more a:link,
.module-rss-list .more a:visited {
    text-decoration:none;
    font-weight:bold;
}

.related-docs ul {
  padding: 0.5em 0.75em 2em 1.15em ;
  line-height:1.5em ;
}

.related-docs li,
.related-items li {
	background:url(../images/bullet-list-item-blue.gif) no-repeat 0 0.60em;	
	padding-left:1em ;
}

.external-links-small ul {
  padding:1.25em 2em 0.5em 1em ;
  line-height:1.35em ;
}

.external-links-small li {
	background:url(../images/icon-external-link.gif) no-repeat 0% 15% ;
	padding-left:15px ;
}

.external-links-small p {
  padding:0.5em 2em 1em 1em ;
  line-height:1em ;
}

.external-links-small .disclaimer {
	padding:1em 0 ;
	margin:0 2em 0 1em ;
	font-size:1.05em ;
	border-top:1px solid #ccc ;
}


.popularTopics ul a:link,
.popularTopics ul a:visited,
.small-promo ul a:link,
.small-promo ul a:visited,
.related-items ul a:link,
.related-items ul a:visited,
.related-docs ul a:link,
.related-docs ul a:visited,
.external-links-small ul a:link,
.external-links-small ul a:visited,
.module-recent-posts ul a:link,
.module-recent-posts ul a:visited
{
	text-decoration:underline ;  
}

.popularTopics #btnSubscribe {
    position:absolute;
    top:2px;
    right:2px;
}

/** other colours **/
.f7f8f8 {	
	background:#f7f8f8;
}
/** Colors for Promo Modules and Caption Bubbles **/

.blue {
	background:#66ccff;
}

.dark-blue {
	background:#006699;	
}

.orange {
	background:#f78e1e;
}

.yellow {
	background:#ffd51f;
}

.grey,
.gray {
	background:#a99890;
}

.dark-green {
	background:#64ac66;
}

.light-green {
	background:#d7e750;
}

.violet {
	background:#ee1289;
}

.red {
	background:#FF0000 ;
}

.purple {
	background:#77278b;	

}

/** Color correct text on light backgrounds for better contrast **/
.purple p,
.purple span,
.orange p,
.dark-green p,
.violet p,
.grey p,
.gray p,
.yellow p,
.dark-blue span {
	color:#FFF !important ;
}

.light-green p 
{
    color:#2B2B2B !important ;
}


/**
* Font/Primary/Secondary Colors
* FB:6814
*/
.txt-white		{color:#FFFFFF !important;}
.txt-black		{color:#000000 !important;}
.txt-gray20		{color:#333333 !important;}
.txt-gray40		{color:#666666 !important;}
.txt-blue		{color:#1361A5 !important;}
.txt-yellow		{color:#FFD520 !important;}
.txt-pink		{color:#EE1289 !important;}
.txt-lime		{color:#D7E750 !important;}
.txt-light-blue	{color:#66CCFF !important;}
.txt-green		{color:#64AC66 !important;}
.txt-orange		{color:#F78E1E !important;}
.txt-purple		{color:#77278B !important;}

/** inline icons for hyperlinks **/

.icon-pdf {
	background:url(../images/icon-pdf-inline.gif) no-repeat;
	padding-left:13px ;
	line-height:15px;
    zoom:1;
}

.icon-excel {
	background:url(../images/icon-excel.png) no-repeat;	
	padding-left:15px;
	line-height:15px;
    zoom:1;
}

.icon-word {
	background:url(../images/icon-word.png) no-repeat;
	padding-left:15px;
	line-height:15px;
    zoom:1;
}

.alert-icon span {
	background:url(/translink/images/alert.gif) no-repeat right -2px;
	padding-right:22px;
}

#newsModule ul li {
	border-bottom:1px solid #e1e1e1;
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:3px;
}

#newsModule ul li.last {
	border-bottom:none ;
}

#newsModule a {
	font-weight:bold ;
	text-decoration:none ;
}


/** Alert Accordion **/

#alerts-container {
	height:325px;
	overflow:hidden;
	padding: 0 2px 0 3px;
}

#alerts a.more {
	display:block;
	padding-top:5px ;
	padding-bottom:5px ;
}

#alerts .alert-title,
#alerts .alert-title-critical {
	display:block ;
	cursor:pointer;
	text-decoration:none ;
	font-weight: bold;
	color:#0062A5;
}

#alerts .alert-title span,
#alerts .alert-title-critical span {
	padding-left:15px;
	display:block;
}

#alerts .alert-panel-critical {
    font-weight:normal;
	line-height:1.2em;
	padding:8px 10px 8px 12px ;
}

#alerts .alert-title,
#alerts .alert-title-critical {
	padding:6px 10px ;
	background:#EEEEEE url(../images/icon-accordion-closed.gif) no-repeat 5% 50%;
	border-top:1px solid #c1c1c1;
}

#alerts h3.selected .alert-title,
#alerts h3.selected .alert-title-critical,
#alerts h3.ui-state-active .alert-title,
#alerts h3.ui-state-active .alert-title-critical {
	background:#EEEEEE url(../images/icon-accordion-open.gif) no-repeat 5% 50%;
	border-bottom:1px solid #c1c1c1;
}

#alerts h3.selected .alert-title-critical,
#alerts .alert-title-critical
{
    color:#FF0000;
    letter-spacing:normal;
	padding-right:15px;
}

#alerts a.accordion-last {
	background:#EEEEEE url(../images/icon-accordion-closed.gif) no-repeat 5% 50%;
}

#alerts ul {
	padding:10px;
	line-height:1.1em;
}

#alerts ul li {
	border-bottom:1px solid #e1e1e1;
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:3px;
}

#alerts ul li.last-alert {
	border-bottom:none !important;
}

#alerts ul li.last-alert {
	margin:0;
	padding:0;
}
#alerts ul li strong {
	font-weight:bold;
}

#alerts small {
	font-size:0.8em;
	margin:0;
	padding:0;
}



/** Alert Page Styles **/
#alertPage #tab1, #alertPage #tab2, #alertPage #tab3 {
	background:url(../images/background-tabs-alerts.gif) repeat-y 0 0;
	width:695px;
	padding:20px 0 20px 20px;
}
#alertPage {
	margin-top:0.5em ;
	padding:10px 0 10px 10px !important;
}
#alertPage ul.ui-tabs-nav {
	width:710px;
	margin-bottom:0;
	border-bottom:1px solid #dcdcdc;
}
#alertPage ul {
	padding:0;
	list-style-type:none;
}
#alertPage #tab1 table, #alertPage #tab2 table, #alertPage #tab3 table {
	width:640px;
}
a.alertFilterLink {
	background:url(../images/filter-arrow-orange.gif) no-repeat right 4px;
	padding-right:15px;
}
.alertFilterBox, .alertListGrey {
	background:#EDEDED;
	padding:20px;
	margin-left:-10px;
	margin-bottom:20px;
	width:650px;
}
.alertListGrey {
	padding:10px 20px;
	margin:10px 15px;
	width:600px;
}
.alertFilterBox ul {
	border:none !important;
	font-size:1em;
	margin-bottom:15px;
}
.alertFilterBox ul li {
	display:inline;
	margin-right:10px;
}
.alertFilterBox input, .alertFilterBox select {
	vertical-align:middle;
}
.alertListHeading tbody tr.alertInfo td {
	padding: 15px 0 0 0 !important;
}
tr.alertDesc td {
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.alertListHeading th {
	background:#f78e1e;
	padding:0;
	margin:0;
	color:#fff;
	vertical-align:middle;
}
.alertListHeading th a {
	color:#fff !important;
}
.alertListHeading {
	margin-top:5px;
}

.center-cell {
	text-align:center ;
	width:75px !important ;
	padding:0 !important ;
	margin: 0 !important ;
}

.transitSystemAlert-top {
	background:url(../images/bg-alert-system-top.gif) no-repeat 0 bottom;
	width:730px;
	height:15px;
	margin-top:10px;
}
.transitSystemAlert {
	background:url(../images/bg-alert-system-bottom.gif) no-repeat 0 bottom;
	padding:5px 20px 20px 20px;
	margin-bottom:10px;
	font-size:0.7em;
	color:#fc5c05;
}
.transitSystemAlert tr td, .alertListHeading tr td {
	vertical-align:middle;
	padding-right:10px;
}
.transitSystemAlert strong {
	font-weight:bold;
}
.row-alert {
	background:#dedede;
}


/** Fare Dealers **/
.fare-dealer-search, .fare-dealer-map {
	line-height:1.65em;
	margin-top:4px;
}

.fare-dealer-map #map {
	line-height:normal;
}

.fare-dealer-map #map .tooltip {
	background:#FFF;
	padding:3px;
	border:1px solid #999;
}

.fare-dealer-map #map .iwstyle img {
	float:left ;
	
}

span.subtitle {
	font-size:0.7em ;	
}

table.fare-dealer-list {
	width:360px;
}
.fare-dealer-list a {
	line-height:normal;
}
.fare-dealer-list input.btn-dealer {
	height:23px;
	width:90px;
	padding:0 5px;
}

.fare-dealer-table input {
	margin:0 5px ;
}

.fare-dealer-table select {
	margin-top:2px ;	
}

.fare-dealer-table td {
	vertical-align:middle ;
	
}


/** List of Locations **/
.greyBox {
	background:#EDEDED;
	padding:20px;
	margin-left:-10px;
	margin-bottom:20px;
}
#locationList, #locationList-wide {
	z-index:9000;
}
#locationList {
	width:380px;
	padding-left:10px;
}
#locationList-wide {
	width:575px;
	padding-left:10px;
}

#locationList1-con {
	height:300px;
	overflow:auto;
}

#locationList2-con {
	height:300px;
	overflow:auto;
}

ul.locationPicker {
	list-style-type:none !important;
	margin:0 0 30px 0;
	padding:0;
}
ul.locationPicker li {
	margin-bottom:2px;
	padding:0 40px 0 8px;
	color:#1361a5;
}

ul.locationPicker input {
	float:right;
}
#locationList-wide ul.locationPicker input {
	width:110px;
}

#locationList1-con table tr td {
	padding-right:15px;
}

#locationList1-con table tr td p {
	padding:0;
	margin:0;
}

#locationList2-con table tr td {
	padding-right:15px;
}

#locationList2-con table tr td p {
	padding:0;
	margin:0;
	font-size:0.7em ;
}

.row-white {
	background:#fff;
}


.table-wrapper {
 background:#fff;
 padding:15px;
 width:405px ;
 margin:1em 0 1em 1.75em ;
 clear:both ;
}

.table-wrapper-mid {
 background:#fff;
 padding:15px;
 width:475px ;
 margin:1em 0;
clear:both ;
}

.table-wrapper-wide {
 background:#fff;
 padding:15px;
 width:670px ;
 margin:1em 0 ;
 clear:both ;
 z-index:10;
}
.table-wrapper-wide-2 {
	z-index:2;
}


.table-wrapper thead th,
.table-wrapper-wide thead th,
.table-wrapper-mid thead th {
	background:#ededed ;
}

.table-wrapper th,
.table-wrapper td,
.table-wrapper-wide th,
.table-wrapper-wide td,
.table-wrapper-mid th,
.table-wrapper-mid td {
	padding:10px ;
	
}

.table-wrapper thead th,
.table-wrapper-wide thead th,
.table-wrapper-mid thead th {
	font-weight:bold ;
	vertical-align:top ;
}

.thead-corner-left {
	background:#bebebe;
	padding:10px;


}

.thead-corner-right {
	background:#ededed;
	padding:10px;
}


.tbody-corner-left {
	background:rgb(237,245,244) ;
	padding:10px;
}

.row-corner-left,
.row-corner-right {
	background:rgb(237,245,244) ;
	padding:10px;
}

/** Board of Directors **/

.person {
	background:#FFF;
	padding:20px 15px ;
	margin:0 0 5px 0 ;
}

.person .image {
	width:27% ;
	float:left ;
}

.person .copy {
	width:73% ;
	float:right ;
}

.person p.intro {
	font-weight:bold ;
}

#content .page .person p.intro {
	line-height:1.25em ;
}

.person .intro span {
	color:#999;
	display:block;
}

/** Careers **/

.subsidiaryLinks {
  background:url(../images/background-promos.gif) no-repeat bottom right ;
}

.subsidiaryLinks h2 {
	background:rgb(19,97,165) ;
	color:#FFF;
	padding:7px ;
	font-size:0.70em ;
	font-weight:bold ;
}

.subsidiaryLinks p {
  font-size:0.625em ;
	padding:7px ;
}


.subsidiaryLinks ul {
	font-size:0.625em;
	padding:0 12px 10px 7px ;
}

.subsidiaryLinks ul li {
	border-bottom:1px solid rgb(223,223,223) ;
	padding:7px 0 ;
}

.subsidiaryLinks ul li.last {
	border-bottom:none ;
}

.subsidiaryLinks ul span {
	display:block ;
	padding:5px 0 0 0 ;
}

/** Jobs Online / Featured Jobs **/

.jobs-online {
	background:rgb(226,239,237) ;
	padding:1em ;
	font-size:0.70em ;
	line-height:1.65em ;
}

.jobs-online .job-link 
{
    display:inline-block;
    width:340px;
}

.jobs-online .job-link a
{
    font-weight:bold;
    font-size:105%;
}

.jobs-online span.title {
    display:block;
    font-weight:bold;
    color:#333;
    margin:0 0 0 10px;
}

.jobs-online span.heading 
{
    display:block;
    font-weight:bold;
    line-height:250%;
    color:#666;
}

.jobs-online a.more-link 
{
    line-height:250%;
}

.jobs-online h2 {
	background:rgb(19,97,165) ;
	color:#FFF;
	padding:6px 10px ;
	font-weight:bold ;
	line-height:1;
}

.jobs-online h3 {
	color:#666;
	font-size:0.70em ;
	font-weight:bold ;
	padding:0 0.5em ;
}

.jobs-online .indent 
{
    padding:0 0 0 20px;
}

.jobs-online p {
    margin:6px 10px;
}

.jobs-online .featured {
	background:#FFF;
	padding:10px 15px;
}

.jobs-online .row 
{
   margin: 0 0 15px 0;
}

.jobs-online .row .image
{
    float:left;
}

.jobs-online .row .details 
{
    margin-left:135px;
    padding-top:10px;
}

.company-list 
{
    background:rgb(237,237,237) ;
    padding:1em ;
    font-size:0.70em ;
    line-height:1.65em ;
    margin:10px 0;
}

.company-list h2 {
    background:rgb(19,97,165) ;
    color:#FFF;
    padding:6px 10px ;
    margin:0 0 1em 0 ;
    font-weight:bold ;
}

.company-list a.job-link 
{
    font-weight:bold;
    font-size:105%;
}

.company-list .featured 
{
	background:#FFF;
	padding:10px 15px;	
}

.company-list li 
{
    width:49.75%;
    float:left;
    margin:0 0 25px 0;
}
.company-list li .details 
{
    background:none;
    padding:0;
    margin:0 15px 0 135px;
    padding:10px 0 0 0;
}

.company-list span.title {
    display:block;
    font-weight:bold;
    color:#333;
    margin:0 0 0 10px;
}

.company-list span.image 
{
    float:left;
}


/* Road Details */

.road-details {
	background:#FFF ;
	padding:3% 2% ;
	margin:0 0 0.75em 0 ;
}

.road-details .status-box {
	width:48%;
	float:left ;
	margin-right:4% ;
}

.road-details .status-box .status {
	background:rgb(190,190,190) ;
	color:rgb(233,233,233) ;
	margin:0 0 0.5em 0 ;
	padding:0.5em 0.75em ;
	font-weight:bold ;
	font-size:0.70em ;
}

.road-details .status-box .status span {
	display:block ;
	color:#FFF ;
}

.road-details .status-box .schedule {
	background:rgb(237,237,237) ;
	margin:0 0 0.75em 0 ;
	padding:0.75em ;
	font-size:0.70em ;
}

.road-details .status-box .schedule span {
	font-weight:bold ;
	padding:0.5em 0 ;
	display:block ;
}

.road-details .status-box .map {
	border-top:1px solid rgb(235,235,235) ;
	padding:0.5em 0 0 0 ;
}

.link-view-map {
	font-weight:bold;
	font-size:0.70em ;
	background:url(/translink/images/icon-view-larger-map.gif) no-repeat 100% 50% ;
	padding:0.25em 2em 0.25em 0 ;
	line-height:2em ;
}

.link-view-map:hover {
	text-decoration:none ;
}

/* Traffic Cameras */

.cameras {
	width:96% ;
	background:#FFF ;
	padding:2%;
}

.cameras h2 {
	background:rgb(19,97,165) ;
	color:#FFF;
	padding:4px 0 5px 10px ;
	margin:0 0 10px 0 ;
}

.cameras .listing {
	width:170px ;
	float:left ;
	padding:16px 0 ;
}

.cameras .listing ul,
.cameras .listing li {
	list-style:none ;
	margin:0;
	padding:0 0.5em ;
}

.cameras .listing li ul {
	padding:0.5em 0 1em 0 ;
}

.cameras .listing li {
	line-height:1.25em ;
	font-size:0.90em ;
	font-weight:bold ;
}

.cameras .listing li li {
	font-weight:normal ;
	background:url(/translink/images/blue-arrow.gif) no-repeat 0 3px ;
	padding:0 0 0.5em 0.95em ;
}

.cameras .listing p {
	margin:0;
}

.cameras .image {
	font-size:0.9em ;	
}

.cameras .details {
	width:297px ;
	padding:16px ;
	background:rgb(222,222,222);
	float:left ;
}

.cameras .details h2 {
	margin:1em 0  ;
}

.cameras .details .scroll-container {
	background:#FFF;
	padding:0.5em 0;
	width:300px ;
}

.cameras .details .scroll-pane {
	height:235px ;
	overflow:auto ;
	font-size:0.90em ;
	background:#FFF;
}


.cameras a:hover {
	text-decoration:none ;
	background-color:rgb(226,239,237) ;
}


.cameras .scroll-pane a:link,
.cameras .scroll-pane a:visited,
.cameras .scroll-pane a:hover {
	background:url(/translink/images/icon-camera.gif) no-repeat left center ;
	padding:0.25em 0 0.25em 2.5em ;
	font-weight:bold ;
}

.cameras .scroll-pane ul {
	margin:0;
	padding:0;
	list-style:none ;
}

.cameras .scroll-pane ul li {
	margin:0;
	padding:1em 2.35em 1em 1em ;
	line-height:1.5em ;
}

.select-camera-item,
.active-camera-item {
	background-color:rgb(226,239,237) ;
	cursor:pointer ;
}

.active-camera-group {
	background-color:rgb(226,239,237) ;	
}

#content .page-not-found {
	width:95% ;
	margin:0 auto ;
}

#content .page-not-found .white-bg {
	background:#FFF;
	padding:10px 20px ;
}

#content .page-not-found .page {
	background:#E2EFED ;
	font-size:0.90em ;
}

#content .page-not-found .page h1 {
	color:#006699;
}

#content .pr {
	background:#FFF;
	padding:0.65em ;
	clear:both ;
}

#content .pr h2 {
	background:rgb(19,97,165) ;
	padding:0.5em 0.75em ;
	color:#FFF ;
}

#content .pr h3 {
	padding:1.25em 0 0.25em 0.25em ;
	font-weight:bold ;
	font-size:1.3em ;
}

#content .pr ul.nav {
	padding:1em 0 ;
}

#content .pr ul.nav li {
	padding:0 0.75em ;
	border-left:1px solid #CCC ;
}

#content .pr ul.nav li.first {
	border-left:none ;
}

#content .pr ul.listing {
	list-style:none ;
	padding:0 0 0 0.65em;
	line-height:1.25em ;
}

#content .pr ul.listing span {
	display:block ;
	font-weight:bold ;
	font-size:0.90em ;
}

#content .pr ul.listing li {
	padding:1em 0 ;
	border-bottom:1px solid rgb(224,224,224) ;
}

#content .pr ul.listing li.last {
	border-bottom:none ;
}

.sitemap {
	width:100% ;
}

.sitemap .row {
	background:none ;
	width:100%;
	margin:0 auto ;
	padding: 0 0 1em 0 ;
}

.sitemap .section {
	width:27.5%;
	background:#EDEDED ;
	float:left;
	padding:1.2em 1em ;
	margin:0 3% 0 0 ;
}

.sitemap .section h1 {
	border-bottom:1px solid #CCC ;
	font-weight:bold ;
	font-size:0.95em ;
	padding:0 0 0.5em 0 ;
}

.sitemap .section ul {
	padding:0.5em 0  ;
}

.sitemap .section li {
	line-height:1.5em ;
}

.sitemap .section .sitemaplevel2 li {
	margin:0 0 0 1.5em ;
}

.sitemap div.last {
	margin:0 ;
}

/** Blog Pages **/



#content #blog-posts {
	margin:0 6px 0 0 ;
	padding:10px;
}

#blog-posts .post {
	background:#FFF;
	padding:15px 20px ;
	margin:0 0 10px 0 ;
}

#blog-posts .post h1 {
	font-size:0.875em ;
	font-weight:bold ;
	display:block ;
	padding-bottom:20px ;
}


#blog-posts .images {
	background:rgb(226,239,237) ;
	padding:10px ;
	margin:5px 20px 10px 0;
	float:left ;
}

#blog-posts .images p {
	color:#666 ;
	font-size:0.625em ;
	margin-bottom:0;
	padding:0 5px;
	line-height:normal ;
}


#blog-posts .post-meta {
	font-size:0.625em ;
	border-top:1px solid #CCC ;
	list-style:none ;
	margin:20px 0 0 0 ;
	padding:0;
	clear:left ;
	float:left ;
	width:100%;
}

#blog-posts .post-meta li {
	float:left ;
	padding:5px 10px ;
	background:url(../images/blog-meta-divider.gif) no-repeat center right ;
}

#blog-posts .post-meta li.first {
	padding-left:0;	
}

#blog-posts .post-meta li.last {
	background:none ;
}

#blog-posts .post-meta .categories {
	background:url(../images/blog-icon-folder.gif) no-repeat center left;
	padding:0 0 0 20px ;
	display:block ;
}

#blog-posts .post-meta .timestamp {
	background:url(../images/blog-icon-timestamp.gif) no-repeat center left ;
	padding:0 0 0 20px ;
	display:block ;
}

#tagCloud {
	background:url(../images/background-promos.gif) no-repeat bottom left ;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

#tagCloud span {
	background:url(../images/background-promos-top.gif) no-repeat top left ;
	display:block;
	height:9px;
}

#tagCloud div.tags {
	background:none;
	display:inline-block ;	
	padding:0 8px 8px 8px;
	letter-spacing:-1px;
}

/** weighted links for tag cloud **/
a.weight1 {
	color: #006699;
	font-size: 1.125em ;
}

a.weight2 {
	color: #006699;
	font-size: 0.875em ;
}

a.weight3 {
	color: #006699;
	font-size: 0.75em ;
}

a.weight4 {
	color: #006699;
	font-size: 0.6875em ;
}

a.weight5 {
	color: #006699;
	font-size: 0.625em ;
}

.op-help {
	position:absolute;
	width:230px;
	z-index:1000;
	font-weight:normal;
	line-height:16px;
	color:#333;
}
a.remove-link-style
{
    text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
    font-size:1em ;
    color:#333 ;
	margin-top:10px;
}
.op-help .tab-help-middle-grey {
	padding:15px;
}
.ttipTarget {
    z-index:1000;
}

.op-help span {
	font-weight:bold ;
}

.op-help h3 {
	font-weight:bold ;
	font-size:1.25em ;
	float:left ;
}

.op-help p {
	line-height:1.20em ;
	padding:0.5em 0 ;
}

.op-help .btnClose {
	font-weight:bold ;
	float:right ;
	background:url(../images/trip/close-blue-x.gif) no-repeat center right ;
	padding:0 1.25em 0 0 ;
}

.op-help .btnBack {
	background:url(../images/trip/blue-arrow-left.gif) no-repeat center left ;
	padding: 0 0 0 0.50em ;
}

.hide-op-help {
	display:none ;
}

.fix-button-spacing 
{
    margin-right:10px;
}

.icon-rss {
	background:url(/translink/images/feed-icon-14x14.png) no-repeat center left;
	padding:2px 0 2px 18px;
	height:14px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT SIZER CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fontResizer { display: block; /*float: right;*/ }

.fontResizer a { display: block; float: left; width: 14px; height: 14px; text-align: center; border: 1px solid #006699; line-height: 14px; color: #666; text-decoration: none; }

.fontResizer a:hover { color: #000; text-decoration: none;background: rgb(218,227,240); }

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { font-size: 9px; }

.medFont { font-size: 11px; } 

.largeFont { font-size: 14px; }

.curFont { background: rgb(218,227,240); }


/**
* Special Feature module
*/

.module-special-feature {
    margin:0 0 1.5em 0;
    padding:15px;
}

.module-special-feature h1 {
    font-size:0.75em;
    margin-bottom:5px;
}

.module-special-feature p {
    font-size:0.7em;
    line-height:1.65em;
    margin-bottom:5px;
}

.index-title-module .module-special-feature,
.tabbed-index-title-module .module-special-feature  {
    background:rgb(194,232,245) url(../images/background-module-olympics-title.gif) no-repeat bottom left;
    width:324px;
}

.module-special-feature .image {
    float:right;
    display:inline;
    margin-left:10px;
    padding:6px;
    background:#FFF;
}

.module-special-feature img {
    display:block;
}

/** System Wide Alerts **/

.sw-alerts-banner {
    width:839px;
    margin-left:65px;
    color:#fc5c05;
    height:100%;display:none;
}

.sw-alerts-banner td {
    background:#FFF;
    padding:0 10px;
    height:100%;
    vertical-align:middle;
}

.sw-alerts-banner td.type {
    width:160px;
    font-size:0.8em;
    font-weight:bold;
    border-left:4px solid #f78e1e;
}

.sw-alerts-banner td.message {
    font-size:0.7em;
    border-right:4px solid #f78e1e;
    line-height:125%;
}

.sw-alerts-banner  a:link {
    line-height:300%;
}

.sw-alerts-banner td.message h1 {
    font-weight:bold;
}

.sw-alerts-banner td.tcap {
    background:url(../images/background-takeover-top.gif) no-repeat;
    height:12px;
}

.sw-alerts-banner td.bcap {
    background:url(../images/background-takeover-bottom.gif) no-repeat;
    height:14px;
}

.sw-alerts-banner .btnClose {
    text-align:right;
}

.sw-alerts-banner .btnClose input {
    cursor:pointer;
}

.sw-alerts-banner div.more {
    
    font-weight:bold;
}

/* Consultation pages */
.consult-option-header {
     padding-left: 90px;
     padding-top: 25px;
}

.heading-icon {
    float: left;
}
.options, .options h2 {
    margin-top: 5px;
    padding-bottom: 10px;
}

.consult-inline-callout {
	background:#FFF;
	padding:5px 15px ;
	clear:both ;
	margin:0 0 0.75em 0 ;
}

.options-module {
    width:100%;
}

.options-module td table td {
    text-align: center;
}

.options-space {
    padding-top: 15px;
}

.options-module td a, .surveyImg a {
    color: #666666;
    font-weight: bold;
}

.options-module td a:hover, .surveyImg a:hover {
    color: #1361A5;
}

.hr-line {
    border-bottom-style: solid;
    border-bottom-color: #EDEDED;
    border-bottom-width: thin;
    margin-bottom: 20px;
    margin-top: 20px;
}

.options-module td {
    vertical-align: top;
}

.options-survey {
    margin-bottom: 10px;
}

.options-survey td {
    padding-right: 10px;
}

.options-survey td p {
    margin-top: 0px;
}

/* Index page Youtube video speech bubble*/

.youtube {
  height: 280px;
  width: 364px;
}

#ytPlayer {
    position: relative;
    z-index: 5;
}

.holder-caption-youtube canvas, .holder-caption-youtube div {
    z-index: 10;
}

.video-controls {
    top: 35px;
    left:30px;
    position: relative; 
    z-index: 10;
}

.video-controls div {
    width: 55px;
}
.video-controls img {
    padding-right: 12px;
    float: left;
}

/**
* Google Ads
*/

#google_ads_div_Tower-Banner {
    margin:0 0 8px 0;
}

/**
* Document Library Results
*/

.doc-results-layout {
    width:650px;
    float:left;

}

.doc-results-layout div.indent {
    margin-left:10px;
}

.doc-results-layout p {
    margin:6px 0;
}

.doc-results-layout ul,
.doc-results-layout p,
.doc-results-layout h2 {
    font-size:0.70em ;
    line-height:1.65em ;
}

.doc-results-layout h1 {
    font-weight:bold;
    font-size:0.95em;
    margin:20px 0px;
}

.doc-results-layout h2 {
    font-weight:bold;
    margin-top:20px;
}

.doc-results-header {
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#DEDEDE;
    background-image:none;
    border:medium none;
    padding:10px !important;
}

.doc-results-header p {
    margin:0;
}

.doc-results {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    background:none repeat scroll 0 0 #FFF;
    padding:10px !important;
}

.doc-results ul {
    border-bottom:1px solid #dbdbdb;
    padding:10px 0px 20px 0px;
}

.doc-results ul.last {
    border-bottom:none;
}

.doc-results li.pdf {
    background:url(../images/icon-pdf-inline.gif) no-repeat 0px 0.3em;
    padding-left:18px;
}

.doc-results li.xls {
    background:url(../images/icon-excel.png) no-repeat 0px 0.25em;
    padding-left:18px;
}

.doc-results li.doc {
    background:url(../images/icon-word.png) no-repeat 0px 0.3em;
    padding-left:18px;
}

.doc-results-header-img {
    background:transparent url(../images/background-doc-results-header.gif) no-repeat top left !important;
}

.doc-results-update-panel-img {
    background: transparent url(../images/background-doc-results-update-panel.gif) no-repeat bottom left !important;
}


/* TABBED INDEX STYLING */
/*#tripDashboard {
  width:395px ;
  font-size:0.65em ;
  float:left;

  padding:1px 0 0 15px;
}*/

/*.tabbed-index-page #tabs {
  background:url(../images/trip/background-trip-widget.gif) no-repeat 0 -2px ;
  width:350px;
  height:350px;
  padding:15px;
  margin:0;
  position:relative;
}*/

#tabbed-index-tabs .ui-tabs-panel 
{
    font-family:Verdana, Arial, Sans-Serif;
}

#tabbed-index-tabs ul.tab_nav,
#tabbed-index-tabs ul.tab_nav li {
	margin:0;
	padding:0;
	height:32px;
}
#tabbed-index-tabs .ui-tabs-nav a, 
#tabbed-index-tabs .ui-tabs-nav a span {
    background: url(../images/sprite-tabs-short.gif) no-repeat bottom right;
	font-size:11px;
	font-weight:bold;
}
#tabbed-index-tabs .tabbed-index-sub-tabs .ui-tabs-nav a, 
#tabbed-index-tabs .tabbed-index-sub-tabs .ui-tabs-nav a span {
    background: url(../images/sprite-tabs-short2.gif) no-repeat bottom right;
}

#tabbed-index-tabs .ui-tabs-nav a span {
    background-position: bottom left;
	height: 32px;
    line-height: 32px;
}
#tabbed-index-tabs .tabbed-index-sub-tabs .ui-tabs-nav a span {
    background: url(../images/sprite-tabs-short2.gif) no-repeat bottom left;
}

#tabbed-index-tabs .ui-tabs-nav a {
    top:0px;
	display:block;
}

#tabbed-index-tabs .ui-tabs-nav .ui-tabs-selected a {
    top:0px;
    background-position:top right;
}

#tabbed-index-tabs .ui-tabs-nav .ui-tabs-selected a span {
    height: 32px;
    line-height: 32px;
    background-position:top left;
}

#tabbed-index-tabs .ui-tabs-nav .ui-tabs-disabled a:link,
#tabbed-index-tabs .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #1361A5;
}

.tabbed-index-page {
	padding:12px;
	background:#eee;		
}

.tabbed-index-top-row {
	padding-bottom:25px;
}

#columns #content.content-wide .tabbed-index-bottom-row {
	margin-top:0.3em;	
}
.tabbed-index-top-row .tabbed-index-title-module {
	background:none;
	padding-bottom: 8px;
}
.tabbed-index-top-row .tabbed-index-title-module .left {
	padding:5px 0 0 0;
}
.tabbed-index-sub-tabs .tabbed-index-subpage {
	background:#fff;
	padding:10px;	
}

.tabbed-index-title-module .right-column ul,
.tabbed-index-title-module .right-column ol {
	list-style:none;
	margin:0;
	font-size:100%;
}

.tabbed-index-title-module .right {
	top:0;
	left:0;
}

.tabbed-index-title-module .left {
	width:500px;
	float:left;
}
.tabbed-index-sub-tabs {
	padding-top:10px;	
}
.modules-right-rail {
	float:left;
	width:11em;
	padding-left:20px;
}
.modules-left-rail {
	float:left;
	width:31em;
}
.tabbed-index-subpage .modules-left-rail p,
.tabbed-index-subpage .modules-left-rail-full p {
	width:496px;
	/*float:left;*/
	font-size:0.75em;
	line-height:1.5em;	
}
.tabbed-index-subpage .modules-left-rail-full p  {
	width:690px;	
}
.tabbed-index-page p {
	font-size:0.75em;
	line-height:1.5em;	
	margin:6px 0;
}
.tabbed-index-page b,
.tabbed-index-page strong,
.tabbed-index-page em,
.tabbed-index-page u,
.tabbed-index-subpage .modules-left-rail b,
.tabbed-index-subpage .modules-left-rail strong,
.tabbed-index-subpage .modules-left-rail em,
.tabbed-index-subpage .modules-left-rail u,
.tabbed-index-subpage .modules-left-rail-full b,
.tabbed-index-subpage .modules-left-rail-full strong,
.tabbed-index-subpage .modules-left-rail-full em,
.tabbed-index-subpage .modules-left-rail-full u {
	font-size:100%;
}
.accessibilty_link {
	text-align:center;	
	margin-bottom: 10px;
	background: #C9DAE7;
	width:175px;
}

.accessibilty_link a {
	font-size:0.65em;
	display:block;
	padding:10px;
}

#tabbed-index-tabs h1,
#tabbed-index-tabs h2,
#tabbed-index-tabs h3 {
	font-weight:bold ;
	margin:6px 0 ;
}
#tabbed-index-tabs h1 {
  	font-size:95% ;
}
#tabbed-index-tabs h2 {
	font-size:81.25%;
}
#tabbed-index-tabs h3  {
	font-size:68.75%;
}
.tabbed-index-page .mainTextField ul,
.tabbed-index-page .mainTextField ol,
.modules-left-rail ul,
.modules-left-rail ol,
.modules-left-rail-full ul,
.modules-left-rail-full ol {
	font-size:0.75em;
	line-height:1.5em;
	margin:6px 0 6px 25px;	
	list-style:disc;
}
.tabbed-index-page .mainTextField ul ul,
.tabbed-index-page .mainTextField ol ol,
.modules-left-rail ul ul ,
.modules-left-rail ol ol ,
.modules-left-rail-full ul ul,
.modules-left-rail-full ol ol {
	font-size:1em;
}

.tabbed-index-page .mainTextField ol,
.modules-left-rail ol,
.modules-left-rail-full ol {	
	list-style:decimal;
	margin:6px 0 6px 30px;	
}

.modules-left-rail-full ol.upperalpha {	
	list-style-type:upper-alpha;
}

.rounded-image {
	margin-bottom: 10px;
}
.holder-image {
	margin-bottom: 10px;
}

.tabbed-index-page .mainTextField ul ul,
.modules-left-rail ul ul,
.modules-left-rail-full ul ul {
    list-style-type:circle;
}

.tabbed-index-page .mainTextField ul ul ul,
.modules-left-rail ul ul ul,
.modules-left-rail-full ul ul ul {
    list-style-type:square;
}


/* this is to fix the home page layout on iphones*/ 
* {
  -webkit-text-size-adjust:none;
}

/* Sitecore Content editor style */
.rounded {}

#panelAlerts label.hiddenLabel, label.hiddenLabel 
{
	display:none;
}


.content-toggle {
    width:100%;
    margin:1em 0;
    font-size:0.7em;
    line-height:1.65em;
	display:block;
}

.content-toggle * { font-size:100% !important; width:auto !important; }


.content-toggle-heading {
    border-top:1px solid #c1c1c1;
    padding: 5px 10px;
    cursor:pointer;
    line-height:1.65em;
	display:block;
outline:0;
}

.content-toggle-heading h3 {
    color:#1361A5;
    background:url("../images/icon-toggle-closed.png") no-repeat scroll 0 3px;
    padding-left:22px;
    margin:0 !important;
}

.content-toggle-heading.toggle_on h3 {
    background:url("../images/icon-toggle-open.png") no-repeat scroll 0 3px;
}

.content-toggle-body {
    display:block;
    padding:5px 10px;
}

.content-toggle-heading.hover,
.content-toggle-body.hover {
    background-color:#fff;
    cursor:pointer;
}

.addthis_toolbox.addthis_default_style {
	margin-top: 20px;
}