/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
   Style name:      Macinscott 3
   Based on style:   subSilver (the default phpBB 2 style)
   Original author:   subBlue ( http://www.subBlue.com/ )
   Modified by:      Scott Stubblefield ( http://www.realdealstubblefield.com )

   This is an alternative style for phpBB3 for those wishing to stay with
   the familiar subSilver style of phpBB version 2.x

   Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
   margin: 0;
	padding: 0;
}

html {
	font-size:70%;
  
}

body {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	padding: 0;
	background-color: #FAFAFA;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

/* AÑADIDO PARA IGUALAR A PLANTILLA WORDPRESS */

.PageBackgroundGlare
{
	position: absolute;
	width: 100%;
	height: 512px;
	left: 0;
	top: 0;
}

.PageBackgroundGlareImage
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 512px;
	width: 601px;
	margin: 0;
}

.PageBackgroundGradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 500px;
	
}

.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:51px;
	min-height:51px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 5px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 35px, 35px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 35px, 35px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(35px, 35px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(35px, auto, auto, 35px);
}

.Sheet-tc, .Sheet-bc
{
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 35px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(35px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 35px;
	bottom: 35px;
	width: 70px;
	background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 35px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 35px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 35px;
	background-color: #FFFFFF;
}


.Sheet
{
	margin-top: 3px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:1000px;
}

div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 990px;
	height: 200px;
}

div.Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 990px;
	height: 200px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 990px;
	height: 200px;
	background-image: url('images/Header2.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#publicidad {
	
	position: relative;
	z-index:0;
	top: 107px;
	background-color:#FFF
	}

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}



.Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 35px;
	padding: 0 5px;
	margin-bottom: 0px;
}

.BlockHeader .t
{
	height: 30px;
	color: #F2F2F2;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-variant: small-caps;
	text-align: left;
	white-space : nowrap;
	padding: 0 5px;
	line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	width:186px;
	background-image: url('images/BlockHeader.png');
}

.BlockHeader .l
{
	left:0;
	right:4px;
}

.BlockHeader .r
{ 
	width:990px;
	right:0;
	clip: rect(auto, auto, auto, 986px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	
	z-index:0;
	margin:0 auto;
	min-width:9px;
	min-height:9px;
}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 5px;
}

.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl, .BlockContent-tc, .BlockContent-bc,.BlockContent-cr, .BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl
{
	width: 8px;
	height: 8px;
	background-image: url('images/BlockContent-s.png');
}

.BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 4px, 4px, auto);
}

.BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 4px, 4px);
}

.BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(4px, 4px, auto, auto);
}

.BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(4px, auto, auto, 4px);
}

.BlockContent-tc, .BlockContent-bc
{
	left: 4px;
	right: 4px;
	height: 8px;
	background-image: url('images/BlockContent-h.png');
}

.BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 4px, auto);
}

.BlockContent-bc
{
	bottom: 0;
	clip: rect(4px, auto, auto, auto);
}

.BlockContent-cr, .BlockContent-cl
{
	top: 4px;
	bottom: 4px;
	width: 8px;
	background-image: url('images/BlockContent-v.png');
}

.BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 4px);
}

.BlockContent-cl
{
	left:0;
	clip: rect(auto, 4px, auto, auto);
}

.BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #FBFEFD;
}


.BlockContent-body
{
	color:#141414;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

.BlockContent-body a:link
{
	color: #1C1C1C;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
	color: #1C1C1C;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #757575;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #525252;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}


/* end Box, BlockContent */



.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 4px;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
{
	position:absolute;
	z-index:-1;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl
{
	width: 26px;
	height: 26px;
	background-image: url('images/Post-s.png');
}

.Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 13px, 13px, auto);
}

.Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 13px, 13px);
}

.Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(13px, 13px, auto, auto);
}

.Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(13px, auto, auto, 13px);
}

.Post-tc, .Post-bc
{
	left: 9px;
	right: 13px;
	height: 26px;
	background-image: url('images/Post-h.png');
}

.Post-tc
{
	top: 0;
	clip: rect(auto, auto, 13px, auto);
}

