﻿
/* example css */
body
{    
    background-image:url(../images/body_bground_b_ie6.gif?1);
    background-repeat:no-repeat;
    background-position:top center;
    margin:0;
    padding:0;
}

a { font-family:Georgia; }

a:hover { font-family:Georgia; }

img { border:none; }

.aboutcontent
{
    background-color:#F0F8E9;
    padding:5px;
    width:681px;
}

.accountform
{
    background-color:White;
    border:5px solid #D1E3B3;
}

.accountnav
{
    background-color:White;
    border:5px solid #D1E3B3;
    cursor:pointer;
    padding:5px;
    width:192px;
    z-index:1 !important;
}

.accountnav a
{
    color:#848484 !important;
    cursor:pointer !important;
    font-size:12px !important;
    font-family:Arial;
    text-decoration:none;
}

.accountnav a:hover
{
    color:#015E80 !important;
    cursor:pointer !important;
    font-size:12px !important;
    font-family:Arial;
    font-weight:bold;
    text-decoration:underline;
}

a.accountnavselected 
{
    color:#015E80 !important;
    cursor:pointer !important;
    font-size:12px !important;
    font-family:Arial;
    font-weight:bold;
    text-decoration:underline;
}

a.bluelink
{
    color:#29A0A9 !important;
    font-family:Arial;
    font-size:12px !important;
}

#BookMarklet
{
    float:right;
    margin-bottom:3px;
    margin-top:15px;
    text-decoration:none;
    width:290px;
    text-align:right;
    font-family:Times New Roman;
}
            
#BookMarklet a
{
    color:white;
    text-decoration:none;
    font-family:Times New Roman;
}

#BookMarklet a:hover
{
    color:white;
    text-decoration:underline;
    font-family:Times New Roman;
}

.btnGo
{
    background-color:Transparent !important;
    background-image:url(../images/btnGo.gif?1) !important;
    background-repeat:no-repeat !important;
    border:0 !important;
    cursor:pointer !important;
    height:25px !important;
    width:26px !important;
}

.btnSearch
{
    background-color:Transparent !important;
    background-image:url(../images/btnSearch.gif?1) !important;
    background-repeat:no-repeat !important;
    border:0 !important;
    color:White !important;
    cursor:pointer !important;
    font-family:Georgia !important;
    font-size:16px !important;
    font-weight:bold !important;
    height:39px !important;
    text-decoration:underline !important;
    width:109px !important;
}

.btnUpload
{
    background-color:Transparent !important;
    background-image:url(../images/btnUpload.gif?1) !important;
    background-repeat:no-repeat !important;
    border:0 !important;
    cursor:pointer !important;
    height:29px !important;
    width:73px !important;
}

.content
{
    color:#005E80 !important;
    font-family:Arial !important;
    font-size:13px !important;
}

.content a
{
    color:#29A0A9 !important;
    font-family:Arial !important;
    font-size:13px !important;
    text-decoration:underline !important;
}

.content a:hover
{
    color:#1C81A6 !important;
    font-family:Arial !important;
    font-size:13px !important;
    text-decoration:underline !important;
}

.dropdownlist
{
    color:#005E80;
    border:1px solid #C8C8C8;
    font-family:Arial;
    font-size:14px;
    height:26px;
    line-height:26px;
    width:173px;
}

.editlink
{
    color:#99B431;
    font-family:Georgia;
    font-size:16px;
    text-decoration:none;
}

a.editlink 
{
    color:#99B431;
    font-family:Georgia;
    font-size:16px;
    text-decoration:none !important;
}

a.editlink:hover
{
    color:#99B431;
    font-family:Georgia;
    font-size:16px;
    text-decoration:underline !important;
}

.ErrorSummary
{
	background-image: url(../images/alert.png?1);
	background-repeat:no-repeat;
	border:5px solid #DD3C10;
	background-color:#FFEBE8;
	text-align:left;
	min-height:50px;
	height:auto !important;
	height:50px;
	min-width:300px;
	width:320px;
	padding-left:50px;
	padding-top:11px;
	padding-bottom:11px;
	color:#333333 !important;
	font-size:12px;
	line-height:15px;
	background-position:10px 15px;
	margin:10px;
}

.ErrorSummary_HeaderText
{
    font-size:16px;
    font-weight:bold;
}

.flagged
{
    background-color:white;
    border: solid 5px Red; 
    color:#005E80 !important;
    display:block;
    font-family:Arial !important;
    font-size:13px !important;
    padding:10px; 
	width:300px;
}

.flaggedvideo
{
    background-color:white;
    color:#005E80 !important;
    display:block;
    font-family:Arial !important;
    font-size:13px !important;
    padding:10px; 
}

.fullwidthpadding { padding:10px 20px 20px 20px !important;}

