﻿html, body, ul, li, h1, h2, h3, h4
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
}
body
{
    background-color: #8A8F91; /* #ffe09b; #2c5e8f;*/
}
img
{
    border: 0;
    margin: 0;
}
.hidden
{
    display: none;
}

#main-container
{
    margin: 2px auto;
    width: 990px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    border: solid 5px #1e4164;
}
#banner
{
    position: relative;
    color: white;
    height: 105px;
    overflow: hidden;
    background-color: #F76541;
    background-image: url(../images/vision_band_faces.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    color: #2c5e8f;
}
#inner-banner
{
    background-image: url(../images/vision_blue_2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 105px;
}
#body-container
{
    margin: auto;
    width: 990px;
    overflow: hidden;
    background-color: #1e4164;
}
#body-left
{
    float: left;
    width: 15%;
}
#body-right
{
    float: left;
    width: 82%;
    margin: 2px 0 0 0px;
}
#partner-logos
{
    float: right;
    width: 160px;
    margin: 2px 5px 0 0px;
}
#body-right div.content
{
    float: left;
    background-color: #2c5e8f;
    width: 802px;
    height: 440px;
    padding: 5px 5px 10px 5px;
}
#nav
{
    margin-left: auto;
}
#nav li
{
    margin-left: 10px;
    float: left;
}
#nav li a
{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #ffe09b;
    font-family: Arial;
    font-weight: bold;
    border: solid 2px #1e4164;
    border-width: 2px 0px 2px 0px;
    padding: 8px 10px 8px 10px;
}
#nav li a:hover
{
    color: #1e4164; /* #2c5e8f;*/
    background-color: #cccccc;
}

#nav li.active a
{
    color: #1e4164; /* #2c5e8f;*/
    background-color: #ffe09b;
}

#partner-logo-container
{
    background-color: #A1D0EC;
}
h1
{
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 16px;
}

#thumbs-container div.thumb
{
    float: left;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: solid 3px #2c5e8f;
    border-width: 3px 0px 3px 0px;
}

#thumbs-container div.active
{
    border-color: White;
}

a.play, a.prev, a.next, #imageXofN
{
    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 13px;
}

#slide-controls a.disabled
{
    cursor: text;
    color: #CCCCCC;
    font-weight: normal;
}

span.vision
{
    background-image: url(../images/V_40.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 30px 0px 0px 35px;
}
div.vision b.v, span.vision b.v
{
    color: #0033FF;
}

#player-container div.title-bar
{
    color: White;
    overflow: hidden;
    border: solid 1px #2AFFFF;
}

#player-container div.control-panel
{
    margin-top: 3px;
    padding: 10px;
    width: 95.2%;
    overflow: hidden;
    background-color: #2AFFFF;
    border: solid 2px #306EFF;
}

#player-container div.control-panel ul li
{
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    cursor: pointer;
}
li.prev
{
    /*     background: transparent url(../images/player_icons.png) no-repeat scroll -10px -70px; flat     background: transparent url(../images/player_icons.png) no-repeat scroll -10px -191px; raised     background: transparent url(../images/player_icons.png) no-repeat scroll -10px -311px; sunken     background: transparent url(../images/player_icons.png) no-repeat scroll -10px -433px; raised-glow     */
    background: transparent url(../images/player_icons.png) no-repeat scroll -131px -433px; /*raised-glow_alt*/
}
li.prev-down
{
    /*background: transparent url(../images/player_icons.png) no-repeat scroll -10px -70px; flat*/
    background: transparent url(../images/player_icons.png) no-repeat scroll -131px -70px; /*flat_alt*/
}
li.play
{
    /*     background: transparent url(../images/player_icons.png) no-repeat scroll -71px -9px; flat     background: transparent url(../images/player_icons.png) no-repeat scroll -71px -131px; raised     background: transparent url(../images/player_icons.png) no-repeat scroll -71px -251px; sunken     */
    background: transparent url(../images/player_icons.png) no-repeat scroll -71px -373px; /*raised-glow*/
}
li.play-down
{
    background: transparent url(../images/player_icons.png) no-repeat scroll -71px -9px; /*flat*/
}
li.pause
{
    /*     background: transparent url(../images/player_icons.png) no-repeat scroll -131px -9px; flat     background: transparent url(../images/player_icons.png) no-repeat scroll -132px -131px; raised     background: transparent url(../images/player_icons.png) no-repeat scroll -132px -253px; sunken     */
    background: transparent url(../images/player_icons.png) no-repeat scroll -131px -372px; /*raised-glow*/
}
li.pause-down
{
    background: transparent url(../images/player_icons.png) no-repeat scroll -131px -9px; /*flat*/
}
li.next
{
    /*     background: transparent url(../images/player_icons.png) no-repeat scroll -71px -70px; flat     background: transparent url(../images/player_icons.png) no-repeat scroll -71px -191px; raised     background: transparent url(../images/player_icons.png) no-repeat scroll -71px -311px; sunken     background: transparent url(../images/player_icons.png) no-repeat scroll -71px -433px; raised-glow     */
    background: transparent url(../images/player_icons.png) no-repeat scroll -192px -433px; /*raised-glow_alt*/
}
li.next-down
{
    /*background: transparent url(../images/player_icons.png) no-repeat scroll -71px -70px; flat*/
    background: transparent url(../images/player_icons.png) no-repeat scroll -190px -70px; /*flat_alt*/
}
li.stop
{
    /*     background: transparent url(../images/player_icons.png) no-repeat scroll -11px -9px; flat     background: transparent url(../images/player_icons.png) no-repeat scroll -11px -131px; raised     background: transparent url(../images/player_icons.png) no-repeat scroll -11px -251px; sunken     */
    background: transparent url(../images/player_icons.png) no-repeat scroll -11px -372px; /*raised-glow*/
}
li.stop-down
{
    background: transparent url(../images/player_icons.png) no-repeat scroll -11px -9px; /*flat*/
}
#player-container div.playlist
{
    margin-top: 2px;
    height: 355px;
    background-color: #CFECEC;
    border: solid 1px #306EFF;
    padding: 1px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#player-container div.playlist div a
{
    display: block;
    padding: 7px 2px 7px 2px;
    text-decoration: none;
    color: #1e4164;
}
#player-container div.playlist div:hover a
{
    background-color: #cccccc;
}
#player-container div.playlist div.playing a
{
    background-color: #ffe09b;
    color: #1e4164;
}
/* progress bar container */
#playBarContainer
{
    border: solid 1px #191970;
    width: 125px;
    height: 12px;
    position: relative;
    color: black;
    cursor: pointer;
}
#loadBar, #playBar
{
    position: absolute;
    width: 0;
    height: 12px;
    overflow: hidden;
    z-index: 1;
}
#loadBar
{
    z-index: 1;
}
#playBar
{
    z-index: 2;
    background-color: #191970;
}

#player-container div.control-panel span.playTime, #player-container div.control-panel span.totalTime
{
    color: Black;
}

/* progress bar container */
#volBarContainer
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #191970;
    width: 75px;
    height: 12px;
    position: relative;
    color: black;
    cursor: pointer;
}
/* color bar */
#volBarContainer div.progress
{
    position: absolute;
    width: 0;
    height: 12px;
    overflow: hidden;
    background-color: #191970;
    z-index: 1;
}

#player-container div.control-panel a.volume
{
    color: Black;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    height: 16px;
}

#volMin
{
    width: 16px;
    background: transparent url(../images/speaker.png) no-repeat scroll -1px -1px;
}
#volMax
{
    width: 19px;
    background: transparent url(../images/speaker.png) no-repeat scroll -1px -17px;
}

div.video-playlist
{
    float: right;
    width: 235px;
    height: 445px;
    padding: 0px 2px 0px 0px;
    border: solid 1px white;
    overflow-y: scroll;
    background-color: #306eff;
}
div.video-playlist a
{
    cursor: pointer;
    color: Blue;
    font-weight: bold;
    text-decoration: none;
}
div.video-entry
{
    height: 70px;
    overflow: hidden;
    border-bottom: solid 3px #306eff;
}
div.video-image
{
    float: left;
    width: 90px;
    height: 70px;
}
div.video-desc
{
    margin-left: 1px;
    float: left;
    font-size: 11px;
    padding: 0px 3px 2px 4px;
    width: 120px;
    height: 68px;
    overflow: hidden;
    background-color: #2c5e8f;
    color: White;
}

div.active-entry div.video-desc
{
    background-color: #ffe09b;
    color: #1e4164;
}

div.members-list
{
    width: 802px;
    height: 442px;
    padding: 2px;
    overflow-y: scroll;
}

div.member-entry
{
    float: left;
    width: 390px;
    height: 100px;
    overflow: hidden;
    margin: 0px 0px 5px 0px;
}
div.member-image, div.member-image img
{
    float: left;
    width: 100px;
    height: 100px;
}
div.member-about
{
    float: left;
    margin-left: 5px;
    text-align: justify;
    padding: 2px 3px 2px 4px;
    width: 275px;
    height: 100px;
    overflow: hidden;
    color: #1e4164;
    background-color: #ADDFFF; /*background-color: #2c5e8f; /*color: #2c5e8f; 	background-color: #CFECEC;*/
}

#contactForm
{
    width: 100%;
    border-collapse: collapse;
}
#contactForm td
{
    font-size: 15px;
    padding: 4px 8px 4px 0px;
    color: White;
    text-align: left;
    vertical-align: middle;
}
#contactForm td input
{
    font-size: 14px;
}
#calendar, #calendar table.ui-datepicker-calendar td
{
    font-size: 11px !important;
}

#calendar table.ui-datepicker-calendar td
{
    font-size: 11px !important;
    padding: 1px 1px 1px 1px important;
}
