/*
#8ab459 = green
#ffffcc = light yellow
#63b4cd = aqua blue
#2E6AB1 = darker blue
*/


body {
	background-color: /*#A8A992*/ white;
	background-image: url("../img/bkgd/bkgd-diag_brown.gif");
	font: 13px  Arial, Helvetica, sans-serif;
	color:#777;
	margin: 30px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;

}

#leaderboard {
	background-color: #f5f5f5;
	width: 950px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px 0px;
	border: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#tagline {
	background-color:#ffffff; color:#8ab459; font-size: 13px;  padding:5px 15px 5px 30px; height:15px; text-transform:uppercase; 	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Sans-serif;
}
#guts {
/*	background-image:url(../img/bkgd/bkgd-diag_brown.gif);*/
	background-color: white;
	padding: 5px;
}

.required {
	color: red;
	font-size: 80%;
}

.paginate{
	text-align: right;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background-color: #F3F3F3;
	width: 100%;
	font-size: 80%;
	padding: 5px 0 5px 0;

}

.paginateFooter{
	text-align: center;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background-color: #F3F3F3;
	width: 100%;
	font-size: 80%;
	padding: 5px 0 5px 0;

}


#breadcrumbs {
	font-size: 9px;
}


.smallText {
	color: #C1C0B5;
	font-style:italic;
	font-size: 10px;
}
a.smallText {
	color: #8ab459; 
}

#borumboNote {
	background-color:red;
	color: white;
	font-weight: bold;
	}
	
hr {
	height: 1px;
	color: gray;

}
#button {
	text-align: right;
}

/*global menu*******************************************************************************/
#headerMenu {
	margin-top: 10px;
	float: right;
}
.smallMenu, a.smallMenu,  a.smallMenu:visited{
	font-size: 9px;
	background-color: #6ABD42;
	float:right;
	color: white;
	text-decoration: none;
}
a.smallMenu:hover {
	background-color: #006EC6;
}
/*
.smallMenuNoBkgd, a.smallMenuNoBkgd,  a.smallMenuNoBkgd:visited{
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 20px;
	float:right;
	text-decoration: none;
}
*/

.smallMenuNoBkgd {
	width:250px;
	font-size: 9px;

}
.smallMenuNoBkgd ul li {
	position: relative;
	display: inline;
	padding:0px 5px 0px 15px;
	text-decoration: none;

}

.smallMenuNoBkgd ul li a, .smallMenuNoBkgd ul li a:visited {
	text-decoration: none;	
	border:none;
	font-size: 9px;
	
}
#menubottom {
	background: #fff url("../img/MenuBorder.gif") repeat-x;
	height: 14px;
	margin-top: 2px;

}

#topmenu {
	display: block;
	float:left;
	/*border-bottom: 1px solid #e6e6e6; border-bottom:#F2F1DF; */
	color:#717241; font-size: 11px;  padding:5px 30px; height:15px; 

}

#topmenu ul {
	margin:0;
}

#topmenu ul li {
	position: relative;
	display: inline;
	padding:0px 25px 0px 0px;
	margin:0;
}

#topmenu ul li a, #topmenu ul li a:visited {
	text-decoration: none;	
	border:none;
	color: #8ab459;
	padding: 5px;
}

#topmenu ul li a:hover, #topmenu ul li a:active, #topmenu ul li.current_page_item a {
	background: white;	
	color: #8ab459;
	border:none;
	text-decoration: none;
}



.globalSearchBox input, .globalSearchBox select, .globalSearchBox select option{
	font-weight: normal; 
	font-size: 80%;

}

.thrColFixHdr #mainContent { 
/*	float: left;  float removed because of IE display issues  */
	width: 670px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

	
} 

#oneColumnContent { 
/*	float: left;  since this element is floated, a width must be given */
	width: 900px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

} 
.thrColFixHdr #footer { 
	padding: 10px 10px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0px 0 0px;
	border-top: 8px solid #e6e6e6;
	background: white;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align:center;
}





#footerbox1, #footerbox2, #footerbox3{
	float: left;
	width: 25%;

}

