/*********************************************
  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
{
    color: #ffffff; 
    font-weight: bold; 
    padding: 2px 4px; 
    line-height: 1em; 
    margin: 0px 3px; 
    border-radius: 3px; 
    background: #3d9400;
}

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;
}

.videonav
{
	position:absolute;
	top:-8px;
}

.navigation
{
    overflow:hidden;
    margin:1em 0em 2em;
	position:relative;
}

.navigation .button
{
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    float:none;
    min-width:20%;
    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 10px 0px 10px;
    background-color:#ffffff;
    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.back a
{
    background-color:#ffffff;
    background-image:url(../Images/arrow_left_dark.png);
    background-repeat: no-repeat;
    background-position: 3% center;
	padding: 3px 10px 0 25px;
}

.navigation .button.back a:hover
{
    background-color:#005590;
    background-image:url(../Images/arrow_left_light.png);
}

.navigation .button.next
{
    float:right;
    margin:0em 0em 0em 1em;
}

.navigation .button.next a
{
    background-image:url(../Images/arrow_rt_public_dark.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.navigation .button.next a:hover
{
    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;
}

.playlistlink_container.pinned 
{
    background-image: url("../Images/pushpin.png");
    background-position: 3px 4px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.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;
}

.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;
}

.videolink:hover .videolink_image
{
    outline:3px solid #00ADEF;
}

.videolink IMG
{    
    border-radius: 0px;
}

.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
{
    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;
}

.videolink:hover .videolink_button
{
    background:#005590 url('../Images/video_play.png') center center no-repeat;
}

.videolink_title
{
    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;
}

.videolink:hover div.videolink_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;   
}


.videolink_title div.videolink_description_text
{
    padding:4px 0px 0px; 
}

#sidebar
{
    background:#fafafa;
    border: 1px solid #e8e8e8;
    position:absolute;
	top: 100px;
    right:0px;
    width:260px;
    padding:0;
    white-space:normal;
    display:none;
    z-index:1;
    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:10px;
    font-style:italic;
    margin-left:1em;
    /*margin-top:-10px;*/
}

.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;
}

.navigation .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;
}

.navigation .menu_scroll
{
}

.navigation .menu_scroll_rail
{
    width:2px;
}

.navigation .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;*/
}

/*.navigation .menu:after
{
    content:"";
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    box-shadow: 0px -4px 10px rgba(0,0,0,0.5);
}*/

.navigation .menu:hover
{
    background:#f0f0f0;
}

.navigation .menu_container .buttonlist
{
    padding:10px 0px;
}

.buttonlist 
{
    /*border:1px solid #f0f0f0;*/
    overflow:hidden;
    margin-left:0em;
    margin-right:1em;
}

.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 10px !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;
}

.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;
}

.button_content .container
{
    padding:2px 0px 0px 4px;
    background:#ffffff;
}

.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');
}

.maya
{
    background-image:url('../Images/maya.png');
}

.max
{
    background-image:url('../Images/max.png');
}

/*************************
   Page Structure
*************************/

HTML
{
    /*font-family:Helvetica,Verdana,Arial,sans-serif;*/
	background-color:#ffffff !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;
	background-color:#ffffff !important;
}

#bodyContent
{
	font-size:1rem;
	position:inherit !important;
}
#webThree {
     margin: 0em auto;
     padding: 0em;
     /*width:100.5em;*/
     /*width:80em;*/
     min-width:972px;
     width:100%;
     position:relative;
}

#webThree #pagedefault {
    background: transparent;
    width:972px;
    margin:5px auto 60px;
    position:relative;
    padding:1em 0em;
	clear:both;
    /*box-shadow: 25px 0px 75px -25px rgba(0,0,0,0.6), -25px 0px 75px -25px rgba(0,0,0,0.6), 0px 25px 75px -25px rgba(0,0,0,0.6);*/
}

#pagecontainer 
{
    width:100%;
}

#jumplink 
{
    float:right;
    font-weight:bold;
    font-size:1em;

    padding: 0.125em 2em 0.15em 1em;
    background: #e2e3e4 url(../Images/arrow_down_public_dark.png) 90% center no-repeat;
    cursor:pointer;
    margin: 0px 0px 0px 0px;
	color:#005990;
}

#webThree #footer {
    width:100%;
    clear:both;
	margin-left:0;
	padding:0;
}

#webbgThree {
    background: #fafafa;
    padding:0;
}

#head {
     height: 65px;
    width:100%;
}

.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: auto;
     padding: 20px 20px 30px 20px;
     margin: 20px 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;
	 clear:both;
	 position:relative;
}

