h1, h2, h3, h4, h5, h6, pre, code
{
    font-size: 1em;
}
ul, ol, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{
    margin: 0;
    padding: 0;
}
a img, :link img, :visited img
{
    border: none;
}
address
{
    font-style: normal;
}

:link, :visited
{
    text-decoration: none;
    color: #35923A;
    font-family: Helvetica, Verdana;
    font-size: 12px;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}

.page-copy a
{
    font-weight: normal;
}

.page-high-copy a
{
    font-weight: normal;
    font-size: 14px;
}

*
{
    outline: none;
}
body
{
    background-color: #0e0501;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Verdana;
    font-size: 12px;
    color: #000000;
    background-image: url(../images/bckTile.jpg);
}
.clear
{
    clear: both;
    height: 0px;
}

#clear
{
    clear: both;
    height: 0px;
}


.all
{
    background-image: url("../images/rightLogo.png");
    background-position: 98% 0px;
    background-repeat: no-repeat;
    min-height: 200px;
}

.content
{
    width: 939px; /*   min-height:1300px;   */
    margin: auto;
}

.main
{
    width: 939px;
}

.header
{
    height:130px;
	padding-top:20px;
}

.contentBody
{
    width: 939px;
}

.contentBody .leftColumn
{
    vertical-align: top;
    width: 640px;
    background-color: #FFFFFF;
}

.contentBody .leftColumn .info
{
    background-color: #ffffff;
    padding: 10px 38px;
    color: #2b2b2b;
    font-size: 12px;
    font-family: Helvetica, Verdana;
}


.contentBody .rightColumn
{
    width: 299px;
    background-image: url("../images/rightColBg.png");
    vertical-align: top;
}

.contentBody .rightColumn .info
{
    background-image: url("../images/rightColBg.png");
    padding: 5px 0px;
}

.contentBody .rightColumn .info h2
{
    margin: 10px;
    text-align: left;
}

.player
{
    border-top: 1px solid #5ca483;
    background-image: url('../images/playerBg.jpg');
    width: 562px;
    margin: -1px auto 0px;
    background-repeat: repeat-y;
}

.player h2
{
    margin-left: 19px;
}

.tabsControls
{
    margin: 15px auto 0px;
    width: 562px;
}

.tabsControls .tab
{
    display: block;
    height: 40px;
    float: left;
    cursor: pointer;
}

.tabsControls .tab1Hover
{
    background-image: url("../images/menu/menu1hover.png");
    width: 185px;
}

.tabsControls .tab2Hover
{
    background-image: url("../images/menu/menu2hover.png");
    width: 192px;
}

.tabsControls .tab3Hover
{
    background-image: url("../images/menu/menu3hover.png");
    width: 185px;
}