.Post-bc
{
	bottom: 0;
	clip: rect(13px, auto, auto, auto);
}

.Post-cr, .Post-cl
{
	top: 13px;
	bottom: 13px;
	width: 26px;
	background-image: url('images/Post-v.png');
}

.Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 13px);
}

.Post-cl
{
	left:0;
	clip: rect(auto, 13px, auto, auto);
}

.Post-cc
{
	position:absolute;
	z-index:-1;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background-color: #FFFFFF;
}

.Topic
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.Topic-body
{
	position: relative;
	z-index:1;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #cae289;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.topictop {
	height:100%;
	background-color: #fff;
	background-image: url('images/top.gif');
	background-repeat: repeat-x;
	}

.topictopleft {
	height:100%;
	background-image: url('images/topleft.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.topictopright{
	height:100%;
	background-image: url('images/topright.gif');
	background-repeat: no-repeat;
	background-position: right top;	
	}

.topicleft{
	height:100%;
	background-image: url('images/left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.topicright{
	height:100%;
	background-image: url('images/right.gif');
	background-repeat: repeat-y;
	background-position: 100% 0;	
}

.topicbottomleft{
	height:100%;
	background-image: url('images/bottomleft.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.topicbottom{
	height:100%;
	background-image: url('images/bottom.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}

.topicbottomright{
	height:100%;
	background-image: url('images/bottomright.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.topic_padding{
	padding:10px 10px 10px 16px

}

.signature {
	padding-left:15px;
	padding-right:10px;
	text-align: center;
}


/* FIN AÑADIDO */

#wrapheader {
	
   position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height:3px;
	text-align:center;
   height: auto !important;
   padding: 0px 0px 15px 0px;
}

#wrapcentre {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapfooter {
	
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	background-position:bottom;
	width: 990px;
	height: 100px;
	bottom:0;
	left:0;
	overflow:hidden;

   text-align: center;
   clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #000000;
	padding: 0px;
}

#logodesc {
   margin-bottom: 0px;
   padding: 0px 0px;
}

.headerlogo {
   margin-top: -2px;
   padding: 0;
}

.artmenu
{
	padding: 0px 0px 0px 0px;
}


#menubar 
{
	position: relative;
	height: 24px;
	z-index: 100;

}

.menubar .l, .menubar .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 24px;
	background-image: url('images/nav.png');
}

.menubar .l
{
	left: 0;
	right:0px;
}

.menubar .r
{
	right: 0;
	width: 990px;
	clip: rect(auto, auto, auto, 990px);
}

#datebar {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#findbar {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
   color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }

/*  Text
--------------------- */

h1 {
	color: black;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

h5 {
	height: 30px;
	color: #F2F2F2;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	white-space : nowrap;
	padding: 0 5px;
	line-height: 30px;
	
}

.t a:link {
	color: #F2F2F2;
	text-decoration: none;
}

.t a:active, a:visited {
	color: #F2F2F2;
	text-decoration: none;
}

.t a:hover {
	color: #F2F2F2;
	text-decoration: none;
}

p {
	font-size: 10px;
}

p.moderators {
   margin: 0;
   float: left;
   color: black;
   font-weight: bold;
}

.rtl p.moderators {
   float: right;
}

p.linkmcp {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.linkmcp a:link {
	color: #000000;
	text-decoration: none;
}

.linkmcp a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.linkmcp a:hover {
	color: #36F;
	text-decoration: none;
}

.rtl p.linkmcp {
   float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #000000;
	font-weight: bold;
	white-space: normal;
	font-size: 14px;
}

.rtl p.breadcrumbs {
   float: right;
 
}

.breadcrumbs a:link {
	color: #000000;
	text-decoration: none;
}

.breadcrumbs a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #36F;
	text-decoration: none;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 12px;
}

.rtl p.datetime {
   float: left;
}

p.searchbar {
	font-size:12px;
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

p.searchbarreg {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.searchbar a:link {
	color: #000000;
	text-decoration: none;
}

.searchbar a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.searchbar a:hover {
	color: #36F;
	text-decoration: none;
}



.rtl p.searchbarreg {
   float: left;
}

p.forumdesc {
   padding-bottom: 4px;
   color:#06F;
}

p.topictitle {
	width:500px;
	font-size: 14px;
}

p.topicauthor {
   margin: 1px 0;
}

.topicauthor a:link {
	color: #000;
	text-decoration: none;
}

.topicauthor a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.topicauthor a:hover {
	color: #36F;
	text-decoration: none;
}

p.topicdetails {
   margin: 1px 0;
   min-width:50px; 
}

p.topicdetails2 {
   margin: 1px 0;
   min-width:200px; 
}
   
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
   margin: 1px 0;
   color: red;
   font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
   color: green;
   font-weight:bold;
}

.postapprove img, .postreported img {
   vertical-align: bottom;
}

.postauthor {
	color: #000000;
	font-size: 14px;	
}

.postdetailsbg {
	background-image: url('images/postdetails.png');
	background-repeat:no-repeat;
	background-position: center center;
}

table.postdetails {
	margin-left: 7px;
	margin-right: 7px;

}

.pagindex a:link {
	color: #000000;
	text-decoration: none;
}

.pagindex a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.pagindex a:hover {
	color: #FFF;
	text-decoration: none;
}

.postdetails {
	color: #FFF;
	font-size:9px;
	vertical-align: top;
}

.postbody {
	font-size: 12px;
	line-height: 15px;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #000000;
}

.postbody img {
	max-width: 600px;

}

.postbody li, ol, ul {
   margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
   margin: 0 1.5em 0 0;
}

.posthilit {
   background-color: yellow;
}

.nav {
	font-size:10px;
	margin: 0;
	color: #000;
	font-weight: bold;
}

.nav a:link {
	color: #000000;
	text-decoration: none;
}

.nav a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
	color: #36F;
	text-decoration: none;
}



.pagination {
	padding: 4px;
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.cattitle {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.gen {
   margin: 1px 1px;
   font-size: 12px;
}

.gen a:link {
	color: #000;
	text-decoration: none;
}

.gen a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.gen a:hover {
	color: #36F;
	text-decoration: none;
}

.genmed {
   margin: 1px 1px;
   font-size: 12px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

.gensmall a:link {
	color: #000;
	text-decoration: none;
}

.gensmall a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.gensmall a:hover {
	color: #36F;
	text-decoration: none;
}

.gensmall2 {
	margin: 1px 1px;
	font-size: 11px;
	color: #000;
}
.gensmall3 {
	margin: 1px 1px;
	font-size: 11px;
	margin-left: 25px;
}

.copyright {
	color: #000000;
	font-weight: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	
}

.copyright a:link {
	color: #000;
	text-decoration: none;
}

.copyright a:active,a:visited {
	color: #000;
	text-decoration: none;
}

.copyright a:hover {
	color: #000;
	text-decoration: none;
}

.titles {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.error {
   color: red;
}

.mainmenu {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Tables
------------ */

.tbltitle {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 5px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}

.tbltitle2 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 5px;
	font-weight: normal;
	font-style: normal;
	background-image: url('./images/cellpic3.png');
	text-align: center;
	vertical-align: middle;
}

.tblfooter {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 5px;
	font-weight: normal;
	text-align: right;
}

.tblfooter a:link {
	color: #000;
	text-decoration: none;
}

.tblfooter a:active,a:visited {
	color: #000000;
	text-decoration: none;
}

.tblfooter a:hover {
	color: #FFF;
	text-decoration: none;
}

.tbltop {
	background: url('./images/tbl_top_bkgd.png') bottom left repeat-x;
	height: 22px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbltopleft {
	background: url('./images/tbl_top_left.png') bottom left no-repeat;
	padding-left: 68px;
}

.tbltopright {
	background: url('./images/tbl_top_right.png') bottom right no-repeat;
	padding-right: 68px;
}


.tblminititle {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 2px;
	font-weight: bold;
}

.tblminitop {
	background: url('./images/tbl_bot_bkgd.png') bottom left repeat-x;
	height: 16px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblminitopleft {
	background: url('./images/tbl_bot_left.png') bottom left no-repeat;
	padding-left: 57px;
}

.tblminitopright {
	background: url('./images/tbl_bot_right.png') bottom right no-repeat;
	padding-right: 57px;
}


.tblbttm {
	height: 25px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblbttmleft {
	
	padding-left: 25px;
}

.tblbttmright {
	
	padding-right: 26px;
}

.tblshad {
	background: url('./images/tbl_shad_bkgd.png') bottom left repeat-x;
	height: 14px;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblshadleft {
	background: url('./images/tbl_shad_left.png') bottom left no-repeat;
	padding-left: 25px;
}

.tblshadright {
	background: url('./images/tbl_shad_right.png') bottom right no-repeat;
	padding-right: 26px;
}

th {
	color: #FFF;
	font-size: 11px;
	background-color: #EEEEEE;
	background-image: url('./images/cellpic1.png');
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

td {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
}

td.profile {
	text-align: center;
}

.profile-body
{
	position: relative;
	z-index:1;
	background-color: #dadada;
	text-align: center;
}

.profiletop {
	height:100%;
	background-color: #fff;
	background-image: url('images/profiletop.gif');
	background-repeat: repeat-x;
	}

.profiletopleft {
	height:100%;
	background-image: url('images/profiletopleft.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.profiletopright{
	height:100%;
	background-image: url('images/profiletopright.gif');
	background-repeat: no-repeat;
	background-position: right top;	
	}

.profileleft{
	height:100%;
	background-image: url('images/profileleft.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.profileright{
	height:100%;
	background-image: url('images/profileright.gif');
	background-repeat: repeat-y;
	background-position: 100% 0;	
}

.profilebottomleft{
	height:100%;
	background-image: url('images/profilebottomleft.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.profilebottom{
	height:100%;
	background-image: url('images/profilebottom.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}

.profilebottomright{
	height:100%;
	background-image: url('images/profilebottomright.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.profile_padding{
	padding:9px 7px 8px 8px;

}




td.profile2 {
   padding: 4px;
   text-align:center;
 

}

td.profilename{
	padding-right: 40px;
	padding-left: 40px;		
}

.profile_table{
	width:150px;
	height:130px;
	background-position: center;
	text-align: center;
	margin-left: 20px;
	margin-top: 5px;
}


.tablebg {
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
}

.cat {
	margin: 0;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CADBFF;
	text-indent: 4px;
}

.cat a:link {
	color: #000;
	text-decoration: none;
}

.cat a:active,a:visited {
	color: #000;
	text-decoration: none;
}

.cat a:hover {
	color: #000;
	text-decoration: none;
}

.cat2 {
	margin: 0;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CCCCCC;
	background-image: url('./images/cellpic2.png');
	text-indent: 4px;
}

.cat3 {
	margin: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('./images/cellpic3.png');
	text-indent: 4px;
	color: #FFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #36F;
	border-right-color: #36F;
	border-bottom-color: #36F;
	border-left-color: #36F;
}

.cat4 {
	margin: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/postauthorbg.gif');
	text-indent: 4px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.cat5 {
	margin: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 4px;
	background-image: url('./images/postauthorbg.gif');
	vertical-align: middle;
}


.footer {
   height: 32px;
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #ECECEC;
   background-image: url('./images/footer_bkgd.gif');
}

.row1 {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.row2 {
	background-color: #FFFFFF;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.row3 {
	background-image:url(/nuevoforo/styles/macinscott_3/theme/images/nav_back.png);
	padding: 4px;
}

.rowover {
	background-color: #ecf3fe;
	padding: 4px;
}

.spacer {
	background-color: #FFFFFF;
}

hr {
   height: 1px;
   border-width: 0;
   background-color: #D1D7DC;
   color: #D1D7DC;
}

.legend {
   text-align:center;
   margin: 0 auto;
}

/* Links
------------ */

a:link {
	color: #36F;
	text-decoration: none;
}

a:active,a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.cattitle {
	color: #000000;
	text-decoration: none;
}

a.cattitle:hover {
	color: #CB0000;
	text-decoration: none;
}

a.tbltitle {
	color: #FFF;
	text-decoration: none;
}

a.tbltitle:hover {
	color: #333333;
	text-decoration: none;
}

a.mainmenu {
   color: #536A58;
   text-decoration: none;
}

a.mainmenu:visited {
color: #4C6351;
text-decoration: none;
}

a.mainmenu:hover {
color: #000000;
text-decoration: none;
}

a.forumlink {
	color: #000;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.forumlink:hover {
	color: #36F;
	text-decoration: none;
}

a.topictitle {
	color: #000000;
	margin: 1px 0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 1.0em;
}

a.topictitle:visited {
	color: #73767A;
	text-decoration: none;
}

a.topictitle:hover {
	color: #CB0000;
	text-decoration: none;
}

th a,th a:visited {
   color: #000000 !important;
   text-decoration: none;
}

th a:hover {	
   	text-decoration: none;
}

/* Form Elements
------------ */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 2px;
}

select {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 1px;
}

option {
   padding: 0 1em 0 0;
}

option.disabled-option {
   color: graytext;
}

.rtl option {
   padding: 0 0 0 1em;
}

input.radio {

   border: none;
   background-color: transparent;
}

.post {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.btnmain {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #FFFFFF;
	border-style: none;
	color: #000000;
}

/* BBCode
------------ */

.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	color: #555fb6;
	background-image: url('./images/cellpic4.gif');
	font-size: 0.85em;
	font-weight: bold;
	line-height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A7A7A7;
	border-right-color: #A7A7A7;
	border-bottom-color: #A7A7A7;
	border-left-color: #A7A7A7;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A7A7A7;
	border-width: 0 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFF;
	color: #000000;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #A7A7A7;
	color: #000000;
	background-image: url('./images/cellpic4.gif');
	font-size: 0.85em;
	font-weight: bold;
	line-height: 25px;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
	border: 1 solid #A7A7A7;
}

.syntaxbg {
   color: #FFFFFF;
}

.syntaxcomment {
   color: #FF8000;
}

.syntaxdefault {
   color: #0000BB;
}

.syntaxhtml {
   color: #000000;
}

.syntaxkeyword {
   color: #007700;
}

.syntaxstring {
   color: #DD0000;
}

/* Private messages
------------------ */

.pm_marked_colour {
   background-color: #000000;
}

.pm_replied_colour {
   background-color: #A9B8C2;
}

.pm_friend_colour {
   background-color: #007700;
}

.pm_foe_colour {
   background-color: #DD0000;
}

/* Misc
------------ */

img {
   border: none;
}

.sep {
   color: black;
   background-color: #FFA34F;
}

table.colortable td {
   padding: 0;
}

pre {
   font-size: 1.1em;
   font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
   white-space: nowrap;
}

.username-coloured {
   font-weight: bold;
}

/* GYM Sitemaps & RSS - www.phpbb-seo.com */
div.gymsublist {
	display:block;
	position:relative;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:0;
	margin:0;
}
div.gymsublist ul {
	display:block;
	position:relative;
	height:1%;
	padding-left:30px;
}
div.gymsublist ul li {
	display:block;
	position:relative;
	line-height:18px;
	font-size:11px;
}
/* GYM Sitemaps & RSS - www.phpbb-seo.com */


/* Silverbar Side Horizontal lists
----------------------------------------*/
ul.sidebar-linklist {
	display: block;
         margin: 0;
}

ul.sidebar-linklist li {
	display: block;
	list-style-type: none;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 1.8em;
}

ul.sidebar-linklist li.sidebar-rightside, p.sidebar-rightside {
	margin-right: 0;
	text-align: right;
}

ul.sidebar-leftside {
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.sidebar-rightside {
	margin-left: 5px;
	margin-right: 0;
	text-align: right;
}

/* Side Search box
--------------------------------------------- */
#side-search-box {
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#side-search-box #keywords {
	width: none;
	background-color: #FFF;
}

#side-search-box input {
	border: 1px solid #0075b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#side-search-box input.button1 {
	padding: 1px 5px;
}

#side-search-box li {
	text-align: right;
	margin-top: 4px;
}

#side-search-box img {
	vertical-align: middle;
	margin-right: 3px;
}
