div#private_message{
        font:12px Arial;
        padding:2px;
        position:absolute;
        top:10%;
        left:30%;
        width:400px;
        height:140px;

}
body {
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 2px;
	background-color:#FFFFFF;
	scrollbar-face-color: #EBEFF5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #EBEFF5;
	scrollbar-3dlight-color: #EBEFF5;
	scrollbar-arrow-color:  #44678E;
	scrollbar-track-color: #F2F5F9;
	scrollbar-darkshadow-color: #44678E;
	background-color: #fff;


}

/* General font families for common tags */
font,th,td,p { font-family: Arial }
a:link,a:active,a:visited {text-decoration: none;}
a:hover		{text-decoration: underline;}

hr	{ height: 0px; border: solid  0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #44678E solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #F2F5F9 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #DEEEFF; }
td.row2	{ background-color: #EFF7FF; }
td.row3	{ background-color: #EFF7FF; }

/*
  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-image: url(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #44678E; font-size: 11px; font-weight : bold;
	background-color: #44678E; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic1.gif);
			background-color:#EBEFF5; border: #; border-style: solid; height: 28px;
}
td.catHead2 {
			background-image: url(templates/subSilver/images/fundotop.gif);
			background-color:#EBEFF5; border: #; border-style: solid; height: 28px;
}

/*
  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: 29px;
	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; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #EBEFF5; border: #; border-style: solid;
}

th.thHead,td.catHead { font-size: 11px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 1px; }
th.thCornerR { border-width: 0px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana,Arial;
	text-decoration: none; line-height : 120%; color : #44678E;
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #3A597A; }
a.gen,a.genmed,a.gensmall {text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #44678E }
a.mainmenu		{ text-decoration: none; color : #44678E;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #44678E}
a.cattitle		{ text-decoration: none; color : #44678E; }
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;  }
a.forumlink 	{ text-decoration: none; }
a.forumlink:hover{ text-decoration: underline; }

/* 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 : #44678E;}
a.nav			{ text-decoration: none; color : #44678E; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ text-decoration: none; font-size: 11px;  }
a.topictitle:link   { text-decoration: none;  }
a.topictitle:visited { text-decoration: none; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #44678E;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #44678E; }

/* The content of the posts (body of text) */
.postbody { line-height: 18px; color : #44678E; }
a.postlink:link	{ text-decoration: none;}
a.postlink:visited { text-decoration: none;}
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #44678E;
	background-color: #FAFAFA; border: #EBEFF5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana,Arial; font-size: 11px; color: #44678E; line-height: 125%;
	background-color: #FAFAFA; border: #EBEFF5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.mod { 
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_BODY_TEXT}; line-height: 125%; 
} 

.exclamation {
	font-weight: bold; font-family: Times New Roman, Verdana; font-size : 45px; color: #ffffff;
}  

td.ModTable { background-color: #ff6060; }

/* Copyright and bottom info */
.copyright		{ font-size: 11px; font-family: Verdana,Arial; color: #44678E; letter-spacing: -1px;}
a.copyright		{ color: #44678E; text-decoration: none;}
a.copyright:hover { color: #44678E; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #44678E;
	font: normal 11px Verdana,Arial;
	border-color : #44678E;
}

/* 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 : #E4ECF3;	
	color : #3A597A;
	font-size: 11px; font-family: Arial;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #F2F5F9; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: bold;
}
a:visited {
	text-decoration: bold;
}
a:active {
	text-decoration: bold;
}

/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #04354F;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #44678E;
}

h2{
 font-size: 114%;
 color: #44678E;
}

h3{
 font-size: 100%;
 color: #44678E;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #44678E;
}

h5{
 font-size: 100%;
 color: #44678E;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #44678E;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 10px 0px;
	width: 750px;
}

#navBar{

	margin: 0px;
	width: 123px;
	padding: 0px;
	background-color: #ffffff;
}

#content{
    float: inherit;
	width: 655px;
	margin: 0;
	padding: 0px 160px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #7B9DC6;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: left;
	margin: 0px;
	background-color: #7B9DC6;

	padding: 0px;
		font-size: 80%;
		width: 125px;
}

#sectionLinks h3{
	padding: 10px 0px 1px 10px;
}

#sectionLinks a:link{
	padding: 0px 0px 0px 3px;
  voice-family: "\"}\"";
  voice-family:inherit;
	width: 125px;
	border-bottom: 1px solid #FFFFFF;
	color:#ffffff;
	font-weight: none;
}

#sectionLinks a:visited{
	padding: 0px 0px 0px 3px;
  voice-family: "\"}\"";
  voice-family:inherit;
	width: 125px;
	border-bottom: 1px solid #FFFFFF;
	color:#ffffff;
	font-weight: none;
}

#sectionLinks a:hover{
	background-color: #E8EDF4;
	padding: 0px 0px 0px 3px;
	color:#44678E
}

#menuver1 {
padding: 0; 
margin: 0;
font: 12px Arial;
}
#menuver1 li {
list-style: none;
}
#menuver1 li a {
color: #fff;
}
#menuver1 li a:visited {
color: #fff;
}
#menuver1 li a:hover { 
color: #fff;
}
#menuver1 li a:active { 
color: #fff;
}
#navBar5{
	margin: 0px;
	width: 125px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar5 ul a:link, #navBar ul a:visited {display: block;}
#navBar5 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar5 li {border: 0px solid #FFFFFF;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
/*********** #sectionLinks styles ***********/

.style1 {font-weight: bold}
body {
	margin-left: 0px;
	margin-top: 0px; }
.style1212 {color: #7B9DC6}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style1212 {color: #7B9DC6}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
form,ul,li,img,div{margin:0;padding:0;border:0;color:#000;font: 12px tahoma;}

#cn ul{margin-left:0px; list-style-type:none;
width:137px}
#cn ul.e1{height:25px;}
#cn li.e1{color:#FFDD53;font-size:14px; font-family:arial; list-style-type:none;line-height:25px;text-align:left;
border-bottom-style:none;
font-weight:bolder}
#cn ul li{line-height:15px;padding-left:2px; padding-right:0px; padding-top:1px; padding-bottom:1px; list-style-type:none;border-bottom-color:#5495B2;text-align:left;}
#cn ul li a{color:#ffffff;font:12px arial;line-height:15px; text-align:left;}
.menunovo{background-image:url(http://www.2jovem.com/new/templates/subSilver/images/2008/bg_menu.gif);background-repeat:repeat-x;
background-color:#666666;}

.stylerisi {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #386A9C;
}
.style23 {font-size: 6px;
	color: #F2F5F9;
}
.style2004 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.style2004 a:link{font-family: Arial;font-size: 9px;color: #FFFFFF;}
.style2004 a:hover{font-family: Arial;font-size: 9px;color: #FFFFFF;}
.style2004 a:visited{font-family: Arial;font-size: 9px;color: #FFFFFF;}
.style2005 {font-family: Arial;font-size: 12px;	color: #FFFFFF;}
.style2005 a:link{font-family: Arial;font-size: 12px;color: #FFFFFF;}
.style2005 a:visited{font-family: Arial;font-size: 12px;color: #FFFFFF;}
.style2666 {font-size: 10px; font-family: Verdana;color: #FFFFFF }
.style2666 a:link {font-size: 10px; font-family: Verdana;color: #FFFFFF }
.style2666 a:visited {font-size: 10px; font-family: Verdana;color: #FFFFFF }
.style2666 a:hover {font-size: 10px; font-family: Verdana;color: #FFFFFF }

/*
//====================================================================== |
//==== Start Advanced BBCode Box MOD =================================== |
//==== v5.1.0 ========================================================== |
//====
*/
.postimage {
	cursor: pointer;
	cursor: hand;
}
.postimage:hover {
	background-color: #C2CFE5;
	cursor: pointer;
	cursor: hand;
}
/*
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |
*/


.chapasta {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #003366;text-decoration:none;}
.chapasta a:link{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #003366;text-decoration:none;}
.chapasta a:visited{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #003366;text-decoration:none;}
.meusrecados {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px;color: #003366;font-weight: bold;}
.optionpastas {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #252525;text-decoration:none;}
.optionpastas a:link{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #252525;text-decoration:none;}
.optionpastas a:visited{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #252525;text-decoration:none;}

/*  Borda redonda branca */
.bordaBox {bbackground: ttransparent; width:99%;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {height:1px;}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {background:#ffffff; border-left:1px solid #fff; border-right:1px solid #fff;}
.bordaBox .b1 {margin:0 5px; background:#fff;}
.bordaBox .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox .b3 {margin:0 2px;}
.bordaBox .b4 {height:2px; margin:0 1px;}
.bordaBox .conteudo {padding:5px;display:block; background:#ffffff; border-left:1px solid #fff; border-right:1px solid #fff;}
/*  FIM Borda redonda branca */


/*  Borda redonda colorida */
.bordaBox2 {bbackground: ttransparent; width:99%;}
.bordaBox2 .b1, .bordaBox2 .b2, .bordaBox2 .b3, .bordaBox2 .b4, .bordaBox2 .b1b, .bordaBox2 .b2b, .bordaBox2 .b3b, .bordaBox2 .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox2 .b1, .bordaBox2 .b2, .bordaBox2 .b3, .bordaBox2 .b1b, .bordaBox2 .b2b, .bordaBox2 .b3b {height:1px;}
.bordaBox2 .b2, .bordaBox2 .b3, .bordaBox2 .b4 {background:#D9E6F7; border-left:1px solid #fff; border-right:1px solid #fff;}
.bordaBox2 .b1 {margin:0 5px; background:#fff;}
.bordaBox2 .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox2 .b3 {margin:0 2px;}
.bordaBox2 .b4 {height:2px; margin:0 1px;}
.bordaBox2 .conteudo {padding:5px;display:block; background:#D9E6F7; border-left:1px solid #fff; border-right:1px solid #fff;}
/*  FIM Borda redonda colorida */

/*  Borda redonda colorida */
.bordaBox3 {bbackground: ttransparent; width:99%;}
.bordaBox3 .bb1, .bordaBox3 .bb2, .bordaBox3 .bb3, .bordaBox3 .bb4, .bordaBox3 .bb1b, .bordaBox3 .bb2b, .bordaBox3 .bb3b, .bordaBox3 .bb4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox3 .bb1, .bordaBox3 .bb2, .bordaBox3 .bb3, .bordaBox3 .bb1b, .bordaBox3 .bb2b, .bordaBox3 .bb3b {height:1px;}
.bordaBox3 .bb2, .bordaBox3 .bb3, .bordaBox3 .bb4 {background:#EFF4FC; border-left:1px solid #fff; border-right:1px solid #fff;}
.bordaBox3 .bb1 {margin:0 5px; background:#fff;}
.bordaBox3 .bb2 {margin:0 3px; border-width:0 2px;}
.bordaBox3 .bb3 {margin:0 2px;}
.bordaBox3 .bb4 {height:2px; margin:0 1px;}
.bordaBox3 .conteudo3 {padding:5px;display:block; background:#EFF4FC; border-left:1px solid #fff; border-right:1px solid #fff;}
/*  FIM Borda redonda colorida */