@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	background-color: #000;
	background-repeat: repeat-x;
	}
html>body {
	font-size: 10px;
} /* be nice to Opera */

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 0px;
	margin: 0 10px;
	margin-top: -30px;
	height: 400px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
	margin:10px 10px 0 0;
	padding:0;
	width: 180px;
	float: left;
}
#LeftColumn, #articles {
	border-left: solid 1px #3B649A;
	border-right: solid 1px #3B649A;
	border-bottom: solid 1px #3B649A;
	border-top: solid 1px #3B649A;
}
#articles {
	margin-bottom: 10px;
	margin-top: 10px;
}

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 600px;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar {
	width: 240px;
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* RSS Reader Rules
----------------------------------------------- */
#RSSFeedsList{
	height: 519px;
	overflow: auto;
}
#MovieTitle h2, #RSSFeedsTitle h2, #RSSChannelTitle h2 {
	color: #fff;
	font-size: 110%;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #0D2547;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	margin: 0;
	height: 20px;
	padding-left: 3px;
}
#columnHeadings {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	width: 100%;
	height: 24px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	border-top: solid 1px #396499;
	border-bottom: solid 1px #396499;
	cursor: pointer;
	background-color: #0D2547;
}
#SubjectTitle, .SubjectColumn { width: 500px; margin: 0; }
#PubDateTitle, .PubDateColumn {	width: auto; margin: 0; }
.ListBoxItemGroup .ListBoxItem { padding:3px 0 5px 0.25em; }

#SubjectTitle, #PubDateTitle, .SubjectColumn, .PubDateColumn { 
	padding:3px 0 5px 0.25em; 
	float: left;
 	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
}
#RSSItemsList {
	width: 100%;
	height: 107px;
	overflow: hidden;
	clear: both;
}
#RSSItemContent {
	width: 748px;
	white-space: nowrap;
	overflow: inherit;
	color: #123666;
	border-color: #3B649A;
	border: solid 1px #3B649A;
	height: 396px;
}
.RSSItemListRow {
	float: left;
	border-bottom: solid 1px #396499;
	background-color: #123666;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.ListBoxItemTitle {
	background: url('../bilder/balken_blau.gif') repeat-x;
	border-top: solid 1px #396499;
	border-bottom: solid 1px #396499;
	padding: 3px 0 5px 0.25em;
	color: #fff;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}
.ListBoxCategTitle {
	/*background: url('../demos/images/bg_grad_gray1.gif') repeat-x;*/
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	padding: 3px 0 5px 0.25em;
	color: #fff;	
	font-weight: bold;
	margin: 0;
}
.ListBoxItem {
	border-bottom: solid 1px #396499;
	cursor: pointer;
	clear: both;
	background-color: #123666;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
}

.EvenRow {
	background-color: #174686;
}
.ListBoxItemHover {	background-color: #777; color: #000; }
.SelectedListBoxItem { color: #fc0; }

.RSSItemListFeedback {
	height: 30px;
	margin: 20px auto auto auto;
	background-color: #151515;
	border: solid 1px #202020;
}
.RSSItemListFeedback td {
	padding: 10px;
}
td.RSSItemListLoading {
	height: 32px;
	/*background-image: url(../demos/images/throbber.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}

/* iFrame Stuff
----------------------------------------------- */
iframe {
	width: 100%;
	height: 396px;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}
