/* ------------ Fonte -------------- */
p, a, body, td, tr, div {
font-style: tahoma; 
font-weight: normal;
font-size: 12px;
color: #7c607f;
font-family: tahoma;
line-height: 11px;
cursor: crosshair;
text-shadow: 1px 1px#3d3d3d;
}

/* ----------------- Link ------------------- */
a, a:link{
color: #adcc5b; height:0px; 
border-bottom: 0px dotted none;
font-family: tahoma;
font-size: 12px;
cursor: w-resize;
background: none;
TEXT-DECORATION: none;
}
a:hover {
color: #b6d760;
border-bottom: 1px dotted none;
font-family: tahoma;
font-size: 12px;
cursor: w-resize;
background: none;
TEXT-DECORATION: none;
}

/* ----------------- Estilos ---------------- */
b	{	cursor: w-resize; 
        color: #adcc5b;
	text-decoration: none;}


u  	{	cursor: w-resize; 
        color: #7c607f;
	text-decoration: none;}


i  	{	cursor: w-resize; 
        color: #adcc5b;
   	text-decoration: none;}

c  	{	cursor: w-resize; 
        color: #7c607f;
        background: #7c607f;
   	text-decoration: none;}


ul	{	cursor: w-resize; 
        color: #adcc5b;}

a img {
	filter:alpha(opacity=80); 
	-moz-opacity:0.80; 
	opacity:0.80;
	border: 1px solid none;
}

a:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity:1.0;
	border: 1px dotted none;
}


/* ------------------------------- Caixas ---------------------------------- */
input, textarea, select {
	font-family: tahoma; 
	font-size: 12px; 
        color: #7c607f;
	border: 1px solid #3d3d3d;
	-moz-border-radius: 4px 4px 4px 4px;
        background: url('http://i48.tinypic.com/mjtjme.png');
        background-color: #252525;
        }

.comentarios {
	font-family: tahoma; 
	font-size: 12px; 
        padding: 5px;
        color: #7c607f;
	border: 1px dashed #505050;
	-moz-border-radius: 5px 5px 5px 5px;
        background-color: #3d3d3d;
        width: 320px;
        }

/* ------------------------------- Tabelas ---------------------------------- */


.table3 {
        color: #7c607f;
        background-color: #252525;
        border-top: 1px solid #3d3d3d;
        border-left: 1px solid #3d3d3d;
        border-right: 0px solid #3d3d3d;
        border-bottom: 1px solid #3d3d3d;
	text-align: center;
        padding: 3px 3px 3px 3px;
        width: 390px;	
        -moz-border-radius: 2px 2px 2px 2px;
        line-height: 13px;
        font-family: tahoma;
}

.table4 {
        font: 12px tahoma;
        color: #7c607f;
        border-top: 1px solid #3d3d3d;
        border-left: 1px solid #3d3d3d;
        border-right: 1px solid #3d3d3d;
        border-bottom: 1px solid #3d3d3d;
        background-color: #3d3d3d;
	text-align: center;
	padding: 4px 4px 4px 4px;
        -moz-border-radius: 3px 3px 3px 3px;
	width: 400px;
}

