#flash_notice, #flash_error {
  padding: 5px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
  text-align: center;
  width: 500px;
  margin: 10px auto;

}

#flash_notice {
  background-color: #CFC;
  border: solid 2px #6C6;
}

#flash_error {
  background-color: #eCC;
  border: solid 2px #f33;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

hr{
	border: 1px solid #ccc;
}

body{
  background-color: #999;
  color: #333;
  font-family: 'Lucida Grande', Arial, sans-serif;
  font-size: 13px;
}
#container{
	width: 900px;
	background: #333;
	clear: both;
	overflow: auto;
	margin: 0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#header{
	width: 660px;
	float: left;
	padding: 0px 20px;
	color: #fff;
}
#header h1{
	font-weight: normal;
}

#main{
	background: #eee;
	width: 680px;
	float: left;
	padding: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#info{
	width: 180px;
	float: right;
	padding: 0px 10px;
}

#main a, #main a:visited{
	color: #339;
	text-decoration: none;
}

#main a:hover{
	color: #36c;
}

#info a, #info a:visited{
	color: #666;
	text-decoration: none;
}

#info a:hover{
	color: #333;
}


#info a.app_name{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#info h1.app_name{
	text-align: center;
}

#info #id_space{
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	color: #fff;
}

#info #id_space .current_user{
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	padding: 4px 0px;
	color: #333;
}

#info #id_space img{
	vertical-align: middle;
}

#info div#twitter_pub,#info p#add_categoria{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	padding: 6px 10px;
	text-align: center;
	color: #333;
}

#info div#twitter_pub p{
	background: transparent url("../images/twitter.png") no-repeat center left;
	padding-left: 40px;
}


#info #nav a.menu_item{
	padding-right: 20px;
	text-decoration: none;
	font-size: 12px;
	color: #CCC;
	display: block;
	margin: 6px 0px;
}

#info #nav a.menu_item:hover{

	color: #fff;
}

#info #nav a#user_logout{
	background: transparent url("../images/logout.png") no-repeat center right;	
}

#info #nav a#user_home{
	background: transparent url("../images/home.png") no-repeat center right;	
}

#info #nav a#user_friends{
	background: transparent url("../images/friends4.png") no-repeat center right;	
}

#info a#add_categoria_link{
	padding: 10px;
	text-decoration: none;
	color: #333;
}

#add_categoria{
	text-align: center;
}

#add_categoria input#categoria_name{
	width: 140px;
}

#categoria{
    background-color:#fff;
    border:1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px;
	width: 208px;
	margin: 4px;
	float:left;
}
#categoria.ext{
	background: #fff url("../images/ext.png") no-repeat;
	border: 1px solid #060;
}

#categoria.ext:hover{
	border-color: #090;	
}


#categoria.private{
	background: #fff url("../images/private.png") no-repeat;
	border: 1px solid #600;
}

#categoria.private:hover{
	border-color: #900;
}


#categoria:hover{
	border-color: #999;
}

#categoria p.warn{
	font-size: 12px;
	text-align: center;
	color: #999;
	font-style: italic;
}

#categoria h3{
	color: #33f;
	margin: 4px;
	text-align: center;
}

#categoria h3.link{
	cursor: pointer;
}


#categoria .cat_nav{
	text-align: center;
}

#categoria p#link{
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	margin: 1px;
}
#categoria p#link:hover{
	border: 1px solid #666;
}
#categoria p#link a.default_link{
	background: #fff url("../images/link.png") no-repeat left center;
	padding-left: 20px;
	text-decoration: none;
	color: #333;
}
#categoria p#link a.nice_link{
	padding-left: 4px;
	text-decoration: none;
	color: #333;
}

#categoria p#link img{
	vertical-align: middle;
}

#footer{
	clear: both;
	text-align: center;
	color: #666;
	padding: 4px;
}
.button{
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    margin:0 7px 0 0;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.small{
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.text, select{
   margin:0 7px 0 0;
    border: 1px solid #ccc;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    padding:5px 10px 6px 7px; /* Links */	
}

a.categoria_add{
	background: transparent url("../images/small_add.png") no-repeat left center;	
	padding-left: 14px;
	text-align: right;
}

a.follow_notice{
	background: transparent url("../images/ok.png") no-repeat left center;	
	padding-left: 14px;
	text-align: right;
}
a#small:hover{
	color: #F66;
}

#footer a{
	color: #666;
	text-decoration: none;
}
#pub{
	width: 730px;
	background: #999;
	margin: 10px auto;
}