.tablethird TD
{
	width:33%;
	padding-right:0.5em;
}

.tablethird TD IMG
{
	width:100%;
}

/*********************************************
  Generic Regions
*********************************************/

.note, .tip, .warning, .quote, .todo, .announce, .section, .gallery, .aux, .prereq
{
    padding:0.5em 1em 0.5em 2em;
	margin:0.5em 1em;
	border-radius: 3px;
    overflow:hidden;
	/*max-width:55em;*/
}

.section
{
    padding:0.5em 1em 0.5em 1em;
    background:#fafafa;
    border:1px solid #e8e8e8;
}

.announce
{
    background:#FFF8EE;
    border:1px solid #DDD8CC;
}

.note
{
    background:#FFFFDD url('../Images/note.png') scroll 2px 2px no-repeat;
    border:1px solid #DDDDBB;
}

.warning
{
    background:#FFEEEE url('../Images/warning.png') scroll 2px 2px no-repeat;
    border:1px solid #DDCCCC;
}

.tip
{
    background:#EEFFEE url('../Images/tip.png') scroll 2px 2px no-repeat;
    border:1px solid #CCDDCC;
}

.quote
{
    background:#EEEEFF url('../Images/quote.png') scroll 2px 2px no-repeat;
    border:1px solid #CCCCDD;
    font-style:italic;
}

.aux
{
    padding:0.5em 1em 0.5em 1em;
    background:#fafdff;
    border:1px solid #e9eff3;
}

.prereq
{
    padding:0.5em 1em 0.5em 1em;
    background:#ffffff;
    border:1px solid #a0a0a0;
	margin:0.5em 0em;
    border-radius:2px;
    line-height:1.125em;
}

.todo
{
    background:#FFF8EE url('../Images/construction.png') scroll 2px 2px no-repeat;
    border:1px solid #DDD8CC;
    font-style:italic;
}

.note P:first-child, .warning P:first-child, .tip P:first-child, .quote P, .todo P:first-child, .aux P:first-child, .prereq P:first-child, .section P:first-child, .announce P:first-child
{
    margin-top:0px;
    margin-bottom:0px;
}

.note IMG, .warning IMG, .tip IMG, .quote IMG, .todo IMG, .aux IMG, .prereq IMG, .section IMG, .announce IMG
{
    max-width:100%;
}

.note LI, .warning LI, .tip LI, .quote LI, .todo LI
{
    /*max-width:55em;*/
}

.version_container
{
    margin:-2em 0em 2.25em;
    font-size:0.875em;
}

.version_heading
{
    margin:0 3px 0 0;
    color:#808080;
}

.version_tag_filter
{
    color: #00ADEF; 
    font-weight: bold; 
    padding: 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px;
	border-width:1px;
	border-style:solid;
	border-color:#00ADEF;
    border-radius: 3px; 
    background: #ffffff;
	cursor:pointer;
	text-decoration:none;
	font-size:0.75em;
}

a.version_tag_filter:link, a.version_tag_filter:hover, a.version_tag_filter:active, a.version_tag_filter:visited
{
	text-decoration:none;
}

.version_tag, a.version_tag:link, a.version_tag:hover, a.version_tag:active, a.version_tag:visited, .version_tag_filter.enabled, a.version_tag_filter:hover
{
    color: #ffffff; 
    font-weight: bold; 
    padding: 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px; 
    border-radius: 3px; 
    background: #00ADEF;
	text-decoration:none;
	font-size:0.75em;
}

.keyword_tag, a.keyword_tag:link, a.keyword_tag:hover, a.keyword_tag:active, a.keyword_tag:visited
{
    color: #ffffff; 
    font-weight: bold;
    padding: 2px 4px 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px; 
    border-radius: 3px; 
    background: #005990;
	text-decoration:none;
	font-size:0.75em;
}

.keyword_tag_filter
{
    color: #ffffff; 
    font-weight: bold;
    padding: 2px 4px 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px; 
    border-radius: 3px; 
    background-color: #005990;
	text-decoration:none;
	cursor:pointer;
	font-size:0.75em;
}

a.keyword_tag_filter:link, a.keyword_tag_filter:active, a.keyword_tag_filter:visited
{
    color: #005990; 
    font-weight: bold;
    padding: 2px 4px 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px; 
	border-width:1px;
	border-style:solid;
	border-color:#005990;
    border-radius: 3px;
	text-decoration:none;
	cursor:pointer;
	font-size:0.75em;
}

a.keyword_tag_filter:hover
{
    color: #ffffff; 
    font-weight: bold;
    padding: 2px 4px 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px; 
	border-width:1px;
	border-style:solid;
	border-color:#005990;
    background-color: #005990;
    border-radius: 3px;
	text-decoration:none;
	cursor:pointer;
}

.keyword_tag_filter a, .keyword_tag_filter a:link, .keyword_tag_filter a:hover, .keyword_tag_filter a:active, .keyword_tag_filter a:visited
{
	background-image:url('../Images/close_light.png');
	background-repeat: no-repeat;
	background-position:right center;
    color: #ffffff; 
    font-weight: bold;
    padding: 0px 14px 0px 0px; 
    line-height: 1em; 
    margin: 0px 3px; 
    border-radius: 3px; 
    background-color: #005990;
	text-decoration:none;
	font-size:0.75em;
}

a.skill_tag, a.version_tag,
a.skill_tag:link, a.version_tag:link
{
	text-decoration:none;
	font-size:0.75em;
}

.skill_tag_filter
{
    color: #005990; 
    font-weight: bold; 
    padding: 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px;
	border-width:1px;
	border-style:solid;
	border-color:#005990;
    border-radius: 3px; 
    background: #ffffff;
	cursor:pointer;
	text-decoration:none;
	font-size:0.75em;
}

a.skill_tag_filter:link, a.skill_tag_filter:hover, a.skill_tag_filter:active, a.skill_tag_filter:visited
{
	text-decoration:none;
}

.skill_tag, .skill_tag_filter.enabled
{
    color: #ffffff; 
    font-weight: bold; 
    padding: 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px;
    border-radius: 3px; 
    background: #3d9400;
	cursor:pointer;
	text-decoration:none;
	font-size:0.75em;
}

.skill_tag.Beginner, .skill_tag_filter.enabled.Beginner, .skill_tag_filter.Beginner:hover
{
    background: #3d9400;
    color: #ffffff; 
}

.skill_tag.Intermediate, .skill_tag_filter.enabled.Intermediate, .skill_tag_filter.Intermediate:hover
{
    background: #F7931D;
    color: #ffffff; 
}

.skill_tag.Advanced, .skill_tag_filter.enabled.Advanced, .skill_tag_filter.Advanced:hover
{
    background: #d00000;
    color: #ffffff; 
}

.skill_tag.Expert, .skill_tag_filter.enabled.Expert, .skill_tag_filter.Expert:hover
{
    background: #000000;
    color: #ffffff; 
}

.skill_tag_filter.Beginner
{
    color: #3d9400;
    border-color: #3d9400;
}

.skill_tag_filter.Intermediate
{
    color: #F7931D;
    border-color: #F7931D;
}

.skill_tag_filter.Advanced
{
    color: #d00000;
    border-color: #d00000;
}

.skill_tag_filter.Expert
{
    color: #000000;
    border-color: #000000;
}

#sitemap .link p a
{
	display:inline;
	border:0px solid #000000;
	background-color:transparent;
	background-image:none;
    padding:6px 4px 6px 10px !important;
}

#sitemap .link > strong 
{
    padding-left: 10px;
}

#sitemap .link p a:hover
{
	display:inline;
	border:0px solid #000000;
	background-color:#005990;
	background-image:none;
    padding:6px 4px 6px 10px !important;
    /*color:#005990;*/
}

#sitemap .link.unfiltered>p>a:hover
{
    background-image:none;
    background-color:transparent;
    color:#808080;
}

#sitemap .link.skillfiltered.beginner>p>a {
    border-left: 5px solid #3d9400;
}

#sitemap .link.skillfiltered.intermediate>p>a {
    border-left: 5px solid #f7931d;
}

#sitemap .link.skillfiltered.advanced>p>a {
    border-left: 5px solid #d00000;
}

#sitemap .link.skillfiltered.expert>p>a {
    border-left: 5px solid #000000;
}

#sitemap .link.unfiltered>p>a {
    border-left: 0px solid #000000;
    color:#808080;
}

.version_tag.version4_0,
.version_tag.version4_1,
.version_tag.version4_2,
.version_tag.version4_3,
.version_tag.version4_4,
.version_tag.version4_5,
.version_tag.version4_6,
.version_tag.version4_7,
.version_tag.version4_8,
.version_tag.version4_9,
.version_tag.version4_10
{
	color:#ffffff;
}

#sitemap .link.versionfiltered.version4_0>p>a ,
#sitemap .link.versionfiltered.version4_1>p>a ,
#sitemap .link.versionfiltered.version4_2>p>a ,
#sitemap .link.versionfiltered.version4_3>p>a ,
#sitemap .link.versionfiltered.version4_4>p>a ,
#sitemap .link.versionfiltered.version4_5>p>a ,
#sitemap .link.versionfiltered.version4_6>p>a,
#sitemap .link.versionfiltered.version4_7>p>a,
#sitemap .link.versionfiltered.version4_8>p>a,
#sitemap .link.versionfiltered.version4_9>p>a,
#sitemap .link.versionfiltered.version4_10>p>a
{
    border-left: 5px solid #00ADEF;
}

#sitemap .link.tagfiltered>p>a
{
    border-left: 5px solid #005990;
}

a.homelink
{
    color: #005590 !important; 
    text-decoration: none !important; 
    font-size: 1.5em;
    font-weight: bold;
    padding:0px 7px 0px 28px;
    background:url('../Images/home_icon.png') 4px 3px no-repeat !important;
}

a.homelink:hover
{
    color: #FFFFFF !important; 
    text-decoration: none !important; 
    padding:0px 6px 0px 27px;
    background:#005590 url('../Images/home_icon_hover.png') 3px 2px no-repeat !important;
}

.homelink_container
{
    padding:10px 0px;
    margin:0px 0px -10px -6px;
    width:auto;
}

.navigation
{
    overflow:hidden;
    margin:1em 0em 2em;
}

.navigation .button
{
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    float:none;
    min-width:15%;
    text-align:center;
    margin:0;
    border-width:0px;
    cursor:default;
    padding:0;
}

.navigation .button:hover
{
    background-color:#00ADEF;
    transition: background-color 0.3s linear 0s;
}

.navigation .button a
{
    padding:3px 0px;
    background-color:#f4f4f4;
    font-weight:bold;
    text-decoration:none;
    color:#005590;
    display:block;
}

.navigation .button a:hover
{
    background-color:#005590;
    color:#fff;
    transition: background-color 0.3s linear 0s;
}

.navigation .button.previous
{
    float:left;
    margin:0em 1em 0em 0em;
}

.navigation .button.previous a
{
    background-image:url(../Images/arrow_lt_public_dark.png);
    background-repeat: no-repeat;
    background-position: 3% center;
}

.navigation .button.previous a:hover
{
    background-image:url(../Images/arrow_lt_public.png);
}

.navigation .button.next
{
    float:right;
    margin:0em 0em 0em 1em;
}

.navigation .button.next a 
{
    background-color: #3d9400;
    background-image: url("../Images/arrow_rt_public.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #ffffff;
	padding-left: 18px;
	padding-right: 18px;
}

.navigation .button.next a:hover 
{
    background-color: #64c61f;
    background-image: url("../Images/arrow_rt_public.png");
}

/* ******** */

.navigation .button.previous.topicnav
{
    float:left;
    margin:0em 1em 0em 0em;
}

.navigation .button.previous.topicnav a
{
    background-color: #005690;
	background-image:url(../Images/arrow_lt_public.png);
    background-repeat: no-repeat;
    background-position: 3% center;
	color: #ffffff;
	padding-left: 18px;
	padding-right: 18px;
}

.navigation .button.previous.topicnav a:hover
{
    background-color: #00aeef;
	background-image:url(../Images/arrow_lt_public.png);
}

.navigation .button.next.topicnav
{
    float:right;
    margin:0em 0em 0em 1em;
}

.navigation .button.next.topicnav a 
{
    background-color: #005690;
    background-image: url("../Images/arrow_rt_public.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #ffffff;
	padding-left: 18px;
	padding-right: 18px;
}

.navigation .button.next.topicnav a:hover 
{
    background-color: #00aeef;
    background-image: url("../Images/arrow_rt_public.png");
}

/* ******** */


.navigation .button.current
{
    font-weight:bold;
    text-decoration:none;
    color:#005590;
    overflow:hidden;
}

.navigation .button.home
{
    font-weight:bold;
    text-decoration:none;
    overflow:hidden;
}

.navigation .button.home.has_menu > P > A
{
    background-image:url(../Images/arrow_down_public_dark.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.navigation .button.home.has_menu > P >  A:hover
{
    background-image:url(../Images/arrow_down_public.png);
}

/*.navigation .button.home a
{
    background-image:url('../Images/home_icon.png');
    background-repeat:no-repeat;
    background-position:33% center;
}

.navigation .button.home a:hover
{
    background-image:url('../Images/home_icon_hover.png');
}*/

.navigation .button.current:hover
{
    background-color:#e2e3e4;
    color:#005590;
}

.navigation .button.disabled a, .navigation .button.disabled a:hover, .navigation .button.disabled a:active
{
    background:#f0f0f0;
    border:1px solid #f0f0f0;
    color:#808080;
    cursor:default;
}

.class_icon 
{
    background:url('../Images/ClassIconBackground.png') no-repeat;
    width:40px;
    height:40px;
    box-shadow: 1px 1px 3px 0px #808080;
    border-radius:2px;
    margin:4px;
}

.class_icon IMG
{
    margin:4px;
    width:32px;
    height:32px;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius:0px;
}

.gallery
{
    background:#fafafa;
    border:1px solid #e8e8e8;
    padding:0.5em 0.5em 0.5em 0.5em;
	margin:1.0em 0.5em;
    clear:both;
}

.simplegallery
{
	margin:0.5em 0em;
    clear:both;
    overflow:hidden;
}

.topic .wrapper .simplegallery
{
	margin-left:0.75em;
}

.link_list_title
{
    background-color: #007EBF;
    padding: 0.125em 0.25em 0.125em 0.5em; 
    font-weight: bold; 
    color: #f8f8f8;
    font-size:1.375em;
}

.link_list_title P
{
    margin:0;
    padding: 0; 
}

.featured_series
{
    margin: 1em 0px;
    width: 100%;
}

.featured_series .playlistlink_container
{   
    position:relative; 
}

.featured_series .playlistlink
{   
    border-bottom:0;
    padding:0; 
}

.featured_series .playlistlink_image
{   
    border-radius: 0;
    float: left;
    height: 256px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
}

.featured_series .playlistlink IMG
{   
    border: 0 none;
    border-radius: 0;
    position: absolute;
    top: -50%;
    width: 100%;
}

.featured_series .playlistlink_title
{   
    background: none repeat scroll 0 0 rgba(48, 48, 48, 0.875);
    bottom: 0;
    float: none;
    margin-left: 0;
    position: absolute;
    width: 100%;
}

.featured_series .playlistlink_title .playlistlink_title_label 
{
    color: #00ADEF;
    font-weight: bold;
    padding-left: 8px;
}

.featured_series .playlistlink_title div.playlistlink_title_text
{
    color: #f0f0f0;
    display: inline-block;
    padding: 8px 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375em;
    text-decoration: none !important;
}

.featured_series .playlistlink:hover .playlistlink_title div.playlistlink_title_text
{
    color: #f0f0f0;
}

.gallery .videolink_container
{
    float:left;
    margin:0.5em 0.925em;
}

.gallery .playlistlink_container
{    
}

.simplegallery .videolink_container
{
    float:left;
    margin:0.5em 0.925em;
}

.simplegallery .playlistlink_container
{
    clear: both;
    overflow: hidden;
}

.sidebar .videolink_container
{
    float:none;
}

.videolink
{
    text-decoration:none !important;
	display:block;
}

.playlistlink
{
    border-bottom: 1px solid #919293;
    display: block;
    overflow: hidden;
    padding: 6px;
    text-decoration: none !important;
}

.playlistlink:hover
{
    background-color: rgba(0,173,239,0.125);
}

.videolink_image::after 
{
    content: "";
    display: block;
    padding-top: 55%;
}

.videolink_image
{
    text-decoration:none !important;
    position:relative;
    line-height:0px;    
    border-radius: 0px;
	/*box-shadow:0 5px 10px -2px rgba(0, 0, 0, 0.750);*/
    outline:2px solid #007ebf;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.videolink_image::after 
{
    content: "";
    display: block;
    padding-top: 55%;
}

.playlistlink_image
{
    border-radius: 0;
    float: left;
    line-height: 0;
    position: relative;
    text-decoration: none !important;
    width: 48px;
}

.videolink:hover .videolink_image
{
    outline:3px solid #00ADEF;
}

.videolink IMG
{    
    border-radius: 0px;
    position: absolute;
    top: -20%;
    width: 100%;
}

.playlistlink IMG
{    
    border-radius: 0px;
    border:0 none;
}

.videolink_overlay
{
    height:100%;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    background:#000000;
    opacity:0.25;
    border-radius: 0px;
    line-height:0px;    
}

.videolink:hover .videolink_overlay
{
    opacity:0.25;  
}

#tv 
{ 
    position: relative; 
    width: 200px; 
    height: 150px; 
    margin: 20px 0; 
    background: red; 
    border-radius: 50% / 10%; 
    color: white; 
    text-align: center; 
    text-indent: .1em; } 

#tv:before 
{ 
    content: ''; 
    position: absolute; 
    top: 10%; 
    bottom: 10%; 
    right: -5%; 
    left: -5%; background: inherit; border-radius: 5% / 50%; 

}

.videolink_button,
.playlistlink_button
{
    height:24px;
    width:24px;
    padding:7px 15px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-27px;
    margin-top:-19px;
    background:#161617 url('../Images/video_play.png') center center no-repeat;
    opacity:0.8;
    border-radius:12px;
}

.videolink:hover .videolink_button,
.fancylink:hover .videolink_button,
.playlistlink:hover .playlistlink_button
{
    opacity:0.8;
    background:#007EBF url('../Images/video_play.png') center center no-repeat;
}

.videolink_title 
{
    margin-top: -6px;
    text-decoration: none !important;
}

.playlistlink_title
{
    float: left;
    margin-left: 1em;
    text-decoration: none !important;
}

.videolink_title div.videolink_title_text
{
    padding:8px 0px 0px;
    color:#007ebf;
    font-size:0.825em;
    font-weight:bold;
    text-decoration:none !important;
    line-height:1.375em;
    height:2.5em;
}

.playlistlink_title div.playlistlink_title_text
{
    color: #007ebf;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375em;
    padding: 8px 0 0;
    text-decoration: none !important;
}

.playlistlink:hover .playlistlink_title div.playlistlink_title_text
{
    color: #007EBF;
}

.videolink:hover div.videolink_title_text
{
    color:#00ADEF;
}

.playlistlink:hover div.playlistlink_title_text
{
    color:#00ADEF;
}

.videolink_title div.videolink_description
{
    padding:8px;
    background:#E2E3E4;
    color:#313233;
    font-size:0.925em;
    text-decoration:none !important;
    line-height:1.5em;
    display:none;
    word-wrap: break-word;   
}

.playlistlink_title div.playlistlink_description
{
    padding:8px;
    background:#E2E3E4;
    color:#313233;
    font-size:0.925em;
    text-decoration:none !important;
    line-height:1.5em;
    display:none;
    word-wrap: break-word;   
}

.videolink_title div.videolink_description_text
{
    padding:4px 0px 0px; 
}

.playlistlink_title div.playlistlink_description_text
{
    padding:4px 0px 0px; 
}

#sidebar
{
    background:#fafafa;
    border: 1px solid #e8e8e8;
    position:absolute;
    right:0px;
    width:260px;
    padding:0;
    white-space:normal;
    z-index:1000;
    box-shadow: -15px 20px 10px -14px rgba(0, 0, 0, 0.25);
}

.bottomlinks
{
    margin:20px 0px 0px;
    text-align:center;
}

.bottomlinks a
{
    font-weight:bold;
}

.toc_alpha
{
    background: #E0E0E0;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    padding:2px 6px;
    font-size:1.375em;
}

.toc_alpha P
{
    margin:0px;
    padding: 0px;
}

.toc_alpha A
{
    font-weight:bold;
}

.wrapper
{    
    background: #E2E3E4;
    border: 1px solid #C0C0C0;
    overflow:hidden;
    padding:0em 1em 0.5em;
}

.topic .wrapper
{
    padding-left:0em;
    padding-right:0em;
    overflow:hidden;
    background:transparent;
    margin-top:0em;
}

.topic .wrapper .topics
{
    margin-left:1.25em !important;
}

.topic .wrapper.split .topics
{
    margin-left:0em !important;
}

.topic .wrapper .note, .topic .wrapper .tip, .topic .wrapper .warning, .topic .wrapper .section, .topic .wrapper .quote, .topic .wrapper .aux
{
    margin-left:2.25em;
}

.topic .wrapper .container
{
    padding-left: 10px; 
    float: left; 
    width: 580px;
    /*border-left:1px solid #f0f0f0;*/
}

.topic .wrapper P
{
    margin-left:1.875em !important;
}

.topic .wrapper .arrowlist P
{
    margin-left:0em !important;
    margin-bottom:0px;
}


.topic .wrapper .buttonlist P
{
    margin-left:0em !important;
    margin-bottom:0px;
}
.topic .wrapper.split P
{
    margin-left:0em !important;
}

.topic .wrapper LI P, .topic .wrapper .topics P, .topic .wrapper .normaltitle P
{
    margin-left:0em !important;
}

.frontpage 
{
    margin: -10px  0px 40px 0px;
}

/*
.wrapper p
{
    margin:-0.25em -0.125em;
}

.paragraph
{
    margin:0.5em 0em;
}
*/

.normaltitle
{
    font-size:1em;
    font-weight:bold;
	color:#011758;
}

.wrapper .largetitle .normaltitle
{
    font-size:0.65em;
    font-weight:bold;
	color:#011758;
}

.smalltitle
{
    font-size:0.875em;
    font-weight:bold;
	color:#011758;
}

.largetitle
{
    font-size:1.125em;
    font-weight:bold;
	/*color:#313233;*/
	color:#011758;
}

#sidebar .largetitle
{
    background: #919293;
    color: #fff;
    padding: 0 10px;
}

.wrapper .largetitle
{
    width:100%;
    font-size:1.125em;
    font-weight:bold;
	/*color:#313233;*/
	color:#011758;
	padding:0px;
	background:#f4f4f4;
	border-radius:4px;
	margin-left:-6px;
}
.topic .wrapper .largetitle
{
    margin-right:5px;
    background:transparent;
}

.titlesection
{
    font-size:0.875em;
    padding:6px 16px 2px;
    font-weight:bold;
    margin-bottom:0.5em;
}

.titlesection p
{
    margin:0;
    padding:0;
}

.aux .titlesection, .section .titlesection
{
    border-radius:4px 4px 0px 0px;
    margin-top:-1em;
    margin-left:-1.55em;
    margin-right:-1.55em;
}

.section .titlesection
{
    background:#606060;
    color:#ffffff;
}

.aux .titlesection
{
    background:#6dadda;
    color:#ffffff;
}

.directory 
{
    margin:0.5em 0em;
}

.directory UL LI 
{
    width:33%;
    float:left;
}

.directory .wrapper .largetitle p
{
    padding:0.5em;
}

.topic .wrapper UL
{
    margin-left:2em;
    margin-top:0.25em;
    margin-bottom:0.5em;
}

.topic .wrapper .aux UL, .topic .wrapper .section UL, .topic .wrapper .tip UL, .topic .wrapper .note UL, .topic .wrapper .warning UL, .topic .wrapper .quote UL
{
    margin-left:2em;
    margin-top:0em;
}

.aux UL, .section UL, .tip UL, .note UL, .warning UL, .quote UL
{
    margin-left:2em;
    margin-top:0.5em;
}

.topic .wrapper.split .largetitle
{
    margin-right:5px;
    background:transparent;
    float:left;
    width:300px;
}

.wrapper .largetitle P 
{
    background: #F4F4F4;
    border-radius: 4px;
    color: #011758;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: -8px;
    margin-top: 0px;
    padding: 2px 4px 2px 8px;
    width: 100%;
    line-height:1em;
}

.topic .wrapper .largetitle P
{
    background:transparent;
    font-size:1.25em;
    padding-top: 4px;
    margin-left:-0em !important;

}

.topic .wrapper.split .largetitle P
{
    background:transparent;
    font-size:1.75em;
    padding-top: 4px;
    margin-left:-0.5em !important;

}

.largetitle P, .smalltitle P, .normaltitle P
{
    margin:0;
    padding:0;
    font-size:1.125em;
}

.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}

.underline
{
    text-decoration:underline;
    display:inline-block;
}

.caption
{
    font-size: 1em;
    font-style: italic;
    margin-bottom: 1.75em;
    margin-left: 1em;
    margin-top: -1.25em;
}

.slider_container .caption
{
    margin-top: -0.25em;
}

.figure
{
	margin-left: 5em;
	margin-right: 5em;
	/*max-width:60em;*/
}

.figure .caption
{
	font-style: italic;
	margin: 0.5em auto 2em auto;
	width: 40em;
}

.transparent
{
    background:transparent;
    border:0px solid #000000;
}

.wrapper .arrowlist 
{
    padding-left:10px;
}

.topic .wrapper .linkcontainer 
{
    margin-left:-0.25em;
}

.topic .wrapper .linkcontainer  .gallery
{
    margin-left:1.5em;
}

.topic .wrapper .arrowlist 
{
    /*border:1px solid #f0f0f0;*/
    overflow:hidden;
    margin-left:1.5em;
    margin-top:-0.5em;
}

.quote .arrowlist, .note .arrowlist, .tip .arrowlist, .warning .arrowlist, .section .arrowlist, .aux .arrowlist 
{
    /*border:1px solid #f0f0f0;*/
    overflow:hidden;
    margin-left:0em !important;
    margin-top:-0.5em !important;
}

.menu
{
    position:absolute;
    width:528px;
    background:#f0f0f0;
    box-shadow:0px 12px 20px -5px rgba(0,0,0,0.5);
    z-index:100000;
    border-top:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
}

.menu_scroll
{
}

.menu_scroll_rail
{
    width:2px;
}

.menu_container
{
    background:
		/* Shadow covers */
		linear-gradient(#f0f0f0 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), #f0f0f0 70%) 0 100%,
		
		/* Shadows */
		linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.1)),
		linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0) 100%) 0 100%;
	background:
		/* Shadow covers */
		linear-gradient(#f0f0f0 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), #f0f0f0 70%) 0 100%,
		
		/* Shadows */
		linear-gradient(rgba(0,0,0,0.05) 0%, rgba(0,0,0,0)),
		linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.1) 100%) 0 100%;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	
	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
    /*max-height:480px;
    overflow:auto;*/
}

