/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A:link	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0000FF;
	}

.link_padrao
{
	font-family: verdana;
	font-size: 13px;
	color: #0000FF;
	text-decoration:	underline;
	font-weight: normal;
}

.td_menu_on
{
	border-right: #0b838e 1px solid;
	border-top: #0b838e 1px solid;
	font-size: 10px;
	background: #eeeeee;
	border-left: #0b838e 1px solid;
	color: #0b838e;
	font-family: Tahoma;
	text-align: center;
}
.td_menu_off
{
	border-right: #0b838e 1px solid;
	border-top: #0b838e 1px solid;
	font-size: 10px;
	background: #ffffff;
	border-left: #0b838e 1px solid;
	color: #999999;
	border-bottom: #0b838e 1px solid;
	font-family: Tahoma;
	text-align: center;
}
.td_menu_legenda
{
	border-right: #0b838e 1px solid;
	border-top: #0b838e 1px solid;
	font-size: 10px;
	background: #0b838e;
	border-left: #0b838e 1px solid;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align: center;
}
.td_orkut
{
	border-right: #0b838e 1px solid;
	font-size: 12px;
	background: #eeeeee;
	border-left: #0b838e 1px solid;
	color: #000000;
	border-bottom: #0b838e 1px solid;
	font-family: verdana;
	text-align: left;
	height: 100px;
	vertical-align:top;
}
.subtitulo1
{
	color: #000000;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
}
.td_erro
{
	font-size: 13px;
	color: #c60000;
	font-family: verdana;
	text-align: center;
	height: 100px;
	vertical-align:middle;
}
.textarea_apagado
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	margin: 3px;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #eeeeee;
}
