

/*-- GLOBAL TAGS --*/

html, body {
	height:1%;
}

html>body .container {
    height:auto;
}

body {
	background-image:url(../_imgs/bg.gif);
    background-repeat:repeat-y;
   	background-position:center;
    background-color:#F0F0F0;
	margin:15px 10px;
}

a {
	color:#3B1721;
    text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div, p, td, input, textarea {
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    line-height:18px;
    margin:0;
    padding:0;
    vertical-align:top;
}

h1, h2, h3 {
    font-size:16px;
	margin:0;
	padding:0;
}

h1 {
	color: #3B1721;
    margin-bottom:5px;
}

h2 {
	background-image:url(../_imgs/h2.gif);
	background-repeat:no-repeat;
    background-position:0 3px;
	color: #EC184A;
    margin-bottom:15px;
	padding-left:17px;
}

h3 {
	color: #999;
    margin-bottom:5px;
}

h4 {
	background-image:url(../_imgs/2011/bgTitle.gif);
	background-repeat:no-repeat;
    background-position:0 10px;
	color: #999;
    font-size:24px;
    font-weight:normal;
    margin:0 0 0 10px;
	padding:0 0 15px 25px;
}

img {
	border:0;
}

object {
	line-height:0;
}

p {
	margin:8px 0;
}

table {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

td {
	border:0;
	border-collapse:collapse;
	margin:0;
    padding:0;
}


/*-- FORM CLASSES --*/

input {
	background-color:#F9F9F9;
	border:1px solid #DDD;
    margin-bottom:10px;
    padding:3px 5px;
}

select {
	background-color:#F9F9F9;
	border:1px solid #DDD;
	font-size:12px;
    font-style:italic;
}

textarea {
	background-color:#F9F9F9;
	border:1px solid #DDD;
    height:150px;
    margin-top:10px;
    padding:5px 10px;
	width:924px;
}

.clearInput {
	background-color:transparent;
    border:none;
	padding:2px 0;
}

/*-- BUTTONS --*/

a:hover.button {
	text-decoration:none;
}

.button {
	background-color:#EC184A;
	background-image:url(../_imgs/h2.gif);
	background-repeat:no-repeat;
    background-position:1px 2px;
    color:#FFF;
    font-size:11px;
	font-weight:normal;
    padding:0 5px 1px 13px;
}

.clear, .close {
	background-image:url(../_imgs/butClear.gif);
}

.delete {
	background-color:#3B1721;
	background-image:url(../_imgs/butDelete.gif);
    padding-left:15px;
}


/*-- GLOBAL CLASSES --*/

.boxColor1 {
	background-color:#F0F0F0;
}

.boxColor2 {
	background-color:#CCC;
    color:#FFF;
    font-weight:bold;
    padding:3px 10px;
}

.boxColor2 span {
	color:#3B1721;
}

.boxContent {
	padding:15px 17px;
}

.clearfix {
	clear:both;
}

.container {
	clear:both;
	height:1%;
	margin:0 auto 8px;
	min-height:1%;
	width:980px;
}

.dotBorder {
	border-bottom:1px dotted #999;
}

.hColorBg {
	background-color:#3B1721;
    color:#FFF;
    font-size:10px;
    font-weight:normal;
    padding:2px 5px;
}

.imgLeft {
	float:left;
    width:100px;
}

.txtRight {
	float:left;
    left:100px;
    width:840px;
}

.txtSmall {
	font-size:12px;
    margin:5px 0 0;
}

.txtMedium {
	font-size:14px;
}

.txtLarge {
	font-size:22px;
}


/*-- HEADER IDs --*/

#langSelec {
	color:#CCC;
	float:right;
    font-size:10px;
    padding-top:25px;
}

#langSelec a {
	font-weight:bold;
}

#mainBar {
	background-color: #EC184A;
	clear:both;
	margin-top:12px;
	padding:12px 15px 7px;
}

#mainBar img {
	border:none;
}

#mainBar div div {
    float:left;
}

#mainBar div #lgn {
	background-color:#F0F0F0;
    height:20px;
    margin-right:10px;
    overflow:hidden;
    padding:2px 0 0;
    text-align:center;
    width:55px;
}

#mainBar div #lgn a {
	font-weight:bold;
	text-transform:uppercase;
}

#mainBar div #lgn a:hover {
	text-decoration:none;
}

#menu {
	background-color: #3B1721;
    margin-top:3px;
    padding:3px 15px;
}

#menu a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-right:11px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover, #menu .menuOn {
	color:#80C78B;
}

#menu select {
	font-size:11px;
    height:18px;
	margin-top:0px;
    padding:0px;
}

#breadcrumb {
	font-size:11px;
	margin:-4px auto 4px;
	width:980px;
}


/*-- FILMHEADER IDs --*/

#filmHeader {
	background-image:url(../_imgs/bgFilmHeader.gif);
}