/*.menu:after
{
    content:"";
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    box-shadow: 0px -4px 10px rgba(0,0,0,0.5);
}*/

.menu:hover
{
    background:#f0f0f0;
}

.menu_container .buttonlist
{
    padding:10px 0px;
}

.buttonlist 
{
    /*border:1px solid #f0f0f0;*/
    overflow:hidden;
    margin-left:0em;
    margin-right:1em;
}

.fullwidth.buttonlist 
{
    margin-right:0em;
}

.topic .wrapper .buttonlist 
{
    /*border:1px solid #f0f0f0;*/
    overflow:hidden;
    margin-left:1.125em;
    margin-top:-0.5em;
    margin-right:2em;
}

.topic .wrapper.split .arrowlist 
{
    /*border:1px solid #f0f0f0;*/
    overflow:hidden;
    margin-left:0em;
}

.topic .wrapper .arrowlist ul
{
    margin:0.5em 0em 0.5em 1.75em;
    padding:0em;
}

.buttonlist ul
{
    margin:0em 0em 0em 0em;
    padding:0em;
}

.topic .wrapper .buttonlist ul
{
    margin:0em 0em 0em 0em;
    padding:0em;
}

/*.topic .wrapper .arrowlist UL
{
    margin-left:1.5em;
}*/

.arrowlist li
{
    list-style-type:square;
    /*background:url(../Images/arrow_rt_public_dark.png) no-repeat 0px 5px;*/
    padding:2px 0px 0px 0px;
    font-size:1em;
}

#sidebar .arrowlist li
{
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.buttonlist li
{
    /*background:url(../Images/arrow_right.png) no-repeat 0.25% center;*/
    list-style-type:none;
    font-size:1em;
    margin:2px 0px 1px 1em;
    /*border-color:#e8e8e8;
    border-style:solid;
    border-width:1px 1px 1px 4px;*/
    width:auto;
    text-align:left;
    color: #000000;
}

.buttonlist.float li
{
    /*background:url(../Images/arrow_right.png) no-repeat 0.25% center;*/
    /*background-color:#E2E3E4;*/
    list-style-type:none;
    font-size:1em;
    margin:2px 0px 1px 0px;
    float:left;
    width:33%;
    width:auto;
}

.buttonlist li:hover
{
    /*background-color:#00ADEF;*/
    /*border-color:#eaeaea;*/
    /*transition: background-color 0.3s linear 0s;*/
}

.arrowlist ul ul
{
    margin:0.25em 0em 0.25em 1.75em;
    padding:0em;
}


.topic .wrapper .arrowlist ul ul
{
    margin:0em 0em 0.25em 1.75em;
    padding:0em;
}

.arrowlist li li
{
    background:none;
    padding:2px 0px 0px 0px;
    font-size:1em;
}

.arrowlist li a
{
    font-weight:bold;
}

#sidebar .arrowlist li a
{
    display: block;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
}

.buttonlist li p
{    
    padding:1px 4px 3px 0px !important;
}

.buttonlist li .titlesection
{
    /*background-color:#f0f0f0;*/
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    color:#000000;
    display:block;
    padding:1px 4px 0px 0px;
    margin:-3px -4px -0.75em 0px;
}

/*.buttonlist li li
{
    padding-left:1em;
    background:url(../Images/bullet_square.png) no-repeat 0 0;
}*/

.buttonlist li a
{
    background:url(../Images/arrow_rt_public_dark.png) no-repeat 99% center;
    background-color:#f4f4f4;
    border:1px solid #E2E3E4;
    font-weight:bold;
    text-decoration:none;
    color:#005590;
    display:block;
    padding:1px 4px 3px 10px !important;
    margin:-1px -4px -3px -10px;
    /*box-shadow:-5px 0px 20px -5px rgba(0,0,0,0.3);*/
    text-align:left;
}

#sitemap .buttonlist li.unfiltered>p>a
{
    background-image:none;
    background-color:#f8f8f8;
    color:#808080;
}

.buttonlist li.unfiltered>strong
{
    color:#808080;
    padding-left:10px;
}

.fullwidth.buttonlist li a
{
    margin:-1px -4px -3px 0px;
}

.buttonlist li a:hover
{
    background:url(../Images/arrow_rt_public.png) no-repeat 99% center;
    color:#ffffff;
    background-color:#005590;
    transition: background-color 0.3s linear 0s;
}

.menu .buttonlist li a
{
    background-color:transparent;
}

.topic .wrapper .largetitle.topicbutton
{
    margin-bottom:0.5em;
}

.topic .wrapper .largetitle.topicbutton a
{
    background:url(../Images/arrow_rt_public_dark.png) no-repeat 98.75% center;
    background-color:#e4e4e4;
    /*border:1px solid #939597;*/
    font-weight:bold;
    text-decoration:none;
    color:#005590;
    display:block;
    padding:5px 4px 5px 10px;
    margin:-6px 1.4em -0.125em 1.25em;
}

.topic .wrapper .largetitle.topicbutton a:hover
{
    background:url(../Images/arrow_rt_public.png) no-repeat 98.75% center;
    color:#ffffff;
    background-color:#005590;
    transition: background-color 0.3s linear 0s;
}

.plainlist ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.plainlist li
{
    margin:0px;
}

.iconlist
{
    overflow:auto;
}

.iconlist ul
{
    list-style:none;
    margin:0;
    padding:0;
}

.iconlist li
{
    float:left;
    margin-right:10px;
}

.iconlist img
{
    border-radius:0px;
    box-shadow:0px 0px 0px #000000;
    height:20px;
}

.flowlist
{
    background:#E2E3E4;
    float:left;
    margin:0em 0em 1em;
}

.flowlist after
{
    clear:both;
}

.flowlist ul
{
    list-style:none;
    border:0px solid #000000;
    border-radius:4px;
    margin:0em;
    padding:2.0em;
}

.flowlist ul:after
{
    clear:both;
}

.flowlist li .listitem
{
    background:#313233;
    font-size:1.25em;
    font-weight:bold;
    display: inline-block;
    border: 0px solid #939597;
    border-radius: 8px;
    padding:0.25em 0.5em;
}

.flowlist li:hover .listitem
{
    background:#4C4C4E;
}

.flowlist li .special
{
    background:#D8671C;
}

.flowlist li:hover .special
{
    background:#F7931D;
}

.flowlist li .listitem a
{
    text-decoration:none;
    color:#FFFFFF;
}

.flowlist li
{
    padding:0em 0em 1em 0em;
    margin:0.25em 0.25em 0.25em 0.25em;
    background:url(../Images/arrow_down.png) no-repeat bottom center;
    text-align:center;
}

.flowlist li:last-child
{    
    padding:0px 0px 0px 0px;
    background:none;
}

.contentbox
{
    border:1px solid #000000;
    border-radius:4px;
    padding:1.0em;
}

.pagebreak
{
    page-break-after:always;
    height:0px;
    width:0px;

}

.half
{
    width:50%;
}

.third
{
    width:33%;
}

.fourth
{
    width:25%;
}

.fifth
{
    width:20%;
}

.sixth
{
    width:16.67%;
}

.seventh
{
    width:14.28%;
}

.eighth
{
    width:12.5%;
}

.ninth
{
    width:11.11%;
}

.tenth
{
    width:10%;
}

.tooltip
{
}

.tipcontent
{
    display:none;
}

.tipcontent p 
{
    padding:0px;
    margin:0px;
}

.desc_tip 
{
    display:none;
    padding:5px;
    background:#e0e0e0;
    color:#313233;
    border:1px solid #939597;
}

/*.OS
{
    clear:both;
    margin:1em 0em;
}*/

.tab
{
    background:#606060 scroll 5px 5px no-repeat;
    border:0px solid #a0a0a0;
    padding:4px 12px 4px 24px;
    margin-top:2px;
    color:#f0f0f0;
    float:left;
    cursor:pointer;
}

.active_tab
{
    background-color:#f0f0f0;
    border:1px solid #a0a0a0;
    border-bottom:0px solid #a0a0a0;
    padding:4px 12px 6px 24px;
    margin-top:0px;
    margin-bottom:-2px;
    color:#000000;
    z-index:10;
}

.tab_content
{
    background:transparent scroll 5px 5px no-repeat;
    border:1px solid #a0a0a0;
    padding:6px;
    clear:both;
    display:none;
}

.active_tab_content
{
    border:1px solid #a0a0a0;
    padding:6px;
    clear:both;
    display:block;
}

.button
{
    background:#f0f0f0 scroll 5px 5px no-repeat;
    border:1px solid #a0a0a0;
    padding:4px 12px 4px 24px;
    margin:2px 2px 8px 2px;
    color:#404040;
    float:left;
    cursor:pointer;
}

.button p
{
    padding:0px;
    margin:0px;
}

.button:hover
{
    background-color:#a0a0a0;
    color:#FFFFFF;
}

.button:active
{
    background-color:#00ADEF;
    color:#FFFFFF;
}

.active_button, .active_button:hover
{
    background-color:#606060;
    border:1px solid #a0a0a0;
    color:#f0f0f0;
}

.button_content
{
    padding-left:24px;
    clear:both;
    background:#f0f0f0 scroll 5px 2px no-repeat;
    margin-left:-20px;
    display:none;
}

ul > li > .button_content, ol > li > .button_content 
{
    margin-left: -60px;
}

.button_content .container
{
    padding:2px 0px 0px 4px;
    background:#ffffff;
}

ul > li > .button_content .container, ol > li > .button_content .container 
{
    padding-left: 44px;
}

.button_content .container:first-child
{
    padding-top:0px;
    margin-top:0px;
}

.active_button_content
{
    display:block;
}

.windows
{
    background-image:url('../Images/windows.png');
}

.mac
{
    background-image:url('../Images/macos.png');
}

.linux
{
    background-image:url('../Images/linux.png');
}

.maya
{
    background-image:url('../Images/maya.png');
}

.max
{
    background-image:url('../Images/max.png');
}

.binaryinstall
{
    background-image:url('../Images/binaryinstall.png');
}

.sourceinstall
{
    background-image:url('../Images/sourceinstall.png');
}

.blueprintimplementation
{
    background-image:url('../Images/blueprint_16x.png');
}

.cppimplementation
{
    background-image:url('../Images/cppicon.png');
}

.index_nolink
{
	color:#007ebf;
}

/*************************
   Page Structure
*************************/

HTML
{
    /*font-family:Helvetica,Verdana,Arial,sans-serif;*/
    background:transparent !important;
}

BODY 
{
     font: 15px Helvetica,Verdana,Arial,sans-serif;
     /*font: 15px "Open Sans",sans-serif;*/
     color: #161617;
     line-height: 1.75em;
     margin: 0em;
     padding: 0em;
}

#webThree {
     margin: 0em auto;
     padding: 0em;
     min-width:972px;
     width:100%;
     position:relative;
}

#contentContainer{
	margin-left:300px;
}

#pagedefault {
	width:auto;
    margin:5px auto 60px;
}

#pagecontainer 
{
	padding-top: 5px;
    width:972px;
	margin: 0px auto 0px;
}

#jumplink 
{
    float:right;
    font-weight:bold;
    font-size:0.75em;
    padding:0px 16px 4px 0px;
    background:url(../Images/arrow_down.png) right center no-repeat;
    cursor:pointer;
    margin-top:-0.5em;
}

#webThree #footer {
    width:100%;
    clear:both;
	position:relative;
	z-index:18;
}

#webbgThree {
    background: #fafafa;
    padding:0;
}

#head {
    height: 65px;
    width:100%;
	clear:both;
}

.header
{
    width:100%;
    left:0;
    right:0;
    top:0;
    position:relative;
    z-index:1000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.header IMG 
{
    border-width: 0px;
    box-shadow: 0px 0px 0px 0px #808080;
    border-radius:0px;
}

.header_inner
{
    padding:0px 0px 0px 12px;
}

.header_container
{
    background: #EFEFEF;
    height:50px;
}

.brand
{
    display: block;
    float: left;
    line-height:0;
}

#maincol {
    /*float:left;*/
     background-color: #ffffff;
     height: 100%;
     padding: 30px 20px 30px 20px;
     margin: 10px 0px 50px;
     box-shadow:10px 50px 40px -60px rgba(0, 0, 0, 0.3), -10px 50px 40px -60px rgba(0, 0, 0, 0.3);
     /*width:100%;*/
     border:1px solid #f0f0f0;
	 position:relative;
}

#footer #brand {
}

#footer #legal {
    color:#222222;
    font-size: 0.925em;
    line-height:30px;
    height:30px;
    padding: 0px 30px;
	background: #fafafa;
    margin:0px 20px;
    border-top:1px solid #c0c0c0;
}

#footer #copyright {
    float: left;
}

#footer #terms {
    float: right;
}

#footer #copyright A:link,
#footer #copyright A:active,
#footer #copyright A:visited,
#footer #terms A:link,
#footer #terms A:active,
#footer #terms A:visited
{
    color:#222222;
    text-decoration:none;
}

#footer #copyright A:hover
#footer #terms A:hover
{
    color:#555555;
    text-decoration:none;
}

.navbar_container
{
    background: #808080 url('../Images/nav_bkgd.png') repeat-x;
    height:32px;
    clear:both;
}

.navbar
{
    height:32px;
    width:940px;
    margin:0px auto;
}

.navbar_shadow
{
    background: #FFFFFF url('../Images/body_shadow.png') repeat-x;
    height:10px;
    width:100%;
}

.homelink
{
    width:160px;
    height:96px;
}

HR
{
    border:0 none;
    clear:both;
    background:#d0d0d0;
    height:1px;
    margin:1em;
}

/***************************
   Links
***************************/

A:link {
     background-color: transparent;
     /*color:#041957;
     color:#005590;
     color:#F7931D;
     color:#222222;*/
     color:#007EBF;
     text-decoration: underline;
}

A:active {
     background-color: transparent;
     /*color:#86785a;
     color:#00ADEF;
     color:#F7931D;
     color:#555555;*/
     color:#00ADEF;
     text-decoration: underline;
}

A:visited {
     background-color: transparent;
     /*color:#041957;
     color:#005590;
     color:#F7931D;
     color:#222222;*/
     color:#007EBF;
     text-decoration: underline;
}

A:hover {
     background-color: transparent;
     /*color:#645c4b;
     color:#007EBF;
     color:#C16B07;
     color:#555555;*/
     color:#00ADEF;
     text-decoration: underline;
}

.titlelink, .titlelink:link, .titlelink:active, .titlelink:visited
{
    text-decoration:none;
    color: #000000;
}

.titlelink:hover
{
    text-decoration:none;
     color: #645c4b;
}

/***************************
   Paragraphs
***************************/

