a img {
	border: 0;
}
blockquote.note {
	border: 1px solid #000;
}
blockquote.note div {
	background-color: #F4F4F4;
	padding: 5px;
}
blockquote.note div.noteTitle {
	background-color: #36295E;
	border-bottom: 1px solid #000;
	color: #FFF;
}
div.imgGallery {
	padding: 10px 0;
}

div.imgGalleryItem {
	clear: both;
}

div.imgGalleryAltItem {
	clear: both;
}

div.imgGalleryItem p {
  	padding: 0;
  	line-height: 1.5em;
}
div.img {
	border: 1px solid #F4F4F4;
  	padding: 10px;
}
div.imgGalleryItem div.img {
  	float: left;
  	margin: 0 20px 20px 0;
}
div.imgGalleryAltItem div.img {
  	float: right;
  	margin: 0 0 20px 20px;
}
dl dt {
	color: #36295E;
	font-weight: bold;
}
dl dd {
	color: #666;
	margin-left: 15px;
	padding-left: 15px;
	background: url('http://blogs.msdn.com/photos/jjameson/images/9910503/original.aspx') no-repeat 0 2px;
}
kbd {
	font-size: small;
}
ol.conversation {
	list-style:none;
}
ol.conversation li cite{
	color: #36295E;
	font-weight: bold;
}
pre {
	background-color: #F4F4F4;
}
samp {
	font-size: small;
}
table caption {
	font-weight: bold;	
}
.caption {
	font-weight: bold;
	font-size: 85%;
}
.clearBoth {
	clear: both;
}
.directQuote {
	font-style: italic;
}
.errorMessage {
	color: red;
}
.floatLeft {
	float: left;
}
.footnote {
	font-size: 85%;
}
.redHighlight {
	background-color: #FF9999;
}
.searchResults cite {
	color: #568E1A;
}
.yellowHighlight {
	background-color: #FFFF99;
}
div.codeBlock, div.consoleBlock, div.logExcerpt {
	background-color: #F4F4F4;
	border: 1px solid gray;
	cursor: text;
	font-family: 'Courier New',courier,monospace;
	margin: 10px 0px;
	max-height: 250px;
	overflow: auto;
	padding: 4px;
	width: 97.5%;
}
div.reference {
	padding: 0px 40px;
}
img.screenshot {
	border: 1px solid gray;
}
/*= CommonRightColumn
------------------------------------------------------------------------------*/
div.CommonSidebarArea {
	width: 220px;	
}
div.CommonSidebarContent {
	width: 210px;	
}
/*= tables
------------------------------------------------------------------------------*/
table.accent1 {
	border-left: 1px solid #36295E;
	border-right: 1px solid #36295E;
	margin: 1em 0;
	font-size: 85%;
}
table.accent1 th {
	text-align: left;
}
table.accent1 th, table.accent1 td {
	border-bottom: 1px solid #36295E;
	padding: 5px 10px;
	vertical-align: top;
}
table.accent1 thead th {
	background: #36295E;
	color: #FFF;
	padding: 8px 10px;
	border-bottom-width: 0;
}
table.accent1 td ul {
	padding-left: 15px;
}
table.constrainedTable {
    table-layout: fixed;
    width: 540px;
}        
table.constrainedTable td {
    overflow: hidden;
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis;
    white-space: nowrap;
}