#footerbox4{
	float: left;
	width: 20%;
}

#footercontent{
	background-color: white;
/*	border-top: 5px solid #666666; */
	float: left;
	width: 100%;

}

#footercontent a:link, #footercontent a:visited{
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

#footercontent a:hover, #footercontent a:active{
	color: #666666;
	text-decoration: underline;
	background-color: white;
}

#footercontent ul{
	color: #999999;
	font-size: 80%;
	list-style: none;
	margin: 3px 0 3px 10px;
}

#footercontent ul li{
	padding: 3px 0;
}

#footercontent ul li span{
	color: #FF0000;
}


.mainContentDiv {
	padding-top: 3px; padding-bottom: 10px; border-top: 1px dashed #ccc;  
}
/* from dw template *********************************************************************************/
.thrColFixHdr #container { 
	width: 950px !important;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	/*width /**/: 542px; /* IE5.x */  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: white;
	vertical-align: middle;



	
	}
	 
.thrColFixHdr #header { 
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:  Arial, Sans-serif;
	} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	/*float: right;  since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Sans-serif;
	font-size: .9em;
/*	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA; 
*/
}

.thrColFixHdr #sidebar2 {
	/* float: right; since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	padding: 5px; 
*/
}
.sidebar {
	width: 180px;
	text-align: left;
/*	margin: 15px 5px 5px 5px;   */
	float: right;	
	padding: 15px 15px 15px 20px; /* padding keeps the content of the div away from the edges */

	/***these are conflicting with #sidebar1 and 2 *********************
	padding-top: 220px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	***/
/*
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
*/

	
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 110px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


/**********************************************************************************/
#wrapper { 
		padding-left: 0; 
		width: 970px;
		margin-left: auto;
		margin-right: auto;
}
#mini-nav{
	width: 20px;
	float: left;
	margin: 5px;
	padding-top: 30px;
	position:fixed;
}

#mini-nav img{
	margin:1px;
}


#hode {
	width: 250px;
	color: #ffffff;
	height: 170px;
	text-align: left;
	clear: both;
	margin: 5px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: transparent;
}


#content {
	width: 270px;
	text-align: left;
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	float: left;
	margin: 5px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

#logo {
	height: 60px;
	padding: 0px;
}
/********************************************************************************/


#postFullBody a, #postFullBody a:visisted {
	color: #007ca5;
	text-decoration: underline;
}

#postFullBody p {
	font-size: 1em;
	line-height: 1.7em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#postFullBody p.tagline {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;
	color: #666;
}


p.summary {
	margin: 2px 0 5px 0;
	font-size: 100%;
	line-height: 1.35em;

	}
	
	
.postTitle, .postTitle a, .postTitle a:visited   {
	color: #006EC6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:0px;
	font-size: 16px;  
	text-decoration:none;
}
 .postTitle a:hover   {
	color: white;
	text-decoration:none;
}


.postMetadata, .postMetadata a, .postMetadata a:visited {

	font-size: 9px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Sans-serif;
	font-style:italic;

}
.postMetadata {
	color:#B4B4B4;
	font-size: 9px;
	font-style:italic;

	/*border:solid 1px #DEE4DA;*/
	}
.comments-link{
	padding: 0 0 0 17px;
	background: url(../../css/imagenes_qwilm/commentslink.gif) no-repeat center left;
	}	

#hode a, #hode {
	color: #ffffff;
}	
/**************ads*****************/	
#topHorizAd {
	margin: 0 0 15px 0;
}





.disclaimer {
	margin-bottom: 2.8em;
}

.disclaimer p {
	color: #808080;
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 1em;
}

/**********************************************************************************/
/*Typography*/