P
{
    font-size:1em;
    margin-top:8px;
    margin-bottom:20px;
    /*max-width:60em;*/
}

/**************************
   Lists
**************************/

UL, OL, DL
{
    margin:0.75em 0em 1.125em 2em;
    padding:0em 0em;
	padding-left:10px;
    /*max-width:57em;*/
	/*margin-bottom:70px;*/
}

.toc UL, TABLE UL
{
    margin:0em 0em 0em 3em;
}

#sidebar UL
{
    margin:0em;
}

LI
{
    padding:0em 0em;
}

OL LI
{
    padding:0.375em 0em;
}

li p:first-child, dl p:first-child
{
    padding:0px;
    margin:0px;
}

li p, dl p
{
    margin:0.5em 0em;
}

LI UL, LI OL, LI DL
{
    margin:0.5em 0em 0.5em 3em;
    padding:0em 0em;
    /*max-width:57em;*/
}

UL.nav {
     color: #444444;
     display: inline;
     margin: 0px;
     padding: 0px;
     text-decoration: none;
}

UL.nav LI {
     color: #DDDDDD;
     display: inline;
     margin-left: 0px;
     padding-left: 5px;
     padding-right: 5px;
     text-decoration: none;
}

UL.nav A:link {
     background-color: transparent;
     border-bottom: 0px solid #123161;
     color: #00395D;
     font-size: 1em;
     font-weight: bold;
     padding: 2px 8px;
     text-decoration: none;
}

UL.nav A:visited {
     background-color: transparent;
     border-bottom: 0px solid #123161;
     color: #00395D;
     font-size: 1em;
     font-weight: bold;
     padding: 2px 8px;
     text-decoration: none;
}

UL.nav A:active {
     background-color: transparent;
     border-bottom: 0px solid #123161;
     color: #00395D;
     font-size: 1em;
     font-weight: bold;
     padding: 2px 8px;
     text-decoration: none;
}

UL.nav A:hover {
     border-bottom: 0px solid #123161;
     text-decoration: none;
}

DL
{    
    margin-left:10px;
}

DT
{
     font-weight:bold;
     color:#012baf;
}

DD
{
    padding:3px 0px;
}

/***************************
   Forms
***************************/

FORM {
     margin: 0px;
     padding: 0px;
}

SELECT {
     font-size: 0.9em;
     line-height: 1em;
     margin: 0px;
     padding: 0px;
}

INPUT.search {
     font-size: 0.9em;
     line-height: 1em;
     margin: 0px;
     padding: 0px;
}

INPUT.submit {
     font-size: 0.9em;
     line-height: 1em;
     margin: 0px;
     padding: 0px;
}

SELECT {
     margin-bottom: 4px;
}

INPUT.search {
     background-color: #FFFFFF;
     color: #000000;
}

INPUT.submit {
     background-color: #FFFFFF;
     color: #000000;
}

/***************************
   Tables
***************************/

TABLE 
{
     background-color: transparent;
     border-top:1px solid #a0a0a0;
     border-bottom:1px solid #a0a0a0;
     border-spacing:0px;
     /*min-width:60em;*/
     width:100%;
     margin:1.5em 0em;
     font-size:0.925em;
}

TD, TH
{
    border-bottom:1px solid #d8d8d8;
}

TR:last-child TD
{
    border-bottom:0px solid #d8d8d8;
}

TD 
{
    background-color: #FFFFFF;
    vertical-align:top;
    padding:0.25em 2.5em 0.25em 0.5em;
}

TD P:first-child, TH P:first-child
{
    margin-top:0px;
    /*max-width:55em;*/
}

TD P:last-child, TH P:last-child
{
    margin-bottom:0px;
    /*max-width:55em;*/
}

TD CODE
{
    color:#0a0c44;
}

TD CODE
{
    white-space:nowrap;
}

TD .nowrap
{
    white-space:nowrap;
}

TD .wrap CODE
{
    white-space:normal;
}

TD PRE CODE
{
    white-space:pre;
    max-width:50%;
}

TH 
{
    /*background-color: #344067;*/
    background-color: #e0e0e0;
    /*border-top:1px solid #445077;*/
    color:#000000;
    /*color:#0a0c44;*/
    padding:0.25em 2.5em 0.25em 0.5em;
    vertical-align:top;
    text-align:left;
    font-weight:bold;
    /*white-space:nowrap;*/
}

.imagetable TH IMG
{
    margin:-2px -50px -8px -5px;
    border-radius:0px;
    box-shadow:0px 0px 0px #000;
}

.imagesubtable
{
    margin:0px;
    padding:8px 2px 2px 2px;
    background:#ffffff;
}

.imagetable TABLE 
{
     background-color: #000000;
     border-top:0px solid #000000;
     border-bottom:0px solid #000000;
     border-spacing:0px;
     width:auto;
     /*min-width:0em;*/
}

.topic .wrapper .buttonlist .imagetable 
{
    margin:0em 0em 0em 1em;
}

.imagetable TD 
{
    background-color: #FFFFFF;
    vertical-align:top;
    border-top:0px solid #808080;
    padding:5px;
    text-align:center;
    font-weight:bold;
}

.imagetable TH 
{
    background-color: #FFFFFF;
    vertical-align:top;
    border-top:0px solid #445077;
    border-bottom:0px solid #445077;
    color:#000000;
    padding:8px 5px 2px;
    white-space:normal;
}

.imagetable TH IMG
{
    margin:0px;
    border-radius:6px;
    box-shadow: 1px 1px 3px 0px #808080;
}

.imagetable TABLE TD TABLE, .imagetable TABLE TH TABLE
{
     background-color: #000000;
     border-top:1px solid #000000;
     border-bottom:1px solid #000000;
     border-spacing:0px;
     /*min-width:60em;*/
     /*width:100%;*/
     margin:0em 0em;
}

.imagetable TABLE TD TABLE TD, .imagetable TABLE TH TD
{
    background-color: #FFFFFF;
    vertical-align:top;
    border-top:1px solid #808080;
    padding:0.125em 5em 0.125em 0.5em;
    margin-top:0px;
    margin-bottom:0px;
    /*max-width:55em;*/
    text-align:left;
    font-weight:normal;
}

.imagetable TABLE TD TABLE TH, .imagetable TABLE TH TH
{
    /*background-color: #344067;*/
    background-color: #333333;
    /*border-top:1px solid #445077;*/
    color:#f0f0f0;
    /*color:#0a0c44;*/
    padding:0.25em 2.5em 0.25em 0.5em;
    text-align:left;
    font-weight:bold;
    /*background-color: #344067;
    border-top:1px solid #445077;
    color:#f0f0f0;
    padding:0.25em 5em 0.25em 0.5em;
    text-align:left;*/
}

.imagesubtable
{
    margin:-3px -50px -2px -5px;
    padding:8px 2px 2px 2px;
    background:#ffffff;
}

.imagesubtable TABLE 
{
     background-color: #000000;
     border-top:0px solid #000000;
     border-bottom:0px solid #000000;
     border-spacing:0px;
}

.imagesubtable TD 
{
    background-color: #FFFFFF;
    vertical-align:top;
    border-top:0px solid #808080;
    padding:2px;
    text-align:center;
    font-weight:bold;
}

.imagesubtable TH 
{
     background-color: #FFFFFF;
     border-top:0px solid #445077;
     color:#000000;
     padding:8px 2px 2px;
}

.imagesubtable TH IMG
{
    margin:0px;
    border-radius:6px;
    box-shadow: 1px 1px 3px 0px #808080;
}

.simpletable TABLE
{
     background-color: #000000;
     border-top:0px solid #000000;
     border-bottom:0px solid #000000;
     border-spacing:0px;
     width:auto;
}

.simpletable TD 
{
    background-color: #FFFFFF;
    vertical-align:top;
    border-top:0px solid #808080;
     padding:2px 30px 2px 5px;
    text-align:left;
}

.simpletable TH 
{
    vertical-align:top;
     background-color: #e0e0e0;
     border-top:0px solid #445077;
     color:#000000;
     padding:2px 30px 2px 5px;
}

.simpletable TH IMG
{
    margin:0px;
    border-radius:0px;
    box-shadow:0px 0px 0px #000;
}

.transparenttable TABLE
{
     background-color: transparent;
     border-top:0px solid #000000;
     border-bottom:0px solid #000000;
     border-spacing:0px;
     width:auto;
}

.transparenttable TD 
{
    background-color: transparent;
    vertical-align:top;
    border-top:0px solid #808080;
    padding:4px 30px 4px 5px;
    text-align:left;
}

.transparenttable TH 
{
    vertical-align:top;
     background-color: transparent;
     border-top:0px solid #445077;
     color:#005590;
     padding:4px 30px 4px 5px;
}

.tablesection
{
    margin:-0.25em -2.5em -0.25em -0.5em;
    padding:0.25em 2.5em 0.25em 0.5em;
    background:#f4f4f4;
    font-weight:bold;
}

.simpletable .tablesection
{
    background: #f4f4f4;
    font-weight: bold;
    margin: -2px -30px 0 -5px;
    padding: 2px 5px 1px;
}

.tablesectionalt
{
    margin:-0.5em -2.5em -0.5em -0.5em;
    padding:0.25em 2.5em 0.25em 0.5em;
    background:#e8e8e8;
}

.imagetable TABLE .tablesection
{
    margin:-0.25em -5em -0.25em -0.5em;
    padding:0.25em 2.5em 0.25em 0.5em;
    background:#e8e8e8;
    font-weight:bold;
}

.imagetable TABLE .tablesectionalt
{
    margin:-0.25em -5em -0.25em -0.5em;
    padding:0.25em 2.5em 0.25em 0.5em;
    background:#e8e8e8;
}

.prop_sublist ul
{
    list-style:none;
    margin-top:0px;
    margin-bottom:0px;
    padding-left:20px;
}

/******************************
   Code Blocks
******************************/

PRE
{
    /*max-width:60em;*/
    /*line-height: 1em;
    font-family: monospace;
    font-size: 100%;
    font-weight: bold;
	margin:5px 0px;
	padding:8px 10px;
	background:#f0f0f0;
	max-height:500px;
	overflow:auto;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	color:#000000;
    box-shadow: 1px 1px 2px 0px #c0c0c0;
    border-radius: 4px;*/
    
    font:1em monospace !important;
    border:1px solid #D0D8E8 !important;
    padding:10px !important;
    background:#f8f8f8 !important;
    box-shadow:0px 0px 0px #000000 !important;
	max-height:500px !important;
	overflow:auto !important;
}

div.Code
{
    font:1em monospace;
    border:1px solid #D0D8E8;
    padding:10px;
    background:#f8f8f8;
    box-shadow:0px 0px 0px #000000;
	max-height:500px;
	overflow:auto;
}

div.Code P
{
    white-space:pre;
}

div.Code P:first-child
{
    margin-top:0; 
}

div.Code P:last-child
{
    margin-bottom:0; 
}

/***********************************
   Headings
***********************************/

H1 {
     padding: 5px 5px;
     margin-top:0.1255em;
     /*background: #4C4C4E;*/
     color: #005590;
     /*color: #f8f8f8;*/
     font-size:2.5em;
     font-weight: bold;
     margin-left:-6px;
     margin-right:-6px;
     /*border:1px solid #808080;
     border-radius: 3px;*/
     clear:both;
     line-height: 1em;
}

H2, H3, H4, H5, H6
{
    margin-top:1.25em;
    line-height:1em;    
}

.iconsection H2, .iconsection H3, .iconsection H4, .iconsection H5, .iconsection H6
{
    padding:2px 2px 2px 5px;
    background:#f8f8f8;   
}

H2,
.feature_section .title, .feature_section .title a
{
    /*background:#f8f8f8;*/
    padding: 4px 6px 5px;
     color: #005590;
     font-size:1.5em;
     font-weight: bold;
     clear:both;
     margin-left:-6px;
     margin-right:-6px;
     /*padding:2px 2px 2px 5px;*/
     /*color: #313233;*/
     /*border:1px solid #eaeaee;*/
     /*border-radius: 3px;*/
}

.feature_section .title
{
    padding: 0px 6px 2px;
    margin-bottom: 0.75em;
}

H3 {
     padding:0px 2px 2px 0px;
     /*color: #4C4C4E;*/
     color: #007EBF;
     font-size:1.35em;
     font-weight: bold;
	 border-radius: 3px;
     clear:both;
}

H4 {
     padding:0px 2px 2px 0px;
     /*color: #4C4C4E;*/
     color: #007EBF;
     font-size:1.2em;
     font-weight: bold;
     clear:both;
}

H5 {
     padding:0px 2px 2px 0px;
     /*color: #939597;*/
     color: #00ADEF;
     font-size:1.1em;
     font-weight: bold;
     font-style:italic;
     clear:both;
}

H6 {
     padding:0px 2px 2px 0px;
     /*color: #939597;*/
     color: #00ADEF;
     font-size:1em;
     font-weight: bold;
     font-style:italic;
     clear:both;
}

/***************************
   Images
***************************/

IMG 
{
    border-width: 0px;
    border:0px solid #808080;
    border-radius:8px;
    box-shadow: 1px 1px 3px 0px #808080;
    max-width:100%;
}

IMG.left
{
    margin-right:20px;
	float:left;
}

IMG.right
{
    margin-left:20px;
	float:right;
}

P IMG, LI IMG, DIV IMG
{
    /*max-width:none;*/
}

.lightbox a IMG
{
    border:2px solid #FFC000;
    /*max-width:50%;*/
}

.raw iMG
{
    border-radius:0px;
    box-shadow: 0px 0px 0px #808080;
}

.noradius IMG 
{
    border-radius:0px;
}

.noshadow IMG 
{
    box-shadow: 0px 0px 0px #808080;
}

.icons IMG, .subimage
{
    margin: 0px 0px -2px 0px;
    box-shadow: 1px 1px 3px 0px #808080;
    border-radius:2px;
}

.header_img img
{
	max-width:100%;
}

.banner IMG
{
    border-width: 0px;
    border-radius:0px;
    box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	width:100%;
}

.banner_thin 
{    
    height:128px;
    overflow:hidden;
}

.banner_thin IMG
{
    border-width: 0px;
    border-radius:0px;
    box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	width:100%;
}

.fullwidth IMG
{
	max-width:100%;
}

.fullwidth P
{
    max-width:100%;
}

a img
{
    border:1px solid #4C4C4E;
    /*opacity:0.75;
    filter: alpha(opacity = 75);*/
    box-shadow: 0px 0px 0px #808080;
}

a:hover img
{
    /*opacity:1.0;
    filter: alpha(opacity = 100);*/
}

TABLE IMG
{
    max-width:none;
}

/************************
   Breadcrumbs
************************/

#pagenav
{
    margin:0px 10px;
    overflow:hidden;
}

.crumbs
{
    /*background:#f0f0f0;*/
    padding:5px;
    border:0px solid #b0b0b0;
    margin:10px 0px -3px;
	border-radius: 0px;
    /*margin-left:-6px;
    margin-right:-6px;*/
    /*padding-left:20px;
    background:#f0f0f0 url('../Images/home_icon_small.png') 3px 5px no-repeat !important;*/
}

.crumbs p
{
    padding:0px;
    margin:0px;
    max-width:100%;
    font-size:0.75em;
    line-height:1.35em;
}

.crumbs A:link,
.crumbs A:active,
.crumbs A:visited
{
    color:#222222;
}

.crumbs A:hover
{
    color:#555555;
}

/*************************
   Search
*************************/

/*.searchcontainer
{
    float:right;
    margin:8px 10px 6px;
}*/

/*.searchcontainer a {
	color: #f0f0f0;
	font: bold 10px segoe ui,verdana,sans-serif;
	float: right;
	margin: 0 -1px -1px 0;
	padding-right: 2px;
}*/

/*.searchcontainer a:hover {
	color:#CAB587;
}*/

/*.searchbox
{
    margin:5px;
    width:200px;
    font:bold 12px Verdana;
}*/

.searchicon
{
    background:url('../Images/question.png') no-repeat;
    width:20px;height:20px;
    position:absolute;
    bottom:0px;
    right:0px;
    cursor:pointer;
}

.searchhelp
{
    width:384px;
    padding:8px;
    position:absolute;
    left:-381px;
    top:20px;
    border:1px solid #e0e0e0;
    border-top-width:0px;
    border-radius:0px 0px 4px 4px;
    background:#f0f0f0;
    display:none;
    box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.4);
    cursor:default;
    z-index:1000;
}

.quicksearch
{
    clear:both;
    margin-bottom:0px;
    padding-top:0px;
    font-size:0.70em;
	padding-left:16px;
}

.searchterm_button 
{
    padding:4px 6px;
    background:#ffffff;
    border-top:1px solid #e0e0e0;
    border-right:1px solid #b8b8b8;
    border-bottom:1px solid #b8b8b8;
    border-left:1px solid #e0e0e0;
    color:#005590;
    font-weight:bold;
    cursor:pointer;
}

.searchterm_button:hover
{
    background:#005590;
    color:#f0f0f0;
}

.advancedsearchleft
{
    position: relative;
    float: left;
    margin:0px 10px 0px;
}

.advancedsearchlefttext
{
    position: relative;
    float: left;
    margin:20px 10px 0px;
}

.advancedsearchcenter
{
    position: relative; 
    float: left;
    margin:57px 10px 0px;
}

.advancedsearchcenterform
{
    float: left;
    margin:8px 10px 0px;
}

.advancedsearchright
{
    position: relative; 	
    float: left;
    margin:0px 10px 0px;
}

.advancedsearchbox
{
    margin:5px;
    width:350px;
    font:bold 12px Verdana;
}

.advancedcheckbox
{
    margin:5px;
    width:20px;
}

.advancedsearchsubmit
{
    float: right;
}

.advancedsearchstarting
{
    text-align:right;
}
.search_result
{
    position:relative;
    top:0px;
    background:#f0f0f0; 
    padding:10px;
    margin:6px 0px;
    border-radius:6px;
}

.search_result:hover
{
    top:-2px;
    margin:6px 0px 6px 0px;
    box-shadow:0px 2px 2px rgba(0,0,0,0.5);
}

.search_title
{
	height:17px;
	padding:2px 0px 6px 12px;
	font-weight:bold;
    font-size:16px;
	color:#cab587;
	margin-left:48px;
}

.search_title a
{
    text-decoration:none;
}

.search_description
{
    background:#e8e8e8;
    border-radius:4px;
    padding:5px;
	margin-left:60px;
}

.search_description_label
{
	padding:0px 0px 2px 12px;
	font-weight:bold;
    font-size:12px;
	color:#909090;
	margin-left:48px;
}

.gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long
{
    color:#939597 !important;
    display:block !important;
}

/************************
   Info boxes
************************/

.infolink
{
    display:inline-block;
    height:12px;
    width:12px;
    margin:0px 4px;
    background:url('../Images/question_12.png') no-repeat;
    cursor:help;
}

span.infolink
{
    width:auto;
    margin:0px;
    padding: 0px 13px 0px 0px;
    background:url('../Images/question_12.png') no-repeat right;
}

.infobox
{
    width:480px;
    padding:5px;
}

.infobox p
{
    padding:0px;
    margin:0px;
}

#crumbs_bg
{
    background:#000000;
    opacity:0.0;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
}

.localized_links
{
    text-align:right;
    float:right;
    margin:-5px 0px -5px;
}

.localized_links img.disabled
{
    opacity:0.25;
}

.localized_links img.selected
{    
    border: 3px solid #F7931D !important;
    border-radius: 4px !important;
    margin-bottom: 2px !important;
    padding: 1px !important;
}

.contact
{
    width:1182px;
    margin:0px 0px 14px 0px;
}

.contactbutton
{
    position:absolute;
    right:4px;
    top:3px;
    height:11px;
    width:65px;
    text-align:center;
    background:#26345c url('../Images/important_12.png') no-repeat scroll 7px 2px;
    padding:2px 4px 3px 14px;
    border:1px solid #000000;
    border-radius:6px;
    box-shadow:2px 1px 2px rgba(0,0,0,0.5);
    color:#f0f0f0;
    font-size:11px;
    font-weight:bold;
}

/************************************
   Preview Errors
************************************/
 
tr.errorhighlight td, tr.errorhighlight th {
	background-color:#ffBBBB;
	border:1px solid #ff4444;
}
div.errorhighlight *, span.errorhighlight {
	background-color:#ffBBBB;
	border:1px solid #ff4444;
}
div.errorhighlight *
{
	display: inline-block;
}
div.errortitlebar {
	background:#404040 url('../Images/titlebar_bkgd.png');
	height:17px;
	padding:5px 0px 6px 9px;
	font:bold 14px verdana;
	color:#880000;
	border:1px solid #a0a0a0;
	/*-moz-border-radius: 8px 8px 0px 0px;*/
	/*-webkit-border-radius: 8px 8px 0px 0px;*/
	overflow:auto;
	margin-top:14px;
    -moz-box-shadow: 2px 5px 5px 0px #808080;
    -webkit-box-shadow: 2px 5px 5px 0px #808080;
    box-shadow: 2px 5px 5px 0px #808080;
}