#filmHeader #title {
	float:left;
    padding:10px 12px;
    width:704px;
}

#filmHeader #actions {
    background-color:#CCC;
	background-image:url(../_imgs/bgVote.jpg);
    background-repeat:repeat-x;
	float:left;
    left:728px;
    width:252px;
}

#filmHeader #actions div {
	border-left:1px solid #F0F0F0;
	float:right;
    min-height:75px;
    padding-top:15px;
    text-align:center;
    width:83px;
}

#filmHeader #actions div a {
	color:#999;
    font-weight:bold;
    line-height:12px;
    text-decoration:none;
}

#filmHeader #actions div a img {
	margin-bottom:3px;
}

/*-- FILM IDs --*/

#film {
	background-image:url(../_imgs/bgFilm.gif);
}

#film #movie {
	border-right:8px solid #FFF;
	float:left;
    width:720px;
}

#film #synopsis {
	float:left;
    left:728px;
    width:252px;
}

#film #synopsis div {
	padding:15px 17px;
    line-height:17px;
}

#film #synopsis div span, #credits span {
	color:#3B1721;
	font-weight:bold;
}


/*-- OTHER IDs --*/

#aboutDirector .imgLeft {
	width:120px;
}

#aboutDirector .txtRight {
	float:left;
    left:120px;
    width:820px;
}

#aboutDirector img, #comments img {
	border:1px solid #555;
    height:auto;
    width:100px;
}

#others img {
	border:1px solid #555;
    height:90px;
    width:160px;
}

#others .boxContent div div {
	float:left;
    margin:0 13px;
}

#others .boxContent div div h1 {
    margin:10px 0;
    width:160px;
}

#others .clearfix, #comments .clearfix {
	padding-top:15px;
    text-align:right;
}

#comments h1 {
	margin-bottom:0;
}

#comments .dotBorder .clearfix {
	padding-top:0;
}

#commTwitter {
	background-color:#DDD;
	float:left;
	width:480px;
}

#commTwitter img {
	height:auto;
    margin-right:5px;
	width:auto;
}

#about h1 {
	font-size:48px;
    line-height:55px;
    margin-bottom:20px;
}

#about .boxContent {
	background-image:url(../_imgs/bgAbout.gif);
    background-repeat:no-repeat;
    background-position:40px 100px;
	padding-left:400px;
}

/*-- JQUERY STYLES --*/

#mask {
  background-color:#000;
  display:none;
  position:absolute;
  top:0;
  left:0;
  z-index:8;
}

#modalBox .boxContent {
  margin:20px 0;
}

#modalBox .modalGenerics {
  display:none;
  position:relative;
  z-index:10;
}

#modalBox .modalSign {
  background-color:#F0F0F0;
  border:10px solid #CCC;
  position:absolute;
}

#modalBox input {
  color:#EC184A;
  margin:3px 0 15px;
  width:240px;
}

#modalBox textarea {
  color:#EC184A;
  margin:3px 0 15px;
  width:230px;
}

#modalBox #login .boxContent {
  padding:0 30px;
}

#modalBox #close, #actionsOpen #close {
  float:right;
  height:15px;
  line-height:14px;
  overflow:hidden;
  position:relative;
  top:0;
  width:15px;
}

#modalBox .clearfix {
  margin-top:5px;
  padding:0;
  text-align:right;
}

.errOut {
	background-color:#3B1721;
    color:#FFF;
    display:none;
    margin:15px 0;
    padding:2px 5px;
    text-align:center;
    width:240px;
}

#modalBox #login input, #modalBox #login .errOut {
	width:150px;
}

#contact textarea {
	height:100px;
}

.tab {
	background-color:#DDD;
    float:left;
    margin-right:3px;
    padding:10px 15px 0;
}

.tabOff {
	background-color:#F0F0F0;
}

.tabOff h2 {
	background-image:url(../_imgs/h2Off.gif);
	background-repeat:no-repeat;
    background-position:0 3px;
	color: #CCC;
    margin-bottom:15px;
	padding-left:17px;
}

#myListUser {
	margin-top:-5px;
}

#myListUser #holder {
	background-repeat:repeat-y;
}

#myListUser h1 {
	margin-bottom:0;
}

#myListUser .imgLeft {
	border:1px solid #555;
	overflow:hidden;
    height:90px;
	width:160px;
}

#myListUser .txtRight {
	float:left;
    margin:28px 0 0 10px;
    width:auto;
}

#myListUser .boxContent .txtRight a {
	margin-top:10px;
}

#myListUser img {
    width:180px;
    height:auto;
}

#myListUser .boxContent div h1 {
	color:#3B1721;
    text-transform:uppercase;
}

#myListUser .boxContent div {
	font-size:11px;
    line-height:normal;
    margin-bottom:10px;
}

#myListUser .boxContent div div, #myListUser .boxContent div b {
	color:#EC184A;
    font-size:11px;
}

