@charset "UTF-8";
@import url(basic.css);
@import url(header.css);
@import url(sidebar.css);
@import url(rightpanel.css);
@import url(footer.css);
@import url(contribute.css);
@import url(friends.css);
@import url(menu.css);
@import url(thickbox.css);

/* CSS Document */
/* Copyright: Juntos, 2007. All rights reserved. */

/* -- BASIC PAGE LAYOUT -----*/
body {
	background-color: #3b3833;
	background-image:url(/img/common/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	text-align:center; /* IE Bug */
}
div#shadow 
{
    background-image:url(/img/common/shadow.png);
    background-repeat:repeat-y;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:center; /* IE Bug */
}
div#page {
	width:900px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}

/* -- COLUMNS SETUP ----- */
div#panelswrapper {
	width:900px;
	background-image:url(/img/common/pagebg.jpg);
	background-repeat:no-repeat;
	clear:both;
	background-color: white;
}
div#leftpanel {
	width:590px;
	float:left;
	overflow:hidden;
	padding:20px;
}

div#leftpanel.friends {
	width:695px;
	float:left;
	background-image:url(/img/friends/friendsbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:20px;
	padding-top:200px;
}

	div#leftpanel_insidewrapper {
		/* Is now useless */
	}

div#rightpanel {
	width:270px;
	float:right;
	overflow:hidden;
	/*
	background-color:#74011A;
	background-image: url(/img/rightpanel/red_bg.jpg);
	background-repeat: repeat-y;
    */
}

/* -- PICTURES -----*/
img {
	border:none;
}
img, div /* -- fix transparent png in IE5.5+ */
{
    behavior: url(/shared/pngfix/iepngfix.htc);
}
img.imgleft {
	float:left;
	padding-right:12px;
	padding-bottom:5px;
}
img.imgright {
	float:right;
	padding-left:12px;
	padding-bottom:5px;
}
img.noborder
{   border:0 !important;
}

/* -- CONTENT AND SIDEBAR -----*/

div#hss{
	width:900px;
	background-image:url(/img/header/hss_bg.jpg);
	height: 230px;
}

div#leftpanel.friends div#maincontent {
	width:443px;
	margin:0px;
	padding:10px 20px 20px 0px;
	float:left;
	background-image:none;
}

div#maincontent 
{
    width:570px;
	margin:0px;
	padding:10px 20px 20px 0px;
	float:left;
	background-image:url(/img/elements/maincontent_shadow.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}
	div#maincontent.home {width:405px !important;} /* Homepage size is different */
	
div#leftpanel.friends div#sidebar  {
	background-color:white;
	float:right;
	margin-right:11px;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	padding:0px 12px 12px 12px;
	width:195px;
}
div#sidebar {
	background-color:white;
	float:right;
	margin-right:11px;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding:0px 12px 12px 12px;
	width:195px;
}
	div#sidebar.home {width:234px; margin-right:10px} /* Homepage size is different */

	
/* -- MAIN CONTENT SECTION SPECS -*/

/* -- HOMEPAGE -*/

div#maincontent div.item {
	background-image:url(/img/style/news_separator.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:17px;
}

div#maincontent div.item a {
	color:#cc0000;
	text-decoration:none;
}
div#maincontent div.item a:hover {
	color:#cc0000;
	text-decoration:underline;
}

div#maincontent div.item h2 {
	font-size:16px;
	color:#222222;
	width:100%;
	margin-top:15px;
	margin-bottom:5px;
}

div#maincontent div.item h2 a {
	text-decoration:none;
	color:#222222;
	border-bottom:dotted 1px #CCCCCC;	
	padding-bottom:1px;
	display:inline-block;
}
div#maincontent div.item h2 a:hover {
	text-decoration:none;
	color:#cc0000;
	border-bottom:dotted 1px #cc0000;	
	padding-bottom:1px;
	display:inline-block;
}
.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/* -- CONTENT PAGE --*/

div#maincontent.content h2 a {
	color:#222222;
	border-bottom:dotted 1px #CCCCCC;
	text-decoration:none;
	padding-bottom:1px;
}

div#maincontent.content h2 a:hover {
	color:#cc0000;
	border-bottom:dotted 1px #cc0000;
	background-color:#FFFFCC;
}