div.errorcontentsection {
	background:#f0f0f0;
	padding:10px;
	border:1px solid #808080;
	border-top:1px solid #000000;
	border-left:6px solid #000000;
	font:12px verdana;
	color:#000000;
	/*-moz-border-radius: 0px 0px 8px 8px;*/
	/*-webkit-border-radius: 0px 0px 8px 8px;*/
	overflow:auto;
	margin-bottom:14px;
    -moz-box-shadow: 1px 1px 5px 0px #808080;
    -webkit-box-shadow: 1px 1px 5px 0px #808080;
    box-shadow: 1px 1px 5px 0px #808080;
}


/************************************
   Nav menus
************************************/

.navbar LI
{
    padding:0em 0em;
}

.memu {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	border-left:1px solid #000000;
	border-right:1px solid #404040;
	z-index:1000000;
	position:relative;
	max-width:100%;
}

.memu ul {
	list-style: none outside none;
	margin: 0;
	padding: 2px 1px 3px 2px;
	position: absolute;
	left: -9999px;
	margin-left: 20px;
	width: 200px;
	background: #1d1d1d;
	
	-moz-box-shadow: 3px 2px 3px #333;
	-webkit-box-shadow: 3px 2px 3px #333;
	box-shadow: 3px 2px 3px #333;
}
.memu ul ul {
	margin-left: 0px;
	margin-top: 0px;
	
}

.memu a {
	background: #1d1d1d;
	/*background-color: rgba(255, 255, 255, 0.98);*/
	color: #f0f0f0;
	display: block;
	font-weight: bold;
    font-size: 1em;
    line-height:2.25em;
	margin: 0 -1px -1px 0;
	padding-left: 10px;
	text-decoration: none;
	width: 189px;
	text-overflow: ellipsis;
}

.memu .memu-icon {
	position: relative;
	width: 16px; 
	height: 16px; 
	margin: 4px 10px 0px 0px;
	float: left;
}

.memu li.memu-root > a, .navlink a {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	background: transparent !important;
	color: #f0f0f0;
	display: block;    
    font-size: 1em;
    font-weight:bold;
	margin: -6px 0px 0px;
	padding-left: 0px;
	text-decoration: none;
	width: auto;
	text-overflow: ellipsis;
    padding:6px 32px;
}

.memu li.memu-root {
    height:32px;    
    font-weight:bold;
    color:#f0f0f0;
    border-left:1px solid #404040;
    border-right:1px solid #000000;
	float: left;
}
.memu li.has-children > a {
	background: #1d1d1d url("../Images/arrow.png") no-repeat scroll;
	background-position: 180px center;
}
.memu li:hover, .memu li.memu-root:hover > a, .navlink:hover a {
	position: relative;
	z-index: 100;
	color:#D8671C;
}
.memu li:hover > a {
	background-color: #D8671C;
	border-radius:2px;
	color: #ffffff;
}
.memu li:hover > ul {
	left: -20px;
	opacity: 1;
	top: 32px;
	z-index: -1;
}
.memu li:hover li:hover > ul {
	left: 200px;
	opacity: 1;
	top: 0px;
	z-index: 100;
}

.memu-current {
	background-color: #abcdef !important;
	background-color: rgba(235, 245, 255, 0.98 !important);
}

/************************
   Fake Region Tables
************************/

.table
{
    display:table;
    background-color: #000000;
    border-top:3px solid #000000;
    border-bottom:3px solid #000000;
    border-spacing:0px;
}

.table_row
{
    display:table-row;
}

.table_cell
{
    display:table-cell;
    background-color: #FFFFFF;
    vertical-align:top;
    border-top:1px solid #808080;
    padding:2px 50px 2px 5px;
}

.table_header
{
    display:table-cell;
    font-weight:bold;
    background-color: #344067;
    border-top:1px solid #445077;
    color:#f0f0f0;
    padding:2px 50px 2px 5px;
    text-align:left;
}

.box
{
    border:1px solid #000000;
}

.bold
{
    font-weight:bold;
}

.center
{
    text-align:center;
}

.padding_5
{
    padding:5px;
}

.padding_10
{
    padding:10px;
}

.padding_20
{
    padding:20px;
}

.code
{
     line-height: 1em;
     font-family: monospace;
     font-size: 100%;
     font-weight: bold;
	margin:5px 0px;
	padding:8px 10px;
	background:#f0f0f0;
	max-height:500px;
	overflow:auto;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	color:#000000;
    box-shadow: 1px 1px 2px 0px #c0c0c0;
    border-radius: 4px;
}

.problem
{
    font-weight:bold;
}

.solution
{
    font-style:italic;
    margin:0px 0px 10px 10px;
}

/**************************
   Colors
**************************/

#PURPLE, .purple {
     color: #800080;
     display:inline-block;
}

#YELLOW, .yellow {
     color: #ffff00;
     display:inline-block;
}

#ORANGE, .orange {
     color: #ff6600;
     display:inline;
}

#RED, .red {
     color: #ff0000;
     display:inline;
}

#PINK, .pink {
     color: #ff00ff;
     display:inline;
}

#TEAL, .teal {
     color: #008080;
     display:inline;
}

#NAVY, .navy {
     color: #000080;
     display:inline;
}

#BLUE, .blue {
     color: #0000ff;
     display:inline;
}

#AQUA, .aqua {
     color: #00ffff;
     display:inline;
}

#LIME, .lime {
     color: #00ff00;
     display:inline;
}

#GREEN, .green {
     color: #008000;
     display:inline;
}

#OLIVE, .olive {
     color: #808000;
     display:inline;
}

#MAROON, .maroon {
     color: #800000;
     display:inline;
}

#BROWN, .brown {
     color: #996633;
     display:inline;
}

#BLACK, .black {
     color: #000000;
     display:inline;
}

#GRAY, .gray {
     color: #808080;
     display:inline;
}

#SILVER, .silver {
     color: #c0c0c0;
     display:inline;
}

#WHITE, .white {
     color: #ffffff;
     display:inline;
}

/***********************
   Old Regions
***********************/

.regionhead_closed {
     background: none repeat scroll 0% 0% #404040;
     border-radius: 5px 0px 0px 5px;
     border: 1px solid #404040;
     color: #FFFFFF;
     cursor: pointer;
     font-weight: bold;
     font-size: 12px;
     margin-top: 2px;
     padding: 5px;
}

.regionhead_open {
     background: none repeat scroll 0% 0% #404040;
     border-radius: 5px 0px 0px 0px;
     border: 1px solid #404040;
     color: #FFFFFF;
     cursor: pointer;
     font-weight: bold;
     font-size: 12px;
     margin-top: 2px;
     padding: 5px;
}

.regionimage {
     background: none no-repeat scroll 0pt 0pt transparent;
     display: inline-block;
     height: 10px;
     margin-right: 5px;
     width: 10px;
}

.regioncontent {
     background: none repeat scroll 0% 0% #F0F0F0;
     border-color: #404040;
     border-radius: 0px 0px 0px 5px;
     border-style: solid;
     border-width: 1px 1px 6px;
     display: none;
     padding: 10px;
}

.regioncontent_visible {
     background: none repeat scroll 0% 0% #F0F0F0;
     border-color: #404040;
     border-radius: 0px 0px 0px 5px;
     border-style: solid;
     border-width: 1px 1px 6px;
     padding: 10px;
}

.regioncontent_static {
     background: none repeat scroll 0% 0% #F0F0F0;
     border-color: #404040;
     border-radius: 5px 0px 0px 5px;
     border-style: solid;
     border-width: 6px 1px;
     padding: 10px;
}

.regioncontent_visible TABLE 
{
    margin:-10px;
    background-color: transparent;
     border: none;
     border-spacing:0px;
}

.regioncontent_visible TD 
{
    background-color: transparent;
    vertical-align:top;
    border: none;
    padding:2px 50px 2px 5px;
}

.regioncontent_visible TH {
    background-color: transparent;
    border:none;
    border-right:1px solid #a0a0a0;
    color:#000000;
    padding:2px 50px 2px 5px;
    text-align:left;
}

/***************************
   Misc
***************************/

TT {
     font-family: monospace;
     font-size: 100%;
     font-weight: normal;
}

.hide {
     display: none;
}

/***************************
   Content Sections
***************************/

.titlebar
{
	background:#404040 url('../Images/titlebar_bkgd.png');
	height:17px;
	padding:5px 0px 6px 9px;
	font:bold 14px verdana;
	color:#000000;
	border:1px solid #a0a0a0;
	border-radius: 3px 3px 0px 0px;
	overflow:auto;
	margin-top:14px;
    box-shadow: 2px 5px 5px 0px #808080;
}

.contentsection
{
	background:#f0f0f0;
	padding:10px;
	border:1px solid #808080;
	border-top:1px solid #000000;
	border-left:6px solid #000000;
	font:12px verdana;
	color:#000000;
	border-radius: 0px 0px 3px 3px;
	overflow:auto;
	margin-bottom:14px;
    box-shadow: 1px 1px 5px 0px #808080;
}

.standalonecontentsection
{
	background:#f0f0f0;
	padding:10px;
	border:1px solid #808080;
	font:12px verdana;
	color:#000000;
	border-radius: 3px 3px 3px 3px;
	overflow:auto;
	margin-top:14px;
	margin-bottom:14px;
    box-shadow: 1px 1px 5px 0px #808080;
}

.contentsection ul
{
	margin:5px 10px;
	padding:0px;
}

.contentsection ul li
{
	margin:5px 10px;
	padding:0px;
}

.codetitlebar
{
	background:#e8e8e8;
	height:17px;
	padding:2px 0px 3px 9px;
	margin:5px 0px -13px 0px;
	font:bold 14px verdana;
	color:#000000;
	border:1px solid #D0D8E8;
	overflow:auto;
    z-index:100;
}

.codetitlebar p
{
    margin:0em;
    padding:0em;
}

.codesnippet
{
     font-family: monospace;
     font-size: 100%;
     font-weight: bold;
	margin:5px 10px;
	padding:2px 10px;
	background:#F8F5E8;
	max-height:500px;
	overflow:auto;
	border:1px solid #989898;
	color:#000000;
    box-shadow: 1px 1px 2px 0px #808080;
}

/******************************
   Landing Pages
******************************/

a.topiclinktip p 
{
    display:inline-block;
    width:auto;
    padding-right:8px;
    text-decoration:underline;
}

.item, .info, .title
{
    display:block;
}

.features .info
{
    background:url(../Images/arrow_rt_public_dark.png) right center no-repeat;
    margin:0 6px 0px 44px;
}

.features .role:hover .info
{
    background:url(../Images/arrow_rt_public.png) right center no-repeat;
    margin:0 6px 0px 44px;
}

.item
{
	color:#FFFFFF;
}

.features .icon IMG, .topic .icon IMG
{
    margin:0.75em 2em 0em;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    border-radius:0px;
    float:left;
}

.features IMG, .topic IMG
{
    border:0px solid #000000;
}

.topic
{
    padding-top:1em;
}

.topic br
{
    display:none;
}

.topics .item
{
    position:relative;
    float:left;
    line-height:0em;
	width:100%;
	margin:0.75em 1% 0.25em;
    background:#f0f0f0;
}

.topics .item:hover
{
    background:#005990;
}

.topics .item A
{
    color:#005990;
}

.topics .item:hover A
{
    color:#ffffff;
}

.topics .item img, .full_feature img, .feature_section img
{
    width:100%;
	box-shadow:0 0px 0px 0px rgba(0, 0, 0, 0.0);
	/*box-shadow:0 5px 10px -2px rgba(0, 0, 0, 0.75);*/
    border-radius:0px;
    border:0px solid #4C4C4E;
    margin-bottom:0px;
    position:absolute;
}

.topics .item .img_container 
{    
    margin:0px;
    width: 100%; 
    display: inline-block;
    position: relative;
    overflow:hidden;
}
.topics .item .img_container:after
{
    padding-top: 41.38%;
    display: block;
    content: '';
}

.topics .disabled img
{
    width:100%;
	box-shadow:0 0px 0px 0px rgba(0, 0, 0, 0.0);
	/*box-shadow:0 5px 10px -2px rgba(0, 0, 0, 0.75);*/
    border-radius:0px;
    border:0px solid #4C4C4E;
    opacity:0.5;
}

.topics .item:hover img, .full_feature:hover img, .feature_section:hover img
{
    width:100%;
    border-radius:0px;
}

.topics .item .info img, .topics .item:hover .info img,
.full_feature .info img, .full_feature:hover .info img,
.feature_section .info img, .feature_section:hover .info img
{
    border:0px solid #808080;
    margin:0px;
}

.topics a, .full_feature a, .feature_section a
{
    text-decoration:none;
    border-bottom:0px solid #000000;
}

.topics .info, .full_feature .info, .feature_section .info
{
    /*background:#f0f0f0;*/
    padding:0px;
    margin:0px;
    border-radius:0px;
}

.compact .info
{
    margin:0px;
}

.topic .title, .topic .title a
{    
	font-weight:bold;
    font-size: 14px;
}

.title
{
    position:relative;
    line-height:1.3em;
	/*padding:4px 0px 4px 4px;*/
	font-weight:bold;
    font-size: 2.5em;
    border-radius:0px 0px 0px 0px;
}

.topics .title, .topics .title a, .topics .title p,
.full_feature .title, .full_feature .title a,
.compact .title, .compact .title a
{
    /*background-color: #4C4C4E;
    border:1px solid #CCCCCC;
    border-radius:4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 5px rgba(0, 0, 0, 0.05);*/
    color: #4C4C4E;
    font-size: 1.0em;
    line-height: 18px;
    /*padding: 4px 0px 0px;*/
    padding:8px 0px 6px 0px;
    text-align: left;
    margin:0px 0px 0px 0px;
}


.item:hover .title, .item:hover .title a, .item:hover .title p
{
    /*background-color: #F8F8F8;*/
    /*color: #939597;*/
}

.topics .disabled .title, .topics .disabled .title a, .topics .disabled .title p
{
    /*background-color: #F8F8F8;*/
    color: #939597;
}


.topics .disabled:hover .title, .topics .disabled:hover .title a, .topics .disabled:hover .title p
{
    /*background-color: #F8F8F8;*/
    color: #939597;
}

.features .title, .features .title a
{    
	font-weight:bold;
    font-size: 1.125em;
    /*color:#313233;*/
    /*color:#FFFFFF;*/
    color:#005590;
	text-decoration:none;
	padding:6px 0px;
    text-align:left;
}

.features .role:hover .title, .features .role:hover .title a 
{
    color:#FFFFFF;
}

.features .disabled .title, .features .disabled .title a, .features .disabled .title p,
.topics .disabled .button .text
{    
    color:#e0e0e0;
}

.features .disabled:hover .title, .features .disabled:hover .title a, .features .disabled:hover .title p,
.topics .disabled:hover .button .text
{    
    color:#e0e0e0;
}

/*.features .inner:hover .title, .features .inner:hover .title a
{    
    color:#00ADEF;
}*/

.features .title P, .features .title a P
{   
    font-size: 1em; 
}

.compact .title, .compact .title a
{
    /*font-size: 0.85em;*/
}

.compact .title P, .compact .title a P
{
    font-size: 1.0em;
}

.info .title img, .info .description img, .info .icon img,
.item:hover .info .title img, .item:hover .info .description img, .item:hover .info .icon img
{
    margin:0em;
    padding:0px 8px 0px 6px;
    width:auto;
    height:1.25em;
    position:absolute;
    left:0px;
    top:2px;
}

.item a, .title a
{
	border-bottom:0px solid #000000;
}

.item P, .full_feature p, .features p, .topics p, .feature_section p
{
    margin:0;
    padding:0;
}

.topics .content
{
    padding:0px 0px;
    position:relative;
    /*display:none;*/
    z-index:19;
    /*background:#f0f0f0;*/
}

.topics .compact .content
{
    padding:5px 0px;
}

.topics .description,
.full_feature .description
{
    color:#4C4C4E;
    padding:4px 4px 0px;
    border-radius: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 1.25em;
    text-decoration: none;
    border-bottom: 0px solid #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    background:#fff;
}

.feature_section .description
{
    color:#000000;
    padding: 2px 4px 0px 5px;
    border-radius: 0px 0px 0px 0px;
    font-size: 1em;
    line-height: 1.5em;
    text-decoration: none;
    border-bottom: 0px solid #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
}

.topics .description P,
.full_feature .description P
{
    font-size: 1.0em;
    line-height: 1.25em;
}

.half .description
{
    height:48px;
}

.topics .half .description
{
    height:54px;
}

.features .inner .description
{
    /*padding-right:12px;
	font-size:0.875em;*/
	
	color: #404040;
    display: block;
    font-size: 0.875em;
    font-weight: normal;
    margin-left: 0px;
	margin-right:10px;
    padding-top: 0;
	line-height:1.25em;
}
.features .inner:hover .description
{
	color: #ffffff;
}

.half .item .title P
{
    font-size:1.0em;
}

.third .description
{
    height:58px;
}

.third .item .title P
{
    font-size:0.875em;
}

.fourth .description
{
    height:58px;
}

.fourth .item .title P
{
    font-size:0.8375em;
}

.full_feature .description
{
    height:58px;
}

.topics .item .text,
.full_feature .item .text 
{
    background:url(../Images/arrow_rt_public_dark.png) no-repeat 98% center;
}

.topics .item:hover .text,
.full_feature .item:hover .text 
{
    background:url(../Images/arrow_rt_public.png) no-repeat 98% center;
}

.topics .button,
.full_feature .button
{
    background:#005590;
    border:0px;
    border-radius:0px;
    float:none;
    padding:4px 4px 4px 0px;
    color:#FFFFFF;
    text-align:left;
    font-size:1.175em;
    margin:10px 0px 0px;
}

.topics .button .text,
.full_feature .button .text 
{
    padding:0px;
    margin:0px 4px 0px 0px;
    background:url(../Images/arrow_rt_public.png) no-repeat right center;
    font-weight:bold;
}

.topics .button .text P,
.full_feature .button .text P 
{
    font-size:0.75em;
    color:#FFFFFF;
    padding:0px 10px 0px;
}

.topics .button:hover,
.topics .item:hover .button,
.full_feature .button:hover,
.full_feature .item:hover .button
{
    background-color:#00ADEF;
    color:#FFFFFF;
    transition: background-color 0.3s linear 0s;
}

.topics .button:active,
.full_feature .button:active
{
    background-color:#005590;
    color:#FFFFFF;
}

.dynamic .content
{
    display:none;
}

.dynamic:hover .content
{
    display:inline-block;
}

.description A
{
	font-weight:bold;
    font-size: 9px;
	text-decoration:none;
}

.wrapper TABLE 
{
     min-width:0;
}

.topics .content,
.full_feature .content
{
	font-size:1.0em;
	line-height:0em;
    /*z-index:10000;*/
    overflow:hidden;
}

.topics .content .text 
{
	line-height:1em;
    text-align:left;
    font-weight:bold;
    padding:11px 6px;
}

.topics .compact .content .text 
{
    font-size:0.875em;
    text-align:center;
    padding:0;
}

.feature_section .content
{
    position:relative;
    width:100%;
}

.content ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.content li
{
    float:left;
    padding:0.25em;
    margin:0.25em;
    background:#f8f8f8;
    border:1px solid #8090a0;
    border-radius:3px;
}

.content li a
{
	font-size:1em;
    color:#121457;
    text-decoration:none;
    font-weight:bold;
}

.full_feature, .feature_section
{    
    position:relative;
    line-height:0em;
    padding:0px;
    margin-bottom:4px;
}

.full_feature .content A
{
    color:#121457;
}

.full_feature, .feature_section, .features, .topics, .topic
{
    clear:both;
    margin:0.5em 0em;
    width:auto;
    max-width:100%;
    overflow:visible;
}

.aux .topic
{
    margin:0;
    padding:0;
}

.features, .topics
{
    overflow:auto;
}

.features .role
{
    float:left;
    line-height:0em;
	margin:0.25em 1% 1.0em;
    position:relative;
}

.features .role .inner
{
    /*display:block;
    background-color: #f0f0f0;
    color: #4C4C4E;
    cursor: pointer;
    font-size: 1em;
    line-height: 18px;
    padding: 2px 0px;
    margin:4px 0px;*/
	
    /*background-color: #f0f0f0;*/
	background-position: 6px center;
    background-size: 40px auto;
    border: 1px solid #e1e2e3;
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    padding: 2px 0px;
    width: 100%;
}

.features .role:hover .inner
{
    display:block;   

    /*background-color: #00ADEF;*/
    background-color: #005590;
    /*background-position: 0 -30px;*/
    /*color: #005590;*/
    color: #FFFFFF;
    text-decoration: none;
    transition: background-color 0.15s linear 0s;
}

