﻿/* GENERAL */
body
{
    font: normal 12px Arial, sans-serif;
    background: #e2e2e2;
}
*
{
    margin: 0; /*color: #4b4b4b;*/
}
a
{
    color: #2a73af;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
:active, :focus
{
    outline-style: none;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
    margin-bottom: .5em;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Arial, sans-serif;
    color: #0b5f6e;
}
p
{
    line-height: 20px;
    margin: 1em 0;
}
button
{
    -moz-border-radius: 4px;
    -moz-outline-radius: 4px;
    background-color: #fff;
    border: 2px solid #bdbebd;
    color: #2a73af;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
}
ul.linklist
{
    list-style-image: url(css/bluebullet.png);
}
ul.linklist li
{
    line-height: 20px;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* for IE/Mac */
/* END */
/* NAVIGATION */
#nav-global
{
    background-image: url(css/frhnavbg.png);
    background-repeat: no-repeat;
    width: 890px;
    min-height: 39px;
    padding: 1px 0 10px 0;
}
#homelink
{
    background-image: url(css/frhnavsprite.png);
    background-position: 0 -86px;
    float: left;
    line-height: 0px;
    width: 23px;
    height: 23px;
    padding: 8px 15px 8px 16px;
}
#homelink:hover
{
    background-position: -54px -86px;
}
/* END */
/* LAYOUT */
#wrapper-main
{
    background: #fff;
    width: 890px;
    padding: 15px;
    margin: auto;
}
#header-global
{
    height: 75px;
    background: url(css/allfiveslogos.png) no-repeat;
    background-position: 0 15px;
}
#header-global #logo
{
    background: url(css/allfiveslogos.png) no-repeat;
    width: 370px;
    height: 60px;
    position: relative;
    top: 15px;
}
div#header-global #poweredby
{
    float: right;
    padding: 0 5px 0 0;
}
#wrapper-content
{
    /*display: inline-table;*/
    margin: 10px 0;
}
.dualcol #content
{
    float: left;
    width: 510px;
    padding: 0 20px;
}
#sidebar
{
    float: right;
    width: 340px;
}
#footer-global, #footer-page
{
    font: normal 12px Arial, sans-serif;
    margin: .5em 0;
    text-align: center;
}
#footer-page
{
    clear: both;
    margin: 1em 0 0;
}
#footer-nav, #footer-nav a
{
    font-weight: bold;
    color: #71c2e5;
    margin: .5em;
}
/* END */
/* SIDEBAR */
.infoPanel
{
    padding: 10px;
    background: #eef2f4;
}
.infoPanel > h3
{
    margin: 0 15px 10px 15px;
    color: #292929;
}
.infoPanel p
{
    line-height: 16px;
}
.infoBox
{
    padding: 0 15px 10px 15px;
    margin: 0 0 10px 0;
    border-bottom: 2px dotted #ccc;
}
.infoBox *
{
    margin: 0;
}
/*.previewBox
{
margin: 5px 0 0 4px;
padding: 12px 12px 0 12px;
background: url(css/frhpreviewbox.png) no-repeat;
height: 95px;
}*/
.previewBox h3
{
    color: #2a73af;
    margin: 0 10px 0 0;
}
.previewBox p
{
    margin: 0 10px 5px 0;
}
.previewBox img
{
    float: left;
    margin: 0 10px 10px 0;
    width: 96px;
    height: 72px;
}
/* END */
/* MAIN */
#articleBody
{
    padding: 5px;
    margin: 10px 0 0;
}
#articleBody h2
{
    color: #292929;
}
#articleBody p
{
    margin-left: 15px;
    margin-right: 15px;
}
.video-medium
{
    background: url(css/videobg-medium.png) no-repeat;
    padding: 10px 14px 14px 9px;
}
.video-large
{
    background: url(css/videobg-large.png) no-repeat;
    padding: 10px 14px 14px 9px;
}
/* END */
/* SCROLLABLE */
div.detailgallery
{
    background: #EEF2F4;
    padding: 5px 5px 10px;
    border-bottom: solid 1px #ddd;
    margin: 0 0 10px 0;
}
div.detailgallery img
{
    float: left;
    background: #0b5f6e;
    width: 196px;
}
div.detailgallery div.details
{
    margin: 0 10px 10px 206px;
}
div.detailgallery div.details h3
{
    margin: .5em .5em .5em 0;
}
div.details p
{
    line-height: 14px;
    margin: .5em 0;
}
div.detailgallery div.details a
{
    font-weight: bold;
}

.navi
{
    margin-left: 6px;
}
.navi a img
{
    /*opacity: .75;*/
    width: 85px;
    height: 64px;
    border: 2px solid #cacaca;
    padding: 1px;
}
.navi a.active img
{
    /*opacity: 1;*/
    border: 2px solid #0b5f6e;
}
.navi a
{
    float: left;
    margin: 0 5px 5px 0;
}
.navi a.last
{
    margin-right: 0;
}
a.browse
{
    margin: 10px;
}
a.left
{
    margin-left: 0;
}
a.right
{
    margin-right: 0;
}
/* END */
/* ROUNDED BOXES */
#content .box
{
    background: url(css/box-content-bg.png) repeat-y;
    margin: 0 0 .5em 0;
}
#content .box .bottom
{
    height: 18px;
    background: transparent url(css/box-sprite.png) no-repeat scroll 0 -0px;
}
#content .box .content
{
    padding: 10px 15px 0 10px;
    background: url(css/box-sprite.png) no-repeat scroll 0 -18px;
}
#content .box .content h3 span
{
    float: right;
    font-size: 11px;
    font-weight: normal;
}
#sidebar .box
{
    background: url(css/box-sidebar-bg.png) repeat-y;
    margin: 0 0 .5em 0;
}
#sidebar .box .bottom
{
    height: 18px;
    background: transparent url(css/box-sprite.png) no-repeat scroll -510px -0px;
}
#sidebar .box .content
{
    padding: 10px 10px 0 10px;
    background: url(css/box-sprite.png) no-repeat scroll -510px -18px;
}
/* END */
/* TABS */
.tabs
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 30px;
    border-bottom: 1px solid #818181;
}
.tabs li
{
    float: left;
}
.tabs li a
{
    padding: 0 0 0 10px;
    text-decoration: none;
    top: 1px;
    position: relative;
    font-weight: bold;
}
.tabs li a, .tabs li a span
{
    display: block;
    background: url(css/bluetabs.png) no-repeat 0 0;
    height: 30px;
    line-height: 30px;
}
.tabs li a span
{
    background-position: right 0;
    padding: 0 10px 0 0;
}
.tabs li a.current, .tabs li a.current:hover
{
    background-position: left -62px;
}
.tabs li a.current span, .tabs li a.current:hover span
{
    background-position: right -62px;
    color: #2A73AF !important;
    cursor: default !important;
}
.tabs li a:hover
{
    background-position: left -31px;
}
.tabs li a:hover span
{
    background-position: right -31px;
    color: #fff;
}
.panes
{
    padding: 10px;
    border-color: #818181;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.panes div
{
    display: none;
    height: 160px;
    overflow-y: auto;
}
/* END */
.numberBadge
{
    display: block;
    background: url(css/numberbadgebg.png) no-repeat;
    width: 181px;
    padding: 7px 20px 10px;
    line-height: 33px;
    color: #2a73af;
    margin: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.tooltip
{
    display: none;
    background: #eef2f4;
    border: 2px solid #2A73AF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 3px 3px 3px #333;
    -webkit-box-shadow: 3px 3px 3px #333;
    font-size: 16px;
    font-weight: bold;
    max-width: 350px;
    padding: 15px;
    color: #000;
}
/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion
{
    border: 1px solid #c9c9c9;
}
/* accordion header */
.accordion h2
{
    background: #eef2f4;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.accordion h2 img
{
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.accordion h2:hover
{
    background: #2A73AF;
    color: #fff;
}
/* currently active header */
.accordion h2.current
{
    /*cursor: default;*/
    background: #2A73AF;
    color: #fff;
}
/* accordion pane */
.accordion div.pane
{
    border: 1px solid #fff;
    border-width: 0 2px;
    display: none;
    max-height: 180px;
    overflow: auto;
    padding: 15px;
    color: #000;
    font-size: 12px;
}
/* a title inside pane */
.accordion div.pane h3
{
    font-weight: normal;
    margin: 0 0 -5px 0;
    font-size: 16px;
    color: #999;
}
/* MAP */
#directions_form
{
    margin: 5px 0;
    padding: 5px;
}
#directions_form input
{
    width: 200px;
}
#directions_panel
{
}
/* END MAP */
/* OVERLAY */
/* the overlayed element */.overlay
{
    /* must be initially hidden */
    display: none; /* place overlay on top of other elements */
    z-index: 10000; /* styling */
    background-color: #000;
    width: 400px; /*min-height:300px; */
    padding: 20px;
    border: 1px solid #666; /* CSS3 styling for latest browsers */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
/* close button positioned on upper right corner */.overlay .close
{
    background-image: url(/App_Themes/TVIFRH/css/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 29px;
    width: 29px;
    z-index: 10001;
}
/* scrollable should not disable gallery navigation */#photogallery .disabled
{
    visibility: visible !important;
}
#photogallery .inactive
{
    visibility: hidden !important;
}
a.fp
{
    display: block;
    height: 300px;
}
/* END */
/* SCROLLER */
div.imagescroller
{
    /* required settings */
    float: left; /*background: #eee;*/ /*border:1px solid #CCCCCC;*/
    height: 81px;
    overflow: hidden;
    position: relative;
    width: 440px;
}
div.imagescroller div.items
{
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
}
div.imagescroller div.items a
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    float: left; /*margin: 20px 5px 20px 21px;*/
    margin: 0 2px;
    padding: 2px;
    width: 100px;
    height: 75px;
    text-align: center;
}
div.imagescroller div.items a img
{
    border: 0 none;
    width: 100px;
    height: 75px;
}
div.items .active
{
    border: 1px inset #ccc;
    background-color: #fff; /* these two settings makes it visible over the mask */
    z-index: 9999;
    position: relative;
}
a.right
{
    background-position: 0 -30px;
    clear: right;
    margin-right: 0;
}
a.browse
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/App_Themes/TVIFRH/css/arrows.png) no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 20px;
    margin: 30px 2px;
    width: 20px;
}
/* right */a.right
{
    background-position: -20px 0;
    clear: right;
    margin-right: 0px;
}
a.right:hover
{
    background-position: -60px 0;
}
a.right:active
{
    background-position: -60px 0;
}
/* left */a.left
{
    margin-left: 0px;
}
a.left:hover
{
    background-position: -40px 0;
}
a.left:active
{
    background-position: -40px 0;
}
/* disabled navigational button */a.disabled
{
    visibility: hidden !important;
}
/* END */
/* GALLERY *//* the large image. we use a gray border around it */#img
{
    border: 1px solid #666;
}
/* "next image" and "prev image" links */.next, .prev
{
    /* absolute positioning relative to the overlay */
    position: absolute;
    top: 40%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 11px; /* upcoming CSS3 features */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.prev
{
    left: 0;
    border-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}
.next
{
    right: 0;
    border-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}
.next:hover, .prev:hover
{
    text-decoration: underline;
    background-color: #000;
}
/* when there is no next or previous link available this class is added */.disabled
{
    visibility: hidden;
}
/* the "information box" */
.info
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    margin: 0 20px 20px;
    color: #fff;
    font-size: 11px;
    border-top: 1px solid #666;
}
.info strong
{
    display: block;
}
/* progress indicator (animated gif). should be initially hidden */.progress
{
    position: absolute;
    top: 45%;
    left: 50%;
    display: none;
}
/* everybody should know about RGBA colors. */.next, .prev, .info
{
    background: #333 !important;
    background: rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;
}
/* END */
/* MISC */
#drawer
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
    border-bottom: 2px solid #778899;
    display: none;
    font-size: 18px;
    left: 0;
    overflow: visible;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* END */


/* SearchResult.ascx */
.profilePreview
{
    background: #fefefe;
    border: 2px solid #e7e7e7;
    min-width: 450px;
    padding: .5em;
    margin-bottom: .75em;
    -moz-border-radius: 5px;
}
.profilePreview:hover
{
	background: #e7e7e7;
}
.profilePreview > .photo
{
    float: left;
    width: 110px;
}
.profilePreview > .photo img
{
    border-color: #eee;
    max-width: 100px;
    max-height: 100px;
}
.profilePreview > .details
{
    float: left;
}
.profilePreview > .details > h3,
.profilePreview > .details > h3 + p
{
    margin: 0 0 .2em 0;
}
.profilePreview > .cta
{
    float: right;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(css/numberbadgebg.png) no-repeat scroll 0 0;
    color:#2A73AF;
    display:block;
    font-size:24px;
    font-weight:bold;
    line-height:33px;
    margin:10px 0;
    padding:7px 20px 10px;
    text-align:center;
    width:181px;
}
.profilePreview .desc
{
	float: left;
	width: 450px;
}
.searchResultMessage
{
    padding: 1em;
    font-size: 1.5em;
}
.emptyField
{
    color: #999;
}
    
    
    
    
    