.fullwidthcontent
{
    clear:both;
    color:#005E80;
    font-family:Arial;
    font-size:13px;
    padding:10px 60px 20px 60px;
}

.fullwidthcontent a
{
    color:#34B8C2;
    font-family:Arial;
    font-size:13px;
    text-decoration:underline;
}

.fullwidthcontent a:hover
{
    color:#1C81A6;
    font-family:Arial;
    font-size:13px;
    text-decoration:underline;
}

.fullwidthcontent b { font-size:13px; }

.fullwidthcontent p { padding:0 10px 0 10px; }

.helpclose
{
    cursor:pointer;
}

.helpdiv
{
    cursor:pointer;
    border:5px solid #34B8C2;
    background-color:White;
    font-family:Arial !important;
    font-size:13px !important;
    padding:15px 15px 15px 25px;
    display:none;
    z-index:10000;
    position:absolute;
    width:300px;
}

.helpdiv li { padding-bottom:10px; }

.helpdiv ul
{
    margin:0px;
    padding:0px;
}

.helpdiv a
{
    color:#34B8C2 !important;
    font-family:Arial;
    font-size:12px !important;
    line-height:18px !important;
    text-decoration:underline !important;
}

.helpdiv a:hover
{
    color:#1C81A6 !important;
    font-family:Arial !important;
    font-size:12px !important;
    line-height:18px !important;
    text-decoration:underline !important;
}

.helplink
{
    cursor:pointer;
    z-index:-1;
}

.helpwrapper 
{ 
    position:relative; 
}

.helprate 
{ 
    display:block; 
    font-family:Arial !important;
    font-size:12px !important;
    margin-bottom:5px;
    text-transform:uppercase;
    text-align:center;
}

.leftpadding
{
    padding-left:1px;
}

.loggedin
{
    padding-top: 30px; 
}

.myaccountbottom
{
    background-color:#F0F8E9; 
    border:1px solid #A3B65D; 
    border-top:0;
    clear:both;
    float:left; 
    padding:10px; 
    width:691px;
}

.myaccountfilter
{
    background-color:#F0F8E9; 
    border:1px solid #D5E69B; 
    border-bottom:0;
    float:left; 
    padding:10px; 
    width:691px;
}
.myaccountleft { float:left; }

.myaccountpadding { padding-top:10px; }

.myaccountright
{
    float:left;
}

.myaccountright_full
{
    width:100%; 
}

.myaccountright_partial
{
    margin-left:10px;
    width:711px; 
}

.noborder
{
    border:none !important;
}

.PagingBandContainer 
{
    background-color:#FFFDEB;
	padding: 10px;
}

.pointer { cursor:pointer; }

.postedby
{
    font-family:Trebuchet MS;
    font-size:10px !important;
    clear:both;
    color:#99B431; 
}

.postedby a
{
    font-family:Trebuchet MS;
    font-size:10px !important;
    clear:both;
    color:#99B431; 
    text-decoration:underline !important;
}

.recentvideos
{
    background-color:White;
    clear:both;
    color:#29A0A9;
    font-family:Arial;
    font-size:12px;
    padding:10px;
}
.recentvideos a
{
    color:#99B431;
    font-size:12px;
    text-decoration:underline;
}

.recentvideos a:hover
{
    color:#99B431;
    font-size:12px;
    text-decoration:underline;
}

.searchboxfooter
{
    background-color:#D0E878;
    color:#005E80;
    border:none;
    font-size:16px;
    height:30px;
    line-height:30px;
    width:170px;
}

.sharedbox
{
    color:#005E80;
    background-color:#E7F2DC;
    border:0;
    font-size:11px;
    padding:5px;
}

.subheader
{
    clear:both;
    color:#34B8C2;
    font-family:Georgia;
    font-size:16px;
    font-weight:bold;
}
.subheader a
{
    clear:both;
    color:#34B8C2 !important;
    font-family:Georgia !important;
    font-size:16px !important;
    font-weight:bold;
    text-decoration:none !important;
}

.SubVideoTitle
{
    color:#99B431;
    font-size:11px;
}