.tabsControls .tab1
{
    background-image: url("../images/menu/menu1.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 185px;
}

.tabsControls .tab2
{
    background-image: url("../images/menu/menu2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 192px;
}

.tabsControls .tab3
{
    background-image: url("../images/menu/menu3.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 185px;
}


.tabsControls .tab1Active
{
    background-image: url("../images/menu/menu1selected.png");
    width: 185px;
}

.tabsControls .tab2Active
{
    background-image: url("../images/menu/menu2selected.png");
    width: 192px;
}

.tabsControls .tab3Active
{
    background-image: url("../images/menu/menu3selected.png");
    width: 185px;
}

h1
{
    font-size: 22px;
    font-family: Helvetica, Verdana;
    color: #35923a;
    margin: 10px 0px;
}

h2
{
    font-size: 16px;
    font-family: Helvetica, Verdana;
    color: #00703c;
    text-align: left;
}

.dotLine, .dotLineLite
{
    height: 2px;
    margin: 10px auto;
    background-image: url('../images/dot.png');
    display: block;
}

.dotLineLite
{
    margin: 3px auto;
}



.video
{
    margin: 14px auto;
    width: 521px;
}

.player .mainInfo
{
    margin: 14px auto;
    width: 521px;
}

.player .mainInfo p
{
    margin-top: 5px;
}

.player .mainInfo h2
{
    font-size: 14px;
    margin-left: 0px;
}

.videoBrowser
{
    width: 521px;
    margin: auto;
    height: 440px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #D4D4D4;
    margin-top: 5px;
	position:relative;
}

.videoRow
{
    padding: 10px;
    background-color: #e1e1e1;
    width: 500px;
    border-bottom: 1px solid #A9A9A9;
}

.videoRow:hover, .videoActive
{
    background-color: #d4eed5;
}

.videoRow .videoInfo
{
    float: left;
    width: 350px;
    font-weight: normal;
}

.videoRow h3
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    color: #565656;
}

.videoRow p
{
    font-family: Arial;
    color: #292929;
    font-size: 12px;
    line-height: 19px;
}

.videoRow p.details
{
    color:#292929;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	margin-top:5px;
}


.videoRow .date
{
    font-size: 12px;
}

.videoRow .videoRating
{
    color: #282828;
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica, Verdana;
}

.rateVideo
{
    float: left;
    margin-top: 2px;
    margin-left: 20px;
}

.rateVideo span
{
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Verdana;
}

.rateVideo img
{
    vertical-align: baseline;
}

.rateVideo p
{
    margin-top: 13px;
    color: #333333;
    font-size: 12px;
}

.shareVideo
{
    float: left;
    height: 20px;
    width: 288px;
    margin-left: 20px;
    position: relative;
}

.shareVideo .socialNetworks
{
    width: 252px;
    height: 19px;
    background-image: url("../images/networks.jpg");
    position: absolute;
    top: 16px;
    right: 0px;
    padding: 14px 3px 0px;
    font-size: 11px;
    font-family: Arial;
}

a.shareThis:link, a.shareThis:visited
{
    display: block;
    height: 16px;
    padding-left: 20px;
    margin-left: 20px;
    float: right;
    background-image: url("../images/sharethis.jpg");
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
}

a.favorites:link, a.favorites:visited
{
    display: block;
    height: 16px;
    padding-left: 22px;
    margin-left: 20px;
    float: right;
    background-image: url("../images/favorites.jpg");
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
}

a.facebook:link, a.facebook:visited
{
    margin: 0px 2px;
    height: 16px;
    padding-left: 18px;
    background-image: url("../images/facebook.jpg");
    background-repeat: no-repeat;
    color: #28637a;
    font-size: 11px;
}

a.twitter:link, a.twitter:visited
{
    margin: 0px 2px;
    height: 18px;
    padding-left: 18px;
    background-image: url("../images/twitter.jpg");
    background-repeat: no-repeat;
    color: #28637a;
    font-size: 11px;
}

.menu
{
    width: 264px;
    margin: auto;
}

.menu .menuItem
{
    margin: 6px 0px;
    text-align: center;
}

.icons
{
    height:35px;
    padding-left:40px;
    padding-top:5px;
    text-align:center;
}

.icons div
{
    margin: 0px 7px;
	float:left;
}

.partners
{
    text-align: center;
}

.partners ul
{
    list-style: none;
    margin-top: 10px;
}

.partners ul li
{
    text-align: center;
}

a.partnerLink:link, a.partnerLink:visited
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    color: #454545;
}

.tweetsHeader
{
    width: 258px;
    margin: auto;
}

.tweets
{
    border: 1px solid #d4d4d4;
    width: 272px;
    margin: auto;
    padding: 2px;
    overflow: scroll;
    height: 300px;
    overflow-x: hidden;
    background-color: #f6f6f6;
}

.tweetRow
{
    margin: 3px 0px;
    padding: 5px;
    color: #292929;
    font-family: Arial;
    border-bottom: 1px solid #d4d4d4;
}

.tweetRow .pic, .tweetRow .TweetInfo
{
    float: left;
}

.tweetRow .pic img
{
    border: 1px solid #839384;
}
.tweetRow .TweetInfo
{
    width: 245px;
    background: transparent;
}

.tweetRow h3
{
    color: #096331;
    font-weight: bold;
    font-size: 12px;
}
.tweetRow p
{
    font-size: 11px;
    margin-top: 4px;
}
.tweetRow span
{
    color: #5d5d5d;
    font-size: 11px;
}

.pagination
{
    width: 520px;
    margin: auto;
    text-align: right;
    padding: 2px;
}

a.page:link, a.page:visited, .pageActive
{
    border: 1px solid #099F59;
    padding: 1px 4px;
    margin: 0px 1px;
    color: #00713D;
    text-decoration: none;
}

a.page:hover, .pageActive
{
    color: #ffffff;
    background-color: #00713D;
}

.loginPanel
{
    padding-left: 20px;
    text-align: right;
    padding-right: 20px;
}

.logonPanel
{
    padding: 20px;
}

.inputText
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF url(../images/bg-form-input.png) no-repeat scroll left top;
    border: 1px solid #999999;
    color: #444444;
    font-size: 12px;
    padding: 4px 2px;
    width: 350px;
}