#myListUser .txtRight div {
	margin:0 0 10px 0;
}

.boxColor2 a {
	font-weight:bold;
    margin-left:5px;
}

.tab a:hover {
	text-decoration:none;
}

#actionsOpen {
	background-image:url(../_imgs/bgVote.jpg);
    background-repeat:repeat-x;
	border-left:1px solid #F0F0F0;
    display:none;
	float:left;
    min-height:90px;
    width:251px;
}

#actionsContent {
    margin:15px 25px 10px;
}

#actionsContent div {
	color:#3B1721;
}

#actionsContent input {
    color:#EC184A;
	font-size:10px;
    height:10px;
    width:120px;
}

#credits .txtRight {
	float:right;
    left:auto;
    width:410px;
}

#galery {
	background-image:url(../_imgs/_galery/bg.gif);
}

#galery p {
	font-size:14px;
    line-height:22px;
    margin-bottom:30px;
}
    
#galery .txtRight {
	float:right;
    left:auto;
    width:350px;
}

#galery span {
	color:#555;
    font-weight:normal;
}

#galPic {
	border:1px solid #000;
	margin-bottom:30px;
}

#galThumbs img {
	border:1px solid #000;
    margin-right:6px;
    width:78px;
    height:52px;
}

#galTela {
	background-color:#EC184A;
    color:#FFF;
    font-size:24px;
    font-weight:bold;
    margin-top:24px;
    padding:5px 20px;
}

#votacao {
	width:100%;
}

#votacao .boxContent {
	padding:5px 8px;
	width:100%;
	white-space:nowrap;
}

#opening {
	margin:0 auto;
	width:980px;
}

#opening div #thumb {
	border:1px solid #CCC;
	float:left;
    margin:5px 7px 5px 0;
    padding:2px;
}

#divGalBh {
    background-image:url(_imgs/_galery/bh/0.jpg);
    color:#FFF;
    float:left;
    height:117px;
    margin-right:20px;
    padding:20px 15px;
	width:200px;
}

#comSelector h2 {
	background-image:none;
    font-size:12px;
	padding-left:0;
}

#comSelector {
	background-color:#F0F0F0;
	border-top:2px solid #FFF;
    border-right:2px solid #FFF;
    margin-right:5px;
}

#comments .container .tabOff {
	background-color:#F6F6F6;
}

a {
	color:#ED174C;
}

#ficha2011 #close .close {
	background-color:#ED174C;
	background-image:url(../../_imgs/butDelete.gif);
}

#ficha2011 .boxContent {
	padding: 2px 50px;
}

#ficha2011 .boxContent .clearfix .button {
	background-image:url(../../_imgs/2011/h2.gif);
	background-color:#ED174C;
}

#ficha2011 .boxContent .clearfix .back {
	background-image:url(../../_imgs/2011/h2_back.gif);
    margin-right:10px;
}

#form2011 input, #form2011 textarea, #form2011 select {
	color:#3D1921;
	margin:0 0 5px 10px;
}

#form2011 textarea {
	margin-left:0px;
}

#mainBarFicha {
	background-color:#ED174C;
	border-bottom:8px solid #3D1921;
	clear:both;
	margin-top:12px;
	padding:12px 15px;
}

#ficha2011 .boxContent #tit {
	background-color:#FFF;
    color:#3D1921;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
    margin:2px 0;
    padding:10px 15px;
    text-transform:uppercase
}

#menuFicha {
	background-color:#FFF;
    height:19px;
    padding:0;
    margin-bottom:55px;
}

#menuFicha div {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    float:left;
    height:19px;
	padding:0 48px 0 32px;
    text-transform:uppercase;
}

#menuFicha .atual {
	background-color:#E2E1E1;
	background-image:url(../../_imgs/2011/atual.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#3D1921;
}

#menuFicha .ant {
	background-color:#F5F5F5;
	background-image:url(../../_imgs/2011/ant.gif);
	background-repeat:no-repeat;
	background-position:right;
    color:#CCC;
}

#menuFicha .ant2 {
	background-color:#F5F5F5;
	background-image:url(../../_imgs/2011/ant2.gif);
	background-repeat:no-repeat;
	background-position:right;
    color:#CCC;
}

#menuFicha .prox {
	background-color:#FFF;
	background-image:url(../../_imgs/2011/prox.gif);
	background-repeat:no-repeat;
	background-position:right;
   	color:#CCC;
}

.ruleTit {
	background-color:#ED174C;
    color:#FFF;
    font-weight:bold;
    padding:1px 5px;
    margin:30px 0 12px;
}

.ruleSubTit {
    color:#ED174C;
    font-weight:bold;
}

#ficha2011 ul {
	padding:0;
	margin:0 0 0 12px;
}

#ficha2011 li {
	background-image:url(../../_imgs/2011/li.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style:none;
    margin:5px 0;
    padding-left:10px;
}