.tab_VideoSummary
{
    color:#34B8C2 !important;
    background-color:#E6F1CE !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_VideoSummary_selected
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    font-weight:bold !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_VideoSummary_hover
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_Videos
{
    color:#34B8C2 !important;
    background-color:#E6F1CE !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_Videos_selected
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    font-weight:bold !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_Videos_hover
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_VideoComments
{
    color:#34B8C2 !important;
    background-color:#E6F1CE !important;
    border:0 !important;
    border-left:1px solid white !important;
    border-right:1px solid white !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_VideoComments_selected
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    border-left:1px solid white !important;
    border-right:1px solid white !important;
    font-size:14px !important;
    font-weight:bold !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_VideoComments_hover
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    border-left:1px solid white !important;
    border-right:1px solid white !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_VideoHistory
{
    color:#34B8C2 !important;
    background-color:#E6F1CE !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}
.tab_VideoHistory_selected
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    font-weight:bold !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}
.tab_VideoHistory_hover
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_CategoryComments
{
    color:#34B8C2 !important;
    background-color:#E6F1CE !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_CategoryComments_selected
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    font-weight:bold !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_CategoryComments_hover
{
    color:#34B8C2 !important;
    background-color:#ffffff !important;
    border:0 !important;
    font-size:14px !important;
    height:47px !important;
    line-height:47px !important;
    text-decoration:none !important;
}

.tab_HomePage
{
    color:#1C81A6 !important;
    background-color:#D1E886 !important;
    border:0 !important;
    font-size:17px !important;
    height:49px !important;
    line-height:24px !important;
    text-decoration:none !important;
}

.tab_HomePage_selected
{
    color:#005E80 !important;
    background-color:#DAEC9E !important;
    border:0 !important;
    font-size:17px !important;
    height:49px !important;
    line-height:24px !important;
    text-decoration:none !important;
}

.tab_HomePage_hover
{
    color:#005E80 !important;
    background-color:#D1E886 !important;
    border:0 !important;
    font-size:17px !important;
    height:49px !important;
    line-height:24px !important;
    text-decoration:none !important;
}


.textbox
{
    color:#005E80;
    border:1px solid #C8C8C8;
    font-family:Arial;
    font-size:14px;
    height:26px;
    line-height:26px;
    width:170px;
}

.textarea
{
    color:#005E80;
    border:1px solid #C8C8C8;
    font-family:Arial;
    font-size:14px;
    width:170px;
}

.VideoTitle
{
    color:#29A0A9;
    font-family:Georgia;
    font-size:18px;
    text-decoration:none;
}

a.VideoTitle 
{
    color:#29A0A9;
    font-family:Georgia;
    font-size:18px;
    text-decoration:none;
}

a.VideoTitle:hover
{
    color:#29A0A9;
    font-family:Georgia;
    font-size:18px;
    text-decoration:underline !important;
}

.views
{
    color:#F3990D;
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:bold;
}

.whitebground 
{ 
   background-color:White; 
   margin-left:auto;
   margin-right:auto;
   width:552px;
}

.whitecategorybground 
{ 
   background-color:White; 
   margin-right:auto;
   width:562px;
}

#divFlagVideo
{
    background:#fff;
    border:solid 5px #99B431;
    color:#666;
    display:none;
    font-family:Arial;
    font-size:12px;
    padding:5px;
    position:absolute;
    text-align:left;
    z-index:1100 !important;
}

#aAddVideo 
{
	font-family:Times New Roman;
}

#AddVideo
{ 
    background:#edeeed; 
    border:solid 5px #3B88B0; 
    color:#666; 
    display:none; 
    font-family:Arial;
    font-size:12px; 
    left:-151px; 
    padding:5px;
    position:absolute;
    text-align:left; 
    top:18px; 
    width:235px;
    z-index:1100 !important; 
}

#AddVideoInnerWrapper
{
    position:relative;
}

#AddVideoWrapper
{
    float:left;
    padding-left:15px;
    padding-top:13px;
    position:relative;
    z-index: 1100 !important;
}

#AddVideoWrapper a
{
    color:#B6DBEE;
    text-decoration:none;
}

#AddVideoWrapper span
{
    color:#6EBEE9;
    font-size:11px;
}

#ContentWrapper
{
    float:left; 
    padding-left:19px;
    width:577px; 
}

#FilterBox
{
    background-color:#F0F8E9; 
    border:1px solid #D5E69B; 
    border-bottom:0;
    float:left; 
    padding:10px; 
    width:550px; 
}

#Footer
{
    background-color:White;
    background-image:url(../images/footer_bground.gif?1);
    background-repeat:no-repeat;
    clear:both;
    height:332px;
    margin-left:auto;
    margin-right:auto;
    width:973px;
}

#FooterBottom
{
    clear:both;
    margin-left:auto;
    margin-right:auto;
    padding-top:30px;
    width:973px;
}

#FooterBottom li
{
    color:#848484;
    float:left;
    list-style:none;
    padding-right:5px;
}

#FooterBottom ul
{
    clear:both;
    margin:0;
    padding:0;
}

#FooterBottom a
{
    color:#848484;
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

#FooterBottom a:hover
{
    color:#848484;
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
}

#FooterBottomLeft
{
    float:left;
    padding-left:40px;
}

#FooterBottomRight
{
    float:right;
    /*padding-top:25px;*/
    padding-right:40px;
    color:#A7C240;
    font-family:Georgia;
    font-size:18px;
    font-weight:bold;
}

#FooterSpacer
{
    background-color:White;
    clear:both;
    height:30px;
    margin-left:auto;
    margin-right:auto;
    width:973px;
}

#FooterSpacer a
{
    color:#43ACDD;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

#FooterSpacer a:hover
{
    color:#43ACDD;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

#FooterTopLeft
{
    color:#6F6F6F;
    float:left;
    font-family:arial;
    font-size:14px;
    line-height:22px;
    padding-left:42px;
    padding-top:39px;
    width:555px;
}

#FooterTopLeft span
{
    color:#F3990D;
    font-family:Georgia;
    font-size:18px;
    font-weight:bold;
}

#FooterTopLeft img
{
    float:right;
    padding-top:5px;
}

#FooterTopRight
{
    color:#A7C240;
    float:right;
    font-family:Georgia;
    font-size:16px;
    font-weight:bold;
    padding-top:54px;
    width:244px;
}

#FooterTopRight span
{
    color:#43ACDD;
    display:block;
    float:left;
    font-family:Georgia;
    font-size:18px;
    font-weight:bold;
    padding-top:5px;
}

#FooterTopRight span a
{
    color:#F3990D;
    font-family:Georgia;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}

#FooterTopRight span a:hover
{
    color:#F3990D;
    font-family:Georgia;
    font-size:18px;
    font-weight:bold;
    text-decoration:underline;
}



#FooterTopRight div
{
    background-color:#DFF1F9;
    clear:both;
    float:left;
    font-family:Georgia;
    font-size:18px;
    font-weight:bold;
    padding:20px 10px 20px 10px;
    width:140px;
}

#FullWidthContainer { width:100%; }

#FullWidthContent
{
    clear:both;
    color:#005E80;
    font-family:Arial;
    font-size:13px;
    padding:10px 60px 20px 60px;
}

#FullWidthContent a
{
    color:#29A0A9;
    font-family:Arial;
    font-size:13px;
    text-decoration:underline;
}

#FullWidthContent a:hover
{
    color:#1C81A6;
    font-family:Arial;
    font-size:13px;
    text-decoration:underline;
}

#FullWidthContent b { font-size:13px; }

#FullWidthContent p { padding:0 10px 0 10px; }

#FullWidthHeader
{
    clear:both;
    background-color:#D1E886;
    float:right;
    height:49px;
    line-height:49px;
    padding-left:30px;
    width:912px;
    padding-left:25px;
}

#FullWidthHeader h2
{
    color:#005E80;
    font-family:Georgia;
    font-size:18px;
    margin:0;
    padding:0;
}

#InnerWrapper
{
    margin-left:auto;
    margin-right:auto;
    width:973px;
}

#LeftColumnWrapper
{ 
    background-image:url(../images/rightcolumn_bground_repeat.gif?1); 
    background-position:top right;
    background-repeat:repeat-y;
    clear:both;
    float:left;
    margin-left:2px;
    position:relative;
    width:364px;
}

#LeftColumnHeader
{
    color:#005E80;
    font-family:Georgia;
    font-size:18px;
    padding-left:30px;
}

#Header
{
    width:973px;
}

#LoginMaster
{
    color:#F5A05B;
    float:right;
    font-family:Georgia;
    font-size:10px;
    padding-top:10px;
    position:relative;
}

#LoginMaster a
{
    color:#34B8C2;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}

#LoginMaster a:hover
{
    color:#34B8C2;
    font-size:16px;
    font-weight:bold;
    text-decoration:underline;
}

#LoginMaster b
{
    font-size:16px;
}

#LoginMaster span
{
    background-image:url(../images/loginmaster_input_bground.gif?1);
    background-repeat:no-repeat;
    display:block;
    height:34px;
    width:121px;
}

#LoginMaster .smallheaderfont 
{
	font-size:10px;
	font-family: Arial;
    background-image:none;
    display:inline;
    height:auto;
    width:auto;
}

#LoginMaster .textbox
{
    background-color:Transparent;
    border:0;
    color:#1C81A6;
    font-size:14px;
    height:34px;
    padding-top:5px;
    width:118px;
}

#LoginMessage
{
    background-image:none !important;
}

#LoginMessage span b
{
    font-size:12px !important;
}

#LoginMessage span
{
    background-image:none !important;
}

#LoginMessage .override
{
    border:5px solid #DC2F2F;
    background-color:#F9E6E6;
    color:red;
    display:block;
    padding:5px;
    padding-bottom:0;
    position:absolute;
    top:75px;
    left:10px;
    width:330px;
    z-index:1000;
}

#LoginMessage .override a
{
    color:#34B8C2;
    font-size:10px;
    text-decoration:none;
}

#LoginMessage .override a:hover
{
    color:#34B8C2;
    font-size:10px;
    text-decoration:underline;
}


#Logo
{
    float:left;
    position:relative;
}

#LogoFooter
{
    clear:both;
    float:left;
    position:relative;
    padding-bottom:15px;
}

#MainNav
{
    clear:both;
    float:left;
    padding-left:25px;
    padding-top:20px;
    position:relative;
}

#MainNav a
{
    color:White;
    font-size:16px;
    text-decoration:none;
}

#MainNav a:hover
{
    color:White;
    font-size:16px;
    text-decoration:underline;
}

#MainNav li
{
    float:left;
    list-style:none;
    padding-right:25px;
}

#MainNav ul
{
    clear:both;
    margin:0;
    padding:0;
}

#OuterWrapper
{
    background-image:url(../images/body_bground_c.gif?1);
    background-position:top center;
    background-repeat:no-repeat;
    clear:both;
    height:710px;
    margin-left:auto;
    margin-right:auto;
    width:973px;
}

#RightColumnContainer { width:100%; }

#RightColumnContent
{
    clear:both;
    color:#005E80;
    font-family:Arial;
    font-size:13px;
    padding:10px 60px 20px 60px;
}


#RightColumnContent a
{
    color:#57A1C8;
    font-family:Arial;
    font-size:13px;
    text-decoration:underline;
}

#RightColumnContent a:hover
{
    color:#1C81A6;
    font-family:Arial;
    font-size:13px;
    text-decoration:underline;
}

#RightColumnContent b { font-size:13px; }

#RightColumnContent p { padding:0 10px 0 10px; }

#RightColumnHeader
{
    clear:both;
    background-color:#D1E886;
    float:right;
    height:49px;
    line-height:49px;
    margin-bottom:10px;
    padding-left:14px;
    width:560px;
}

#RightColumnHeader h2
{
    color:#005E80;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:0;
}

#RightColumnHeader h2 a 
{
    color:#7F9237;
    font-family:Georgia;
    font-size:12px;
    text-decoration:none !important;
}

#RightColumnHeader h2 a:hover
{
    color:#7F9237;
    font-family:Georgia;
    font-size:12px;
    text-decoration:underline !important;
}

#RightColumnHeader span
{
    line-height:20px;
}

#RightColumnHeader-Video
{
    clear:both;
    background-color:#D1E886;
    float:right;
    height:49px;
    margin-bottom:10px;
    padding-left:14px;
    width:560px;
}

#RightColumnHeader-Video h2
{
    color:#005E80;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:0;
}

#RightColumnHeader-Video h2 a 
{
    color:#7F9237;
    font-family:Georgia;
    font-size:12px;
    text-decoration:none !important;
}

#RightColumnHeader-Video h2 a:hover
{
    color:#7F9237;
    font-family:Georgia;
    font-size:12px;
    text-decoration:underline !important;
}

#SearchBground
{
    /*background-image:url(../images/rightcolumn_bground.jpg?1); */
    background-position:top center;
    background-repeat:no-repeat; 
    height:248px;
    padding-top:14px;
    position:relative;
}

#Share 
{
    background-color:White;
    border:1px solid #D5E69B;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:552px;
}

#ShareCategory
{
    background-color:White;
    border:1px solid #D5E69B;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:542px;
}

#SubNav
{
    clear:both;
    float:left;
    padding-left:390px;
    padding-top:10px;
    padding-bottom:11px;
    position:relative;
    width: 560px;
    height: 30px;
}

#SubNav a
{
    color:#005E80;
    font-size:16px;
    text-decoration:none;
}

#SubNav a:hover
{
    color:#005E80;
    font-size:16px;
    text-decoration:underline;
}

#SubNav li
{
    float:left;
    list-style:none;
    padding-right:30px;
}

#SubNav ul
{
    clear:both;
    margin:0;
    padding:0;
}

#TableWrapper
{
    background-image:url(../images/content_bground_c.gif?1);
    background-repeat:repeat-y;
    background-position:top center;
    width:973px;
}

#Using
{ 
    background:#5195B9; 
    color:#666; 
    display:none; 
    font-family:Arial;
    font-size:12px; 
    left:-3px; 
    position:absolute;
    text-align:left; 
    top:26px; 
    width:150px;
    z-index:1100 !important; 
}

#Using ul
{ 
    padding:0;
    margin:0;
    width:100%;
}

#Using li
{ 
    height:29px;
    line-height:29px;
    list-style:none;
    width:100%;
}

#Using a
{ 
    background-image:none !important;
    color:#B6DBEE;
    display:block;
    font:12px Arial;
    line-height:29px;
    padding-left:10px;
    text-decoration:none;
    width:140px;
}

#Using a:hover
{ 
    background-color:#3F8BB2;
    background-image:none !important;
    color:White;
    display:block;
    font:12px Arial;
    line-height:29px;
    padding-left:10px;
    text-decoration:none;
    width:140px;
}

#UsingWrapper
{
    float:left;
    height:27px;
    margin-left:108px;
    margin-top:10px;
    width:59px;
}

#UsingInnerWrapper
{
    color:#B6DBEE;
    float:right;
    position:relative;
    text-decoration:none;
    padding:2px 0 0 2px;
    width:54px;
    z-index: 1100 !important;
}

#aUsing
{
    background:transparent url(../images/using_arrow.gif?1) no-repeat scroll 40px 5px;
    color:#B6DBEE;
    display:block;
    padding-left:3px;
    text-decoration:none;
    font-family:Times New Roman; 
}

#VideoDetails
{
    background-color:White;
    border:1px solid #D5E69B;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:552px;
}

#VideoCategoryDetails
{
    background-color:White;
    border:1px solid #D5E69B;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:542px;
}

.RadSlider_Vista .rslHorizontal a.rslDraghandle 
{
    background-image:url(../images/slider_bars.png?1) !important;
}

.RadSlider_Vista .rslHorizontal .rslSelectedregion 
{
    background:transparent url(../images/slider_bground.gif?1) repeat-x scroll left top !important;
}

.RadSlider_Vista .rslHorizontal .rslTrack 
{
    background:none !important;
    background:transparent url(../images/slider_bground.gif?1) repeat-x scroll left top !important;
}

.RadTreeView 
{
    cursor:default;
    white-space:normal !important;
    width:300px;
}

.RadTreeView .rtHover .rtIn
{
    background-color:transparent !important;
    background-image:none !important;
    border:none !important;
    color:#57A1C8 !important;
    font-weight:normal !important;
}

.RadTreeView_Vista .rtPlus
{
    background-image:url(../images/bullet_root.png?1) !important;
}

.RadTreeView_Vista .rtMinus 
{
    background-image:url(../images/bullet_root_expanded.png?1) !important;
}

.RadTreeView_Vista .rtSelected .rtIn 
{
    background-color:transparent !important;
    background-image:none !important;
    border:none !important;
    color:#57A1C8 !important;
    font-weight:normal !important;
}

.RadTreeView_Vista, .RadTreeView_Vista a.rtIn, .RadTreeView_Vista .rtEdit .rtIn input 
{
    color:#848484 !important;
    font-family:Georgia !important;
    font-size:14px !important;
}

.RadTreeView .rtLI
{
    background-image:url(../images/bullet_root_nochildren.png?1) !important;
    background-repeat:no-repeat !important;
    background-position:3px 6px !important;
}

.RadGrid_Vista 
{
    border:1px solid #D5E69B !important;
    border-left:1px solid #D5E69B !important;
    border-right:medium none !important;
    border-top:0 !important;
    color:#005E80 !important;
}

.RadGrid_Vista .rgHeader, .RadGrid_Vista th.rgResizeCol 
{
    background-image: none !important;
    background-color:#DBEDA3 !important;
    border:1px solid #D5E69B !important;
    border-left:0 !important;
    border-bottom:0 !important;
    color:#005F80 !important;
    font-weight:bold !important;
    height:35px !important;
    margin:0 !important;
    padding:0 !important;
}

.RadGrid_Vista .rgInfoPart 
{
    color:#8BA135 !important;
    text-transform:uppercase !important;
}


.RadGrid_Vista .rgInfoPart strong
{
    color:#8BA135 !important;
    text-transform:uppercase !important;
}

.RadGrid_Vista .rgPager 
{
    background:#FFFDEC none repeat scroll 0 0 !important;
}

.RadGrid_Vista .rgPagerCell 
{
    border-right:1px solid #D5E69B !important;
    border-top:1px solid #D5E69B !important;
}

.RadGrid_Vista .rgPageFirst
{
    background-image:url(../images/pager_GreenArrowLeft1.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgPageFirst:hover
{
    background-image:url(../images/pager_BlueArrowLeft1.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgPagePrev
{
    background-image:url(../images/pager_GreenArrowLeft2.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgPagePrev:hover
{
    background-image:url(../images/pager_BlueArrowLeft2.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgPageNext
{
    background-image:url(../images/pager_GreenArrowRight2.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgPageNext:hover
{
    background-image:url(../images/pager_BlueArrowRight2.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgPageLast 
{
    background-image:url(../images/pager_GreenArrowRight1.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgPageLast:hover
{
    background-image:url(../images/pager_BlueArrowRight1.gif?1) !important;
    background-repeat:no-repeat !important;
    height:10px !important;
    width:11px !important;
    background-position:top left !important;
    vertical-align:middle !important;
}

.RadGrid_Vista .rgRow a, .RadGrid_Vista .rgAltRow a, .RadGrid_Vista .rgEditRow a, .RadGrid_Vista .rgFooter a, .RadGrid_Vista .rgEditForm a 
{
    color:#29A0A9 !important;
    text-decoration:underline !important;
}

.RadGrid_Vista .rgRow a:hover, .RadGrid_Vista .rgAltRow a:hover, .RadGrid_Vista .rgEditRow a:hover, .RadGrid_Vista .rgFooter a:hover, .RadGrid_Vista .rgEditForm a:hover
{
    color:#1C81A6 !important;
    text-decoration:underline !important;
}


.RadGrid_Vista .rgNumPart a, .RadGrid_Vista .rgNumPart a span, .RadGrid_Vista .rgNumPart a.rgCurrentPage, .RadGrid_Vista .rgNumPart a.rgCurrentPage span 
{
    background:none !important;
    color:#8BA135 !important;
    font-family:Arial !important;
    font-weight:bold !important;
}

.RadGrid_Vista .rgNumPart a:hover, .RadGrid_Vista .rgNumPart a:hover span, .RadGrid_Vista .rgNumPart a.rgCurrentPage, .RadGrid_Vista .rgNumPart a.rgCurrentPage span 
{
    background:none !important;
    color:#000000 !important;
    font-family:Arial !important;
    font-weight:bold !important;
}

.RadGrid_Vista .rgRow td, .RadGrid_Vista .rgAltRow td 
{
    border:1px solid #D5E69B !important;
    border-left:none !important;
    border-bottom:none !important;
}

.RadGrid_Vista .rgEditRow 
{
    background-image:none !important;
    background-color:#FFFDEC !important;
    border-top:solid 1px #D5E69B !important;
    vertical-align:top !important;
}

.RadGrid_Vista .rgEditRow td 
{ 
    border:none !important; 
    /*border-right:1px solid #D5E69B !important; */
    border-top:1px solid #D5E69B !important; 
}

.RadGrid_Vista .rgEditRow td .noborder
{ 
    border:none !important; 
}


.RadGrid_Vista .rgEditForm 
{
    border:none !important;
    background-color:#FFFDEC !important;
}

.RadGrid_Vista .rgPagerLabel
{
    color:#8BA135 !important;
    text-transform:uppercase !important;
}

.RadComboBox_Vista .rcbInputCell .rcbInput 
{
    background:#D2E884 none !important;
}
.RadComboBox_Vista .rcbInputCellLeft, .RadComboBox_Vista .rcbArrowCellLeft
{
    background:transparent url(../images/ddlPaging_left.gif?1) no-repeat scroll 0 0 !important;
    color:#005E7E !important;
    cursor:pointer !important;
}
.RadComboBox_Vista .rcbInputCellRight, .RadComboBox_Vista .rcbArrowCellRight 
{
    background:transparent url(../images/ddlPaging_right.gif?1) no-repeat scroll 0 0 !important;
    color:#005E7E !important;
    cursor:pointer !important;
}

.RadComboBox_Vista .rcbInputCell .rcbInput 
{
    color:#005E7E !important;
    padding:0 !important;
    width:26px !important;
}

.RadComboBoxDropDown_Vista 
{
    background:#D0E886 !important;
    border:1px solid #9FB457 !important;
    color:#005E7E !important;
    cursor:pointer !important;
}

.RadComboBoxDropDown_Vista .rcbHovered 
{
    background:#9FB457 !important;
}
.RadComboBoxDropDown_Vista .rcbItem, .RadComboBoxDropDown_Vista .rcbHovered, .RadComboBoxDropDown_Vista .rcbDisabled, .RadComboBoxDropDown_Vista .rcbLoading 
{
    margin:0 !important;
}


.RadComboBox_Vista table td.rcbInputCell, .RadComboBox_Vista .rcbInputCell .rcbInput 
{
    padding-left:3px !important;
}

.RadGrid_Vista .rgRow td .noborder, .RadGrid_Vista .rgAltRow td .noborder
{
    border:none !important;
}

.RadTabStrip .rtsLink {
	text-align: left !important;
}

.RadTabStripTop_Vista .rtsLI .rtsLink, .RadTabStripTop_Vista .rtsLevel , .RadTabStripBottom_Vista .rtsLevel .rtsLink, .RadTabStripBottom_Vista .rtsLevel , .RadTabStripTop_Vista_Baseline .rtsLevel, .RadTabStripBottom_Vista_Baseline .rtsLevel 
{
    background-color:#D2E884 !important;
    background-image:none !important;
}
.RadTabStripTop_Vista .rtsLevel .rtsLink, .RadTabStripTop_Vista .rtsLevel .rtsOut, .RadTabStripBottom_Vista .rtsLevel .rtsLink, .RadTabStripBottom_Vista .rtsLevel .rtsOut, .RadTabStripTop_Vista_Baseline .rtsLevel, .RadTabStripBottom_Vista_Baseline .rtsLevel 
{
    background-image:none !important;
}

.RadTabStrip .rtsLI
{
    border:1px solid #D5E69B !important;
    border-bottom:0 !important;
    border-left:0 !important;
}

.RadTabStrip .rtsFirst
{
    border:1px solid #D5E69B !important;
    border-bottom:0 !important;
    border-left:1px solid #D5E69B !important;
}

.RadTabStripTop_Vista .rtsLI .rtsSelected
{
    background-color:#A3B65D !important;
}

.RadTabStripTop_Vista .rtsLI .rtsSelected .rtsTxt 
{
    font-weight:bold !important;
    color:#fff !important;
    text-decoration:none !important;
}

.RadMenu .rmItem { padding:5px 0 5px 0 !important; }

.Simple.RadEditor .reContentCell 
{
    border:1px solid #D5E69B !important;
}

.Simple.reWrapper 
{
    border:1px solid #D5E69B !important;
}

.Simple.RadEditor 
{
    background-color:#F0F8E9 !important;
}

.reToolbar li 
{
    background-image:none !important;
    background-color: #D5E69B !important;
}

.reDropdown, .reTool_disabled.reDropdown:hover
{
    border:1px solid #B8CF6E !important; 
}

.RadWindow_Simple 
{
    border:1px solid #96B042 !important;
}

.RadWindow_Simple .rwTopLeft, 
.RadWindow_Simple .rwTopRight, 
.RadWindow_Simple .rwTitlebar, 
.RadWindow_Simple .rwFooterLeft, 
.RadWindow_Simple .rwFooterRight, 
.RadWindow_Simple .rwFooterCenter, 
.RadWindow_Simple .rwTopResize, 
.RadWindow_Simple .rwStatusbar div, 
.RadWindow_Simple .rwStatusbar, 
.RadWindow_Simple .rwBodyLeft, 
.RadWindow_Simple .rwBodyRight, 
.RadWindow_Simple .rwStatusbarRow .rwCorner 
{
    background:#D5E69B none repeat scroll 0 0 !important;
}

.RadWindow_Simple .rfdSkinnedButton 
{
    background:none !important;
}

.RadWindow_Simplea .rfdSkinnedButton.RadForm_Simple 
{
    background:#D5E69B none repeat scroll 0 0 !important;
    border:1px solid #96B042 !important;
}
.smallgreycontent 
{
	color:#888888;
	font-size:12px;
	font-family:Arial;
}
.smallorange
{
    color:#F5A05B !important;
    font-family:Georgia;
    font-size:10px !important;
    padding-top:10px;
}
.question 
{ 
    cursor:pointer; 
    margin-bottom:3px;
}

.answer 
{ 
    padding:5px;
    color:#333;
}

.answer ul
{
    padding-left:14px;
    margin:0;
}

.RadTreeView_Vista a.rtIn
{
    color:#666666 !important;
    padding-left: 0px;
    margin-left: -1px !important;
}

.RadTreeView_Vista a.rtIn:hover
{
    color:#29A0A9 !important;  
    padding-left: 0px;
    margin-left: -1px !important;
}

.RadTreeView_Vista .rtSelected .rtIn
{
    color:#29A0A9 !important;  
}

.RadSlider_Vista  .rslHorizontal
{
    z-index:1;
}

.treeview-padding
{
    padding-left: 30px; 
    padding-top: 25px;
}

.RadComboBox_Default .rcbInputCellLeft, .RadComboBox_Default .rcbArrowCellLeft
{
    background:transparent url(../images/bground_white.gif?1) repeat-x !important;
}

.RadComboBox_Default .rcbInputCellRight, .RadComboBox_Default .rcbArrowCellRight
{
    background:transparent url(../images/SearchDownArrow.gif?1) no-repeat !important;
}

.RadComboBox_Default .rcbReadOnly .rcbInput
{
    color:#005E80 !important;
    font-family:Arial !important;
    font-size:14px !important;
}

.RadComboBox_Default .rcbHovered
{
    color:#005E80 !important;
    font-family:Arial !important;
    font-size:14px !important;
}

.RadComboBoxDropDown_Default 
{
    border:1px solid #ccc !important;
}

.SiteSearchWrapper
{
    position: absolute; 
    z-index: 1; 
    width: 360px;
}

.TransferRightsWrapper
{
    position: absolute; 
    z-index: 1; 
}

.RadComboBox_Default 
{
    cursor:pointer !important;
}

.graytext { color:#666; }

.radwindow-zindex { z-index:1000000 !important;}


.FeedLink {
	cursor: pointer;
}

.FeedMenu {
	border:5px solid #34B8C2;
	background-color:White;
	font-family:Arial !important;
	font-size:13px !important;
	padding:10px;
	display:none;
	z-index:10000;
	position:absolute;
	width: auto;
}

.Quote 
{
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

