﻿@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

/*body {
	margin: 0;
	padding: 0;
	color: #999;
	background-image: url(../images/background.png);
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; 
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; 	
	}
*/
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
h2 {color:#000000;}
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
/*	padding-top: 20px;
	margin: 0 5px;*/
}

#codesample #wrap { width: auto; }

/*#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}*/
#LeftColumn {
  margin:160px 10px 20px 0;
  padding:0;
  width: 224px;
  float: left;
  font-size:11px;
}
#LeftColumn, #articles {
/*  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;*/
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 650px;
	float: center;
	width: 780px;

}
#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: 600px;
  overflow: auto;
}
#MovieTitle h2, #RSSFeedsTitle h2 {
	color: #FFFFFF;
	font-size: 110%;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #FFFFFF;
	margin: 0;
	height: 20px;
	padding-left: 3px;
}
#RSSChannelTitle h2{
	padding-top:10px;
	padding-left:10px; 
	font-family: "Trebuchet MS";
	font-size: large;
	color: #000000;

}
#columnHeadings {
/*	background: url('../images/bg_grad_gray1.gif') repeat-x;*/
	color: #666666;
	font-weight: bold;
	font-size: 110%;
	width: 100%;
/*	height: 24px;*/
	text-transform:uppercase;
	margin: 0;
	padding-left: 10px;
/*	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;*/
	cursor: pointer;
}
#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;
	-khtml-user-select: none;
}
#RSSItemsList {
  width: 100%;
/*  height: 195px;*/
  overflow: auto;
  clear: both;
  padding-left:10px;
  width:95%;
}

/*Este es el contenedor del iframe*/
#RSSItemContent {
	width: 100%;
	padding-left:10px;
	/*white-space: nowrap;*/

}
.RSSItemListRow {
	float: left;
	/*	border-bottom: solid 1px #202020;*/
	background-color: #F0F0F0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: #666666;
}
.ListBoxItemTitle {
	background: url('../images/bg_grad_gray1.gif') repeat-x;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	padding: 3px 0 5px 0.25em;
	color: #EFEFEF;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	text-align: left;
	background-color: #595959;
}
.ListBoxCategTitle {
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	padding: 3px 0 5px 0.25em;
	color: #fff;
	font-weight: bold;
	margin: 0;
	cursor: text;

}
.ListBoxItem {
	border-bottom: solid 1px LightSlateGray;
	cursor: pointer;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #1D1D1D;
	background-color:cornsilk;
}

.EvenRow {
	background-color: #FFFFFF;
}
.ListBoxItemHover {
	color: #AE8B00;
}
.SelectedListBoxItem {
	color: CornflowerBlue;
	font-weight: bold;
}

.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 {
	width: 98%;
	height: 390px;
	border-top: solid 2px #BAD3FC;
	border-left: solid 2px #BAD3FC;
	border-right: solid 2px #BAD3FC;
	border-bottom: solid 2px #BAD3FC;
  }

/* 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;
}