#footer #brand {
     background-color: #313233;
     color:#FFFFFF;
     font-size: 1.0em;
     padding: 2em 0em;
     text-align: right;
}

#footer #legal {
    color:#222222;
    font-size: 0.925em;
    line-height:30px;
    height:30px;
    padding: 0px 30px;
}

#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;
    /*max-width:57em;*/
}

.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 .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;
    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.5em -2.5em -0.5em -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;
}

.plainlist ul
{
    list-style:none;
    padding-left:20px;
    margin-bottom:8px;
}

/******************************
   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:0;
     border-radius: 3px;*/
     clear:both;
     line-height: 1em;
}

#firstHeading
{
     font-size:2.5rem;
}
H2, H3, H4, H5, H6
{
    margin-top:1.25em;
    line-height:1em;   
    border:0;  
}

.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%;
	height:auto;
}

P IMG, LI IMG, DIV IMG
{
    /*max-width:none;*/
}

.lightbox 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;
}

.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:0px 20px;
    padding-top:8px;
    font-size:0.70em;
}

.quicksearch .normaltitle,.quicksearch .largetitle,.quicksearch .smalltitle
{
	color:#005990;
	margin-right: 6px;
}
.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;
	margin:0px 1px;
}

.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 10px 0px 50px;
}

.features .role:hover .info
{
    background:url(../Images/arrow_rt_public.png) right center no-repeat;
    margin:0 10px 0px 50px;
}

.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;
}

.topics .item .img_container 
{    
    margin:0px;
}

.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;
	display:block;
}

.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:100;
    /*background:#f0f0f0;*/
}

.topics .compact .content
{
    padding:5px 0px;
	display:block;
}

.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:inline-block;
    background:#fff;
    width:100%;
}

.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.075em;
    line-height: 1.25em;
}

.half .description
{
    height:40px;
}

.features .inner .description
{
    padding-right:12px;
    font-size:0.875em;
}

.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;
	display:block;
}

.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.75em 1% 1.0em;
    position:relative;
}

.features .role .inner
{
    display:block;
    /*background-color: #005590;*/
    background-color: #f0f0f0;
    /*border:1px solid #005590;*/
    /*border:1px solid #c0c0c0;
    border-radius:3px;*/
    /*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);*/
    color: #4C4C4E;
    cursor: pointer;
    font-size: 1em;
    line-height: 18px;
    padding: 2px 0px;
    /*text-align: center;*/
    margin:4px 0px;
}

.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;
    margin:4px 0px;
}

.features .disabled .inner,
.topics .disabled .button 
{
    background-color: #a0a0a0;
    cursor: default;
}

.features .disabled:hover .inner,
.topics .disabled:hover .button 
{
    background-color: #a0a0a0;
}

.features .role img,
.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;
}

.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;
}

.clear_left
{
    clear:left;
}

.clear_right
{
    clear:right;
}

.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:1.125em;
    padding-left:20px;
}

.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 
{
    background-color: #005990;
    margin: 10px 10px 0px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.searchbox 
{
    margin:0px;
    padding:3px 0px 2px 10px;
    width:810px;
    font-size:24px;
    float:left;
    border:1px solid #ffffff;
    background:#ffffff;
}

.searchbutton 
{
    background-color: #005590;
    border: 1px solid #fff;
    float: left;
    height: 14px;
    padding: 10px;
    width: 16px;
}

.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(../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;
}

/*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_Basics
{
	background-image: url('../Images/start_icon.png');
	background-repeat: no-repeat;
}

.icon_Blueprints
{
	background-image: url('../Images/blueprint_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_UI
{
	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;
}

.topiclink_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%;
}	

.topiclink_container.video
{
    background: #f8f8f8;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 0.5%;
    width: 19%;
}
	
.gallery .topiclink_container
{
    float:left;
    margin:0.5em 0.925em;
    display: block;
}

.simplegallery .topiclink_container
{
    float:left;
    margin:0.5em 0.925em;
    display: block;
}

.topiclink
{
    text-decoration:none !important;
    display: block;
	padding:0px;
}

.topiclink.active
{
    /*outline: 3px solid #007ebf;*/
}

.topiclink.active:hover
{
    /*outline: 3px solid #007ebf;*/
}

.topiclink:hover
{
    /*outline:1px solid #007ebf;*/
}

.topiclink_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;
}

.topiclink:hover .topiclink_image
{
    outline:0px solid #00ADEF;
}

.topiclink IMG
{    
    border: 0 none;
    border-radius: 0;
    box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.75);
	width:100%;
}

.topiclink_overlay
{
    height:100%;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    background:#000000;
    opacity:0.25;
    border-radius: 0px;
    line-height:0px; 
    display: block;   
}