.features .disabled .inner,
.topics .disabled .button 
{
    background-color: #a0a0a0;
    cursor: default;
}

.features .disabled:hover .inner,
.topics .disabled:hover .button 
{
    background-color: #a0a0a0;
}

.info .title img, 
.info .description img, 
.info .icon img, 
.item:hover .info .title img, 
.item:hover .info .description img, 
.item:hover .info .icon img
{
    margin:0px auto;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    border-radius:0px;
    position:absolute;
    left:4px;
    top:-6px;
    width:40px;
    height:40px;
}

.features .role img
{
    margin:0px auto;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    border-radius:0px;
    position:absolute;
    left:8px;
    top:14px;
    width:30px;
    height:30px;
}

.largetitle .logo IMG
{
    margin:0px auto;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    border-radius:0px;
    width:20px;
    height:20px;
    float:left;
    margin:8px 3px 0px -2px;
    padding:0px 5px 0px 0px;
}

.largetitle.split .logo IMG
{
    margin:0px auto;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    border-radius:0px;
    width:40px;
    height:40px;
    float:left;
    margin:4px 3px 0px -2px;
    padding:0px 5px 0px 0px;
}

.features .disabled img
{
    opacity:0.5;
}

.subs
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
}

.subs IMG
{
    width:23%;
    margin:1%;
	border-radius:2px;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}

.expanded
{
	background-image: url("../Images/arrow_down.png");
	background-repeat:no-repeat;
	background-position: 0px 6px;
	z-index:10000;
    cursor:pointer;
}

.expandable
{
	background-image: url("../Images/arrow_right.png");
	background-repeat:no-repeat;
	background-position: 4px 2px;
	z-index:0;
    cursor:pointer;
}

.full .item
{
	width:98%;
}

.half .item, .half .role
{
	width:48%;
}

.third .item, .third .role
{
	width:31.33%;
}

.fourth .item, .fourth .role
{
	width:23%;
}

.fourth .title
{
	font-size:1.1em;
}

.fifth .item, .fifth .role
{
	width:18%;
}

.fifth .title
{
	font-size:1.0em;
}

.sixth .item, .sixth .role
{
	width:14.66%;
}

.sixth .title
{
	font-size:0.95em;
}

.seventh .item, .seventh .role
{
	width:12.28%;
}

.seventh .title
{
	font-size:0.875em;
}

.eighth .item, .eighth .role
{
	width:10.5%;
}

.eighth .title
{
	font-size:0.875em;
}

.ninth .item, .ninth .role
{
	width:9.11%;
}

.ninth .title
{
	font-size:0.725em;
}

.tenth .item, .tenth .role
{
	width:8%;
}

.tenth .title
{
	font-size:0.725em;
}
.info P
{
    margin:0;
    padding:0;
}

/*.normaltitle
{
    font-size:1em;
    font-weight:bold;
}

.smalltitle
{
    font-size:0.875em;
    font-weight:bold;
}

.largetitle
{
    font-size:1.125em;
    font-weight:bold;
}*/

/******************************
   Old Landing Pages
******************************/

.feature_list
{
	list-style:none;
	margin:0px 0px 4px 0px;
	padding:0px;
	max-width:100%;
}

.topic_list
{
	padding-top:16px;
	border-radius:9px;
	background:#f8f8f8;	
}

.feature_list .fullwidth, .feature_list .topic
{
	margin:0px 0px 8px 6px;
	padding:0px 8px 0px 0px;
	float:left;
	max-width:576px;
	border-top:2px solid #FFF;
	border-radius: 9px;
	clear:none;
}

.feature_list .fullwidth
{
	margin:0px 0px 8px 6px;
	padding:0px 8px 0px 0px;
	float:left;
	max-width:1168px;
	border-top:0px solid #FFF;
	border-radius: 9px 9px 0px 0px;
}

.feature_list .topic
{
	margin:0 1em 2em 1.125em;
	padding:0px;
	float:left;
	max-width:208px;
	border-top:0px solid #FFF;
	border-radius: 9px;
}

.feature_horiz
{
	width:580px;
	float:left;
	margin:0.5em 0.25em 0.5em 0.25em;
	min-height:96px;
	background:#f0f0f0;
	border-radius: 9px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25), 0px 3px 3px 0px rgba(0,0,0,0.3);
    
    background-image: linear-gradient(bottom, rgb(255,255,255) 10%, rgb(245,245,245) 50%, rgb(235,235,235) 78%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(245,245,245) 50%, rgb(235,235,235) 78%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(245,245,245) 50%, rgb(235,235,235) 78%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(245,245,245) 50%, rgb(235,235,235) 78%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(245,245,245) 50%, rgb(235,235,235) 78%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, rgb(255,255,255)),
	    color-stop(0.5, rgb(245,245,245)),
	    color-stop(0.78, rgb(235,235,235))
    );
}

.fullwidth .feature_horiz
{
	width:1170px;
	min-height:96px;
	background:#f8f8f8;
	border-top:2px solid #FFF;
	border-radius: 9px 9px 0px 0px;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.4), 0px 20px 36px -36px rgba(0,0,0,0.75);
}

.topic .feature_horiz
{
	width:208px;
	min-height:176px;
	background:#f0f0f0;
	border:0px solid #3356bc;
    position:relative;
	border-radius: 9px;
}

.feature_content_horiz
{
    float:left;
    width:445px;
}

.fullwidth .feature_content_horiz
{
    float:left;
    width:1170px;
}

.topic .feature_content_horiz
{
    float:left;
    width:208px;
}

.feature_img
{
	float:left;
	padding:0px;
	margin-top:-2px;
	width:98px;
	height:98px;
	opacity:0.75;
}

.feature_img img
{
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	border-radius:6px 0px 0px 6px;
}

.feature_img P
{
    margin:0;
    padding:0;
}

.fullwidth .feature_img
{
	padding:0px;
	margin-top:-2px;
	width:100%;
	height:236px;
	opacity:1.0;
}

.topic .feature_img
{
	padding:0px;
	width:208px;
	margin-top:0px;
	height:110px;
	opacity:1.0;
}

.fullwidth .feature_img img
{
    width:100%;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	border-radius:6px 6px 0px 0px;
}

.topic .feature_img img
{
	width:208px;
	height:110px;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	border-radius:9px 9px 0px 0px;
	position:absolute;
}

.no_shadow
{   
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}

.feature_img a
{
	border:0px solid #000000;
	text-decoration:none;
}

.feature_title
{
	height:17px;
	padding:8px 0px 6px 12px;
	font-weight:bold;
    font-size: 16px;
	color:#cab587;
}

.feature_title P
{
    margin:0;
    padding:0;
}

.topic .feature_title
{
    background:rgb(160,160,160);
	height:20px;
	width:198px;
	padding:5px;
	position:absolute;
	left:0px;
	top:80px;
}

.feature_title a
{
	font-weight:bold;
    font-size: 16px;
	color:#041957;
    color:#005590;
	text-decoration:none;
	border-bottom:0px solid #000000;
}

.topic .feature_title a
{
	font-weight:bold;
    font-size: 16px;
	color:#041957;
    color:#005590;
	text-decoration:none;
	border-bottom:0px solid #000000;
}

.feature_content
{
	margin:5px 5px 5px 12px;
	color:#000000;
	font-size:12px;
	line-height:1.5em;
}

.feature_content P
{
    margin:0;
    padding:0;
}

.topic .feature_content
{
    margin:0px;
	padding:10px;
	color:#000000;
	font-size:10px;
	line-height:1.5em;
}

.feature_points
{
    padding:0px;
    margin:-10px 0px 10px 0px;
    list-style:none;
}

.feature_points li
{
    background:#e3e4e8;
    padding:0px;
    margin:5px 8px 0px 0px;
    float:left;
    color:#041957;
    color:#005590;
    font-weight:bold;
    border-radius:5px;
}

.feature_points li:hover
{
    background:#041957;
    background:#005590;
}

.feature_points li a
{
    padding:4px 8px;
    color:#041957;
    color:#005590;
    text-decoration:none;
}

.feature_points li a:hover
{
    color:#ffffff;
}





.inline
{
    display:inline-block;
}

.hidden
{
    display:none;
}

.visible
{
    display:block;
}

.float_left 
{
    float:left;
}

.float_right 
{
    float:right;
}

.clear
{
    clear:both;
	overflow:hidden;
}

.clear_left
{
    clear:left;
	overflow:hidden;
}

.clear_right
{
    clear:right;
	overflow:hidden;
}

.noclear
{
    clear:none;
}

/* API */

.api
{
    font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
}

.members
{
    width:100%;
    display:table;
    /*border-top:3px solid #000000;
    border-bottom:3px solid #000000;
    padding-left:1em;*/
    border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color:#D8D8D8;
}

.member, .value, .memberheader
{
    display:table-row;
}

.memberheader p,
.member p, .value p,
.member .name p, .value .name p,
.member .description p, .value .description p,
.member .desc p, .value .desc p,
.memberheader p,
.syntax p,
.metadata p,
.params p,
.type p,
.heading p
{
    margin:0px;
    padding:0px;
}

/*#maincol .member:first-child
{
    border-top:2px solid #000000;
}

#maincol .member:last-child
{
    border-bottom:2px solid #000000;
}*/

.memberheader .cell2
{
    display:table-cell;
    background:#D8D8D8;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    padding:8px 6px;
    font-weight:bold;
    width:15%;
}

.memberheader .cell1
{
    display:table-cell;
    background:#D8D8D8;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    padding:8px 6px;
    font-weight:bold;
    width:12%;
}

.memberheader .cell3
{
    display:table-cell;
    background:#D8D8D8;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    padding:8px 6px;
    font-weight:bold;
}

.member .cell2,
.value .cell1
{
    display:table-cell;
    background:transparent;
    border-width:1px 1px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    vertical-align:top;
    font-weight:bold;
    color:#005590;
    padding:8px 6px;
    width:15%;
}

.member .cell1,
.value .cell2
{
    display:table-cell;
    background:transparent;
    border-width:1px 1px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    vertical-align:top;
    font-weight:bold;
    color:#005590;
    padding:8px 6px;
    width:12%;
	white-space:nowrap;
}

.member .cell1 img
{
	vertical-align:middle;
}


.member .cell2 .arguments
{
    padding:0px 0px 0px 0px;
    font:0.9em monospace;
    color:#808080;
    white-space:nowrap;
}

.arguments A
{
	text-decoration:none;
}

.member .cell1 IMG
{
    box-shadow:0px 0px 0px #000;
    border-radius:0px;
}

.member .cell1 IMG:hover
{
    box-shadow:0px 0px 0px #000;
    border-radius:0px;
    outline:1px solid #808080;
}

.member .content,
.value .content
{
    display:table-cell;
    background:transparent;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    padding:8px 6px;
    font-weight:normal;
}

.member .content .cell3,
.value .content .cell3
{
    padding:0px 0px 0px 0px;
    color:#4C4C4E;
    font-size:1em;
    height:auto;
    line-height:1.5em;
    width:100%;
    font-weight:normal;
}

.member .content:hover .cell3,
.value .content:hover .cell3
{
    padding:0px 0px 0px 0px;
    color:#4C4C4E;
    font-size:1em;
    height:auto;
    line-height:1.5em;
}

.metadata-list
{
    width:100%;
    display:table;
    border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color:#D8D8D8;
	border-collapse:collapse;
}

.metadata-item, .metadata-header
{
	display:table-row;
}

.metadata-header
{
    background:#D8D8D8;
}

.metadata-header p
{
    font-weight:bold;
}

.metadata-icon, .metadata-name, .metadata-value, .metadata-description
{
    display:table-cell;
    background:transparent;
    border-width:1px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    padding:8px 6px;
    font-weight:normal;
}

.metadata-icon
{
	width:1%;
}

.metadata-icon img
{
	vertical-align:middle;
    box-shadow:0px 0px 0px #000;
    border-radius:0px;
}

.metadata-name
{
	width:20%;
}

.metadata-value
{
	width:20%;
}

.metadata-item .metadata-name
{
    vertical-align:top;
    font-weight:bold;
    color:#005590;
    padding:8px 6px;
    width:15%;
}

.metadata-item .metadata-value
{
    color:#808080;
    font:0.9em monospace;
    white-space:nowrap;
}

.filterlist
{
	display:table;
	width:100%;
	border-collapse:collapse;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

.filterrow
{
	display:table-row;
}

.filter
{
	display:table-cell;
	text-align:center;
	font-weight:bold;
	width:25%;
    border-style:solid;
	border-width:3px 3px 3px 3px;
    border-color:#D8D8D8;
	padding:8px;
}

.filter-blank
{
	display:table-cell;
	width:25%;
}

.simplecode
{
    font:1em monospace;
    border:1px solid #D0D8E8;
    padding:10px;
    background:#f8f8f8;
    box-shadow:0px 0px 0px #000000;
	overflow:auto;
	white-space:nowrap;
}

.simplecode A
{
	text-decoration:none;
}

.simplecode PRE
{
    font:1em monospace;
    border:1px solid #D0D8E8;
    padding:10px;
    background:#f8f8f8;
    box-shadow:0px 0px 0px #000000;
	max-height:500px;
	overflow:auto;
}

.simplecode P
{
    padding:0px;
    margin:0px;
}

.simplecode_api
{
    font:1em monospace;
    border:1px solid #D0D8E8;
    padding:10px;
    background:#f8f8f8;
    box-shadow:0px 0px 0px #000000;
}

.simplecode_api A
{
	text-decoration:none;
}

.simplecode_api PRE
{
    font:1em monospace;
    border:1px solid #D0D8E8;
    padding:10px;
    background:#f8f8f8;
    box-shadow:0px 0px 0px #000000;
}

.simplecode_api P
{
    padding:0px;
    margin:0px;
}

.metadata,
.params,
.type
{
    padding:0px 0px 0px 0px;
    font-size:1em;
    line-height:1.5em;
}

.member ul,
.metadata ul,
.params ul,
.type ul
{
    list-style:disc outside none;
}

.member li,
.metadata li,
.params li,
.type li
{
    list-style:disc outside none;
    float:none;
    border:0px solid #000000;
    background:transparent;
    padding:0px 0px 0px 6px;
}

.param_table
{
    display:table;
    padding:0px;
    border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color:#D8D8D8;
    width:100%;
}

.param_table .param
{
    display:table-row;
    width:100%;
}

.param_table .paramheader
{
    display:table-row;
    width:100%;
}

.param_table .paramheader .cell2
{
    display:table-cell;
    background:#E8E8E8;
    border-width:1px 1px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    font-weight:bold;
    padding:8px 6px;
    width:15%;
}

.param_table .paramheader .cell3
{
    display:table-cell;
    background:#E8E8E8;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    font-weight:bold;
    padding:8px 6px;
}

.param_table .param .cell2
{
    display:table-cell;
    background:transparent;
    border-width:1px 1px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    font-weight:bold;
    color:#D8671C;
    padding:8px 6px;
    width:15%;
}

.params .param_table .param .cell2
{
    display:table-cell;
    background:transparent;
    border-width:1px 1px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    font-weight:bold;
    color:#005590;
    padding:8px 6px;
    width:15%;
}

.type .param_table .param .cell2
{
    display:table-cell;
    background:transparent;
    border-width:1px 1px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    font-weight:bold;
    color:#00ADEF;
    padding:8px 6px;
    width:15%;
}

.metadata .param_table .param .cell2
{
    display:table-cell;
    background:transparent;
    border-width:1px 1px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    font-weight:bold;
    color:#D8671C;
    padding:8px 6px;
    width:15%;
}

.param_table .param .cell3
{
    display:table-cell;
    background:transparent;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:#D8D8D8;
    padding: 0.125em 0;
    vertical-align:top;
    padding:8px 6px;
}

.bookmark
{
    margin:0px;
    padding:0px;
    line-height:0px;
    height:0px;
}

.hierarchy
{
    font-size:1em;
    padding-left:20px;
	line-height:1em;
}

.nowrap
{
    white-space:nowrap;
}

.heading
{
    color: #005590;
    font-size:1.5em;
    font-weight: bold;
    margin:1.5em 0em 0.5em 0em;
    padding-left:20px;
}

.heading_inline
{
    color: #007EBF;
    font-size:1.2em;
    font-weight: bold;
    margin:0;
}

.module_heading
{
    color: #005590;
    font-size:1.5em;
    font-weight: bold;
    margin:0em 0em 0.0em 0em;
    padding-left:20px;
}

.slider_image
{
    position:relative;
    overflow:visible;
}

.blend_min
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
}

.blend_max
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}

.memberindexlinks
{
	text-align:center;
}

.glossary .item .title
{
    padding:1em 1em;
    margin:0;
}

.glossary .item, .glossary .item:hover
{
    margin:2px;
    padding:0em;
}

/*********************************************
  API Styles
*********************************************/

.member-list table
{
	border-collapse:collapse;
	border-style:none;
    width:100%;
}

.member-list TR:last-child TD
{
    border-bottom-width:1px;
}

.member-list img
{
    box-shadow:0px 0px 0px #000;
    border-radius:0px;
}

.member-list img
{
    border-radius:0px;
    box-shadow:0px 0px 0px #000000;
}

.member-list td, .member-list th
{
	border-spacing:collapse;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#D8D8D8;
	padding:0.5em;
}

.member-list TR:last-child TD 
{
	border-width:1px;
}

.member-list  th
{
	background:#D8D8D8;
	font-weight:bold;
	color:black;
    padding:0.5em 2.5em 0.5em 0.5em;
}

.member-list p
{
	display:inline;
}

.member-list .normal-row .desc-cell
{
	color:#4C4C4E;
	line-height:1.5em;
}

.member-list .normal-row .icon-cell
{
	white-space:nowrap;
}

.member-list .normal-row .icon-cell p
{
	margin:0px;
	padding:0px;
	line-height:1.5em;
}

.member-list .normal-row .name-cell
{
	color: #005590;
	font-weight:bold;
	line-height:1.5em;
}

.member-list .normal-row .value-cell, .member-list .normal-row .name-cell-arguments, .member-list .normal-row .type-span
{
    font:0.9em monospace;
    color:#808080;
    white-space:nowrap;
}

.member-list .normal-row .type-span
{
	display:inline;
}

.memberindexitem
{
    line-height:100%;
}

.type-span a
{
    text-decoration:none;
}

.name-cell-arguments a
{
    text-decoration:none;
}

.filter-item
{
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	width:22%;
    border-style:solid;
	border-width:2px 2px 2px 2px;
    border-color:#D8D8D8;
	padding:8px;
	margin-right:-2px;
	margin-bottom:-2px;
}

.filter-last
{
	clear:left;
}

.filter-list
{
	padding-bottom:0em;
}

.hierarchy-table, .hierarchy-table-collapsed
{
	margin:0px;
	padding:0px;
	border-style:none;
}

.hierarchy-table p
{
    line-height:1.75em;
	display:inline;
}

.hierarchy-table-collapsed
{
	display:none;
}

.hierarchy-table img
{
    border-radius:0px;
    box-shadow:0px 0px 0px #000000;
}

.hierarchy-button-cell
{
	width:12px;
	padding:0px 0.15em 0px 0px;
	border-style:none;
}

.hierarchy-label-cell
{
	width:100%;
	padding:0px;
	border-style:none;
}

.hierarchy-label-cell P
{
	margin-top:0px;
	margin-bottom:0px;
}

.hierarchy-spacer, .hierarchy-button-collapsed, .hierarchy-button-expanded
{
	width:12px; 
	height:12px; 
	border:0px;
}

.hierarchy-button-collapsed, .hierarchy-button-expanded	
{
	background-image:url("../Images/api_hierarchy.png");
}

.hierarchy-button-expanded
{
	background-position:-12px 0px;
}

.module-sections-list
{
	margin-left:10px;
}

.module-sections-list p
{
    display:inline;
}

.modules-list .name-cell
{
	width:20%;
}

.module_heading p
{
	font-weight:normal;
}

.tooltip
{
    display:inline;
}

.tooltip p
{
    display:inline;
    padding:0px;
    margin:0px;
}


/* Search Styles */

.searchwrapper 
{
	margin:0.5em 0.875em;
	/*border-radius: 3px;*/
    padding:20px;
    overflow:visible;
    position:relative;
    background:#005990;
	overflow:hidden;
    /*border:1px solid #E0E0E0;*/
}

.searchbox 
{
    margin:0px;
    padding:3px 0px 2px 10px;
    width:92%;
    font-size:24px;
    float:left;
    border:1px solid #ffffff;
    background:#ffffff;
}

.searchbutton 
{
    width: 14px; 
    height: 14px; 
    padding: 10px; 
    float: left; 
    background-color: #005590;
    box-sizing:content-box;
	border:1px solid #ffffff;
}

.searchbutton:hover
{
    background-color:#00ADEF;
    transition: background-color 0.3s linear 0s;
}

