/* Normal, standard links. */
a:link
{
	color: #0c6d8e;
	background-color: transparent;
	text-decoration: underline;
}
a:visited
{
	color: #0c6d8e;
	background: underline;
}
a:hover
{
	color: #d674d7;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #0c6d8e;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #d674d7;
	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, td, th
{
	color: #691e3a;
	font-size: 9pt;
	font-family:  trebuchet MS;
	cursor: crosshair;
}

/* The main body of the entire forum. */
body
{
	background-image: url(http://www.inspiration-foro.com/forum/Themes/Summer/images/background.gif);
	background: background-repeat;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, Trebuchet MS;
	background-color: #f0e8e4;
}

/* 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: 7pt;
	font-weight: normal;
	color: #OOOOOO;
	background-color: #FCFCFE;
	font-family: Tahoma, Trebuchet MS, arial, helvetica, serif;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #a8462b;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
	overflow: auto;
	white-space: nowrap;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

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

/* Quick Menu Styles are held here */
.quickmenu
{
	background-color:#000000;
	color: #9A9A9A;
	font-size: 7pt;
	font-family: Tahoma, trebuchet MS;
	font-weight: bold;
}


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

fieldset.spoiler 
{
	border: 1px dashed gray;				
}

fieldset.spoiler > legend 
{
	font-size: 1.2em;
}

div.spoilerheader a 
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;

}
div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
	 }

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

/* 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
{
	color: #691e3a;
	background-color: #ef9e6f;
}
.windowbg2
{
	color: #691e3a; 
	background-color: #EFEFBD;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background-color: #51acd9;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #51acd9;	
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #000000;
}
.tborder
{
	border: 1px solid #482E2E;
	background-color: #51acd9;
	padding: px;
}

/* 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;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #0C0E1E;
}
#bodyarea
{
	background-color: #E1E1E2;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;

/* MOD SPOILER */

.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

}

fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

/*	Color Bar CSS Class	*/
.colorbar {
	width:450px;
}
.colorcell {
	height:18px;
}
.colorbox {
	border-color:#808080;
	border-width:1px;
	border-style:solid;
	width:18px;
	height:18px;
	overflow:hidden;
}
.colorboxspacer {
	width:18px;
	height:18px;
}{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #000000;
}
#bodyarea
{
	background-color: #000000;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;

/* MOD SPOILER */

.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

}

fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

/*	Color Bar CSS Class	*/
.colorbar {
	width:450px;
}
.colorcell {
	height:18px;
}
.colorbox {
	border-color:#808080;
	border-width:1px;
	border-style:solid;
	width:18px;
	height:18px;
	overflow:hidden;
}
.colorboxspacer {
	width:18px;
	height:18px;
}