/* Normal, standard links. */
/*cursor: url(http://home.arcor.de/avensisforum/avensis.cur);*/
a:link, a:visited
{
/*cursor: url(http://fotopopular.com/cursor.ani);*/
	color: #FFB903;
	background-color: transparent;
	text-decoration: none;
}



a:hover
{
	color: #DDDDDD;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #FFB903;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */

body			{
						/*cursor: url(http://fotopopular.com/cursor.ani);*/
				  background-color: #000000;
				  background-image: url(http://fotopopular.com/smf2/Themes/fotopopular/images/fondo02.gif); 
				  scrollbar-face-color: #272A2F;
				  scrollbar-shadow-color: #1B1E25;
				  scrollbar-highlight-color: #cccccc;
				  scrollbar-3dlight-color: #272A2F;
				  scrollbar-darkshadow-color: #1B1E25;
				  scrollbar-track-color: #000000;
				  scrollbar-arrow-color: #ffb903; font-family: Verdana}



 td
{
	background-color: transparent;
	color: #FFFFFF;
	font-size: medium;
	font-family: verdana, arial, helvetica, sans-serif;
}



/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: small;
	color: #bbbbbb;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #333333;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #333333;
}

/* Standard horizontal rule.. */
hr
{
	color: #aca899;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #2A5D2A;
	background-color: #FFB903;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #ffffff;
	background-color: #2d423a;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #FFB920;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #FFB903;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */

.windowbg

 {background-color: #272A2F;; border-color: #6B6B6B #252525 #252525 #6B6B6B; padding-top: 2px; 
padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.windowbg2

 {background-color: #444444;; border-color: #999999 #414141 #414141 #999999; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


.windowbg3  

 {

background-color: #181d24;; border-color: #99cc99 #206020 #206020 #99cc99; border-style:outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.windowbg4

 {background-color: #444444;; border-color: #999999 #414141 #414141 #999999; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-size: x-small;}




/* Titles - such as table headers. */


.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited

{background-color: #606060; border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


.titlebg a:hover

{
	color: #FFFFFF;
	text-decoration: underline;
}

/* The borders around things. */
.bordercolor
{
	background-color: transparent;
}
.tborder
{
	border: 0px solid #272A2F;
}

/* Default font sizes. */
.smalltext

{
 font-size: x-small;
}

.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
border: 0;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}







/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;

}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


