a:visited,
a:active,
a:link {	
	text-decoration: none;
	color: #007cbe;}
a:hover {
	color:#000000;
text-decoration: underline;
}
#search {
	width: 200px;
}

pre.debug, pre.debug font 
{ 
font-family: 'Courier New', Courier, Fixed, monospace;
font-size: 8pt; 
background-color: #99CCFF; 
text-align:left; 
} 

pre.code
{
	font-family: Courier;
	background-color: #C0C0C0;
	text-align:left;
}

/* title - blog picture */
#title { 
    height: 130px;
    background-image:url('http://blogs.msdn.com/photos/tess/images/9051878/original.aspx');
    background-repeat:no-repeat;
    border-bottom: 6px solid #20375f;
    border-top: 6px solid #ffffff;
}

.welcome {
   border: 1px dashed;
   background: #FFFFCC;
   padding: 5px; 
   margin-bottom: 10px;
}

#Cal
{
display : none;
}

.headermaintitle
{
margin-top: 35px;
margin-left : 150px;
white-space: nowrap;
}

#title p
{
margin-left : 150px;
white-space: nowrap;
}

#top{
border-bottom: 6px solid #20375f;
}

#news{
	margin: 0px;
	padding: 0px;
	border: 0px dashed #999999;
}

#nav { 
    background-position: right bottom;
}

#nav ul {
	margin-left : 10px;

}
#nav ul li a{
	padding-left : 0px;

}
#extraNav ul{
	color: #000000;
	list-style-type: none;
	margin: 0px;
margin-left : 0px;
}

#extraNav ul li {
	display: inline;
margin-right : 4px;
}

#extraNav ul li a{
		text-decoration: none;
	font-weight: bold;
       font-size: 1.1em;
	margin: 0px;
	color: #FFFFFF;}
#extraNav a:hover {
	text-decoration: none;}


#extraNav {
position: absolute;
top: 85px;
left: 170px;
width:100px;
}

#sidebar-a {
	float: right;
	width: 220px;
margin-right: 5px;
}
#sidebar-a H3 {
	color: #999999;
	
	margin-left: 0px;
}

#sidebar-a li {
        margin-left: 0px;
marker-offset: 0em;

}

#content {
	margin-left: 0px;
	margin-right: 225px;
}

#container {
	
	width: 95%;}

#sidebar-a ul {
	margin-left : 10px;

list-style-position : outside;
}


#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
	margin-right : 0px;
margin-left: 0px;
	padding : 0px;}

.SampleCode
{
    background-color: #EEEEEE;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;
    font-family: Courier New;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.DebugSample
{
    background-color: #FFFFFF;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;
    font-family: Courier New;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.helpcommand
{
        	font-size:medium;
        	font-weight:bold;
        }
.helpdetails
        {
        	margin-left:20px;
        	margin-top:10px;
        	margin-bottom:10px;
        	font-size:small;
        }
.helpheading
        {
        	font-weight:bold;
        	font-size:small;
        }

.mytitle{
	font-size:2.5em;
	color:#ffffff;
}
.mydescription{
	font-size:1em;
	color:#ffffff;
}