div#maincontent.content {
	font-size:13px;
}

div#maincontent.content p, div#maincontent.content span, div#maincontent.content li {
	font-size:14px;
	line-height:140%;
}

div#maincontent.content p {
	margin-bottom:10px;
}

div#maincontent.content li {
	margin-bottom:8px;
}

div#maincontent.content a {
	color:#cc0000;
	border-bottom:1px dotted #cc0000;
	text-decoration:none;
}

/*div#maincontent.content a:hover {
	background-color:#FFFFCC;
}*/

/* -- FORMS -----*/
table.form td {
	border-top:1px dotted #cccccc;
	padding: 5px 3px 5px 0px
}
table.form input {
	width:275px;
}
table.form td.rad 
{	padding: 5px 5px 5px 0px;
}
table.form td.rad input 
{	width:auto;
}
table.form input:focus {
	background-color:#FFFFCC;
}
table.form textarea:focus {
	background-color:#FFFFCC;
}
/* -- CONTENT TABLE ----- */
.contenttable td {border-top:dotted 1px #999999;}
.contenttable td.col-one 
{	width:95px;
 	vertical-align:top;
 	padding-top:10px;
}


/* -- BOXES ----- */

.contentbox .boxheader 
{   height:20px;
    padding:9px 10px 0px 10px;
    background-repeat:no-repeat;
}
.contentbox h3
{
    margin-bottom:0px; 
    margin-top:0px; 
    padding:0px; 
    font-family: Calibri, 'Lucida Grande', Tahoma, Arial, Helvetica; 
    font-size:12px; 
    text-transform:uppercase;
}
.contentbox .boxcontent 
{   padding:0px 10px 10px 10px;
}

.yellowbox 
{   width:228px; 
    border:solid 1px #cc9900;
    background-color:#F9EDCC;
    background-image:url(/img/boxes/y_bg.jpg);
}

.yellowbox .boxheader
{ background-image:url(/img/boxes/y_header.jpg);
}

.graybox
{   width:318px; 
    border:solid 1px #999;
    background-color:#EAF5E0;
    background-image:url(/img/boxes/g_bg.jpg);
}

.graybox .boxheader
{ background-image:url(/img/boxes/g_header.jpg);
}

.notebox {
	padding:10px;
	background-color:#FFFFCC;
	border-color:#FFCC00;
	border-style:solid;
	border-width:1px;
	margin:15px 0px 15px 0px;
}	
.errorbox {
	padding:10px;
	background-color:#FFCCCC;
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
	margin-bottom:15px;
}
.warningmsg
{ 
	background-position:10px 10px; 
	background-image:url(/img/icons/warning.gif); 
	background-repeat:no-repeat; 
	padding:10px; 
	padding-left:55px;
	margin-bottom:15px;
	border:solid 1px #FFCC00;
	background-color:#FFFFCC;
}
.urlbox
{
	display:block;
	font-family:Geneva,Helvetica,Arial;
	font-size:11px;
	color:black;
	background-color:White;
	padding:3px;
	border:solid 1px #999999;
	margin:7px 0px 7px 0px;
}

/* -- MISC ----- */
br.break{
	float:none;
	clear:both;
}
.gray {
	color:#999;
}
.noborder {
	border:none !important;
}
div.line {
	background-image:url(/img/style/news_separator.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:10px;
	margin-top:25px;
}
div.separator 
{   height:10px; 
    border-bottom:dotted 1px #666; 
    padding-top:5px; 
    margin-bottom:5px;
    }
.commandbutton 
{ font-size:16px;
  font-weight:bold;
}
.commandbutton:hover
{ text-decoration:underline;
}

.bignumber 
{ font-family:Georgia,Verdana,Arial,Helvetica;
  font-size:36px !important;
  text-align:center;
}
.psmall 
{	font-size:11px !important;
}
.listtable th 
{   padding:5px;
    padding-bottom:10px;
    font-family:Calibri, 'Lucida Sans', Tahoma, Arial, Helvetica;
}
.listtable td
{   padding:10px 5px 10px 5px;
    border-top: dotted 1px #666666;
    vertical-align:top;
    }
.listtable .alternating
{   background-color:#ECECEC;
    }
div.post
{   font-size:13px;
    line-height:140%;
    }
