/*
 +-------------------------------------------------------------------------+
 | Arquivo CSS do www.CANALBOTAFOGO.com.br                                 |
 | Autor: Valerio Lopes; webmaster@canalbotafogo.com                       |
 | Fique a vontade para aprender algo..                                    |
 +-------------------------------------------------------------------------+
*/

/* Elementos da Página */

body {
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  scrollbar-face: silver;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-shadow-color: #F3F3F3;
  scrollbar-3dlight-color: #c0c0c0;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #C0C0C0;
  scrollbar-darshadow-color: #c0c0c0
}
a {
	color: #666666;
  text-decoration: none;
}
a:hover {
  background: none transparent scroll repeat 0% 0%;
  color: #000000;
  text-decoration: none;
}

.edit{
  border-width:1px;
  border-color:#000000;
  width:85%;
}

div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #999;
  color: #FFF;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

/* Cadastro */

.editCadastro{
  border-width:1px;
  padding-left:0px;
  border-color:#000000;
  width:160px;
  float:left;
}

.leftCadastro {
	width:125px;
	height:10px;
	float:left;
	margin-top:10px;
	text-align:right
}

.rightCadastro {
	width:320px;
	height:20px;
	float:left;
	margin-left:3px;
	margin-top:3px
}


/* Botões */

.botao {
	background-color: #808080;
	color: #FFFFFF;
}

/* Select */

.selectMultimidia {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	background: silver;
}
/* Div's comentários */

.divPai {
	border-width: 1px;
	border-style: solid;
	border-color: #111111;
	width: 52%;
	height: 150px;
	background: #CCCCCC;
}

.divAvatar {
	float:left;
	margin-left: 1px;
	margin-right: 6px;
	width: 24%;
	height: 150px;
	overflow: auto;
	border-right-color: #111111;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
}

.divTexto {
	float:left;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 1px;
	width: 72%;
	height: 147px;
	overflow: auto;
	text-align: left;
}

/*  Fontes */

.fComment {
	font-family-name: Verdana;
	font-size: x-small;
}

/* Menu (Créditos: www.maujor.com) */

body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 127px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 126px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: bold;
	color: #000000;
	background: #CCCCCC url(imagens/arrow.gif) right center no-repeat; /* IE6 Bug */
	padding-left: 8px;
	padding: 5px;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: gray; background: #E6E6E6; } /* Hover Styles */

li ul li a { padding: 2px 5px; background: #CCCCCC; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */