/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*main page*/

html
{
	overflow: hidden;
}

body
{
	font-family: 'Segoe UI', HelveticaNeue-Medium, Helvetica, sans-serif, Arial;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	/*darkblue*/
	background-color: #366581;
}

body.topicpagebody
{
	margin: 0px;
	background-color: #366581;
}

body.topicpagebody .bodycontainer
{
	background-color: #ffffff;
	/*white*/
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

/*uses the topic style class*/

html.performancesupport body.topicpagebody .bodycontainer
{
	background-color: #417a9c;
	/*accent color*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-left: 0em;
	padding-right: 0em;
}

/*uses the topic style class*/

html.popup body.topicpagebody .bodycontainer
{
	background-color: #fff;
	/*accent color*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-left: 0em;
	padding-right: 0em;
}

/* withrightpanel is added via script when it is detected */

body.topicpagebody.withrightpanel
{
	
}

.templates
{
	display: none;
}

html div.ibutton_left
{
	right: 250px;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	padding-left: 1em;
	padding-right: 1em;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

html div.ibutton_right
{
	width: 240px;
	height: auto;
	overflow: hidden;
	bottom: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
}

/* COntent styles overridden */

table.K2Note,
table.K2Warning
{
	width: auto;
	margin-left: 3em;
	margin-right: 3em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

table.K2Note td,
table.K2Warning td
{
	vertical-align: middle;
}

td.K2Note,
td.K2Warning
{
	border: 0px;
	vertical-align: middle;
}

td.K2Note img,
td.K2Warning img
{
	margin: 1em;
	vertical-align: middle;
}

/*performance support Area*/

.ibutton-toolbar-button
{
	background-color: transparent;
}

.selected.ibutton-toolbar-button
{
	background-color: #417a9c;
	/*accent color*/
}

#ibutton tr,
#ibutton td
{
	padding: 0px;
	margin: 0px;
}

.performancepanel,
table.performancepanel
{
	border-collapse: collapse;
	width: 100%;
	color: #366581;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.performancepanel .bottompane
{
	position: relative;
	/*to make sure the iframe can have fluid height*/
	height: 100%;
	/*for FF*/
}

.performancepanel .framecontainer
{
	position: relative;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	display: block;
	height: 100%;
}

.performancepanel iframe
{
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	top: 0px;
	height: 100%;
}

.performancepanel .loadingpanel
{
	display: none;
}

.performancepanel.loading .loadingpanel
{
	display: block;
}

.performancepanel .perftab
{
	display: none;
}

.performancepanel .perftab.showing
{
	display: block;
}

.performancepanel.loading .perftab,
.performancepanel.loading .perftab.showing
{
	display: none;
}

.performancepanel .perftab .emptypanel
{
	display: none;
	padding: 10px;
	color: white;
	text-align: center;
}

.performancepanel .perftab.empty .emptypanel
{
	display: block;
}

.performancepanel .perftab .emptypanel .notice
{
	font-style: italic;
	color: white;
	font-size: 0.8em;
	margin-top: 10px;
	opacity: 0.8;
}

.performancepanel .perftab .emptypanel a
{
	font-style: normal;
	color: white;
	text-decoration: underline;
	font-size: 0.8em;
	margin-top: 10px;
}

.performancepanel .perftab .emptypanel input
{
	/*Yanga: Changs made to accomodate button*/
	outline: none;
	border: none;
	width: 85%;
	margin-top: 0px;
	background-color: #2c5b79;
	color: white;
	height: 30px;
	padding: 0px;
	text-indent: 15px;
	float: left;
}

.performancepanel .perftab .emptypanel input:focus
{
	outline: none;
}

/* Yanga: Search Button styling */

.performancepanel .perftab .emptypanel .searchbutton
{
	border: none;
	margin-top: 20px;
	background-color: #2c5b79;
	color: white;
	height: 30px;
	padding: 0px;
	text-indent: 15px;
	background-image: url('../../../Skins/Default/Stylesheets/Images/Search16.png');
	background-repeat: no-repeat;
	background-position: 96% center;
	right: 0px;
	cursor: pointer;
}

.loadingpanel,
.framecontent
{
	background-color: #417a9c;
	/*accent color*/
}

.loadingpanel
{
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #8c9ca5;
	vertical-align: middle;
	display: inline-table;
}

.loadingpanel .loadingimg
{
	margin: auto;
	/*margin-top: 30px;*/
	background-image: url('../../../Skins/Default/StyleSheets/Images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px !important;
	width: 64px !important;
}

/* tabs - perf support */

div.ibutton_right .ibutton-toolbar-button span
{
	height: 32px;
	width: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	padding-bottom: 3px;
	box-sizing: border-box;
}

div.ibutton_right .ibutton-toolbar-button a
{
	text-transform: uppercase;
	color: #6189a1;
}

div.ibutton_right .ibutton-toolbar-button a:hover
{
	color: #98b2c2;
}

.framecontent ul li a:hover
{
	background-color: rgba(255,255,255,0.2);
}

div.ibutton_right .ibutton-toolbar-button.selected a,
div.ibutton_right .ibutton-toolbar-button.selected a:hover
{
	color: white;
	text-decoration: none;
}

/* these image urls are manipulated by the js loading the page*/

.tab_video a span
{
	background-image: url('../Images/ibutton_icons/Video-Normal32.png');
}

.tab_resources a span
{
	background-image: url('../Images/ibutton_icons/Docs-Normal32.png');
}

.tab_learn a span
{
	background-image: url('../Images/ibutton_icons/Learn-Normal32.png');
}

.tab_support a span
{
	background-image: url('../Images/ibutton_icons/Support-Normal32.png');
}

/* hover states */

.tab_video a:hover span
{
	background-image: url('../Images/ibutton_icons/Video-Hover32.png');
}

.tab_resources a:hover span
{
	background-image: url('../Images/ibutton_icons/Docs-Hover32.png');
}

.tab_learn a:hover span
{
	background-image: url('../Images/ibutton_icons/Learn-Hover32.png');
}

.tab_support a:hover span
{
	background-image: url('../Images/ibutton_icons/Support-Hover32.png');
}

/* selected states */

.tab_video.selected a span
{
	background-image: url('../Images/ibutton_icons/Video-Selected32.png');
}

.tab_resources.selected a span
{
	background-image: url('../Images/ibutton_icons/Docs-Selected32.png');
}

.tab_learn.selected a span
{
	background-image: url('../Images/ibutton_icons/Learn-Selected32.png');
}

.tab_support.selected a span
{
	background-image: url('../Images/ibutton_icons/Support-Selected32.png');
}

/* performance list item styles */

.framecontent
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
}

.framecontent ul
{
	margin: 0px;
	padding: 5px;
}

.framecontent ul li
{
	list-style: none;
	display: block;
	margin: 0px;
	margin-bottom: 5px;
}

.framecontent ul li a
{
	padding: 5px;
	display: block;
	min-height: 25px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	/*add 3px to vert*/
}

.framecontent .allitems
{
	display: none;
}

/*popup windows*/

.topicpagebody .dark
{
	background-color: #366581 !important;
	/*dark blue*/
}

.MCTopicPopupContainer.MCTopicPopupContainer
{
	-webkit-box-shadow: 0 0px 20px #333333;
	-moz-box-shadow: 0 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
}

.MCTopicPopupContainer.MCTopicPopupContainer a.closebutton
{
	position: absolute;
	height: 23px;
	width: 23px;
	background-color: red;
	right: -11.5px;
	top: -11.5px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	background-image: url('../Images/sprite_022614.png');
	background-repeat: no-repeat;
	background-color: White;
	background-position: -274px -134px;
}

#popup
{
	position: relative;
}

#popup .btnclose
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
	background-color: #ff6a00;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* Image maps - red boxes etc */

.imagecontainer
{
	display: inline-block;
	/*mimics the images*/
	position: relative;
}

.floatingarea
{
	position: absolute;
	/*background-color: red;*/
	cursor: help;
	opacity: 0.0;
	-ms-filter: 'alpha(opacity=0.0)';
	transition: opacity linear 0.15s;
	-webkit-transition: opacity linear 0.15s;
	-moz-transition: opacity linear 0.15s;
}

.floatingarea:hover
{
	position: absolute;
	opacity: 0.3;
	-ms-filter: 'alpha(opacity=0.3)';
	transition: opacity linear 0.15s;
	-webkit-transition: opacity linear 0.15s;
	-moz-transition: opacity linear 0.15s;
}

MadCap|dropDownHotspot
{
	font-size: 14pt;
}