.searchmessage 
{
    padding-top: 14px;
    margin-bottom:-8px;
    text-align:right;
    clear: both;
}

.searchmessage P
{
    margin: 0px;
    padding: 0px;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet 
{
    background-color: #edf8fe !important;
    border: 1px solid #b4d2e4 !important;
}

.input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border:none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1em;
  width: auto;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
  background:transparent !important;
}

table.gsc-search-box {
  background:transparent;
  margin:0px;
  padding:0px;
}

table.gsc-search-box td {
  background:transparent;
  border:none;
  padding: 0px !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0px !important;
  vertical-align:top;
}

table.gstl_50 {
    margin:0px;
    padding:0px;
    border: 1px solid #D9D9D9;
    background:#f8f8f8;
}

input.gsc-input {
  border:none;
  background:none !important;
  font-size: 20px;
  padding: 1px 6px !important;
  height:26px !important;
}

/* Search button */

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: bold !important;
  color: #000 !important;
  padding: 8px !important;
  height: 12px !important;
  width: 12px !important;
  background-color: #404040 !important;
  border: 1px solid #404040 !important;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  background: url(./../Include/Images/search_button.png) no-repeat center center;
}

.gsc-table-result td {
    background:transparent !important;
    border:none !important;
    border-bottom:1px solid #E2E3E4 !important;
    padding:5px !important;
}

table.gsc-search-box td {
    padding:0px !important;
}

div.gsc-above-wrapper-area {
    border:none !important;
    padding:0px !important;
}

table.gsc-above-wrapper-area-container {
    background:transparent;
    border:0px;
    padding:0px;
    margin:0px;
}

td.gsib_b {
    vertical-align:middle;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding:0px !important;
}

#cse td {
    padding:0px !important;
    border:0px !important;
    background:transparent !important;
}

/*#cse td div {
    padding:1px 0px !important;
}*/

.gsc-above-wrapper-area-container td {
    border:none !important;
    padding:0px !important;
}

.gsc-resultsHeader, .gsc-resultsHeader td {
    border:0px;
    border-bottom:1px solid #939597 !important;
    margin:0px;
}

.gsc-results {
    width:100% !important;
}

.gsc-results table {
    padding:0.5em 0.5em 1.0em 0.5em !important;
    margin:0px !important;
    border:0px !important;
    background:transparent !important;
}

.gsc-webResult .gsc-result {
    padding:0px !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * 
{
    font-size:18px !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
    color:#007EBF !important;
    text-decoration:none !important;
    padding: 0px !important;
    margin-bottom:-3px;

}

.gs-result .gs-snippet
{
    margin-bottom:10px;
}

.gsc-results .gsc-cursor-box
{
    margin-top:10px !important;
    font-size:1.375em;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color:#007EBF !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color:#D8671C !important;
}

.gs-result:hover {
    background:#f8f8f8 !important;
}

.gs-per-result-labels 
{
    display:none;
}

.gs-web-image-box, .gs-promotion-image-box 
{
    margin-right:8px !important;
    padding-right:0px !important;
}

/* Filter tab */
.gsc-tabHeader {
    display: inline-block;
    font-size:16px !important;
    font-weight: bold;
    /*height: 27px;*/
    line-height: 17px;
    margin:0px 5px;
    /*min-width: 54px;*/
    padding-left:12px !important;
    padding-right:12px !important;
    text-align: center;
}

/* Inactive tab */
.gsc-tabHeader.gsc-tabhInactive {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-top:0px solid #666666 !important;
  border-right:0px solid #666666 !important;
  border-bottom:3px solid #666666 !important;
  border-left:0px solid #666666 !important;
}

.gsc-tabHeader.gsc-tabhInactive:hover {
  color: #00ADEF !important;
  background-color: #ffffff !important;
  border-top:0px solid #00ADEF !important;
  border-right:0px solid #00ADEF !important;
  border-bottom:3px solid #00ADEF !important;
  border-left:0px solid #00ADEF !important;
}

/* Active tab */
.gsc-tabHeader.gsc-tabhActive {
  color: #005590 !important;
  background-color: #ffffff !important;
  border-top:0px solid #005590 !important;
  border-right:0px solid #005590 !important;
  border-bottom:3px solid #005590 !important;
  border-left:0px solid #005590 !important;
}

/* This is the tab bar bottom border. */
.gsc-tabsArea {    
    margin-bottom: 12px !important;
    margin-top: 12px !important;
    border: 0px solid #666666 !important;
}

/*.gsc-tabHeader {
    display: inline-block;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom:-2px !important;
    min-width: 54px;
    padding: 0 8px 1px;
    text-align: center;
}*/

/* Inactive tab */
/*.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none !important;
  color: #666666 !important;
  background-color: #e9e9e9 !important;
  border: 0px solid !important;
  border-width:0px 0px 1px 0px !important;
  border-color: #e9e9e9 #e9e9e9 #ffffff #e9e9e9 !important;
}*/

/* Active tab */
/*.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF !important;
  border: 1px solid !important;
  border-top: 1px solid !important;
  border-color:  #A0A0A0 #A0A0A0 #FFFFFF !important;
  border-bottom: none !important;
  margin-top:1px !important;
}*/

/* This is the tab bar bottom border. */
/*.gsc-tabsArea {
  margin-top: 1em;
  border-color:  #A0A0A0 !important;
  border-bottom: 1px solid #ccc !important;
}*/

/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #FFFFFF;
  border-color: #336699;
}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #EEE;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #CCC;
  border-top-color: #D9D9D9;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #000000;
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding:1px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #15C;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #6A9CF3;
  border-right: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-chart div {
  background: #6A9CF3;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #15C;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}



/**********************
   Localization
**********************/

img.language
{
    margin:5px !important;
    width:34px !important;
    height:22px !important;
    border:1px solid #a0a0a0 !important;
    box-shadow: 1px 1px 2px 0px #808080 !important;
    border-radius:3px !important;
}

.features .role img.languageinline, 
.info .title img.languageinline, 
.info .description img.languageinline, 
.info .icon img.languageinline, 
.item:hover .info .title img.languageinline, 
.item:hover .info .description img.languageinline, 
.item:hover .info .icon img.languageinline,
img.languageinline
{   
    margin:0px 5px !important;
    height:13px !important;
    margin-bottom:-2px !important;
    box-shadow: 1px 1px 2px 0px #808080 !important;
    border:1px solid #a0a0a0 !important;
    border-radius:3px !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    width: auto !important;
    padding: 0px !important;
}

/* View Mode Helpers */

.shadercomplexity
{
    height:88px;
    width:88px;
    border-radius:4px;
    box-shadow: 1px 1px 3px 0px #808080;
}

.sc_1
{
    background-color:rgb(0,255,32);
}

.sc_2
{
    background:rgb(0,255,0);
}

.sc_3
{
    background:rgb(12,132,0);
}

.sc_4
{
    background:rgb(55,55,0);
}

.sc_5
{
    background:rgb(132,12,0);
}

.sc_6
{
    background:rgb(178,0,0);
}

.sc_7
{
    background:rgb(255,0,0);
}

.sc_8
{
    background:rgb(255,0,128);
}

.sc_9
{
    background:rgb(255,229,229);
}

/* BP Nodes */

.graph
{
    background:url('../Images/bp_graph_bg.png');
    overflow:hidden;
    padding:19px;
    display:inline-block;
}

.node_container
{
    border:0px solid #F7931D;
    clear:both;
    margin:13px;
    display:inline-block;
    box-shadow:0 8px 8px -3px rgba(0, 0, 0, 0.65);
}

.node_container.function , .node_container.pure, .node_container.event, .node_container.switch
{
    border-radius:8px;
}

.node_container.compact.selected
{
    border-radius:2px;
}

.node_container.selected
{
    border:6px solid #F7931D;
}

.node
{
    border:2px solid #161617;
    color:#ffffff;
    position:relative;
    opacity:0.875;
}

.node_container.selected .node
{
    margin:-3px;
}

.function .node, .pure .node, .event .node, .switch .node
{
    border-radius:6px;
}

.compact .node
{
    min-height:45px;
    min-width:125px;
    padding:10px 10px 5px 10px;
    vertical-align:middle;
}

.function .titlebar_node, .pure .titlebar_node, .event .titlebar_node, .switch .titlebar_node
{
    background-image:url('../Images/bp_node_title_bg.png');
    background-size:100% 100%;
    border-radius:6px 6px 0px 0px;
    border-color:#c0c0c0;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    line-height:1em;
}

.compact .titlebar_node
{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}

.function .titlebar_node .titlebar_overlay, .pure .titlebar_node .titlebar_overlay, .event .titlebar_node .titlebar_overlay, .switch .titlebar_node .titlebar_overlay
{
    display:inline-block;
    background-image:url('../Images/bp_node_title_overlay_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    border-radius:6px 6px 0px 0px;
}

.function .titlebar_node .titlebar_overlay
{
    background-image:url('../Images/bp_node_title_function_bg.png');
}

.pure .titlebar_node .titlebar_overlay
{
    background-image:url('../Images/bp_node_title_pure_bg.png');
}

.event .titlebar_node .titlebar_overlay
{
    background-image:url('../Images/bp_node_title_event_bg.png');
}

.switch .titlebar_node .titlebar_overlay
{
    background-image:url('../Images/bp_node_title_switch_bg.png');
}

.compact .titlebar_node .titlebar_overlay
{
    background-image:url('../Images/bp_node_compact_overlay.png');
    background-repeat:repeat-x;
    border-top: 1px solid #ffffff;
    position:relative;
    width:100%;
    height:100%;
    opacity:0.5;
}

.function .titlebar_node .titlebar_node_text, .pure .titlebar_node .titlebar_node_text, .event .titlebar_node .titlebar_node_text, .switch .titlebar_node .titlebar_node_text 
{
    padding: 2px 10px 3px 34px;
    font-weight:bold;
    font-size:0.8em;
    line-height:1.5em;
    display:inline-block;
}

.function .titlebar_node .titlebar_node_text 
{
    background-image:url('../Images/bp_node_function_icon.png');
    background-repeat:no-repeat;
    background-position:10px 3px;
}

.pure .titlebar_node .titlebar_node_text 
{
    background-image:url('../Images/bp_node_pure_icon.png');
    background-repeat:no-repeat;
    background-position:10px 3px;
}

.event .titlebar_node .titlebar_node_text 
{
    background-image:url('../Images/bp_node_event_icon.png');
    background-repeat:no-repeat;
    background-position:10px 3px;
    margin-right:20px;
}

.switch .titlebar_node .titlebar_node_text 
{
    background-image:url('../Images/bp_node_switch_icon.png');
    background-repeat:no-repeat;
    background-position:10px 3px;
}

.compact .titlebar_node .titlebar_node_text 
{
    position:absolute;
    width:100%;
    top:50%;
    margin-top:-0.5em;
    font-size:3.25em;
    line-height:1em;
    text-align:center;
    font-weight:bold;
    transform:scaleY(1.125);
    /*text-transform:uppercase;*/
    opacity: 0.5;
}

.nodebody
{
    overflow:hidden;
    padding:10px 10px 5px 10px;
    position:relative;
}

.compact .nodebody
{
    overflow:hidden;
    padding:0;
    position:relative;
}

.node .background
{
    background-color:#161617;
    opacity:0.925;
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
}

.nodebody .inputs
{
    float:left;
    margin-right:0.75em;
}

.nodebody .outputs
{
    float:right;
    margin-left:0.75em;
}

.nodebody .inputs .pinbody
{
    padding-left:24px;
}

.nodebody .outputs .pinbody
{
    padding-right:24px;
}

.pin_container a
{    
    text-decoration:none;
    color:#ffffff;
    display:block;
}

.pin_container a:hover
{    
    text-decoration:none;
    color:#ffffff;
}

.titlebar_pin
{
    font-size:0.8em;
    line-height:1.5em;
}

.inputs .float .titlebar_pin, .inputs .integer .titlebar_pin, .inputs .byte .titlebar_pin, .inputs .boolean .titlebar_pin, .inputs .string .titlebar_pin, .inputs .name .titlebar_pin, .inputs .text .titlebar_pin, .inputs .linearcolor .titlebar_pin, .inputs .key .titlebar_pin
{
    float:left;
    margin-right:6px;
}

.inputs .exec .titlebar_pin
{
    padding-top:2px;
}

.outputs .titlebar_pin
{
    float:right;
}

.pinvalue
{
    /*overflow:hidden;*/
    font-size:0.8em;
}

.float .pinvalue, .integer .pinvalue, .boolean .pinvalue, .key .pinvalue
{
    float:left;
}

.inputs .pinvalue
{
    margin-left:6px;
}

.outputs .pinvalue
{
    display:none;
}

.pinvalue .label
{
    color:#b0b0b0;
    padding-right:0.5em;
}

.pinvalue .value_text
{
    border: 1px solid #ffffff;
    border-radius: 2px;
    height: 0.9em;
    line-height: 0.875em;
    margin: 0px 4px 2px 0;
    min-width: 1.5em;
    padding: 3px;
}

.pinvalue .value_boolean
{
    width:10px;
    height:10px;
    border:2px solid #ffffff;
    border-radius:2px;
    padding:0px;
    margin:2px 4px 2px 0px;
    line-height:0.875em;
    opacity:0.5;
}

.pinvalue .value_boolean.true
{
    background:url('../Images/bp_node_pin_data_bool_check.png') scroll -3px -3px;
}

.pinvalue .value_picker
{
    background-color:#404040;
    color:#c0c0c0;
    font-size:1em;
    border-radius:2px;
    padding:3px 4px 3px 3px;
    margin:2px 4px 2px 0px;
    line-height:0.875em;
}

.pinvalue .value_picker .arrow
{
    background-image:url('../Images/bp_node_pin_arrow_picker.png');
    background-repeat:no-repeat;
    background-position:center center;
    margin:2px 0px 0px 2px;
    float:right;
    width:8px;
    height:4px;
    opacity:0.75;
    pointer-events:none;
}

.pinvalue .value_picker_assign 
{
    background-image:url('../Images/bp_node_pin_picker_assign.png');
    background-repeat:no-repeat;
    background-position:center center;
    width:12px;
    height:12px;
    opacity:0.375;
    margin:2px 4px 2px 0px;
}

.pinvalue .value_picker_browse 
{
    background-image:url('../Images/bp_node_pin_picker_browse.png');
    background-repeat:no-repeat;
    background-position:center center;
    width:12px;
    height:12px;
    opacity:0.375;
    margin:2px 4px 2px 0px;
}

.pinvalue .value_combo
{
    background-image:url('../Images/bp_node_pin_combo_bg.png');
    background-repeat:repeat-x;
    color:#000000;
    font-size:0.925em;
    border:1px solid #f5f5f5;
    border-radius:2px;
    min-width:205px;
    padding: 1px 18px 4px 4px;
    margin:2px 4px 2px 0px;
    line-height:1.125em;
    overflow:hidden;
    white-space:nowrap;
    position:relative;
}

.key .pinvalue .value_combo
{
    min-width:0;
    white-space:nowrap;
}

.pinvalue .value_combo .arrow
{
    background-image:url('../Images/bp_node_pin_arrow_combo.png');
    background-repeat:no-repeat;
    background-position:center center;
    margin:6px 0px 0px;
    position:absolute;
    right:4px;
    width:8px;
    height:4px;
    pointer-events:none;
}

.pinvalue .value_combo select
{   
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0 4px 3px 0;
    width: 224px;
}

.pinvalue .value_combo select option
{   
    background: #222222;
    color: #dbdbdb;
}

.pinvalue .value_combo select option::selection, .pinvalue .value_combo select option::-moz-selection
{   
    background: #353535;
    color: #dbdbdb;
}

.pinvalue .value_color
{
    background:#000000;
    border-color:#404040, #404040, #5b5b5b, #5b5b5b;
    border-width:1px;
    border-style:solid;
    margin:0px;
    width:17px;
    height:17px;
}

.input_variable 
{
    border-radius: 3px;
    box-shadow: 0 3px 3px 0px rgba(128, 128, 128, 0.75);
    height: 7px;
    position: relative;
    width: 16px;
}

.input_variable:after 
{
    background-image: url("../Images/bp_api_var_overlay.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: " ";
    height: 16px;
    left: 0px;
    top:-5px;
    position: absolute;
    width: 16px;
}

.input_array 
{
    height: 5px;
    position: relative;
    width: 5px;
    margin:5px;
    box-shadow: -6px -6px 0px 0px,
                0px -6px 0px 0px,
                6px -6px 0px 0px,
                -6px 0px 0px 0px,
                6px 0px 0px 0px,
                -6px 6px 0px 0px,
                0px 6px 0px 0px,
                6px 6px 0px 0px;
}

.input_exec
{
    background-image: url("../Images/bp_node_pin_exec_inverted.png");
    background-position: center center;
    background-repeat: no-repeat;
    width:12px;
    height:16px;
}

/* Vector Styles */
.pin.vector .pin_connector
{
    background-color:#fac426;
}

.pin.vector .pin_connector_container
{
    border-color:#fac426;
}

.pin.vector .pin_connector_container:after 
{
    border-left: 3px solid #fac426;
}

.input_variable.vector 
{ 
    background-color: #fac426;
}

.input_array.vector 
{
    background-color:#fac426;
    color:#fac426;
}

/* Rotator Styles */
.pin.rotator .pin_connector
{
    background-color:#b0c6ff;
}

.pin.rotator .pin_connector_container
{
    border-color:#b0c6ff;
}

.pin.rotator .pin_connector_container:after 
{
    border-left: 3px solid #b0c6ff;
}

.input_variable.rotator 
{ 
    background-color: #b0c6ff;
}

.input_array.rotator 
{
    background-color:#b0c6ff;
    color:#b0c6ff;
}

/* Transform Styles */
.pin.transform .pin_connector
{
    border-color:#f86f00;
}

.pin.transform .pin_connector_container
{
    border-color:#f86f00;
}

.pin.transform .pin_connector_container:after 
{
    border-left: 3px solid #f86f00;
}

.input_variable.transform 
{ 
    background-color: #f86f00;
}

.input_array.transform 
{
    background-color:#f86f00;
    color:#f86f00;
}

/* Float Styles */
.pin.float .pin_connector
{
    background-color:#7ef48f;
}

.pin.float .pin_connector_container
{
    border-color:#7ef48f;
}

.pin.float .pin_connector_container:after 
{
    border-left: 3px solid #7ef48f;
}

.input_variable.float 
{ 
    background-color: #7ef48f;
}

.input_array.float 
{
    background-color:#7ef48f;
    color:#7ef48f;
}

/* Integer Styles */
.pin.integer .pin_connector
{
    background-color:#22e2ad;
}

.pin.integer .pin_connector_container
{
    border-color:#22e2ad;
}

.pin.integer .pin_connector_container:after 
{
    border-left: 3px solid #22e2ad;
}

.input_variable.integer 
{ 
    background-color: #22e2ad;
}

.input_array.integer 
{
    background-color:#22e2ad;
    color:#22e2ad;
}

/* Byte Styles */
.pin.byte .pin_connector
{
    background-color:#016d63;
}

.pin.byte .pin_connector_container
{
    border-color:#016d63;
}

.pin.byte .pin_connector_container:after 
{
    border-left: 3px solid #016d63;
}

.input_variable.byte 
{ 
    background-color: #016d63;
}

.input_array.byte 
{
    background-color:#016d63;
    color:#016d63;
}

/* String Styles */
.pin.string .pin_connector
{
    background-color:#fa01cf;
}

.pin.string .pin_connector_container
{
    border-color:#fa01cf;
}

.pin.string .pin_connector_container:after 
{
    border-left: 3px solid #fa01cf;
}

.input_variable.string 
{ 
    background-color: #fa01cf;
}

.input_array.string 
{
    background-color:#fa01cf;
    color:#fa01cf;
}

/* Name Styles */
.pin.name .pin_connector
{
    background-color:#c77ff9;
}

.pin.name .pin_connector_container
{
    border-color:#c77ff9;
}

.pin.name .pin_connector_container:after 
{
    border-left: 3px solid #c77ff9;
}

.input_variable.name 
{ 
    background-color: #c77ff9;
}

.input_array.name 
{
    background-color:#c77ff9;
    color:#c77ff9;
}

/* Text Styles */
.pin.text .pin_connector
{
    background-color:#e277a5;
}

.pin.text .pin_connector_container
{
    border-color:#e277a5;
}

.pin.text .pin_connector_container:after 
{
    border-left: 3px solid #e277a5;
}

.input_variable.text 
{ 
    background-color: #e277a5;
}

.input_array.text 
{
    background-color:#e277a5;
    color:#e277a5;
}

/* Color Styles */
.pin.color .pin_connector
{
    background-color:#0057c6;
}

.pin.color .pin_connector_container
{
    border-color:#0057c6;
}

.pin.color .pin_connector_container:after 
{
    border-left: 3px solid #0057c6;
}

.input_variable.color 
{ 
    background-color: #0057c6;
}

.input_array.color 
{
    background-color:#0057c6;
    color:#0057c6;
}

/* Linear Color Styles */
.pin.linearcolor .pin_connector
{
    background-color:#0057c6;
}

.pin.linearcolor .pin_connector_container
{
    border-color:#0057c6;
}

.pin.linearcolor .pin_connector_container:after 
{
    border-left: 3px solid #0057c6;
}

.input_variable.linearcolor 
{ 
    background-color: #0057c6;
}

.input_array.linearcolor 
{
    background-color:#0057c6;
    color:#0057c6;
}

/* Boolean Styles */
.pin.boolean .pin_connector
{
    background-color:#af0e0e;
}

.pin.boolean .pin_connector_container
{
    border-color:#af0e0e;
}

.pin.boolean .pin_connector_container:after 
{
    border-left: 3px solid #af0e0e;
}

.input_variable.boolean 
{ 
    background-color: #af0e0e;
}

.input_array.boolean 
{
    background-color:#af0e0e;
    color:#af0e0e;
}

/* Object Styles */
.pin.object .pin_connector
{
    background-color:#00a8f4;
}

.pin.object .pin_connector_container
{
    border-color:#00a8f4;
}

.pin.object .pin_connector_container:after 
{
    border-left: 3px solid #00a8f4;
}

.input_variable.object 
{ 
    background-color: #00a8f4;
}

.input_array.object 
{
    background-color:#00a8f4;
    color:#00a8f4;
}

/* Class Styles */
.pin.class .pin_connector
{
    background-color:#5700b6;
}

.pin.class .pin_connector_container
{
    border-color:#5700b6;
}

.pin.class .pin_connector_container:after 
{
    border-left: 3px solid #5700b6;
}

.input_variable.class 
{ 
    background-color: #5700b6;
}

.input_array.class 
{
    background-color:#5700b6;
    color:#5700b6;
}

/* Enum Styles */
.pin.enum .pin_connector
{
    background-color:#006e65;
}

.pin.enum .pin_connector_container
{
    border-color:#006e65;
}

.pin.enum .pin_connector_container:after 
{
    border-left: 3px solid #006e65;
}

.input_variable.enum 
{ 
    background-color: #006e65;
}

.input_array.enum 
{
    background-color:#006e65;
    color:#006e65;
}

/* Struct Styles */
.pin.struct .pin_connector
{
    background-color:#0057c5;
}

.pin.struct .pin_connector_container
{
    border-color:#0057c5;
}

.pin.struct .pin_connector_container:after 
{
    border-left: 3px solid #0057c5;
}

.input_variable.struct 
{ 
    background-color: #0057c5;
}

.input_array.struct 
{
    background-color:#0057c5;
    color:#0057c5;
}

/* Key Styles */
.pin.key .pin_connector 
{
    background-color:#0158c7;
}

.pin.key .pin_connector_container
{
    border-color:#0158c7;
}

.pin.key .pin_connector_container:after 
{
    border-left: 3px solid #0158c7;
}

.input_array.key 
{
    background-color:#0158c7;
    color:#0158c7;
}

/* Delegate Styles */
.pin.delegate .pin_connector_container
{
    border-radius:2px;
    width:7px;
    height:7px;
    border-width:2px;
    border-color:#ff3b3b;
    margin:3px;
    position:absolute;
    top:2px;
    right:2px;
}

.inputs .pin.delegate .pin_connector_container, .outputs .pin.delegate .pin_connector_container
{
    border-radius:2px;
    width:7px;
    height:7px;
    border-width:2px;
    border-color:#ff3b3b;
    margin:2px 0px 0px 2px;
    position:absolute;
    top:2px;
    right:2px;
}

.pin.delegate .pin_connector
{
    background-color:#250908;
    opacity:1.0;
    width:7px;
    height:7px;
}

.input_variable.delegate 
{ 
    border-radius:2px;
    width:7px;
    height:7px;
    border-width:2px;
    border-color:#ff3b3b;
    border-style:solid;
    margin:0px;
    position:relative;
    top:initial;
    right:initial;
    box-shadow: 0 0px 0px 0px rgba(128, 128, 128, 0.0);
}

.input_variable.delegate:after 
{
    background-image:none;
    background-position: center center;
    background-repeat: no-repeat;
    content: " ";
    height: 0px;
    left: 0px;
    top:0px;
    position: absolute;
    width: 0px;
}

.input_array.delegate
{
    border-radius:2px;
    width:7px;
    height:7px;
    border-width:2px;
    border-color:#ff3b3b;
    margin:3px;
    position:absolute;
    top:2px;
    right:2px;
    box-shadow: 0 0px 0px 0px rgba(128, 128, 128, 0.0);
}

/* Misc BP Node Styles */
.pin_container 
{
    margin:8px 0px;
    position:relative;
    clear:both;
    overflow:hidden;
    min-height: 1.5em;
    cursor:default;
}

.pin_container:last-child
{
    margin:10px 0px 5px 0px;
}

.pin_container:first-child
{
    margin:0px 0px 10px 0px;
}

.pin_container:first-child:last-child
{
    margin:0px 0px 0px 0px;
}

.pin
{
    overflow:hidden;
}

/*.pin 
{
    background-image: url('../Images/bp_bode_pin_data.png');
}

.pin.vector 
{
    background-image: url('../Images/bp_bode_pin_data_vector.png');
}*/

.pin .pin_connector_container
{
    width:8px;
    height:8px;
    position:absolute;
    top:50%;
    margin-top:-9px;
    border-radius:7px;
    border-width:2px;
    border-style: solid;
}

.pin .pin_connector_container:after 
{
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    content: "";
    height: 0;
    left: 11px;
    position: absolute;
    top: 2px;
    width: 0;
}

.nodebody .outputs .pin .pin_connector_container
{
    margin-top:-9px;
    margin-right:4px;
}

.nodebody .inputs .pin .pin_connector_container
{
    left:0px
}

.nodebody .outputs .pin .pin_connector_container
{
    right:0px;
}

.pin.exec .pin_connector_container
{
    border-radius:0px;
    width:12px;
    height:16px;
    border-width:0px;
}

.pin.addpin .pin_connector_container
{
    border-radius:0px;
    width:11px;
    height:11px;
    border-width:0px;
}

.pin.array .pin_connector_container
{
    width:11px;
    height:11px;
    position:absolute;
    top:50%;
    margin-top:-9px;
    border-radius:0px;
    border-width:0px;
}

.pin.array .pin_connector_container:after
{
    border-left: 0px solid transparent;
}

.pin .pin_connector
{
    width:9px;
    height:9px;
    opacity:0.125;
}

.pin.array .pin_connector
{
    width:11px;
    height:11px;
    opacity:1.0;
    background-image:url('../Images/bp_node_pin_array_overlay.png');
}

.pin .pin_connector.connected
{
    opacity:1.0;
}

.pin.exec .pin_connector
{
    background-image:url('../Images/bp_node_pin_exec.png');
    opacity:1.0;
    width:12px;
    height:16px;
}

.pin.addpin .pin_connector
{
    background-image:url('../Images/bp_node_pin_add.png');
    opacity:1.0;
    width:11px;
    height:11px;
}

#snippet_container 
{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.95);
    height: 320px;
    left: 50%;
    margin-left: -240px;
    margin-top: -160px;
    position: fixed;
    top: 50%;
    width: 480px;
    z-index: 10000;
}

#snippet_close
{
    background: none repeat scroll 0 0 #005990;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    padding: 2px 0 2px 4px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 12px;
    cursor:pointer;
}

#snippet_text
{
    height: 260px;
    margin: 20px 20px 0;
    width: 432px;
    resize: none;
}

#snippet_image
{
    position:relative;
}

#snippet_copy
{
    background-color: #d0d0d0;
    border: 1px solid #3d9400;
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.9);
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    left: 6px;
    line-height: 1em;
    opacity: 0;
    padding: 4px 6px 6px 20px;
    position: absolute;
    top: 6px;
    transition: opacity 0.5s linear 0s, background-color 0.5s linear 0s;
}

#snippet_image:hover #snippet_copy:hover
{
    background-color:#e0e0e0;
    border: 1px solid #64c61f;
}

#snippet_image:hover #snippet_copy
{
    opacity:0.9;
}

#snippet_image IMG
{
    border:2px solid #64c61f;
}

#snippet_overlay
{
    position:absolute;
    top:8px;
    left:8px;
    width:18px;
    height:18px;
    background-image:url('../Images/copy.png');
    background-size:100% 100%;
    cursor: pointer;
    opacity:0.75;
    transition: opacity 0.5s linear 0s, background-color 0.5s linear 0s;
}

#snippet_image:hover #snippet_overlay
{
    opacity:0.9;
}

.skilltopiclist
{
	margin:0.25em 0em 0.25em;
	padding:0.25em 0em;
	clear:both;
	overflow:hidden;
}

.skilltopiclist ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.skilltopiclist li
{
	list-style-type:none;
	float:left;
	width:32%;
	margin:0.25em 0.5%;
	border:1px solid #f0f0f0;
	box-shadow:0px 4px 20px -5px rgba(0,0,0,0.25);
	position:relative;
}

.skilltopiclist li:hover
{
	list-style-type:none;
	float:left;
	width:32%;
	margin:0.25em 0.5%;
	border:1px solid #f0f0f0;
	box-shadow:0px 4px 30px -8px rgba(0,0,0,0.75);
	position:relative;
	background-color:rgba(0,173,239,0.05);
}

.skilltopiclist li a:link, .skilltopiclist li a:hover, .skilltopiclist li a:visited, .skilltopiclist li a:active
{
	text-decoration:none;
	font-weight:bold;
	width:100%;
	height:64px;
	display:block;
	color:#005990;
}

.skilltopiclist li a
{
	padding:0px 0px 0px 6px;
}

.skilltopiclist li:before
{
	content:"";
	background-position:right top;
	background-repeat:no-repeat;
	background-size:64px;
	padding: 64px 0px 0px 64px;
	position:absolute;
	right:0px;
	top:0px;
	opacity:0.125;
}

.skilltopiclist.beginner li:before
{
	background-image: url('../Images/beginner_icon.png');
}

.skilltopiclist.intermediate li:before
{
	background-image: url('../Images/intermediate_icon.png');
}

.skilltopiclist.advanced li:before
{
	background-image: url('../Images/advanced_icon.png');
}

.skilltopiclist.expert li:before
{
	background-image: url('../Images/expert_icon.png');
}

.skill_topic_link 
{
    display: block;
	margin:0.25em 0.5%;
    padding: 0px;
    width: 32%;
	float:left;
}

.skill_topic_link  .inner
{
    border: 1px solid #e0e0e0;
    box-shadow: 0 0px 4px -2px rgba(0, 0, 0, 0.05),0 5px 5px -2px rgba(0, 0, 0, 0.05);
    display: block;
    height: 64px;
    padding: 0 14px 0px 44px;
    position: relative;
}

.skill_topic_link  .inner:hover
{
    /*box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.75);*/
	background-color:rgba(0,173,239,0.05);
}

.skill_topic_link  .inner:before
{
	background-position:right top;
	background-repeat:no-repeat;
	background-size:34px;
    content: "";
    padding: 34px 0 0 34px;
    position: absolute;
    left: 3px;
    top: 3px;
	opacity:0.5;
}

.skill_topic_link .inner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
	padding:64px 0px 0px 12px;
	background-image:url("../Images/arrow_rt_public_dark.png");
	background-position:left center;
	background-repeat:no-repeat;
}

