﻿
/* This file is intended to contain rules that will allow "skinning" of your manual by changeing the colors, fonts and background images. You should not place any rules here
that modify positioning or size or other layout properties*/


body
{
    font-family:Corbel,Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;
    background:#222 url(bg.gif) repeat 0 20%;   
    color:#ebebeb; /*xboxwhite*/
}

/*here we modify the content container to integrate the transparency better when it contains an article and there is no menu*/
/*article:not(.helpMenu) .helpContent 
{
    height: 660px;    
    padding-top:28px;
    padding-bottom:28px;
    padding-left:28px;
    margin-top:136px; 
    background-color:rgba(54, 73, 73, .60);
}

 .contentPanel
{
   
       background-color:rgba(54, 73, 73, .60);
	   	outline: solid 4px #394141;
   
}*/

.helpContent 
{
    background-color:transparent;
}

article a.articleTitle, article a.articleTitle:visited 
{
    color:#fff;
}

.kinectSpeech {
    color: #ef4848;
}