/*
  2008 © Kurenai Fansubber
  Por: Seyfertt ~ seyfertt@gmail.com
  Revisado: 18/11/2008
*/

/* Formatador geral do Site
------------------------------------------------------------------------------- */
* {
	text-decoration: none;
}

/* Outros
------------------------------------------------------------------------------- */
p {
	text-align: justify;
}

/* Links
------------------------------------------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}
.ancora:hover {
	color: #fff;
	text-decoration: none;
}

/* Links Adicionais
------------------------------------------------------------------------------- */
#menuA {
	margin: 0 0 20px 0;
	padding: 0;
}
#menuA li {
	margin: 0 10px 0 0x;
	list-style: none;
	clear: both;
}
#menuA li a {
	width: 180px;
	height: 24px;
	text-indent: -99em;
	overflow: hidden;
	display: block;
}

/* Vocabulário */
#menuA li.voc a {
	background: url(../imgset/vocal.gif) no-repeat;
}
#menuA li.voc a:hover {
	background: url(../imgset/vocal-rol.gif) no-repeat;
}

/* Configuração */
#menuA li.con a {
	background: url(../imgset/config.gif) no-repeat;
}
#menuA li.con a:hover {
	background: url(../imgset/config-rol.gif) no-repeat;
}


/* Corpo do site
------------------------------------------------------------------------------- */
body {
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	background: #6f6f6f;
	margin: 0;
	padding: 0;
}

/* Titulos
------------------------------------------------------------------------------- */
h3 {
	color: #fff;
	font: 25px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	margin: 0;
}

/* Geral
------------------------------------------------------------------------------- */
#geral {
	background: #4d4d4d;
	width: 766px;
	margin: 0 auto;
}

/* Topo
------------------------------------------------------------------------------- */
#topo {
	width: 766px;
	height: 150px;
	/*padding: 10px; */
	clear: both;
	background-color: #3d3d3d;
	background-repeat: no-repeat;
	text-align: center;
}

/* Meio
------------------------------------------------------------------------------- */
#meio {
	width: 100%;
    float: left;

}

/* Coluna Esquerda
------------------------------------------------------------------------------- */
#colEsquerda {
	background: #3d3d3d;
	width: 90%;
	height: auto;
	padding: 19px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* Titulos */
#colEsquerda h2 {
	font-size: 15px;
	margin: 30px 0 0 0;
}
#colEsquerda h4 {
	font-size: 18px;
	margin: 0 0 30px 0;
}
/* Menu */
#colEsquerda ul {
	list-style: outside  square;
}
/* Desenvolvido */
#colEsquerda .desenvolvido {
	margin: 30px 0 0 0;
}

/* Rodapé
------------------------------------------------------------------------------- */
#rodape {
	background: #3d3d3d;
	padding: 0;
	margin-top: 10px;
	clear: both;
}
#rodape p {
	padding: 20px;
}

#rodapeprop {
	background: #3d3d3d;
	width: 745px;
	margin-bottom: 20px;
	padding: 10px;
}

/* Menu
------------------------------------------------------------------------------- */
#barra {
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	width: 766px;
	height: 20px;
	padding: 0;
	background-image: url(../imgset/Barm-Mirc.gif);
	text-align: right;
}

#barramenu {
	color: #fff;
	padding: 0;
	text-align: right;
	height: 24px;
	background-image:url(../../assets/imgset/bgMenu.png);
	background-repeat: repeat;	
}

/* Fim Menu
------------------------------------------------------------------------------- */

/* Main Iframe
------------------------------------------------------------------------------- */
#Vocab {
	width: 690px;
	height: 700px;
	background-color: #3d3d3d;
	background-repeat: no-repeat;
	position: relative;
	border: 0;
	background: #3d3d3d;
	visibility: hidden;
	overflow: hidden;
	z-index: 0;
}

#Conf {
	width: 690px;
	height: 700px;
	background-color: #3d3d3d;
	background-repeat: no-repeat;
	position: relative;
	border: 0;
	background: #3d3d3d;
	visibility: hidden;
	overflow: auto;
	z-index: 1;
}


/* Links Iframes
------------------------------------------------------------------------------- */
#iframelink {
	width: 630px;
	float: left;
	padding: 20px;
	}

/* BG Geral */
#config {
	background: #3d3d3d;
	color: #FFFFFF;
	float:left;
}


/* Marcação 
------------------------------------------------------------------------------- */
.Amarelo {
	color: #FFFF00
}
.VermelhoB {
	color: #FF0000; font-weight: bold; 
}

.vermelho {
	color:#F00
}

.verde {
	color:#0F0
}
		
.Titulos {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#vocabu {
	text-decoration:none;
}

#SubTitulo {
	font-size: 14px;
	font-weight:bold;
	text-align: center;	
}