.skill_topic_link.beginner .inner:before 
{
    background-image: url("../Images/beginner_icon.png");
}

.skill_topic_link.intermediate .inner:before 
{
    background-image: url("../Images/intermediate_icon.png");
}

.skill_topic_link.advanced .inner:before 
{
    background-image: url("../Images/advanced_icon.png");
}

.skill_topic_link.expert .inner:before 
{
    background-image: url("../Images/expert_icon.png");
}

a.skill_topic_link:link, a.skill_topic_link:hover , a.skill_topic_link:active , a.skill_topic_link:visited
{
    text-decoration: none;
	color:#005990;
}

a.skill_topic_link span.text
{
	display:block;
	font-weight:bold;
}

.skill_topic_link .version_tag
{
	position:absolute;
	left:4px;
	bottom:5px;
	margin:0px 1px;
	padding:2px 0px;
	width:31px;
	text-align:center;
	opacity:1.0;
}

.skill_icon IMG {
    width:34px;
	height:34px;
	border: 0 solid #000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    left: 3px;
    position: absolute;
    top: 3px;
	opacity:1.0;
}



.link_list_title
{
    background-color: #007EBF; 
    padding: 0.125em 0.25em 0.125em 0.5em; 
    font-weight: bold; 
    color: #f8f8f8;
	margin-top: 1em;
    font-size:1.375em;
}

.link_list_title P
{
    margin:0;
    padding: 0; 
}

.playlistlink
{
    border: 1px solid #f0f0f0;
    display: block;
    overflow: hidden;
    padding: 6px;
    text-decoration: none !important;
	width:31%;
	margin:0.375%;
	float:left;
	position:relative;
}

.playlistlink.playlistCategory
{    
	background-position: 6px center;
    background-size: 40px auto;
    border: 1px solid #e1e2e3;
    border-radius: 4px;
    padding: 12px 6px 12px 24px;
    border: 1px solid #e1e2e3;
    margin: 0.375% 0.875%;
    overflow: hidden;
    width: 28%;
}

.playlistlink:hover
{
    background-color: rgba(0,173,239,0.125);
}

.playlistlink_image
{
    border-radius: 0;
    float: left;
    line-height: 0;
    position: relative;
    text-decoration: none !important;
    width: 48px;
}

.playlistlink IMG
{    
    border-radius: 0px;
    border:0 none;
}

.playlistlink_button
{
    height:32px;
    width:32px;
    padding:7px 15px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-27px;
    margin-top:-19px;
    background:#161617 url('../Images/video_play.png') center center no-repeat;
    opacity:0.8;
    border-radius:12px;
}

.playlistlink:hover .playlistlink_button
{
    background:#005590 url('../Images/video_play.png') center center no-repeat;
}

.playlistlink_title
{
	display:block; 
    float: left;
    margin-left: 1em;
    text-decoration: none !important;
}

.playlistlink_title .playlistlink_title_text
{
    display:inline-block;
    color: #007ebf;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.375em;
    /*padding: 8px 0 0;*/
    text-decoration: none !important;
}

.playlistlink:hover .playlistlink_title .playlistlink_title_text
{
    color: #007EBF;
}

.playlistlink:hover .playlistlink_title_text
{
    color:#00ADEF;
}

.playlistlink_title .playlistlink_description
{
    padding:8px;
    background:#E2E3E4;
    color:#313233;
    font-size:0.925em;
    text-decoration:none !important;
    line-height:1.5em;
    display:none;
    word-wrap: break-word;   
}

.playlistlink_title .playlistlink_description_text
{
    padding:4px 0px 0px; 
}

.featured_series
{
    /*margin: 20px 11px;*/
	overflow:hidden;
}

.featured_series .playlistlink_container
{   
    position:relative; 
}

.featured_series .playlistlink
{   
    border-bottom:0;
    padding:0; 
}

.featured_series .playlistlink_image
{   
    border-radius: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
	/*max-height:256px;*/
}

.featured_series .playlistlink_image:after
{   
	content:"";
	padding-top:33.3%;
	display:block;
}

.featured_series .playlistlink_image.header_image
{   
    border-radius: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
	/*max-height:256px;*/
}

.featured_series .playlistlink_image.header_image:after
{   
	content:"";
	padding-top:33%;
	display:block;
}

.featured_series .playlistlink_image.header_image IMG
{ 
    border: 0 none;
    border-radius: 0;
    position: absolute;
	top:-33%;
	left:0;
	right:0;
	bottom:0;
	width:100%;
}

.featured_series .playlistlink IMG
{   
    border: 0 none;
    border-radius: 0;
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.featured_series .playlistlink_title
{   
    /*background: none repeat scroll 0 0 rgba(48, 48, 48, 0.875);*/
	background:rgba(240,240,240,0.875);
    bottom: 0;
    float: none;
    margin-left: 0;
    position: absolute;
    width: 100%;
}
.featured_series:hover .playlistlink_title
{   
    /*background: none repeat scroll 0 0 rgba(48, 48, 48, 0.875);*/
	background:rgba(0,84,144,0.875);
}

.featured_series .playlistlink_title_inner
{   
    padding:8px;
	display:block;
}

.featured_series .playlistlink_title .playlistlink_title_label 
{
    color: #00ADEF;
    font-weight: bold;
}

.featured_series .playlistlink_title .playlistlink_title_text
{
    color: #005990;
    /*display: inline;*/
    /*padding: 8px 0;*/
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none !important;
}

.featured_series .playlistlink:hover .playlistlink_title .playlistlink_title_text
{
    color: #f0f0f0;
}

.fancycategory
{
    /*margin: 20px 11px;*/
	overflow:hidden;
	float:left;
	width:32%;
	margin:0.65%;
}

.fancycategory .playlistlink_container
{   
    position:relative; 
}

.fancycategory .playlistlink
{   
}

.fancycategory .playlistlink
{
    border: 0px solid #f0f0f0;
    display: block;
    overflow: hidden;
    padding:0; 
    text-decoration: none !important;
	width:100%;
	margin:0;
	float:left;
	position:relative;
}

.fancycategory .playlistlink_image
{   
    border-radius: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
	/*max-height:256px;*/
}

.fancycategory .playlistlink_image:after
{   
	content:"";
	padding-top:33.3%;
	display:block;
}

.fancycategory .playlistlink_image.header_image
{   
    border-radius: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
	/*max-height:256px;*/
}

.fancycategory .playlistlink_image.header_image:after
{   
	content:"";
	padding-top:40%;
	display:block;
}

.fancycategory .playlistlink_image.header_image IMG
{ 
    border: 0 none;
    border-radius: 0;
    position: absolute;
	top:-40%;
	left:0;
	right:0;
	bottom:0;
}

.fancycategory .playlistlink IMG
{   
    border: 0 none;
    border-radius: 0;
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.fancycategory .playlistlink_title
{   
    /*background: none repeat scroll 0 0 rgba(48, 48, 48, 0.875);*/
	background-image:linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.75), rgba(0,0,0,1.0));
    bottom: 0;
    float: none;
    margin-left:0;
    position: absolute;
    width: 100%;
	padding-top:1em;
}
.fancycategory:hover .playlistlink_title
{   
    /*background: none repeat scroll 0 0 rgba(48, 48, 48, 0.875);*/
	background-image:linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.75), rgba(0,0,0,1.0));
}

.fancycategory .playlistlink_title_inner
{   
    padding:8px;
	display:block;
}

.fancycategory .playlistlink_title .playlistlink_title_label 
{
    color: #f0f0f0;
    font-weight: bold;
}

.fancycategory .playlistlink_title .playlistlink_title_text
{
    color: #f0f0f0;
    /*display: inline;*/
    /*padding: 8px 0;*/
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none !important;
}

.fancycategory .playlistlink:hover .playlistlink_title .playlistlink_title_text
{
    color: #00ADEF;
}

/*
 * YouTube TV
 */

#player
{
    width: 100%; 
    display: inline-block;
    position: relative;
}
#player:after
{
    padding-top: 56.25%;
    display: block;
    content: '';
}

/*
 * Base Canvas
 */
.ytv-canvas{
	display: block;
	background: #f0f0f0;
	overflow: hidden;
	font-family: arial, sans-serif;
	}
.ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
	}
.ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
	}

/*
 * Video
 */
.ytv-video{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
	}
	.ytv-video iframe{
		width: 100%;
		height: 100%;
		border: none;
		outline: none;
		display: block;
		}
    
.ytv-video-info {
}

.ytv-video-description {
    margin: -0.75em 0 0;
    padding:0px 0px;
    /*font-size:0.875em;
    line-height:1.25em;*/
}

.ytv-description-inner {
    background:#ffffff;
    padding:10px;
}
/*
 * List
 */
.ytv-button a {
    float:right;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:5px;
    outline:1px solid #005990;
	}
.ytv-button:hover a {
    outline:1px solid #00ADEF;
	}
.ytv-button.next a {
    background: #005990 url('../Images/arrow_rt_public.png') center center no-repeat;
	}
.ytv-button.next:hover a {
    background: #00ADEF url('../Images/arrow_rt_public.png') center center no-repeat;
	}
.ytv-button.prev a {
    background: #005990 url('../Images/arrow_lt_public.png') center center no-repeat;
	}
.ytv-button.prev:hover a {
    background: #00ADEF url('../Images/arrow_lt_public.png') center center no-repeat;
	}
.ytv-button.disabled {
    float:right;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:5px;
    outline:1px solid #919293;
	}