a, a:visited { text-decoration: none; }  
a {color: #2E6AB1; }
a:visited { color:#2E6AB1; }  

a:hover {background-color: #006EC6; color: white;}

h1,
h2,
h3,
h4 {font-family: Arial, sans-serif; }

h1, h1 a  {  padding-top: 25px; padding-bottom: 15px; font-size: 22px; text-decoration:none;}

h2, h2 a { margin-top: 15px; font-size: 16px;  text-decoration:none; color: black;}
h1 a:hover, h2 a:hover { text-decoration:none; }
h3 { font-size: 14px; color: #666; }
h4 { margin: 0px; padding: 0px; font-size: 14px; color: #ffffff; }
h4 a { color: #ffffff; }

p {}

.relatedArticles ol, ul {
	line-height: 1.5em;
	margin-left: 0px;
	padding-left: 0px;
	}
.relatedArticles ul li, 
ol li{ margin-bottom: 0px;  padding: 4px 0 4px 0; border-bottom: 1px dotted #dee4da; list-style-type: none; font-size: 13px}

img, a img{ border:0px;}



em{
	font-style: normal;
	font-weight: bold;
	color: #ef6c6c;
	}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 1.0em 1.5em 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

.small {
	font-size: 0.9em;
	color: #999;
	}
/***********comments***************/

#comment{
	width: 100%
}
.comments{
	border:1px solid #DEE4DA;
	background-color: #F3F3F3;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.comments li {
	border:1px solid #DEE4DA;
	background-color: #F3F3F3;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
.comments li:hover{ background-color: #fff; }

.commentsMeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}
.commentsTitle {
	margin:0px;
	margin-bottom:2px;
}
/*********sidebars*************
.sidebar h2, .sidebar ul li h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #8ab459;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	}
.sidebar ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul li {
	padding: 7px 0px 7px 0;
	border-bottom: 1px solid #dee4da;
	font-weight: normal;
	line-height: 1.0em

	}
.sidebar ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 2px 18px;
	} 
.sidebar ul li a:hover {
	}
**/


.sidebar h2, .sidebar ul li h2 {

	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #8ab459;
	font-size: 1.1em;
	clear: both;
	}
.sidebar ul {

}
.sidebar li {
	/*background: url(../img/sidebarBullet.gif) no-repeat 0 .6em;*/
	clear: left;
	display: inline;
	width: 100%;
	line-height: 1.2em;
	padding: 0px 0px 7px 0;
}

.sidebar ul li {
	margin: 0;
}
.sidebar a {
	border-bottom: 1px solid #eee;
	color: #1275d3;
	display: block;
	margin: 5px 0 5px 13px;
	padding: 3px;
	text-decoration: none;
}

.sidebar a:hover,
.sidebar a:active,
.sidebar a:focus {
	background: #fff9ff;
	border-bottom: 1px solid #ffcc66;
	color: #ff9900;
}
.sidebar ul ul a {
	margin: 0 0 0 24px;
	color: #999;
	font-weight: normal;
}
.sidebar ul ul a:hover,
.sidebar ul ul a:active,
.sidebar ul ul a:focus {
	background: #fafff4;
	border-color: #b7eeac;
	color: #40bf27;
}

/****************************/
.linkpermanent{
	padding: 0 0 0 17px;
	background: url(../../css/imagenes_qwilm/permalink.gif) no-repeat center left;

}
/**********inputs*********/
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}	
INPUT[type="button"], INPUT[type="submit"] {
    background-color: orange;
    border: 2px solid #DDD;
    color: white;
    font: 20px Arial, Helvetica, sans-serif;
	padding: 3px;
    -moz-border-radius:0.5em;
    cursor: pointer;
    cursor: hand;
}

	

#searchform{
width:100%;

}

.avatar {
	float: right;
}

.wp-smiley { border: none; padding: 0; }

form {
	padding: 0px;
	margin: 0px;
}


.tblDataStriped th {
	padding: 6px;
	background-color: #EEF1F5;
	color: #333;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px
}

.tblDataStriped .even  {
	background-color:#F0F0F0;
	color: #333;
	font-size: 11px;
}

.tblDataStriped .total td {
	background-color: #CED1D8;
	color: #333;
	font-weight: bold;
}


.tblDataStriped td {
	padding: 6px;
	margin: 0px;
	font-size: 11px;
}

.tblDataStriped tr:hover, .tblDataStriped .even:hover {
	background-color: #ffffcc;
}

.highlightBox {
	background:  url("../img/bg_highlightBox.gif") repeat-x bottom left;
	border-color: #eee;
	border-style: solid solid solid solid;
	border-width: 1px 1px 5px 1px;
	padding: 5px 10px;
}
.highlightBox2 {
	margin-top:10px; 
	border:1px solid #EBEDEC; 
	border-bottom:#C3C8CB; 
	background:  url("../img/bg_highlightBox2.gif") left bottom repeat-x #F7F8FA; 
	padding:8px 10px 10px 10px;
}
.highlightFeed {
	border: 1px solid #eee;
	background-color: #ffffcc;
	border-width: 1px 1px 5px 1px;
	padding: 10px 0px;
}


a.moreLink {
	display: inline-block;
	font-weight: bold;
	background-image:  url("../img/more_double_arrow.gif");
	background-repeat: no-repeat;
	background-position:left 3px;
	padding: 3px;
	padding-right: 3px;
	padding-left: 20px;
	text-decoration: none;
}

a.flagTranslationLink {
	display: inline-block;
	font-weight: normal;
	background-image:  url("../img/flag_orange_16x16_LinkedIn.gif");
	background-repeat: no-repeat;
	background-position:left 3px;
	padding: 3px;
	padding-right: 20px;
	padding-left: 25px;
	text-decoration: none;
	font-size: 9px;
}

a.moreLink:hover, a.flagTranslationLink:hover {
	background-color: white;
	text-decoration:underline;
	color: #2E6AB1;
}

H2 .selectWithinH2, H2 .selectWithinH2 select {
	float:right;
	font-size: 11px;
	font-weight:normal;
}

.partnerLogo {
	float: right;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.entry {
	width: 100%;

}
.entryFirstOne {
	width: 100%;
	margin-top: 20px;
}
.voteColumn {
	position: relative;
	width:40px;
	border:  0px dotted #eee;
	margin: 3px;
	background-color:#F2F2F2;
	float: left;
	clear:right;
	font-size: 10px;
}

.bodyColumn {
	width:600px;
	float: right;
	padding-top: 2px;
	padding-bottom: 20px;
	margin-right: 0px;
	border-bottom: solid silver 1px;

}

.bodyAd {
	margin: 20px 0 20px 00px;
	text-align: left;
}

.textad_box, .textad_box a, .textad_box a:visited { border: 0px; padding:10px 6px;  background:#FFFFFF; ; font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Sans-serif;}


.bookmarkDiv {
	margin: 3px 0 15px 0;
}



/* acct management tables */
table.viewAcct {
margin-bottom:30px;
}

.viewAcct td {
padding: 2px 2px 2px 10px;
}

.income {
	color: #FF9900;
	font-size: 2.5em; 
	font-weight: bold;
	width: 100%;
	text-align: right;
}
.incomeYrly {
	color: #FF9900;
	font-size: 1.8em; 
	width: 100%;
	text-align: right;
}
.currency {
	font-size: .7em
}

.clientAtBorumbo {
	text-align: right;
	display: inline-block;
	font-weight: bold;
	background-image:  url("../img/atBorumboLogo.gif");
	background-repeat: no-repeat;
	background-position:right 3px;
	padding: 3px;
	padding-right: 200px;
	padding-left: 0;
	text-decoration: none;
}

.pageNum {
	font-size: .9em;
	text-align: center;
	margin: 5px 0px;
}

 .pageNum a, .pageNum a:visited {
	border: 1px solid #ccc;

	padding: 2px 5px;
	margin-right: 2px;
}

.introbox {
    background-color:#EEEEEE;
    border: 1px solid #DDD;
    -moz-border-radius:.7em;
	width: 290px;
	height: 300px;
	font: 15px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	margin: 15px 15px 25px 0px;
	}

.introbox ul li {
	margin-left: 20px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.introbox h2{
	font-size: 125%;
	color: #63b4cd;
	background-color: white;
	padding: 3px;
}
.introbox strong {
	color:#666;
}

.signupBox {
    border: 1px solid #DDD;
    -moz-border-radius:.7em;
	width: 203px;
	height: 300px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 6px 20px;
	margin: 15px 0px 25px 0px;
}