.posts, .feeds{
  min-height: 280px;
}

.posts a.feedheader{
  font-size: 1.2em;
  color:#664;
  text-decoration:none;
}

.feed{
  margin: 6px 0pt 2px;
}

.feed a.feedheader{
  font-size: 1.5em;
  color:#664;
  text-decoration:none;
}

.feed a.feedheader:hover{
	color:#553;
}

.feed .descr p{
  padding-bottom: 0em;
}


.feed .info{
	background:#F5F5F5;
	border:1px solid #E3E4E4;
	color:#666;
	margin:2px 0 4px;
	padding:5px 10px;
}

.content .column
{
  float: left;
  width: 50%;
}

fieldset{
    background:#F5F5F5;
	border:1px solid #E3E4E4;
	color:#666;
    padding:10px 15px 0px;
    margin: 0pt 5px;
}
fieldset legend
{
	*margin-top: -20px;
	*margin-bottom: 10px;
    margin-left: 10px;
	padding:0px 3px;
    font-size: 1.2em;
    font-weight: bold;
    background: none;
}

fieldset .form{
  margin-bottom: 10px;
}

fieldset .form span
{
	float: left;
	width: 70px;
	margin-bottom: 3px;
}

fieldset .form .textEntry{
  width: 67%;
  margin-bottom: 3px;
}

fieldset .form .comments
{
	width: 100%;	

}

.lettermenu
{
	text-align:center;
	margin: 0px 0px 10px;
}

.lettermenu a
{
	font-size: 1.2em;
	margin-right: 5px;
}

.roles
{
	padding: 0px 20px;
	margin-left: 10px;
	border-left: 1px solid #E3E4E4;
}

.roles p, .roles ul li
{
	font-size: 0.9em;
}

.form .error
{
	color: #f00;
	float:left;
	width: 100%;
	clear:both;
}

.breadcrumb
{
	background:#F5F5F5;
	font-size:medium;
	border:1px solid #E3E4E4;
	color:#666;
	margin:2px 0 4px;
	padding:5px 10px;	
}

.breadcrumb a.rss
{
	font-size: 0.8em;
}

.terms span
{
	font-size:120%;
	color:Black;
	font-weight:bold;
	margin-bottom:10px;	
}

.terms H1
{
	padding: 10px 0px;
}


.errorpage
{
	width: 300px;
	min-height: 150px;
	margin: 30px auto;
	padding-left: 150px;
	padding-top: 20px;
	background: transparent url(../images/rss_error.png) no-repeat left top;
	
}
.errorpage H1
{
	font-size: 150%;
	margin-bottom:10px;
	padding: 0px;
}

.error404
{
	background: transparent url(../images/404.gif) no-repeat left top;
}

.emptyfeed .top
{
	background: transparent url(../images/alert.png) no-repeat top left;
	padding-left: 150px;
	padding-top: 20px;
	padding-right: 100px;
	height: 110px;
}

.emptyfeed .top H1
{
	font-size: 150%;
}


.emptyfeed H2
{
	margin-bottom: 10px;
	margin-left: 18px;
	font-size: 1.2em;	
}

.emptyfeed LI
{
	margin-bottom: 10px;
}

.footer a.footer-rigth
{
	float:right;
}

.messagepage
{
	width: 400px;
	min-height: 150px;
	margin: 30px auto;
	padding-left: 150px;
	padding-top: 20px;
	background: transparent url(../images/message_feed.png) no-repeat left top;
	
}
.messagepage H1
{
	font-size: 150%;
	margin-bottom:10px;
	padding: 0px;
}
.messagepage P
{
	
}

.fundoModal 
{
	background-color: #E7E7E2;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #949490;
	padding:10px;
	width: 500px;
}
.modalPopup #topPopup img
{
	float:right;
}
.modalPopup #topPopup h2
{
	float:left;
	margin:0;
	padding:0;
}

.modalPopup #contentPopup
{
	height: 100px;
	clear:both;
}
.modalPopup #contentPopup textarea
{
	width: 100%;
}