.ytv-button.prev.disabled {
    background: #919293 url('../Images/arrow_lt_public.png') center center no-repeat;
    opacity:0.375;
	}
.ytv-button.next.disabled {
    background: #919293 url('../Images/arrow_rt_public.png') center center no-repeat;
    opacity:0.375;
	}
.ytv-button.chain {
    background: transparent url('../Images/video_chain_dark.png') center center no-repeat;
    float:left;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:5px;
    outline:1px solid #005990;
	}
.ytv-button.chain.enabled {
    background: #005990 url('../Images/video_chain.png') center center no-repeat;
    outline:0px solid #005990;
	}
.ytv-button.chain:hover, .ytv-button.chain.enabled:hover{
    background: #00ADEF url('../Images/video_chain.png') center center no-repeat;
    outline:0px solid #005990;
	}
.ytv-divider, .ytv-fill {
    float:right;
    width: 24px;
    height: 24px;
    padding:4px;
    margin:10px;
	}
.ytv-divider {
    background: #005990 url('../Images/video_list_light.png') center center no-repeat;
	}
.ytv-fill {
	}
.ytv-divider.collapsed {
    background: transparent url('../Images/video_list_dark.png') center center no-repeat;
    outline:1px solid #005990;
	}
.ytv-divider:hover {
    background: #00ADEF url('../Images/video_list_light.png') center center no-repeat;
}
.ytv-divider.collapsed:hover {
    outline:1px solid #00ADEF;
}
.ytv-button.category 
{
    display:inline-block;
}
.ytv-button.category a
{
    border-top:1px solid #e0e0e0;
    border-right:1px solid #b8b8b8;
    border-bottom:1px solid #b8b8b8;
    border-left:1px solid #e0e0e0;
    background:#ffffff;
    color: #005590;
    display: block;
    float: none;
    height: auto;
    line-height: 1em;
    margin: 0 0 0 4px;;
    outline: 0 solid #005990;
    padding: 4px 6px;
    text-decoration: none;
    width: auto;
    font-weight:bold;
}
.ytv-button.category a:hover
{
    text-decoration:none;
    background:#005590;
    color:#f0f0f0;
}
.ytv-list{
    position: relative;
    width:100%;
	}
	.ytv-list-inner{
		position: relative;
		}
	.ytv-list ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-image: none;
		}
		.ytv-list .ytv-active a{
			border-left: 4px solid #007ebf; 
			background: #005990;
            color:#FFFFFF;
			}
		.ytv-list a,.ytv-list-header a{
			display: block;
			text-decoration: none;
			font-size: 1em;
			color: #005990;
			padding: 4px;
			padding-left: 8px;
			}
			.ytv-list a b{	
			    overflow: hidden;
			    display: block;
			    text-overflow: ellipsis;
				}
			.ytv-list li
			{					
				list-style-type: none;
				list-style-image: none;
				margin-bottom:0em;
			}
			.ytv-list li:first-child a{ border-top: none; }
			.ytv-list li:last-child a{ border-bottom: none; }
			.ytv-list a:hover,
			.ytv-list-header .ytv-playlists a:hover{ background: #007EBF; color:#FFFFFF; }
			.ytv-list a:active,
			.ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }
		
		.ytv-list .ytv-content
		{ 
			display:block;
			font-weight:bold;
			text-decoration:none;
		}
		.ytv-list .ytv-thumb-stroke{
			position: absolute;
			top: 1px;
			left: 1px;
			bottom: 1px;
			right: 1px;
			z-index: 2;
			outline: 1px solid rgba(255,255,255,0.1);
			}
		.ytv-list .ytv-thumb{
			float: left;
			position: relative;
			outline: 1px solid rgba(0,0,0,0.5);
			}
			.ytv-list .ytv-thumb img{
				width: 72px;
				display: block;
				}
			.ytv-list .ytv-thumb span{
				position: absolute;
				bottom: 5px;
				right: 5px;
				color: #eee;
				background: rgba(0,0,0,0.7);
				font-size: 11px;
				font-weight: bold;
				padding: 0px 4px;
				
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}
		.ytv-views{
		    display: block;
		    margin-top: 5px;
		    font-size: 10px;
		    font-weight: normal;
		    opacity: 0.3;
			}


	.ytv-list-header{
		height: 52px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		}
		.ytv-list-header a{
			background: rgba(255,255,255,0.05);
    		position: relative;
    		z-index: 10;
			}
		.ytv-list-header img,
		.ytv-list .ytv-playlists .ytv-thumb img{
			width: 30px;
			vertical-align: middle;
			}
		.ytv-list-header span{		
		    padding-left: 10px;
		    font-size: 12px;
		    font-weight: bold;
			}

/*
 * Playlists
 */
.ytv-playlists{
    z-index: 9;
    position: absolute;
    background: #282828;
    top:0px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
	}
	.ytv-playlists img,
	.ytv-list-header img{
	    float: left;
		}
	.ytv-playlists a span,
	.ytv-list-header a span{	
	    white-space: nowrap;
	    padding-left: 10px;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
		}
	.ytv-list-header > a span{
		line-height: 30px;
		}
	.ytv-list-header .ytv-playlists a{
		background: none;
		}
	.ytv-playlist-open .ytv-playlists{
		display: block;
		}

/*
 * Modifiers
 */
.ytv-relative{
	position: relative;
	width: 100%;
	height: 100%;
	}
.ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	}
.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
	}
	.ytv-has-playlists .ytv-arrow{
		display: inline-block;
		}
	.ytv-playlist-open .ytv-arrow{
		border-color: transparent;
		border-bottom-color: rgba(0,0,0,0.4);
		top: -10px;
		}

.ytv-list-header a:after,
.ytv-clear:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	
.fancylink_container
{
    background: none repeat scroll 0 0 #f8f8f8;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    float: left;
    margin: 1%;
    width: 23%;
}	

.fancylink_container.video
{
    background: #f8f8f8;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    float: left;
    margin: 0.5%;
    width: 19%;
}
	
.gallery .fancylink_container
{
    float:left;
    margin:0.5em 0.925em;
    display: block;
}

.simplegallery .fancylink_container
{
    float:left;
    margin:0.5em 0.925em;
    display: block;
}

.fancylink
{
    text-decoration:none !important;
    display: block;
	padding:0px;
}

.fancylink.active
{
    /*outline: 3px solid #007ebf;*/
}

.fancylink.active:hover
{
    /*outline: 3px solid #007ebf;*/
}

.fancylink:hover
{
    /*outline:1px solid #007ebf;*/
}

.fancylink_image
{
    text-decoration:none !important;
    position:relative;
    line-height:0px;    
    border-radius: 0px;
	box-shadow:0 0px 0px 0px rgba(0, 0, 0, 0.0);
    outline:0px solid #007ebf;
    display: block;
}

.fancylink:hover .fancylink_image
{
    outline:0px solid #00ADEF;
}

.fancylink IMG
{    
    border: 0 none;
    border-radius: 0;
    box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.75);
}

.fancylink_overlay
{
    height:100%;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    background:#000000;
    opacity:0.25;
    border-radius: 0px;
    line-height:0px; 
    display: block;   
}

.fancylink:hover .fancylink_overlay
{
    opacity:0.25; 
    display: block; 
}

.fancylink_button
{
    height:32px;
    width:32px;
    padding:7px 15px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-27px;
    margin-top:-19px;
    background:#161617 url('../Images/video_play.png') center center no-repeat;
    opacity:0.8;
    border-radius:12px;
    display: block;
}

.fancylink:hover .fancylink_button
{
    background:#005590 url('../Images/video_play.png') center center no-repeat;
}

.fancylink_title
{
    text-decoration:none !important;
    display: block;
}

.fancylink_title .fancylink_title_text
{
    padding:8px 6px 0px;
    color:#005990;
    font-size:1em;
    font-weight:bold;
    text-decoration:none !important;
    line-height:1.375em;
    height:3.5em;
    display: block;
	text-align:center;
}

.fancylink_container.video .fancylink_title .fancylink_title_text
{
    padding:8px 6px 0px;
    color:#005990;
    font-size:0.825em;
    font-weight:bold;
    text-decoration:none !important;
    line-height:1.375em;
    height:4.5em;
    display: block;
	text-align:left;
}

.fancylink:hover .fancylink_title_text
{
    color:#00ADEF;
    display: block;
}

.fancylink_container.video .fancylink:hover .fancylink_title_text
{
    color:#00ADEF;
    display: block;
}

/* .fancylink.active:hover .fancylink_title_text
{
    color:#007ebf;
    display: block;
} */

.fancylink_title .fancylink_description
{
    padding:8px;
    background:#E2E3E4;
    color:#313233;
    font-size:0.925em;
    text-decoration:none !important;
    line-height:1.5em;
    display:none;
    word-wrap: break-word; 
    display: block;  
}

.fancylink_title .fancylink_description_text
{
    padding:4px 0px 0px; 
    display: block;
}

.fancylink_duration
{
    background: #000000;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding: 2px;
    position: absolute;
    right: 0;
}

ul.videolist
{					
	margin:0;
	padding:0;
}

.videolist li
{					
	list-style-type: none;
	list-style-image: none;
	margin-bottom:0em;
}

.videolist .playlistlink
{
    border-color: #f0f0f0;
    border-width: 0px 0px 1px 3px;
    display: block;
    overflow: hidden;
    padding: 0px;
    text-decoration: none !important;
	width:100%;
	margin:0;
	float:none;
}

.videolist .playlistlink.active
{
    border-color: #f0f0f0 #f0f0f0 #f0f0f0 #007ebf;
	background-color: rgba(0,173,239,0.0625);
}
.community_flair
{
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../Images/users4.png");
    background-position: 4px -3px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 2px 0 4px;
    color: #f0f0f0;
    font-size: 0.75em;
    height: 14px;
    left: 0;
    padding: 14px 10px 0 38px;
    position: absolute;
    top: 0;
}
/* .community_flair
{
    background-color: rgba(192,192,192,0.75);
    background-image: url("../Images/users4.png");
    background-position: 4px -3px;
    background-size: 40px 40px;
	background-repeat:no-repeat;
    height: 36px;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px;
} */

.icon_playlist
{
	background-image:url('../Images/list.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.icon_playlist_gray
{
	background-image:url('../Images/list2.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.icon_video_gray
{
	background-image:url('../Images/video2.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.fancylink_duration {
    background: #000000 none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 0.75em;
    line-height: 1em;
    margin: 6px;
    opacity: 0.75;
    padding: 2px;
    position: absolute;
    right: 0;
}



/*Topic Icons*/
.icon_2D
{
	background-image: url('../Images/2D_icon.png');
	background-repeat: no-repeat;
}

.icon_ArtificialIntelligence
{
	background-image: url('../Images/ai_icon.png');
	background-repeat: no-repeat;
}

.icon_Animation
{
	background-image: url('../Images/anim_icon.png');
	background-repeat: no-repeat;
}

.icon_Archives
{
	background-image: url('../Images/archive_icon.png');
	background-repeat: no-repeat;
}

.icon_Basics
{
	background-image: url('../Images/start_icon.png');
	background-repeat: no-repeat;
}

.icon_Blueprints
{
	background-image: url('../Images/bp_icon.png');
	background-repeat: no-repeat;
}

.icon_BuildaGame
{
	background-image: url('../Images/gameplay_icon.png');
	background-repeat: no-repeat;
}

.icon_CommunityCreated
{
	background-image: url('../Images/users4.png');
	background-repeat: no-repeat;
}

.icon_Environments
{
	background-image: url('../Images/atmosphere_icon.png');
	background-repeat: no-repeat;
}

.icon_Foliage
{
	background-image: url('../Images/foliage_icon.png');
	background-repeat: no-repeat;
}

.icon_Font
{
	background-image: url('../Images/font_icon.png');
	background-repeat: no-repeat;
}

.icon_Gameplay
{
	background-image: url('../Images/gameplay_icon.png');
	background-repeat: no-repeat;
}

.icon_Landscape
{
	background-image: url('../Images/landscape_icon.png');
	background-repeat: no-repeat;
}

.icon_LevelEditing
{
	background-image: url('../Images/levels_icon.png');
	background-repeat: no-repeat;
}

.icon_Lighting
{
	background-image: url('../Images/light_icon.png');
	background-repeat: no-repeat;
}

.icon_LiveTrainingStream
{
	background-image: url('../Images/video_icon.png');
	background-repeat: no-repeat;
}

.icon_Materials
{
	background-image: url('../Images/material_icon.png');
	background-repeat: no-repeat;
}

.icon_Particles
{
	background-image: url('../Images/fx_icon.png');
	background-repeat: no-repeat;
}

.icon_Physics
{
	background-image: url('../Images/physics_icon.png');
	background-repeat: no-repeat;
}

.icon_Platforms
{
	background-image: url('../Images/platform_icon.png');
	background-repeat: no-repeat;
}

.icon_PostProcessEffects
{
	background-image: url('../Images/ppe_icon.png');
	background-repeat: no-repeat;
}

.icon_Programming
{
	background-image: url('../Images/prog_role_icon.png');
	background-repeat: no-repeat;
}

.icon_Rendering
{
	background-image: url('../Images/rendering_icon.png');
	background-repeat: no-repeat;
}

.icon_UMGUIDesigner
{
	background-image: url('../Images/ui_icon.png');
	background-repeat: no-repeat;
}

.icon_Vehicles
{
	background-image: url('../Images/vehicle_icon.png');
	background-repeat: no-repeat;
}

.icon_VirtualReality
{
	background-image: url('../Images/vr_icon.png');
	background-repeat: no-repeat;
}

.videonav
{
	position:absolute;
	top:-10px;
}

.videonav .navigation
{
    overflow:hidden;
    margin:1em 0em 2em;
	position:relative;
}

.videonav .navigation .button
{
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    float:none;
    text-align:center;
    margin:0;
    border-width:0px;
    cursor:default;
    padding:0;
}

.videonav .navigation .button:hover
{
    background-color:#00ADEF;
    transition: background-color 0.3s linear 0s;
}

.videonav .navigation .button a
{
    padding:0px 10px 0px 10px;
    background-color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    color:#919293;
    display:block;
}

.videonav .navigation .button a:hover
{
    background-color:#00ADEF;
    color:#fff;
    transition: background-color 0.3s linear 0s;
}

.videonav .navigation .button.back a
{
    background-color:#ffffff;
    background-image:url(../Images/arrow_left_gray.png);
    background-repeat: no-repeat;
    background-position: 5px center;
	padding: 0px 10px 0 25px;
}

.videonav .navigation .button.back a:hover
{
    background-color:#00ADEF;
    background-image:url(../Images/arrow_left_light.png);
}

.sample .container
{
	display:inline-block;
	border:1px solid #007ebf;
	border-radius:6px;
	padding:0px;
	background-color:transparent;
	overflow:hidden;
}

.sample .container:hover
{
	background-color:#007ebf;
}

.sample .container .link
{
	padding: 0px;
	display:block;
	height:24;
	text-decoration:none;
}

.sample .container .link  .icon
{
	background-color:#007ebf;
	padding: 0px 6px 0px 3px;
	background-image: url('../Images/cloud_icon_light.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	display:block;
	float:left;
	height:24px;
	width:24px;
	text-decoration:none;
	border-right:1px solid #007ebf;
}

.sample .container:hover .link  .icon
{
	border-right:1px solid #ffffff;
}

.sample .container .link .title
{
	color:#007ebf;
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;
	font-size:1em;
	padding:3px 6px 0px 6px;
}

.sample .container:hover .link .title
{
	color:#ffffff;
}

.sample .container .link .title .label
{
	color:#007ebf;
}

.sample .container .link .title p
{
	padding:0;
	margin:0;
}

.overlay-first 
{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    left: 10px;
    padding: 0px 8px;
    position: absolute;
    z-index: 100;
}

.overlay-first.bottom
{
    bottom: 10px;
}

.overlay-first.top
{
    top: 10px;
    bottom: auto;
}

.overlay-last 
{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    right: 10px;
    padding: 0px 8px;
    position: absolute;
    z-index: 100;
}

.overlay-last.bottom
{
    bottom: 10px;
}

.overlay-last.top
{
    top: 10px;
    bottom: auto;
}

.status_bar
{    
    display:block;
    background:#f0f0f0;
    margin-top:-5px;
    padding: 2px 5px 0px;
    line-height: 1.5em;
    border-top:1px solid #e1e2e3;
    overflow:auto;
    color:#808080;
    font-size:0.75em;
}

.status_bar.playlist .icon_playlist_gray
{
    width:14px;
    height:14px;
    margin:2px 0px;
    float:right;
}

.status_bar.playlist .icon_playlist_gray:hover
{
    background-color:#007EBF;
	background-image:url('../Images/list_light.png');
	background-repeat: no-repeat;
	background-size:80% 80%;
    background-position:center center;
    padding: 1px 1px; 
    line-height: 1em; 
    margin:0px 0px 2px;
    border-radius: 3px; 
}

.status_bar.video .icon_video_gray
{
    width:16px;
    height:16px;
    margin:0px 0px;
    float:right;
}

.status_bar .info_tag
{
    color: #ffffff; 
    font-weight: bold; 
    padding: 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px;
    border-radius: 3px; 
    background: #6f6f6f;
	cursor:pointer;
	text-decoration:none;
	font-size:1.1em;
    float:left;
    cursor:default;
}

.status_bar .version_tag
{
	font-size:1.1em;
    float:left;
    cursor:default;
}

.status_bar .skill_icon
{
    width:17px;
	height:17px;
    float:left;
    top:1px;
    margin-right: 3px;
    background-image:url('../Images/beginner_icon.png');
    background-repeat:no-repeat;
    background-size:100%;
    background-position:left top;
    cursor:default;
}

.status_bar .skill_icon.beginner
{
    background-image:url('../Images/beginner_icon.png');
}

.status_bar .skill_icon.intermediate
{
    background-image:url('../Images/intermediate_icon.png');
}

.status_bar .skill_icon.advanced
{
    background-image:url('../Images/advanced_icon.png');
}

.status_bar .skill_icon.expert
{
    background-image:url('../Images/expert_icon.png');
}

div.checkpoint ul
{
    list-style-type:none;
}

div.checkpoint ul li
{
    background-image: url('../Images/checkpoint.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 35px;
}

div.checkpoint ul li.started
{
    background-image: url('../Images/checkpoint_started.png');
}

div.checkpoint ul li.checked
{
    background-image: url('../Images/checkpoint_checked.png');
}

div.checkpoint ul li a:link,
div.checkpoint ul li a:hover,
div.checkpoint ul li a:active,
div.checkpoint ul li a:visited
{
    font-weight:bold;
    text-decoration:none;
}

.new
{
    background-color: #3d9400;
    color: #fff;
    font-weight: 900;
    height: 12px;
    left: -23px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 15px;
    transform: rotate(-45deg);
    width: 100px;
}

.newlink {
    background-color: #3d9400;
    color: #fff;
    font-size: 0.75em;
    font-weight: 900;
    line-height: 1.5em;
    margin-left: 4px;
    padding: 0px 4px;
	display:inline-block;
}

.updated_container 
{
    background: #f8f8f8 none repeat scroll 0 0;
    border-color: #e0e0e0;
    border-radius: 4px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    /*box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);*/
    margin: 4px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.updated_title 
{
    border-bottom: 0 solid #e1e2e3;
    font-size: 1.125em;
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
}

.updated_parent 
{
    color: #00adef;
    font-size: 0.875em;
    margin: -5px 0 0 8px;
}

.updated_parent a
{
    color: #00adef;
	text-decoration:none;
}

.updated_parent_label
{
    color: #606060;
	display:inline-block;
}

.updated_description 
{
    margin: 0 150px 8px 18px;
}

.updated_description  ul
{
    margin: 0px 0px 0px 15px;
	color:#606060;
}

.updated_description li 
{
    line-height: 1.25em;
}

.updated_description_label 
{
    color: #606060;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.25em;
    margin: 5px 0 0 18px;
}

.updated_date 
{
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 2px;
    color: #606060;
}

.updated_author 
{
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 30px;
    color: #606060;
}

.updated_title a 
{
    text-decoration: none;
}

.updated_container p 
{
    margin: 0;
}

.updated_total
{
    color: #606060;
    display: inline;
    float: right;
    font-size: 0.875em;
    font-style: italic;
    margin-right: 10px;
}

.updated_timeframe {
    display: inline-block;
    font-size: 1.25em;
    margin: 0 0 0 10px;
}

.updated_total p 
{
    margin: 0;
}

.changelist p
{
	margin:0px;
	display:inline-block;
}

.call_to_action
{
	text-align:center;
}

.call_to_action a
{
    background-color: #3d9400;
    background-image: url("../Images/arrow_rt_public.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    min-width: 50%;
    padding: 3px 18px;
    text-decoration: none;
}

.call_to_action a:hover 
{
    background-color: #64c61f;
    background-image: url("../Images/arrow_rt_public.png");
}