.topiclink:hover .topiclink_overlay
{
    opacity:0.25; 
    display: block; 
}

.topiclink_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;
}

.topiclink:hover .topiclink_button
{
    background:#005590 url('../Images/video_play.png') center center no-repeat;
}

.topiclink_title
{
    text-decoration:none !important;
    display: block;
}

.topiclink_title .topiclink_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;
}

.topiclink_container.video .topiclink_title .topiclink_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;
}

.topiclink:hover .topiclink_title_text
{
    color:#00ADEF;
    display: block;
}

.topiclink_container.video .topiclink:hover .topiclink_title_text
{
    color:#00ADEF;
    display: block;
}

/* .topiclink.active:hover .topiclink_title_text
{
    color:#007ebf;
    display: block;
} */

.topiclink_title .topiclink_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;  
}

.topiclink_title .topiclink_description_text
{
    padding:4px 0px 0px; 
    display: block;
}

.topiclink_duration
{
    background: #000000;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding: 2px;
    position: absolute;
    right: 0;
}


@font-face {
font-family: 'icomoon';
src:url('icomoon-e331350d59bfdae2e367a373d7df75f6.eot?wme1kj');
src:url('icomoon-e331350d59bfdae2e367a373d7df75f6.eot?#iefixwme1kj') format('embedded-opentype'),url('icomoon-7da331cfb80bc99580022bee8cb9880f.woff?wme1kj') format('woff'),url('icomoon-2a959dc183de5c415f5fb40ad35d0e08.ttf?wme1kj') format('truetype'),url('icomoon-9dc9e7426d116fae9ca248dc2f3aefa8.svg?wme1kj#icomoon') format('svg');
font-weight: normal;
font-style: normal;}

.lc_topic
{
	float:left;
	box-sizing:border-box;
	display:block;
	width:22.75%;
	border:1px solid #005990;
	border-bottom:5px solid #005990;
    margin: 8px 10px 0;
    width: 212px;
}

.lc_topic:hover
{
	background-color:#005990
}

.lc_topic .lc_topic_text
{
	color:#005990;
}

.lc_topic:hover .lc_topic_text
{
	color:#f0f0f0;
}

.lc_topic a:link {
    text-decoration: none;
}

.lc_topic > a {
    display: block;
    padding: 30px 0 22px;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:0;
	color:#005990;
	display:block;
}

.lc_topic:hover [class^="icon-"],.lc_topic:hover [class*=" icon-"]:hover {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:0;
	color:#f0f0f0;
	display:block;
}
.icon-youtube-logo:before {
	content: "\e606";
    font-size: 66px;
}

.icon-youtube-logo{
    margin: -5px 0 -19px 0;
}

.icon-download:before {
	content: "\e613";
}
.icon-forum:before {
	content: "\e614";
    font-size: 93px;
}
.icon-youtube-5122:before {
	content: "\e615";
}

.lp .thumbnail .icon-youtube-5122:before {
    font-size: 99px;
    margin: -4px 0 -46px 30px;
    display:block;
}
.icon-chat:before {
	content: "\e608";
}
.icon-download7:before {
	content: "\e61d";
}
.icon-comment-alt2-stroke:before {
	content: "\e609";
}
.icon-magnifying-glass:before {
	content: "\e60a";
}
.icon-beaker-alt:before {
	content: "\e60b";
}
.icon-volume:before {
	content: "\e616";
}
.icon-volume-mute:before {
	content: "\e617";
}
.icon-play:before {
	content: "\e618";
}
.icon-fullscreen:before {
	content: "\e619";
}
.icon-book-alt:before {
	content: "\e60c";
	font-size:48px;
}
.icon-pen:before {
	content: "\e60d";
}
.icon-user:before {
	content: "\e60e";
}
.icon-lock-stroke:before {
	content: "\e60f";
}
.icon-tag:before {
	content: "\e610";
}
.icon-calendar:before {
	content: "\e600";
}
.icon-search:before {
	content: "\e601";
}
.icon-menu:before {
	content: "\e61a";
}
.icon-thumbs-up:before {
	content: "\e602";
}
.icon-googleplus:before {
	content: "\e603";
}
.icon-instagram:before {
	content: "\e604";
}
.icon-twitter:before {
	content: "\e605";
}
.icon-dribbble:before {
	content: "\e606";
}
.icon-github:before {
	content: "\e607";
}
.icon-arrow-left:before {
	content: "\e611";
}
.icon-arrow-right:before {
	content: "\e612";
}
.icon-svg:before {
	content: "\e61b";
    font-size: 68px;
    margin: -5px 0 -16px;
    display: block;
}