﻿.SearchResult
{
    margin-bottom: 10px;    
}
.Sticky
{
    background: url(/v2.0/images/pin_blue.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left:-23px;
    position:absolute;
}
.ForumTable
{
    width: 100%;    
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
}
.ForumTable .Head
{
    background: url(/v2.0/images/gradshadeup.png) repeat-x;
}
.ForumTable .Head .SortDesc
{
    background: url(/v2.0/images/down_arrow.gif) 0px 50% no-repeat;
    padding-left: 15px;
}
.ForumTable .Topic { margin-left: 20px; }
.ForumTable .Alt
{
    background:#F9F9F9;
}
.ForumTable th, .ForumTable  td
{
    text-align: left;  
    padding: 3px 10px;  
}
.Post
{
    border: 1px solid  #CCCCCC;  
    background:#F9F9F9; 
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.AdminPost
{
    background:#FDEADB; 
}
.Post .Left
{
     width: 121px;
     float: left;
     position:relative;
     min-height: 120px;
     text-align: center;
     background: url(/v2.0/images/arrow-left-white.png) 100% 20px no-repeat;
     z-index: 2;
}
.Post .Date
{
    font-size:11px;
    font-weight: bold;  
    color: #555555;  
}
.Post .Body
{
     border: 1px solid  #CCCCCC;  
     background: white;
    padding: 20px;
    min-height: 120px;
    margin: 5px 5px 5px 120px;
    z-index: 1;
    color: Black;
     
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    
     -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.Post .Left .Author
{
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 60px;
    border: 1px solid #CCCCCC;
    background-color: White;    
    display: block;
    margin: 10px auto;
    
}
.Pages
{
    margin: 5px  10px;
    text-align: right;    
}
.TitlePost .Left
{
    background-image:  url(/v2.0/images/arrow-left-blue.png) ;
}
.TitlePost
{
    background: #D6E4EE;  
    border-color: #99CCFF;   
}
.TitlePost h1
{
  border-bottom:1px dotted #000000;
color:inherit;
font-size:21px;
line-height:23px;
margin-bottom:4px;
padding-bottom:11px;
}
.TitlePost .Body
{
    background: #EEF3FA;   
    border-color: White;
}
.TitlePost .VoteBox
{
    width: 50px;
    text-align: center;
    background: #F9F9F9;
    border: 1px solid #AED8AD;
    border-top-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: -10px 0 0 0;
    float: right;
}
.TitlePost .VoteBox b
{
    display: block;
    background: #AED8AD;
    font-size:10px;

}
.TitlePost .VoteBox div
{
    font-family: "Trebuchet MS",Tahoma,Arial,Helvetica;
    font-size: 30px;
    margin: 8px 0;
   /* font-weight: bold;  */
}
.TitlePost .VoteBox span
{
    display: block;
    width: 20px;
    height: 20px;
    background: white url(/v2.0/images/thumb-up.gif) no-repeat center center;
    cursor: pointer;
    border: 1px solid #EEEEEE;
    margin: 0 auto 5px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.TitlePost .VoteBox span:hover
{
    border: 1px solid #AED8AD;
    background-color: #C6E7C5;
}
.TitlePost .Tags, .ForumTable .Tags
{
    font-size: 10px;
    float: right;    
    margin-right: 5px;
}
.DropDownCheckList span
{
    display:block;
    width: 200px;
    background: url(/v2.0/images/drop.gif) 100% 50% no-repeat;
   border:1px solid #7F9DB9;
   padding: 0 20px 0 5px;
   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.DropDownCheckList span:hover
{
    background-image: url(/v2.0/images/drop_hover.gif);
}
.DropDownCheckList div
{
    display: none;
    width:225px;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: white;
    border: 1px solid #7F9DB9;    
    position: absolute;
}
.ForumCode
{
    
    white-space: pre-wrap;
    line-height: normal;
    background: white;
    border-left: 2px solid #CCCCCC;
    padding: 10px;
}
h1 
{
    color: #FF9A0A;
    font-weight: lighter;   
    font-size:17px; 
}
h2
{
    color: #666666;
    font-weight: lighter;
    font-size: 17px;
    margin: 0px;    
}
h3
{
    color: #2280C8;
    font-weight: bold;
    font-size: 13px;
    margin: 0px;    
}
h5
{
    font-size: 12px;
    margin: 5px 0px 5px 0px;        
}

.AvatarTable p
{
    margin: 0px;    
    line-height: normal;
}

.AvatarTable
{
    background: white; 
    height: 60px;
}
.SideBar .Box { padding: 10px; }
.SideBar .Box .AvatarTable { padding: 10px; background: none; }
.AvatarTable .Tiny { width: 130px; }
.AvatarTable img { width: 24px; height:24px; margin-top: 3px; }
.AvatarTable h2
{
    font-size:13px;    
    color: #2280C8;
    font-weight: bold;
}
.AvatarTable td { font-size: 10px; color: Black; line-height: normal;}
.HelpDeskResults dt,.HelpDeskResults dd, #HelpDeskBody dt, #HelpDeskBody dd { display: block; margin: 0 0 0 0; }
#HelpDeskBody dt .Rank
{
    color: #2280C8;
    display: block;
    position: absolute;
    margin-left:-28px;
    width: 18px;
    height: 18px;
    background: white;    
    border: 2px solid #2280C8;
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
.HelpDeskResults dt a { font-size: 14px; font-weight: bold; }
 #HelpDeskBody dd { margin-bottom: 30px; }
.CommunitySearchBox
{
    box-shadow: rgba(0,0,0,.1) 0 2px 2px;
    font-size: 18px !important;
    border-radius: 3px;
    padding: 5px;    
    border: 1px solid #7F9DB9;
    cursor: pointer;
    margin: 0 0 30px 0;
    width: 100%;
}
#ctl00_ModulePlaceHolder_ForumBrowser p,#ctl00_ModulePlaceHolder_ForumBrowser h1{margin:10px 0px;}
#ctl00_ModulePlaceHolder_ForumBrowser .Crumbs {
    background: #f5f5f5;
    padding: 5px 15px;
}
.Crumbs .Button
{
    float: right;
    margin: -1px 0 0 0;    
}
.ForumCommSearch
{
    margin: 0 0 20px;    
    min-height: 20px;
}
.ForumCommSearch .Button
{
    float:left;    
    position: relative;
}
.ForumCommSearch .CommunitySearchBox
{
    /*position: absolute;*/
    width: 520px;
    margin: 0;
}
.ForumCommSearch .SideBarClose
{
    margin: 10px 0 0 510px;
}
.HelpDeskTags {margin: 5px 0;}
.HelpDeskTags span
{
    padding: 2px 10px;
    border-radius: 3px 0 0 3px;
    background: #EEF3FA;    
    position: relative;
    margin-left: 8px;
    box-shadow: rgba(0,0,0,.2) 1px 1px 0px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}
.HelpDeskTags span a { text-decoration: none; color: #666; font-family:Tahoma, Verdana, arial, sans-serif;}
.HelpDeskTags span a:hover { text-decoration: underline;}
.HelpDeskTags span:after
{
    content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   top:0;
   left:-6px;
   width: 9px;
   height: 18px;
   background: url(/v2.0/images/main.png?1) no-repeat 0px -2179px;
}
#HelpDeskBody .Useful
{
    color: #AAAAAA;
    /*font-weight: bold;    */
    
}
.VideoGlyph
{
    padding-left:20px;
    background: url(/v2.0/images/main.png) no-repeat 0 -2206px;
    color: #555;
    margin-left: 5px;
}
.ArticleNum
{
    background:  #2280C8;
    color: White;
    padding: 0px 5px;
    border-radius: 3px;  
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    margin: 0 7px 0 7px;
    font-family:Tahoma, Verdana, arial, sans-serif;
    vertical-align: middle;
    text-align: left;
    width: 38px;
    height: 16px;
    line-height: 16px;
    /*margin-left: -57px;
    float: right;*/
}

#HelpDeskBody .PrintLink { float: right;}
#HelpDeskBody h1 
{
    color:#2280C8;
    font-size: 24px;
    margin: 24px 0;  
    line-height: 1.2em;
    margin: 25px;
}

#HelpDeskBody fieldset, .HomePage fieldset
{
    border:1px solid #CCCCCC;   
    border-radius:5px; 
    padding: 20px;
    margin: 0 0 10px 0;
    color: Black;
}
.HomePage .Box
{
    float: left;
    width: 46%;
    margin-right: 4%;
}

.HomePage fieldset
{
   
    min-height: 360px;
}
.HomePage fieldset legend
{
    font-family: "Trebuchet MS",Tahoma,Arial,Helvetica;
    font-size: 140%;
    color: #2280C8 !important;
    font-weight: lighter;    
}
.HomePage fieldset dt
{
     float: left;    
}
/*
.HomePage fieldset dt b
{
    position: absolute;
    margin-top: -2px;
}
*/
.HomePage fieldset dd
{
    margin: 0px 0 15px 40px;
    clear: right;
    height: 2.8em;
    overflow: hidden;
    line-height: 1.5em;
    padding: 0px 0 10px 0;
    /*border-bottom: 1px dotted #BBB;*/
}
.HomePage fieldset dd a
{
    color: #333;
    text-decoration: none;    
}
.HomePage fieldset dd a:hover
{
         text-decoration: underline;    
}
.HomePage .MostHelpful dd
{
    margin: 5px 0 5px 0;    
}
.HomePage .Box > div
{
    text-align: right;
    font-style:italic;    
    font-weight: bold;
    margin: -3em 0 3em 0;
    padding-right: 20px;
}
.HomePage fieldset .FauxSearchBox
{
    text-align: left;
    font-weight: normal;    
    margin: 0 0 15px 0;
}

.HomePage fieldset .VoteCount
{
     border: 1px solid #AED8AD;
     border-radius: 3px;
     /*border-top: 4px solid #AED8AD;*/
     background: #F9F9F9;
     display: inline-block;
    width: 28px;
    height: 24px;
    line-height: 20px;
    text-align: center;
   
}
#HelpDeskBody fieldset legend, .HomePage fieldset legend
{
    color: #555;    
}
#HelpDeskBody .Avatar
{
    float:left;
    width: 150px;
    margin-right: 5px;    
    background: #EEE;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    background-image: -moz-linear-gradient(right,#fff 0,#eee 100%);
    background-image: -ms-linear-gradient(right,#fff 0,#eee 100%);
    background-image: -o-linear-gradient(right,#fff 0,#eee 100%);
    background-image: -webkit-linear-gradient(right,#fff 0,#eee 100%);
    background-image: linear-gradient(right left,#fff 0,#eee 100%);    
}
#HelpDeskBody .Avatar > span
{
    display: block;
    width: 48px;
    height: 48px;
    border:1px solid #CCC;   
     
}
#HelpDeskBody .Comment
{
    margin-left: 170px;
    min-height: 100px;
    background: #fefefe;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 10px;

}

#HelpDeskBody fieldset legend
{
    font-size: 20px;    
}

.LinkButton
{
    display:inline-block;
    text-decoration:none;
    vertical-align: middle;
    cursor: default;
    border-radius: 3px;
    color: #555;
    font-weight: bold;
    font-size: 11px;
    text-shadow: 0 1px 0 white;
    text-shadow: 0 0 0 transparent,0 1px 0 white;
    margin: 0 2px 3px 2px;
    padding: 1px 8px 2px 8px;
    border: 1px solid #CCC;
    border-bottom-color: #AAA;
    background-color:#eeeeee;
   
    background-image: -moz-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -ms-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e0e0e0));
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    
}
.LinkButton:hover,.AdminTools .LinkButton:hover
{
    box-shadow: 0 0px 2px rgba(0,0,0,0.25), 0 0 3px #fff;
}
.LinkButton:active
{
    background-color:#dcdcdc;
    background-image: -moz-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -ms-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -o-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#dcdcdc));
    background-image: -webkit-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: linear-gradient(to bottom,#e6e6e6 0,#dcdcdc 100%);
    box-shadow: 0 0px 5px rgba(0,0,0,0.25), 0 0 5px #fff;
    border: 1px solid #AAA;

}

.AdminTools .LinkButton
{
    background-color: #444;
    background-image: -moz-linear-gradient(top,#666 0,#333 100%);
    background-image: -ms-linear-gradient(top,#666 0,#333 100%);
    background-image: -o-linear-gradient(top,#666 0,#333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#666),color-stop(100%,#333));
    background-image: -webkit-linear-gradient(top,#666 0,#333 100%);
    background-image: linear-gradient(to bottom,#666 0,#333 100%);
    color: White;
    text-shadow: 0 1px 0 black;
    text-shadow: 0 0 0 transparent,0 1px 0 black;
    border: 1px solid #555;
    border-bottom-color: #222;
}
.AdminTools .LinkButton:active
{
    background-color:#777;
    background-image: -moz-linear-gradient(top,#666 0,#777 100%);
    background-image: -ms-linear-gradient(top,#666 0,#777 100%);
    background-image: -o-linear-gradient(top,#666 0,#777 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#666),color-stop(100%,#777));
    background-image: -webkit-linear-gradient(top,#666 0,#777 100%);
    background-image: linear-gradient(to bottom,#666 0,#777 100%);
   
    border: 1px solid #333;
    box-shadow: 0 0px 5px rgba(0,0,0,0.25), 0 0 5px #fff;
}


.AdminTools { border:1px solid #CCC; border-radius: 5px; }
#HelpDeskVoteComments 
{
    width: 400px;
    display: none;    
}

#HelpDeskBody th .EnglishRef
{
    border: 1px solid #CCC;
    padding: 10px;
    width: 500px;
    text-align: left;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-right: -5px;
}
#HelpDeskBody fieldset img 
{
    /*border:1px solid black;*/
    margin: 20px;    
}
.RedBullet
{
background: red;
color: white;
font-weight: bold;
padding: 1px 1px;
border-radius: 50px;
width: 15px;
height: 15px;
display: inline-block;
text-align: center;
line-height: 15px;
/*position: absolute;*/
margin: -3px 5px 10px 10px;
}

.MostHelpful .Filters
{
    margin: -51px -250px 0 0;
background: white;
z-index: 2;
position: relative;
border: 1px solid black;
border-left: 0;
background: #F3F3F3;
}

.MostHelpful .Results
{
    margin: 10px 20px 0 0;
    background: #F3F3F3;
}
.MostHelpful .SideBarClose
{
    margin: -2px 0 0 554px;
    position: absolute;
}
.NavArrowLeft, .NavArrowRight
{
    display:inline-block;
    line-height: 24px;    
}
.NavArrowLeft
{
    background-position: 50% 40%;    
}
.Community-Header
{
    background: url(/v2.0/images/community-headBackImg.png) repeat;
    color: White;
    line-height: 35px;
    padding-left: 15px;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.Community-Home-box
{
    border: 1px solid black;
    border-radius: 5px;
    background-color: #f3f3f3;
}
.HomePage fieldset
{
    border: 1px solid white;
}
.HelpDeskResults
{
    margin-left: 20px;
    margin-right: 20px;
}
.Community-Home-boxFooter
{
    text-align:left;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.Community-Home-boxFooter a
{
    text-decoration: none;
    font-size: 15px
}
.Community-Home-NumBak
{
    display: inline-block;
    width: 31px;
    height: 24px;   
    padding-top: 7px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    background-color:#eee;
 background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background-image: -ms-linear-gradient(top,#fff 0,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);    
    border: 1px solid #D7D7D7;
    border-radius: 3px;
    
}
.Community-Home-box-new
{
    border: 1px solid black;
    border-radius: 5px;
    background-color: #f3f3f3;
}
.HomePage fieldset dd
{
    height: auto;
}
.Community-Home-box-new dd a
{
    display: inline-block;
    margin-left: 10px;
    margin-top: 21px;
    font-size: 15px;
}
.Community-Home-box-new dt
{
    margin-left: 10px;
}
.Community-Home-box-new hr
{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid white;
}
.bottom-border
{
    border-bottom: 1px dotted #BBB;
}
.community-new-button
{
    display: inline-block;
height: 22px;
width: 41px;
text-align: center;
color: #A74F00;
padding-top: 2px;
margin-top: 18px;
background-color:#ffc389;
 background-image: -moz-linear-gradient(top,#fff 0,#FFC389 100%);
    background-image: -ms-linear-gradient(top,#fff 0,#FFC389 100%);
    background-image: -o-linear-gradient(top,#fff 0,#FFC389 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#FFC389));
    background-image: -webkit-linear-gradient(top,#fff 0,#FFC389 100%);
    background-image: linear-gradient(to bottom,#fff 0,#FFC389 100%);    
    border: 1px solid #FB9A3F;
    border-radius: 3px;
}
.community-home-searchArea
{
    position: relative;
    margin: 20px 20px 0 20px;
}
.community-home-searchArea .CommunitySearchBox
{
   
}
.community-search-button
{
    margin: 20px 12px -30px 0;
    font-size: 18px;
    cursor: pointer;
    position:relative;
    float:right;
    z-index:2;
    display:inline-block;
    text-decoration:none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 4px 8px 6px 8px;
    border: 1px solid #BC5800;
    background-color:#E86E01;
    background-image: -moz-linear-gradient(top,#FFA54F 0,#E86E01 100%);
    background-image: -ms-linear-gradient(top,#FFA54F 0,#E86E01 100%);
    background-image: -o-linear-gradient(top,#FFA54F 0,#E86E01 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFA54F),color-stop(100%,#E86E01));
    background-image: -webkit-linear-gradient(top,#FFA54F 0,#E86E01 100%);
    background-image: linear-gradient(to bottom,#FFA54F 0,#E86E01 100%);
    box-shadow: 1px 1px 1px #FFCFA1 inset;
    
}
.RssButton
{
    display:inline-block;
    background: url(/v2.0/images/rss_24.png);
    text-indent: 200px;
    width: 24px;
    height: 23px;
    padding: 0;
    border: 0;
    overflow: hidden;    
}
.TitlePost .Body img, .Post .Body img
{
   border:1px solid black; 
}
/*override v3 css*/
#ctl00_SideBar { opacity:1;}