/* general classes */
body {
	background-image: url(img/fundo_1.png);
	background-repeat: repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #000000;
}

a:hover {
	text-decoration : none;
	color : #639cce;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

p.catlist {
	margin-top: 0;
	margin-bottom: 0;
}

th,td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

hr {
	border : 1px solid #D3D3D3;
}

.topgrey {
	background-image: url(img/menu_grey.gif);
	background-color: #f6f6f6;
}

.violet {
	font-weight: bold;
	font-size: 11px;
	color: #5d5d78;
	font_family: Verdana, Arial, Helvetica, Serif;
	background-color: #ffffff;
}

.midinfo {
	border-top: 0px;
	background-color: #fbfbfb;
	background-image: url(img/midinfo.gif);
}

.centermain {
}

.error {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Red;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtable {
}

.centerboxtitle {
	color: #5b5b5b;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
}
.centerboxtext {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	color: #000000;
}
.sideboxtable {
}
.sideboxtitle {
	color: #5b5b5b;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
}
.sideboxtext {
	font-family: verdana, arial, helvetica, serif;
	color: #000000;
	font-size: 11px;
}

.plainboxtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;	
    font-weight : bold;
	background : #DCDCDC;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
	color : #333333;

}

.plainboxtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EFEFEF;
	color : BLACK;
}

/* these are used by the theme only - do not use outside theme!*/
.pgprocessed {
	color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pgprocessed a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pgprocessed a:hover {
	color: #639cce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/* user card */
.userexttable {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	color : #ffffff;
	background : #333333;
}

.usertoppanel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EAEAEA;
	color : #333333;
}

.userbottompanel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}

.myaccount1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #CDCDCD;
	color : #333333;
}

.myaccount2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EFEFEF;
	color : #333333;
}
.otbl {
	font-family : Verdana;
	font-size : 11px;
	color: Black;
	background: #FAFAFA;
	border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}

.btn{
	width: 23px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 1px solid White;
}
.btnOver {
	width: 23px;
	height: 22px;
	border : 1px outset Black;
	background : Silver;
}

/* CODE TAGS */

table.phphighlight {
	margin: 2px 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}
.codewrap table.phphighlight {

}
table.phphighlight td {
	vertical-align: top;
}
table.phphighlight td,
table.phphighlight td code {
	margin: 0;
	color: #000;
	font: 12px/125% "courier new", courier, monospace;
	white-space: nowrap;
}
table.phphighlight td.phphighlightline {
	text-align: right;
	width: 4ex;
	padding: 4px;
	border: none; /*	border: 1px solid #000;*/
	background-color: #e6e4e1;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}
table.phphighlight td.phphighlightcode {
	padding: 0;
	border: none;
	border-right: 1px solid #000;
}
.codewrap table.phphighlight td.phphighlightcode div {
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	padding-bottom: 16px;
}
table.phphighlight td.phphighlightcode code {
	display: block;
	padding: 4px;
	background-color: #fefefe;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
img.klipklap {
	margin-right: 2px;
}

.hand {
	cursor: pointer;
}

/* Aqui comeca o style do upload de cartazes */
#container {
	margin: auto;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}

#container #header #header_left {
	float: left;
	background-image: url(img/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}

#container #header #header_right {
	background-image: url(img/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}

#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sbtn    {
	background-image: url(img/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(img/button.gif);
}

#container #content #form1 legend {
	padding: 5px;
	margin: auto;
}

form {
	margin: 10px 5px 0px 5px;
}

#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}

label {
	padding: 0px;
	text-align: center;
}

.msg {
	text-align:left;
 	color:#666;
	background-repeat: no-repeat;
 	margin-left:30px;
   margin-right:30px;
	padding:5px;
   padding-left:30px;
}

.emsg {
	text-align:left;
	margin-left:30px;
   margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
   padding-left:30px;
}

#loader{
   visibility:hidden;
}

#f1_upload_form{
   height:100px;
}

#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

#f1_upload_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#f1_upload_process{
	z-index:100;
	visibility:hidden;
	position:absolute;
	text-align:center;
	width:400px;
}

.twitter{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	line-height:14pt;
	background:url(../../images/follow_me.png) no-repeat;
	height:80px;
	width:160px;
	padding:35px 0 0 20px;
	text-decoration:none;
	cursor:pointer;
}

.twitter_container{
	color:#444;
	font-size:10px;
	width:160px;
	margin: 0 auto;
}

.twitter_container a{
	color:#0066CC;
	font-weight:bold;
}

.twitter_status{
	height:60px;
	padding:6px;
	border-bottom:solid 1px #DEDEDE;
}

.twitter_image{
	float:left;
	margin-right:10px;
	border:solid 2px #DEDEDE;
	width:20px;
	height:20px;
}

.twitter_posted_at{
	font-size:8px;
	padding-top:4px;
	color:#999;
}

.topo{
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
}

.topo_login{
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
}

/* Aqui inicia o style do slideshow */
#slideshow {
	list-style:none;
	color:#fff;
}

#slideshow span {
	display:none;
}

#wrapper {
	width:100%;
	display:none;
}

#wrapper * {
	margin:0;
	padding:0;
}

#fullsize {
	position:relative;
	width:100%;
	height:281px;
}

#information {
	position:absolute;
	bottom:0;
	width:100%;
	height:0;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
}

#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
}

#information p {
	padding:0 8px 8px;
}

#image {
	width:100%;
	height:281px;
}

#image img {
	position:absolute;
	z-index:25;
	width:auto
}

.imgnav {
	position:absolute;
	width:25%;
	height:281px;
	cursor:pointer;
	z-index:150;
}

#imgprev {
	left:0;
	background:url(img/left.gif) left center no-repeat;
	margin-left:22px;
	margin-top:230px;
	width:38px;
	height:48px;
	
}

#imgnext {
	right:0;
	background:url(img/right.gif) right center no-repeat;
	margin-right:21px;
	margin-top:230px;
	width:38px;
	height:48px;
}

#imglink {
	position:absolute;
	height:281px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40);
}

.linkhover {
	background:url(img/link.gif) center center no-repeat;
}

#thumbnails {}

#slideleft {}

#slideleft:hover {}

#slideright {}

#slideright:hover {}

#slidearea {}

#slider {}

#slider img {}

/* Inicio do novo slideshow */
#imageContainer {
	height:375px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0px; left:0px;
	height:375px;
	width:500px;
	border:0px;
	opacity: -0.01;
}
 