/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */

/*---------------------------------*/
/* Posicionamiento de columnas */

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#RightColumn {
  /*
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
  */
  position : relative;
  margin-top:15px;
 	right : 0;
 	width : 75px;
	text-align:center;
	border:1px solid #E0E0E0;
	float:right;
}
#RightColumn img{
padding:10px 0px 10px 0px;

}
#LeftColumn, #articles {

  /*
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  
  border-bottom: solid 1px #404040;
  */
  
}
#articles {	margin-bottom: 10px; }


#LeftColumn {
	/*
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 750px;
	*/
	position : relative;
 	left : 0;
 	width : 570px;
	float:left;
}
#content{
	/*float: left;*/
	text-align: left;
}

#content {
	width: 570px;
	margin-right: 0px;
	padding-top: 5px;
}
#sidebar {
	width: 100px;
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}


/* RSS Reader Rules
----------------------------------------------- */
#RSSFeedsList {
  height: auto;
  overflow: auto;
}
#RSSFeedsTitle h2, #RSSChannelTitle h2 {
	color: #fff;
	font-size: 110%;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #ff2700;
	border-top: solid 1px #999;
	border-bottom: solid 1px #FFFFFF;
	margin: 0;
	height: 20px;
	padding-left: 3px;
}
#columnHeadings {
	
	color: #000;
	font-weight: bold;
	font-size: 110%;
	width: 100%;
	height: 24px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #FFFFFF;
	cursor: pointer;
}
#SubjectTitle, .SubjectColumn { width: 570px; 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;
	font-size:12px; 
	float: left;
 	cursor: pointer;
	/*white-space: nowrap;*/
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#RSSItemsList {
  width: 570;
  height: 100%;
  overflow: visible;
  clear: both;
}
#RSSItemContent {
	width: 100%;
	/*white-space: nowrap;*/
	overflow: visible;
}
.RSSItemListRow {
	float: left;
	/*border-bottom: solid 1px #202020;*/
	background-color: #FFFFFF;
	width: 100%;
	/*white-space: nowrap; */
	overflow: hidden; 
}
.ListBoxItemTitle {
	
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 3px 0 5px 0.25em;
	color: #000;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}
.ListBoxItem {
	/*border-bottom: solid 1px #202020;*/
	cursor: pointer;
	clear: both;
	background-color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.EvenRow { background-color: #FCFCFC; }
.ListBoxItemHover {	background-color: #F8F8F8; color: #000;}
.SelectedListBoxItem { color: #4fa800; }

.RSSItemListFeedback {
	height: 32px;
	margin: 75px auto auto auto;
	background-color: #151515;
	/*border: solid 1px #202020;*/
}
.RSSItemListFeedback td {
	padding: 10px;
}
td.RSSItemListLoading {
	height: 32px;
	background-image: url(../images/throbber.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #FFFFFF; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	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;
}