/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../images/back.png);
}

#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/jogador.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
} 
#header {
	background-image:url(../images/back.png);
	color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 50px;
} 

#sidebar1 {
	width: 150px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}
#sidebar2 {
	width: 150px;
	padding: 5px;
	background-image: url(../images/orelha.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;	
}
#mainContent {

} 
#footer { 
	background:#db0707;
} 

.banner {
	position: static;
	top: 150px;
	left: 100px;
}

.moduletable-user1 {
	float: left;
	width: 49%;
	height: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/user1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.moduletable-user2 {
	float: right;
	width: 49%;
	height: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/user2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


a.desenvolvido:link, a.desenvolvido:visited {
  font-size         : 10px;
  font-weight       : normal;
  padding           : 2px 0px 2px 0px;
  color             : #FFFFFF;
  text-indent       : 10px;
  text-decoration: none;  
}
a.desenvolvido:hover {
  background-color: #0066CC;  
  text-decoration: none;
}


/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #db0707; text-decoration:none;}
a:link {color: #db0707;}
a:visited {color: #db0707;}
a:hover {color: #0d639c;}

a.image, a.image:hover  {border:0;}
li {}
ul {}

/* #######################  END GENERAL SETTINGS ############################ */

/* ######################  LAYOUT SETTINGS       ############################## */
/* Add here Div Wrappers of table formatting to layouts custom stuff*/
/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/	
/* Pathway Breadcrumbs */	
	.pathway {font-size: 11px;color:#333;}
	a.pathway:link {color:#659FDE;}
	a.pathway:visited {color:#659FDE;}
	a.pathway:active {color:#659FDE;}
	a.pathway:hover {color:#659FDE;text-decoration:underline;}
/* Mainlevel menu */
.mainlevel {height: 18px;}

a.mainlevel {
	display: block; /* links dos menus */
	background: #34486a;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	}
	
a.mainlevel:hover { /* links dos menus quando o mouse passa */
	color: #FFFFFF;
	background: #f3adad;
					}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel{height: 18px;}

a.sublevel{	display: block;
	background: #A0A0A0;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
		}

   a.sublevel:hover {
	display: block;
	color: #FFFFFF;
	background: #822C0F;}
/* End Sub Menu */

/*##################### NAVIGATION SECTION #####################*/	

/* ##################### STANDARD MODULE TABLE  #################*/      

table.moduletable { /* módulo inteiro */
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

table.moduletable th { /* título do módulo */
	background: #2F3E57;
	height: 18px;
	color: #FFFFFF;
	padding: 5px;
	margin: 100px;
}

table.moduletable td { /* células nos módulos - obs.: a.mainlevel são os links dos menus*/
	height: 18px;
}

/* Module wrappers for round conners module style -3*/
div.module {
width: 100%;
}

/* Font Control */

/* Title Control */

div.module h3 { 
color: #FFFFFF;
text-align: center;
}

/* List Control */

.module ul {}

.module li {}

/* Link Control*/

.module a:link{}
.module a:visited {}
.module a:hover {}
.module a:active {}

.module {background: url(../images/bl_grey.gif) 0 100% no-repeat #dddddd; width: 20em; margin-bottom: 10px;}

.module div {background: url(../images/br_grey.gif) 100% 100% no-repeat}

.module div div {background: url(../images/tl_grey.gif) 0 0 no-repeat}

.module div div div {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}

.module div div div div {background: none;}

/* Add here Custom Modules */

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/   	

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
font-size: 16px;
width: 100%;
font-weight: bold;
color: #659FDE;
}
/* content title and links */
.contentpagetitle {background-color : White; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: normal; color: #FF6600;border-bottom: 0px;}
a.contentpagetitle:hover {color: #000;border-bottom: 0px  dashed #CCCCCC;text-decoration: none;}
/* top box like a category description */
.contentdescription {background-color : White;}
/* Main Body Text */
/* .contentpane {background: White;}
.contentpaneopen {background-color: White;} */
/* Main Body Text */
/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}
/* icons */
.buttonheading{font-size: 12px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}
/* Dates */
.createdate {color: #666; font-size:.8em; font-weight: normal;}
.modifydate {font-size: 10px;color: #666;text-decoration: none;font-weight: normal;}
.newsfeeddate {font-size: 10px;color: #FF6600;font-weight: normal;}
/* Writen by Authors name */
.small {color: #666;}
/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenavbar {font-size:10px;color:#999999;} /* Define o estilo para o rodapé de navegação
  ( "<<Início <Anterior Seguinte> Fim>>")
quando eles não aparecem como hyperlinks (quando apenas alguns artigos existentes).*/
.pagenavbar:link {font-size:10px; text-decoration:none;} /* Estilo para o rodapé de navegação
( "<<Início <Anterior Seguinte> Fim>>") quando se tornam LINKS */
.pagenav{font-size: 10px;  color: #CC6600; text-decoration:none; }
.pagebar{font-size: 10px; text-decoration:none;}
.pagenav_prev{font-size: 10px;  color: #FF6600;  text-decoration:none;}
.pagenav_next{font-size: 10px;  color: #FF6600; text-decoration:none; }
a.pagenav {color: #CC6600; border-bottom: 0; text-decoration:none;}
a.pagenav:hover {color: #659FDE; border-bottom: 0; text-decoration:none;}
.pagenavcounter{height: 15px;}
.back_button{font-size: 12px; height: 15px;  }
/* Read more link */
.readon{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 13px; color:#FF6600;font-weight: bold;
}
/* Article index  {mospagebreak} */
table.contenttoc {
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	border: 1px dotted #0d639c;
}
	
table.contenttoc th {
color: #0d639c;
}
	
table.contenttoc td {padding: 2px;}

/* Links article index */
	a.toclink:visited, a.toclink:link {color: #2F3E57; height: 18px; text-decoration:none;}
	a.toclink:hover {color: #db0707; height: 18px; text-decoration:none; }
/* End Article index  */

/*  component heading */
.componentheading {
    font-size: 1.5em;
    font-weight: bold;
    color: #659FDE;
    text-align:left;
	 background-color: White;
	}
	
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color:#659FDE;
	color: #333;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	padding: px;
	}

/* Table odd and Even Rows */
.sectiontableentry1 {background-color:#FFF4F4 ;font-size: 11px; padding: 2px;}
.sectiontableentry2 {background-color:#ECF7FF;font-size: 11px;padding: 2px;}
.sectiontablefooter{height: 18px; }
/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited, a.category:hover  {	height: 15px;  }
/* End category */

/* blogsection */
.blog {background-color : #FFFFFF; width:100%;}
.blogsection{	height: 18px;  }
.blog_more{	}
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : #FFFFFF;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #010101;
background: #DDEEFF;
padding: 0px 2px 0px 2px;}
/* End Search Form */
/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

/* ##################### FORM SECTION  #####################*/	
form{font-size: 12px}
input {
font-family: Arial, Verdana, Helvetica, sans-serif; 
background-color:#FFFFFF; font-size: 13px; color: #333;
}
.inputbox {background: #ECF7FF;}
.text_area {background: #ECF7FF; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {border: 1px solid #0066CC; background: #659FDE;color: White;}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* ##################### END FORM SECTION  ##################### */	

/* ###################### TABBED EDITING ###################### */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
   }
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	background-color: #FF6600;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* ###################### End TABBED EDITING ###################### */	