.description
{
    width: 450px;
}

.center
{
    text-align: center;
}

.page-copy
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-high-copy
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.list-copy
{
    margin-left: 30px;
}

.step-info
{
    padding-top: 20px;
}

.list-copy li
{
    margin: 10px;
}

.bayesian-rating
{
    padding-left: 20px;
}


.footer
{
    height: 30px;
}

.error-msg
{
    padding: 10px;
}

.directions
{
    padding: 10px;
    height: 760px;
    padding-top: 20px;
}

.submit-video
{
    padding: 10px;
    height: 760px;
    padding-top: 20px;
}

#wndVideo
{
    display: none;
}

#wndMpPlayer
{
    display: none;
}

#rules
{
    background-color: #FFFFFF;
    color: #2B2B2B;
    font-family: Arial;
    font-size: 12px;
    height: 1040px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 35px;
    width: 600px;
}

.success-message
{
    padding-top: 30px;
    font-size: 16px;
    color: #35923A;
}

.error-message
{
    padding-top: 30px;
    font-size: 16px;
    color: #35923A;
}

.stuff
{
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.not-validated
{
    padding-top: 150px;
    height: 200px;
    width: 521px;
    font-size: 16px;
    text-align: center;
    color: #35923A;
}

.shareThis
{
    float: left;
}


.sidebarVideoHeader
{
    width: 258px;
    margin: auto;
}

.sidebarVideos
{
    border: 1px solid #d4d4d4;
    width: 272px;
    margin: auto;
    padding: 2px;
    overflow: scroll;
    height: 360px;
    overflow-x: hidden;
    background-color: #f6f6f6;
    position:relative;
}

.sidebarVideoRow
{
    margin: 0px 0px;
    padding: 5px;
    color: #292929;
    font-family: Arial;
    border-bottom: 1px solid #d4d4d4;
}

.sidebarVideoRow .pic
{
    float: left;
}

.sidebarVideo .pic img
{
    border: 1px solid #839384;
}
.sidebarVideo .sideBarInfo
{
    padding-left: 10px;
    width: 210px;
    background: transparent;
}

.sidebarVideo h3
{
    color: #096331;
    font-weight: bold;
    font-size: 12px;
}
.sidebarVideo p
{
    font-size: 11px;
    margin-top: 4px;
}

.sidebarVideo span
{
    color: #5d5d5d;
    font-size: 11px;
}

.sidebarVideos .thumb
{
    height: 54px;
    width: 90px;
    float: left;
    margin: 0 8px 0 0;
    border: 3px double #999999;
    display: block;
    overflow: hidden;
}

.sidebarVideos .thumb .vimg90
{
    height: 70px;
    width: 90px;
}

.videoBrowser .videoRow .thumb
{
    height: 90px;
    width: 120px;
    float: left;
    margin: 0 8px 0 0;
    border: 3px double #999999;
    display: block;
    overflow: hidden;
}

.videoBrowser .videoRow .thumb .vimg120
{
    height: 90px;
    width: 120px;
}


.sidebarVideos
{
    font-size: 11px;
    color: #464646;
}

.sidebarVideos .sidebarVideoRow .videoinfo
{
    padding: 0px;
    float: left;
    width: 137px;
}

.sidebarVideos h3
{
    font-size: 12px;
    margin: 0px;
    color: #464646;
    padding: 0px;
}
.sidebarVideos .sidebarVideoRow .videoinfo p
{
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
}


.sidebarVideoRow:hover
{
    background-color: #d4eed5;
}

.video-time
{
    bottom: 1px;
    margin-right: 0;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    right: 1px;
}

.thumb
{
    position:relative;
}

.thumb span
{
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #000000;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    opacity: 0.75;
    padding: 0 4px;
    vertical-align: top;
}

.icons ul
{
    list-style:none;
}

.icons ul li
{
    padding-right:30px;
    float:left;
}


.main_wrapper
{
    background-image: url("../images/gradient_transparent.png");
    background-repeat:no-repeat;
}
