﻿.borderRed
{
    border: 1px solid red;
}

.borderGrey
{
    border: 1px solid #BFBFBF;
}

#registerContainerUserContent
{
    float: left;
    font-family: Verdana;
    z-index: 1;
    width:900px;
    margin-left:25px;
}

#registerContainer
{
    float: left;
    font-family: Verdana;
    z-index: 1;
}

#registerContainerTop
{
    float: left;
    width: 607px;
    height: 32px;
    background-image: url('images/register_top.gif');
    background-repeat: no-repeat;
    background-position: 5px 19px;
    margin-top: 0px;
    padding-top: 20px;
}

.registerBoxContainer
{
    background-color: #CEEFFF;
    border-bottom: 2px solid #89BDD5;
    border-left: 2px solid #89BDD5;
    border-right: 2px solid #89BDD5;
    width: 600px;
    margin-left: 5px;
    margin-top: 0px;
}

#registerContainerTop p
{
    font-size: 12px !important;
    font-family: Arial;
    color: #b0afaf !important;
}

#registerContainer p
{
    color: #666666;
    font-size: 13px;
    padding-top: 10px;
}

.widthFull
{
    width: 100%;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.borderBottom
{
    border-bottom: 1px solid #BEBEBE;
}

.borderTop
{
    border-top: 1px solid #BEBEBE;
}


.backgroundWhite
{
    background: white;
}

.backgroundYellowLight
{
    background: #FEFAEF;
}

.backgroundBlueLight
{
    background: #ECF9FF;
}

.backgroundBlue
{
    background: #D6F0FD;
}

.backgroundBlack
{
    background: #000;
}

.backgroundBorder
{
    background: #BEBEBE;
}

.backgroundGrey
{
    background: #ECECEC;
}

.backgroundBlack
{
    background: #171717;
}

.borderRed
{
    border: 1px solid red;
}



/* corners */
.corner-white-top-left
{
    background: url('images/corner-white-top-left.gif') no-repeat top left;
    float: left;
}

.corner-white-top-right
{
    background: url('images/corner-white-top-right.gif') no-repeat top right;
    float: left;
}

.corner-white-bottom-left
{
    background: url('images/corner-white-bottom-left.gif') no-repeat bottom left;
    float: left;
}

.corner-white-bottom-right
{
    background: url('images/corner-white-bottom-right.gif') no-repeat bottom right;
    float: left;
}

.line-grey-top
{
    background: url('images/dot-grey.gif') repeat-x top;
    float: left;
}

.line-grey-bottom
{
    background: url('images/dot-grey.gif') repeat-x bottom;
    float: left;
}

.line-grey-left
{
    background: url('images/dot-grey.gif') repeat-y left;
    float: left;
}

.line-grey-right
{
    background: url('images/dot-grey.gif') repeat-y right;
    float: left;
}



.line-grey-dark-top
{
    background: url('images/dot-grey-dark.gif') repeat-x top;
    float: left;
}

.line-grey-dark-bottom
{
    background: url('images/dot-grey-dark.gif') repeat-x bottom;
    float: left;
}

.line-grey-dark-left
{
    background: url('images/dot-grey-dark.gif') repeat-y left;
    float: left;
}

.line-grey-dark-right
{
    background: url('images/dot-grey-dark.gif') repeat-y right;
    float: left;
}



.corner-light-grey-top-left
{
    background: url('images/corner-light-grey-top-left.gif') no-repeat top left;
    float: left;
}

.corner-light-grey-top-right
{
    background: url('images/corner-light-grey-top-right.gif') no-repeat top right;
    float: left;
}


.corner-light-grey-bottom-left
{
    background: url('images/corner-light-grey-bottom-left.gif') no-repeat bottom left;
    float: left;
}

.corner-light-grey-bottom-right
{
    background: url('images/corner-light-grey-bottom-right.gif') no-repeat bottom right;
    float: left;
}


.line-tab-light-grey
{
    background: url('images/line-white.gif') repeat-x top;
    float: left;
    height: 38px;
}


.line-tab-pagging
{
    abackground: url('images/line-white-pagging.gif') repeat-x top;
    float: left;
    height: 36px;
}







.corner-blue-top-left
{
    background: #ECF9FF url('images/corner-blue-top-left.gif') no-repeat top left;
    float: left;
}

.corner-blue-top-right
{
    background: url('images/corner-blue-top-right.gif') no-repeat top right;
    float: left;
}

.corner-blue-bottom-left
{
    background: #ECF9FF url('images/corner-blue-bottom-left.gif') no-repeat bottom left;
    float: left;
}

.corner-blue-bottom-right
{
    background: url('images/corner-blue-bottom-right.gif') no-repeat bottom right;
    float: left;
}



.corner-yellow-top-left
{
    background: url('images/corner-yellow-top-left.gif') no-repeat top left;
    float: left;
}

.corner-yellow-top-right
{
    background: url('images/corner-yellow-top-right.gif') no-repeat top right;
    float: left;
}

.corner-yellow-bottom-left
{
    background: url('images/corner-yellow-bottom-left.gif') no-repeat bottom left;
    float: left;
}

.corner-yellow-bottom-right
{
    background: url('images/corner-yellow-bottom-right.gif') no-repeat bottom right;
    float: left;
}







.corner-black-top-left
{
    background: url('images/corner-black-top-left.gif') no-repeat top left;
    float: left;
}

.corner-black-top-right
{
    background: url('images/corner-black-top-right.gif') no-repeat top right;
    float: left;
}

h1
{
    font-size: 30px;
    color: #363636;
    font-family: Arial;
}

.marginAll
{
    margin: 25px;
}

.marginTop
{
    margin-top: 30px;
}

.marginBottom
{
    margin-bottom: 30px;
}

.marginLeft
{
    margin-left: 30px;
}

.marginRight
{
    margin-right: 30px;
}

.marginTopSmall
{
    margin-top: 5px;
}

.marginBottomSmall
{
    margin-bottom: 5px;
}

p
{
    line-height: 14px;
}


.btnUpdateAccount
{
    background: url('images/update_button.jpg');
    height: 42px;
    width: 178px;
    border: 0px;
}
.btnRegisterMe
{
    background: url('images/button-register-me.gif');
    height: 42px;
    width: 178px;
    border: 0px;
}

.btnVideoAdd
{
    background: transparent url('images/AddVideo.gif') top right no-repeat;
    height: 13px;
    width: 23px;
    border: 0px;
    background-repeat: no-repeat;
}

.btnVideoPlay
{
    background: url('images/play.gif');
    height: 13px;
    width: 17px;
    border: 0px;
}

.btnVideoRemove
{
    background: url('images/icon-video-remove.gif');
    height: 13px;
    width: 16px;
    border: 0px;
}

.btnVideoSound
{
    background: url('images/icon-video-sound.gif');
    height: 13px;
    width: 17px;
    border: 0px;
}

.btnPaggingNext
{
    background: url('images/icon-pagging-next.gif');
    height: 31px;
    width: 38px;
    border: 0px;
}

.btnPaggingBack
{
    background: url('images/icon-pagging-back.gif');
    height: 31px;
    width: 38px;
    border: 0px;
    font-style: italic;
    text-align: center;
}


.btnPaggingNextEnabled
{
    background: url('images/icon-pagging-next-on.gif');
    height: 31px;
    width: 38px;
    border: 0px;
    cursor: pointer;
}

.btnPaggingBackEnabled
{
    background: url('images/icon-pagging-back-on.gif');
    height: 31px;
    width: 38px;
    border: 0px;
    font-style: italic;
    text-align: center;
    cursor: pointer;
}




.btnChannelOn, .btnChannelOff:hover, .btnChannelOff
{
    width: 148px;
    border: 0px;
    color: #67CD00;
    padding: 12px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.btnChannelOn, .btnChannelOff
{
    cursor: pointer;
}

.btnChannelOn
{
    background: transparent url('images/button-black.gif') top left no-repeat;
    font-family: Arial;
}

.btnChannelOff:hover
{
    background: transparent url('images/button-black-roll.gif') top left no-repeat;
}

.btnChannelOff
{
    background: url('images/button-black.gif');
    background-repeat: no-repeat;
    color: #ccc;
    font-family: Arial;
}


.VideoTabLeftOn, .VideoTabLeftOff, .VideoTabRightOn, .VideoTabRightOff
{
    display: block;
    height: 29px;
    float: left;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}

.VideoTabLeftOn a, .VideoTabLeftOff a, .VideoTabRightOn a, .VideoTabRightOff a
{
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold !important;
    margin-right: 30px;
    padding-top: 20px;
}

.VideoTabLeftOn, .VideoTabLeftOff
{
    width: 157px;
}

.VideoTabRightOn, .VideoTabRightOff
{
    width: 146px;
}

.VideoTabRightOn a, .VideoTabLeftOn a
{
    color: #ccc;
}

.VideoTabLeftOn
{
    background: transparent url(images/tab/tab-left-on.gif) top left no-repeat;
}

.VideoTabLeftOff
{
    background: transparent url(images/tab/tab-left-off.gif) top left no-repeat;
}

.VideoTabRightOn
{
    background: transparent url(images/tab/tab-right-on.gif) top left no-repeat;
}

.VideoTabRightOff
{
    background: transparent url(images/tab/tab-right-off.gif) top left no-repeat;
}




.videoTab
{
    padding: 6px 0px 4px 0px !important;
}
.tabSmallBlack, .tabMediumBlack
{
    background: url('images/tab-small-black.gif');
    height: 24px;
    width: 114px;
    border: 0px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #ccc;
}

.tabLargeBlack
{
    background: url('images/tab_large_black.gif');
    height: 37px;
    width: 300px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 14px;
    text-align: center !important;
    color: #E3E3E3 !important;
    text-decoration: none !important;
}

.tabLargeWrapper
{
    padding-top: 12px;
    padding-left: 115px;
}

.tabSmallBlack a.link, .tabMediumBlack a.link
{
    text-decoration: none;
    color: #ccc;
    font-size: 12px;
}

.tabSmallWhite, .tabMediumWhite
{
    background: url('images/tab-small-white.gif');
    height: 24px;
    width: 114px;
    border: 0px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-size: 12px;
    margin: auto auto auto auto;
    text-align: center;
    color: #686868;
}

.tabSmallWhite a.link, .tabMediumWhite a.link
{
    text-decoration: none;
    color: #686868;
    font-size: 12px;
}

.tabMediumBlack
{
    background: url('images/tab-medium-black.gif');
    height: 27px;
    width: 147px;
}

.tabMediumWhite
{
    background: url('images/tab-medium-white.gif');
    height: 27px;
    width: 147px;
}

.contentWrapper a
{
    list-style: none;
}


.contentWrapper .dropdownlist
{
    border: 0px solid white;
    width: 115px;
    color: #09F;
    font-family:arial;
    font-weight: bold;
    font-size: 12px;
}


.fontLightGrey
{
    color: #656567;
}

.fontWhite
{
    color: White;
}

.fontBlue
{
    color: #04ABE0;
}

.fontBrightBlue
{
    color: #09c !important;
}
.fontBlack
{
    color: #101211;
}

.fontGrey
{
    color: #636363;
}

.fontBold
{
    font-weight: bold;
}

.contentWrapper ul li
{
    font-size: 11px;
}


.videoContent h2
{
    color: #0099CB;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}

.videoContent a
{
    font-weight: bold;
    font-size: 10px;
    color: #069;
    text-decoration: none;
}

.videoContent a.underline, .videoContent a:hover
{
    text-decoration: underline;
}



/*.videoContent .mediaItemdetailsContainerNarrow .hypMediaTitleNarrow  a, .hypMediaTitleNarrow a.underline
{
    font-weight: bold;
    font-size: 12px;
    color: #0099FF;
    text-decoration: none;
}

.videoContent .mediaItemdetailsContainerNarrow,  .hypMediaTitleNarrow a:hover
{
    text-decoration: underline;

}*/


.pagging a
{
    font-size: 13px;
    color: #09c;
    text-decoration: none;
    font-weight: bold;
}
.pagging a:hover
{
    text-decoration: underline;
}

.videoContent .calendarm, .videoContent .calendarJAN, .videoContent .calendarFEB, .videoContent .calendarMAY, .videoContent .calendaAPR, .videoContent .calendarMAR, .videoContent .calendarJUN, .videoContent .calendarJUL, .videoContent .calendarAUG, .videoContent .calendarSEP, .videoContent .calendarOCT, .videoContent .calendarNOV, .videoContent .calendarDEC, .videoContent .calendarJANYellow, .videoContent .calendarFEBYellow, .videoContent .calendarMAYYellow, .videoContent .calendaAPRYellow, .videoContent .calendarMARYellow, .videoContent .calendarJUNYellow, .videoContent .calendarJULYellow, .videoContent .calendarAUGYellow, .videoContent .calendarSEPYellow, .videoContent .calendarOCTYellow, .videoContent .calendarNOVYellow, .videoContent .calendarDECYellow
{
    float: left;
    width: 49px;
    height: 30px;
    padding: 18px 0px 0px 0px;
    color: White;
    font-size: 20px;
    text-align: center;
}

.videoContent .calendarJAN
{
    background: url('images/icon-calendar-jan.gif');
}

.videoContent .calendarFEB
{
    background: url('images/icon-calendar-feb.gif');
}

.videoContent .calendarMAY
{
    background: url('images/icon-calendar-may.gif');
}

.videoContent .calendaAPR
{
    background: url('images/icon-calendar-apr.gif');
}

.videoContent .calendarMAR
{
    background: url('images/icon-calendar-mar.gif');
}

.videoContent .calendarJUN
{
    background: url('images/icon-calendar-jun.gif');
}

.videoContent .calendarJUL
{
    background: url('images/icon-calendar-jul.gif');
}

.videoContent .calendarAUG
{
    background: url('images/icon-calendar-aug.gif');
}

.videoContent .calendarSEP
{
    background: url('images/icon-calendar-sep.gif');
}

.videoContent .calendarOCT
{
    background: url('images/icon-calendar-oct.gif');
}

.videoContent .calendarNOV
{
    background: url('images/icon-calendar-nov.gif');
}

.videoContent .calendarDEC
{
    background: url('images/icon-calendar-dec.gif');
}

.videoContent .calendarJANYellow
{
    background: url('images/icon-calendar-jan-yellow.gif');
}

.videoContent .calendarFEBYellow
{
    background: url('images/icon-calendar-feb-yellow.gif');
}

.videoContent .calendarMAYYellow
{
    background: url('images/icon-calendar-may-yellow.gif');
}

.videoContent .calendaAPRYellow
{
    background: url('images/icon-calendar-apr-yellow.gif');
}

.videoContent .calendarMARYellow
{
    background: url('images/icon-calendar-mar-yellow.gif');
}

.videoContent .calendarJUNYellow
{
    background: url('images/icon-calendar-jun-yellow.gif');
}

.videoContent .calendarJULYellow
{
    background: url('images/icon-calendar-jul-yellow.gif');
}

.videoContent .calendarAUGYellow
{
    background: url('images/icon-calendar-aug-yellow.gif');
}

.videoContent .calendarSEPYellow
{
    background: url('images/icon-calendar-sep-yellow.gif');
}

.videoContent .calendarOCTYellow
{
    background: url('images/icon-calendar-oct-yellow.gif');
}

.videoContent .calendarNOVYellow
{
    background: url('images/icon-calendar-nov-yellow.gif');
}

.videoContent .calendarDECYellow
{
    background: url('images/icon-calendar-dec-yellow.gif');
}

.videoContent .entity
{
    float: left;
    width: 258px;
}

.videoContent .content
{
    float: left;
    width: 100%;
    line-height: 16px;
}

.videoContent .content .new
{
    float: right;
    background: #F10170;
    padding: 2px 3px 2px 3px;
    font-size: 8px;
    font-weight: bold;
    color: White;
}

.videoContent .content .description a, .videoContent .content .description
{
    float: left;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
    color: #101211;
    text-decoration: none;
    font-size: 12px;
}

.videoContent .content .author
{
    float: left;
    width: 100%;
    font-size: 11px;
}

.videoContent .content .jobTitle
{
    float: left;
    font-size: x11pt;
    margin-top: 10px;
    color: #656567;
    line-height: 16px;
}

.videoContent .videoAndRating
{
    float: left;
    width: 100%;
}

.videoContent .videoAndRating .video
{
    float: left;
    width: 121px;
}

.videoContent .videoAndRating .video .time
{
    font-size: 8pt;
    padding-top: 5px;
    line-height: 13px;
}

.videoContent .videoAndRating img
{
    border: 0px;
}

.videoContent .rating, .videoContent .ratingBlack
{
    height: 22px;
    width: 17px;
    padding-left: 25px;
    padding-top: 5px;
    font-weight: bold;
}


.videoContent .rating
{
    background: transparent url('images/icon-rating.gif') top left no-repeat;
}
.videoContent .ratingBlack
{
    background: transparent url('images/icon-rating-black.gif') top left no-repeat;
}

.rating
{
    background: transparent url('images/icon-rating.gif') top left no-repeat;
    width: 40px;
    height: 27px;
}

.videoContent .ratings, .videoContent .views
{
    width: 100%;
    float: left;
    font-size: 10px;
    padding-left: 1px;
    font-weight: bold;
    margin-top: 5px;
}

.videoContent .ratings
{
    color: #666;
}

.videoContent .views
{
    color: #999;
}


.popupContainer
{
    visibility: hidden;
    display: none;
}


.mediaSearch
{
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #BEBEBE;
    background: white;
}

.mediaSearchItem
{
    margin: 5px;
    width: 222px;
}


.cssTable
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cssTable .title
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.cssTable .data
{
    float: left;
    width: 300px;
    margin-right: 5px;
}

.cssTable .data input, .cssTable .data select
{
    border: 1px solid grey;
    width: 300px;
    float: left;
}

.cssTable .validation
{
    float: left;
    width: 20px;
    color: Red;
}

fieldset legend
{
    font-weight: bold;
    font-size: 15px;
    color: black;
}

.header-tvchannels
{
    float: left;
    width: 676px;
    height: 35px;
    background: url('images/headers/tvchannels.gif');
}

.collapseControlSchedule
{
    float: left;
    margin-top: 6px;
    padding-left: 12px;
}

.collapseControl
{
    float: left;
    margin-top: 12px;
    padding-left: 12px;
}

.mostWatchedHeader, .relatedContentHeader, .playlistHeader
{
    float: left;
    display: block;
    width: 300px;
    height: 35px;
    color: #999;
    font-size: 18px;
}


.mainContentHeader, .blogHeader, .allArticlesHeader, .allPodcastsHeader, .allVideosHeader, .allSundayBestHeader, .recommendedHeader, .editorsNoteHeader, .previousEditorsNoteHeader, .trainingHeader, .blogHeaderMain, .videosHeaderMain, .podcastsHeaderMain, .articleHeaderMain, .pressDigestHeader
{
    float: left;
    display: block;
    width: 676px;
    height: 35px;
    color: #999;
    font-size: 18px;
}
.trainingHeader
{
    background: transparent url('images/headers/training.jpg') top left no-repeat;
}
.mainContentHeader
{
    background: transparent url('images/headers/mainContentBox.gif') top left no-repeat;
}

.broadCastHeader
{
    background: transparent url('images/headers/mainContentBox.gif') top left no-repeat;
}


.blogHeaderMain
{
    background: transparent url('images/headers/blogs.gif') top left no-repeat;
}
.videosHeaderMain
{
    background: transparent url('images/headers/videos.gif') top left no-repeat;
}
.podcastsHeaderMain
{
    background: transparent url('images/headers/podcasts.gif') top left no-repeat;
}
.articleHeaderMain
{
    background: transparent url('images/headers/articles.gif') top left no-repeat;
}


.blogHeader
{
    background: transparent url('images/headers/MTB_blog.gif') top left no-repeat;
}

.allArticlesHeader
{
    background: transparent url('images/headers/all_articles.gif') top left no-repeat;
}

.allPodcastsHeader
{
    background: transparent url('images/headers/all_podcasts.gif') top left no-repeat;
}

.allVideosHeader
{
    background: transparent url('images/headers/all_videos.gif') top left no-repeat;
}

.allSundayBestHeader
{
    background: transparent url('images/headers/all_sundaybest.jpg') top left no-repeat;
}

.recommendedHeader
{
    background: transparent url('images/headers/recommended.gif') top left no-repeat;
}

.editorsNoteHeader
{
    background: transparent url('images/headers/editors_note.gif') top left no-repeat;
}

.previousEditorsNoteHeader
{
    background: transparent url('images/headers/previous_editors_note.gif') top left no-repeat;
}

.mostWatchedHeader
{
    background: transparent url('images/headers/most_watched.gif') top left no-repeat;
}

.relatedContentHeader
{
    background: transparent url('images/headers/related_content.gif') top left no-repeat;
}

.playlistHeader
{
    background: transparent url('images/headers/my_playlist.gif') top left no-repeat;
}

.pressDigestHeader
{
    background: transparent url('images/headers/press_digest.png') top left no-repeat;
}

.channelbutton
{
    margin-right: 9px;
    margin-bottom: 5px;
}

.tab-state-one-first, .tab-state-two-second, .tab-state-three-third, .tab-state-one-second, .tab-state-one-third, .tab-state-two-first, .tab-state-two-third, .tab-state-three-first, .tab-state-three-second
{
    text-align: center;
}


.tab-state-one-first a.link, .tab-state-two-second a.link, .tab-state-three-third a.link
{
    color: #0099FF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.tab-state-one-second a.link, .tab-state-one-third a.link, .tab-state-two-first a.link, .tab-state-two-third a.link, .tab-state-three-first a.link, .tab-state-three-second a.link
{
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.tab-state-one-first, .tab-state-two-first, .tab-state-three-first
{
    width: 126px;
    height: 25px;
    padding-top: 10px;
    padding-right: 30px;
}


.tab-state-one-second, .tab-state-two-second, .tab-state-three-second
{
    width: 102px;
    height: 25px;
    padding-top: 10px;
    padding-right: 20px;
}

.tab-state-one-third, .tab-state-two-third, .tab-state-three-third
{
    width: 136px;
    height: 25px;
    padding-top: 10px;
    padding-right: 20px;
}


.tab-state-one-first
{
    background: url('images/tab/tab-state-one-first.jpg');
}
.tab-state-one-second
{
    background: url('images/tab/tab-state-one-second.jpg');
}
.tab-state-one-third
{
    background: url('images/tab/tab-state-one-third.jpg');
}


.tab-state-two-first
{
    background: url('images/tab/tab-state-two-first.jpg');
}
.tab-state-two-second
{
    background: url('images/tab/tab-state-two-second.jpg');
}
.tab-state-two-third
{
    background: url('images/tab/tab-state-two-third.jpg');
}



.tab-state-three-first
{
    background: url('images/tab/tab-state-three-first.jpg');
}
.tab-state-three-second
{
    background: url('images/tab/tab-state-three-second.jpg');
}
.tab-state-three-third
{
    background: url('images/tab/tab-state-three-third.jpg');
}




.arrow-open
{
    float: left;
    background: transparent url('images/arrows/arrow_open.gif');
    width: 12px;
    height: 11px;
    border: 0px;
}

.arrow-closed
{
    float: left;
    background: transparent url('images/arrows/arrow_closed.gif');
    width: 12px;
    height: 11px;
    border: 0px;
}



.captcha, .captchaRegisterPopup
{
    float: left;
    font-size: 11px !important;
}

.captcha .captchaImage
{
    float: left;
    margin-left: 10px;
    width: 233px;
}

.captcha .captchaInput
{
    float: left;
    margin-left: 10px;
    width: 233px;
    margin-top: 5px;
}

.captcha .captchaInput .captchaTitle
{
    float: left;
    width: 233px;
    margin-top: 5px;
}

.captcha .captchaInput input
{
    float: left;
    margin-top: 5px;
    width: 233px;
    height: 22px;
    background-repeat: no-repeat;
    border: none;
    padding: 10px 0px 5px 10px;
    font-size: 14px;
    font-family: Verdana;
    color: #999999;
    border: 1px solid #D3D7DA;
}



.captchaRegisterPopup .captchaImage
{
    float: left;
    width: 230px;
    border: 1px solid #9A9A9A;
}



.captchaRegisterPopup .captchaInput
{
    float: left;
    width: 230px;
    margin-top: 5px;
}

.captchaRegisterPopup .captchaInput .captchaTitle
{
    float: left;
    width: 230px;
    margin-top: 5px;
}

.captchaRegisterPopup .captchaInput input
{
    float: left;
    margin-top: 5px;
    font-size: 14px;
    font-family: Verdana;
    color: #999999;
    border: 1px solid #ADADAD;
    width: 130px;
}


.RadCaptcha
{
    float:left;
    width:230px;
}

.RadCaptcha .captcha, .RadCaptcha .captchaPopUp
{
    float:left;
    width:230px;
}

.RadCaptcha .captcha img
{
    float:left;
    margin-left:10px;
}

.RadCaptcha .captchaPopUp img
{
    float:left;
}


.RadCaptcha .captcha p
{
    float:left;
    margin:0px;
    padding:0px;
    width:243px;
}

.RadCaptcha .captchaPopUp p
{
    float:left;
    margin:0px;
    padding:0px;
    width:230px;
}


.RadCaptcha .captcha p .captchaInput
{
    float:left;
    margin-top:0px;
	width: 233px;
	height: 22px;
	background-repeat: no-repeat;
	border: none;
	padding: 10px 0px 5px 10px;
	font-size: 14px;
	font-family: Verdana;
	color: #999999;
	border: 1px solid #D3D7DA;
}

.RadCaptcha .captchaPopUp p .captchaInput
{
    float:left;
    margin-top:5px;
	width: 230px;
	background-repeat: no-repeat;
	border: none;
	font-size: 14px;
	font-family: Verdana;
	color: #999999;
	border: 1px solid #D3D7DA;
}

.RadCaptcha .captcha p .captchaInfo
{
    float:left;
    width:230px;
    margin-top:5px;
    margin-left:10px;
    font-size:12px;
}

.RadCaptcha .captchaPopUp p .captchaInfo
{
    float:left;
    width:230px;
    margin-top:5px;
}



/* 
   #TAG CLOUD
   #http://www.geekzilla.co.uk/View960C74AE-D01B-428E-BCF3-E57B85D5A308.htm
*/

#tagCloud
{
    width: 290px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: justify;
    word-wrap: break-word;
}

#tagCloud A
{
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: lowercase;
}

#tagCloud A:hover
{
    color: #00cc00;
    text-decoration: underline;
}

#tagCloud A.weight1
{
    color: #FF0066;
    font-size: 1.9em;
    font-weight: bolder;
}
#tagCloud A.weight2
{
    color: #0099CC;
    font-size: 1.5em;
    font-weight: bolder;
}
#tagCloud A.weight3
{
    color: #82CE30;
    font-size: 1.4em;
    font-weight: bolder;
}
#tagCloud A.weight4
{
    color: #171717;
    font-size: 1.2em;
}
#tagCloud A.weight5
{
    color: #999999;
    font-size: 1.0em;
}


/*
	DYNAMIC CONTENT GALLERY BY ZAN
*/

.dynamicContentGallery .menuRight .menuRightNavigation a, .dynamicContentGallery .menuRight .menuRightNavigation a.selected
{
    float: right;
    padding: 4px 6px 4px 6px;
    color: #999999;
    background: #2D2D2D;
    text-decoration: none;
    margin-right: 5px;
}

.dynamicContentGallery .menuRight .menuRightNavigation a:hover
{
    float: right;
    padding: 4px 6px 4px 6px;
    color: #0099FF;
    background: #3A3A3A;
    text-decoration: none;
    margin-right: 5px;
}

.dynamicContentGallery .menuRight .menuRightNavigation a.selected
{
    background: #565656;
    color: white;
}


.dynamicContentGallery .menuRight .menuRightPoints ul
{
    list-style-type: disc;
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}


.dynamicContentGallery .menuRight .menuRightPlay
{
    background: url('images/gallery/play-video-button.png');
    width: 104px;
    height: 25px;
    float: left;
}

.dynamicContentGallery .menuRight .menuRightPlay:hover
{
    background: url('images/gallery/play-video-over.png');
    width: 104px;
    height: 25px;
    float: left;
}


/*

LANDING PAGE EDITED BY TIFFANY

*/

#landing-container
{
    margin: 5px 0 0 25px;
    padding: 15px 15px 0 15px;
    width: 900px;
    background-color: #FFF;
    background-image: url('images/landingpages/corner-top.png');
    background-repeat: no-repeat;
    background-position: top;
}

/* Grey Top Box */

#landing-inner-top
{
    margin: 0px;
    padding: 15px 20px 15px 25px;
    float: left;
    width: 855px;
    height: 438px;
    background-image: url('images/landingpages/greybg.png');
    background-repeat: no-repeat;
}

#landing-reasons-box
{
    margin: 10px 0 0 0;
    padding: 27px 0 0 0;
    float: left;
    background-image: url('images/landingpages/bluebg.png');
    width: 396px;
    height: 259px;
}

.landing-reason
{
    height: 55px;
    width: 400px;
    padding: 7px 0 0 25px;
}

.landing-reason-left
{
    float: left;
    height: 62px;
}

.landing-reason p
{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    line-height: 20px;
    color: #666;
}

span.reason-bold
{
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

span.reason-green
{
    color: #45b509;
}

#landing-video
{
    margin: 86px 0 0 0;
    padding: 15px 0 0 70px;
    background-image: url('images/landingpages/videobg.png');
    background-repeat: no-repeat;
    height: 270px;
}

.landing-left
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 400px;
}

.landing-right
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 455px;
}

/* Join Now Button */

#joinnow
{
    margin: 25px 0 0 20px;
    width: 347px;
    height: 53px;
    float: left;
    display: block;
    background-image: url('images/landingpages/joinbutton.png');
}

#joinnow a:link
{
    margin: 0px;
    padding: 0px;
    display: block;
}

#joinnow a:hover
{
    margin: 0px;
    padding: 0px;
    background-image: url('images/landingpages/joinbutton-hover.png');
    display: block;
}

/* Bottom Boxes */

#landing-bottom-left
{
    margin: 0px;
    padding: 10px 20px 0 25px;
    float: left;
    width: 405px;
}


#landing-featured
{
    margin: 20px 0 0 0;
    padding: 0px;
    background-image: url('images/landingpages/featurebg.png');
    width: 393px;
    height: 260px;
}

#landing-featured .feat1
{
    width: 156px;
    height: 84px;
    position: relative;
    top: 10px;
    left: 47px;
}

#landing-featured .feat2
{
    width: 156px;
    height: 84px;
    position: relative;
    top: -30px;
    left: 223px;
}

#landing-featured .feat3
{
    width: 156px;
    height: 84px;
    position: relative;
    top: -73px;
    left: 15px;
}

#landing-featured .feat4
{
    width: 156px;
    height: 84px;
    position: relative;
    top: -85px;
    left: 148px;
}


#landing-bottom-right
{
    margin: 0px;
    padding: 10px 20px 0 25px;
    float: left;
    width: 405px;
}


#landing-twitter
{
    margin: 20px;
    padding: 2px 0 0 0;
    width: 365px;
    height: 160px;
    background-image: url('images/landingpages/twitterbg.png');
    background-repeat: no-repeat;
}

#landing-twitter .right
{
    float: left;
    width: 340px;
    height: 74px;
    margin-left: 20px;
}

#landing-twitter .left
{
    float: left;
    width: 340px;
    height: 72px;
    margin-left: 0px;
}

#landing-twitter p.name
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #444;
    font-style: italic;
    margin: 15px 0 0 0;
    padding: 0px;
    font-weight: light;
}

#landing-twitter p.name a
{
    color: #444;
}

#landing-twitter span.italic
{
    font-size: 10px;
    color: #222;
    font-style: italic;
}

#landing-twitter p.tweet
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    margin: 5px 0 0 0;
    padding: 0px;
}

#landing-twitter .left p.tweet
{
    color: #fff;
}

#landing-twitter .thumb
{
    float: left;
    padding: 12px 10px 0 10px;
}


/* Follow Us */


#landing-follow
{
    width: 860px;
    clear: both;
    border-top: solid thin #ccc;
    margin: 20px 25px 0 25px;
    padding: 10px 0 0 0;
}

#landing-follow .right
{
    float: right;
}

/* Other */

#corner-bottom
{
    margin: 0 0 0 30px;
    padding: 0px;
    width: 930px;
    height: 10px;
    background-image: url('images/landingpages/corner-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

a img
{
    border: none;
}

.landing-clear
{
    clear: both;
}

.dottedline
{
    border-top: #999 dashed thin;
    margin-top: 5px;
    height: 5px;
    width: 100%;
}

.tab-state-one-first a.link, .tab-state-two-second a.link, .tab-state-three-third a.link
{
    color: #0099FF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.tab-state-one-second a.link, .tab-state-one-third a.link, .tab-state-two-first a.link, .tab-state-two-third a.link, .tab-state-three-first a.link, .tab-state-three-second a.link
{
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.tab-state-one-first, .tab-state-two-first, .tab-state-three-first
{
    width: 126px;
    height: 25px;
    padding-top: 10px;
    padding-right: 30px;
}


.tab-state-one-second, .tab-state-two-second, .tab-state-three-second
{
    width: 102px;
    height: 25px;
    padding-top: 10px;
    padding-right: 20px;
}

.tab-state-one-third, .tab-state-two-third, .tab-state-three-third
{
    width: 136px;
    height: 25px;
    padding-top: 10px;
    padding-right: 20px;
}

/* Profile Tabs */

.leftSideOn, .leftSideSecond, .tab2-firstoff, .PrfileTab-OneTwo-Off, .PrfileTab-RightEndOn, .tab-state-Right-On, .profileTab-Two-State-On, .tab-state-Right-On, .tab-state-middle-on, 
.tab-state-middle-off, .tabState-fith-On, .tabState-fith-off, .profileTab-Two-State-On, .tab-state-middle-on, .tab-state-middle-off, .tabState-fith-On
.tab2-firstoff, .PrfileTab-RightEndOn, .tab2-firstoff, .tabState-fith-off
{
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.leftSideOn
{
    background: url(images/tab/ProfileTabs/tab-state-one-first.gif) top left no-repeat;
    width: 84px;
    height: 34px;
    padding-left:30px;
    padding-top:10px;
}

.selected
{
    color:#09c !important;
}

.leftSideSecond
{
    background: url(images/tab/ProfileTabs/tab-state-one-second.gif) top left no-repeat;
    width: 114px;
    height: 34px;
    padding-top:10px;
}

.tabMediaItem
{
  
    border-bottom:1px solid #666666
}

.tab2-firstoff
{
    background: url(images/tab/ProfileTabs/tab2-firstoff.gif) top left no-repeat;
    width: 104px;
    height: 34px;
    padding-top:10px;
    text-indent:30px;
}

.PrfileTab-OneTwo-Off
{
    background: url(images/tab/ProfileTabs/Profiletab-One-Two-Off.gif) top left no-repeat;
    width: 116px;
    height: 34px;
    padding-top:10px;
    text-indent:30px;
}

.PrfileTab-RightEndOn
{
    background: url(images/tab/ProfileTabs/profileTab-RightEndOn.gif) top left no-repeat;
    width: 91px;
    height: 34px;
    padding-top:10px;
    text-indent:15px;
}

.profileTab-Two-State-On
{
    background: url(images/tab/ProfileTabs/profileTab-Two-status-on.gif) top left no-repeat;
    width: 103px;
    height: 34px;
    padding-top:10px;
    text-indent:20px;
}

.tab-state-Right-On
{
    background: url(images/tab/ProfileTabs/tab-state-Right-On.gif) top left no-repeat;
    width: 109px;
    height: 34px;
    padding-top:10px;
}

.tab-state-middle-on
{
    background: url(images/tab/ProfileTabs/tabState-middle-On.gif) top left no-repeat;
    width: 104px;
    height: 34px;
    padding-top:10px;
}

.tab-state-middle-off
{
    background: url(images/tab/ProfileTabs/tab-state-middle-off.gif) top left no-repeat;
    width: 84px;
    height: 34px;
    padding-left:10px;
    padding-top:10px;
}

.tabState-fith-On
{
    background: url(images/tab/ProfileTabs/tab-state-end-on.gif) top left no-repeat;
    width: 139px;
    height: 34px;
    padding-top:10px;
    text-align:center;
    text-indent:-60px;
}

.tabState-fith-off
{
    background: url(images/tab/ProfileTabs/tab-state-one-fifth.gif) top left no-repeat;
    width: 109px;
    height: 34px;
    padding-top:10px;
    padding-left: 6px;
}

