/*
  The sleek Theme for phpBB version 2+
  http://www.andrewCharron.com
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
html {
        margin: 0px;
        }
body {
        background-color: #efefef;
        font-family: Verdana, Tahoma, sans-serif;
        scrollbar-face-color: {T_TR_COLOR2};
        scrollbar-highlight-color: {T_TD_COLOR2};
        scrollbar-shadow-color: {T_TR_COLOR2};
        scrollbar-3dlight-color: {T_TR_COLOR3};
        scrollbar-arrow-color:  {T_BODY_LINK};
        scrollbar-track-color: {T_TR_COLOR1};
        scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Tahoma, sans-serif; }
a:link,a:active,a:visited { color : #7aa7ba; }
a:hover                { text-decoration: underline; color : #7aa7ba; }
hr        { height: 0px; border: solid #333333 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #ffffff;
                        min-height: 100%;
                        width: 55%;
                        min-width: 760px;
                        }

/* This is the outline round the main forum tables */
.forumline        { background-color: #ffffff; padding: 10px; }

/* Main table cell colours and backgrounds */
td.row1        { background-color: #efefef; }
td.row2        { background-color: #efefef; }
td.row3        { background-color: #efefef; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
                background-color: #ffffff;
                background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th        {
        color: #ffffff; font-size: 10px; font-weight : bold;
        background-color: #7aa7ba; height: 15px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight {
                        background-color: #7aa7ba; height: 15px;
}
td.catBottom {
        background-color: #efefef;
        }

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
        height: 16px;
        border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
        font-weight: bold; height: 15px;
}
td.row3Right {
        background-color: #efefef;
}
td.spaceRow {
        background-color: #ffffff;
        height: 2px;
        }
/*
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow         { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right         { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft          { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop         { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }  */

/* The largest text used in the index page title and toptic title etc. */
.maintitle, .maintitle:visited        {
        font-size: 22px; font-family: Verdana, Tahoma, sans-serif;
        text-decoration: none; line-height : 120%; color : #333333;
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #333333; }
a.gen,a.genmed,a.gensmall { color: #7aa7ba; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #7aa7ba; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #7aa7ba; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu                { font-size : 11px; color : #333333 }
a.mainmenu, a.mainmenu:visited                { text-decoration: none; color : #333333;  }
a.mainmenu:hover{ text-decoration: underline; color : #7aa7ba; }

/* Forum category titles */
.cattitle                { font-weight: bold; font-size: 10px ; letter-spacing: 1px; color : #ffffff}
a.cattitle                { text-decoration: none; color : #ffffff; }
a.cattitle:visited                { text-decoration: none; color : #ffffff; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { font-weight: bold; font-size: 11px; color : #333333; }
a.forumlink, a.forumlink:visited         { text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: underline; color : #7aa7ba; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav                        { font-weight: bold; font-size: 11px; color : #333333;}
a.nav, a.nav:visited                        { text-decoration: none; color : #333333; }
a.nav:hover                { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2        { font-weight: bold; font-size: 11px; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #333333; }
a.topictitle:hover        { text-decoration: underline; color : #7aa7ba; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name                        { font-size : 11px; color : #333333;}

/* Location, number of posts, post date etc */
.postdetails                { font-size : 10px; color : #333333; }

/* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height: 18px}
a.postlink:link        { text-decoration: underline; color : #333333 }
a.postlink:visited { text-decoration: underline; color : #333333; }
a.postlink:hover { text-decoration: underline; color : #7aa7ba}

/* Quote & Code blocks */
.code {
        font-family: "Courier New"; font-size: 11px; color: #7aa7ba;
        background-color: #ffffff; border: #333333; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 2px
}

.quote {
        font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #333333; line-height: 125%;
        background-color: #ffffff; border: 1px solid #333333;

}

/* Copyright and bottom info */
span.copyright                { font-size: 10px; font-family: Verdana, Tahoma, sans-serif; color: #333333; letter-spacing: -1px;}
a.copyright, a.copyright:visited                { font-size: 10px; color: #7aa7ba; text-decoration: none;}
a.copyright:hover { font-size: 10px; color: #7aa7ba; text-decoration: underline;}

/* Form elements */
input,textarea, select {
        color : #333333;
        font: normal 11px Verdana, Tahoma, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
        background-color : #ffffff;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
        background-color : #ffffff;
        color : #333333;
        font-size: 11px; font-family: Verdana, Tahoma, sans-serif;
}

/* The main submit button option */
input.mainoption {
        background-color : #ffffff;
        font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
        background-color : #ffffff;
        font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #efefef; border-style: none; }

/*Demian*/
.banrow {
		font: 1em Arial, Helvetica, sans-serif;
		width:28.0em;
		border:#ccc 1px solid;
		padding:10px 20px;
		background-color:#fafafa;
}

/* FS CALENDARIO */
/* http://www.fazedordesite.com */
div#quadroCalendario{
	width:200px;
	padding:2px;
	border:solid 1px #1065B1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:999;
	overflow:visible;
}
div#topoCalendario{
	height:22px;
	padding:2px;
	background:#10499E;
	color:#FFF;
}
#imgVolta,#imgAvanca{
	border:none;
	margin:2px 2px;
}
#nome_mes,#nome_ano{
	color:#FFF;
	text-decoration:none;
	font-size:1.1em;
	position:absolute;
	top:7px;
	left:70px;
}
#abreMeses,#abreAnos{
	width:70px;
	position:absolute;
	top:25px;
	left:62px;
	background:#FFF;
	color:#10499E;
	padding:2px 4px 4px 4px;
	border:solid 1px #1065B1;
}
#abreAnos{left:150px;width:40px;}
#abreMeses ul,#abreAnos ul{ 
	margin:0; 
	padding:0; 
}
#abreMeses li, #abreAnos li{
	list-style:none;  
	height:15px; 
	display:block;
	margin:0;
	padding:0;
}
#abreMeses li a, #abreAnos li a{
	font-size:0.9em;
	color:#31537D;
	text-decoration:none;
	display:block;
}
#abreMeses li a:hover, #abreAnos li a:hover{ background:#DAE6FC; }
#abreMeses li a.mesAtual, #abreAnos li a.anoAtual{ color:#FF0000; }
#nome_ano{ left:150px; }
#tabelaCalendario{ 
	padding:1px;
	text-align:center;
}
#tabelaCalendario a{ 
	display:block;
	text-decoration:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
#tabelaCalendario a:hover{ background:#A6CFF4; }
.diasSemana{
	width:14%;
	font-size:0.6em;
	font-weight:bold;
}
.diaAtual{
	background:#D8EBFC;
	font-weight:bold;
}
.fimSemana{ /*background:#F9F9EA;*/ }



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/sleek/formIE.css");
