@charset "UTF-8";
/* CSS Document */
/* project website: Gubiani.adv.br - Tarcísio Jacob Gubiani Advogados */

/* BODY ----------------------------------------------------- */
body {
	background-color: #030303;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
/* TEXTS ---------------------------------------------------- */

.textDefault		{font-family:Helvetica, Arial, sans-serif; font-size: 12px; color: #989898; font-weight: bold; line-height:22px;}
.textWhite			{font-family:Helvetica, Arial, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; line-height:22px;}
.textLinks			{font-family:Helvetica, Arial, sans-serif; font-size: 12px; color: #DDB825; font-weight: bold;}
.textDate			{font-family:Helvetica, Arial, sans-serif; font-size: 10px; color: #494949; font-weight: bold;}
.textTitle			{font-family:Helvetica, Arial, sans-serif; font-size: 18px; color: #FFFFFF; font-weight: bold;}
.textGold			{font-family:Helvetica, Arial, sans-serif; font-size: 12px; color: #DDB825; font-weight: bold;}
.textBottom			{font-family:Helvetica, Arial, sans-serif; font-size: 9px; color: #323232; font-weight: bold;}
.textGod			{font-family:Helvetica, Arial, sans-serif; font-size: 9px; color: #DDB825; font-weight: bold;}

/* COLORS --------------------------------------------------- */

.box	{background-color: #0c0c0c;}
.line	{background-color: #222222;}


/* LINKS ---------------------------------------------------- */

a:link, a:active, a:visited 	{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #DDB825;
	font-weight: bold; 
	text-decoration: none;
	}
a:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #DDB825;
	font-weight: bold;  
	text-decoration: underline;
	}
	
a.bottom:link, a.bottom:active, a.bottom:visited 	{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #323232;
	font-weight: bold;
	text-decoration: none;
	}
a.bottom:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #444444;
	font-weight: bold; 
	text-decoration: none;
	}

a.news:link, a.news:active, a.news:visited 	{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #989898;
	font-weight: bold; 
	text-decoration: none;
	line-height:20px;
	}
a.news:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #989898;
	font-weight: bold; 	
	text-decoration: underline;
	line-height:20px;
	}
	

/* FORMS ---------------------------------------------------- */

form {
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.input	{font-family: Tahoma, Geneva, sans-serif; font-size: 10px; color: #333333; font-weight: normal;}

.inputForm	{font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #333333; font-weight: normal; background-color:#FFF; border-color: #999; border-style: solid; border-width: 1px;}

/* Message Box */
#message_box { 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 10; 
	padding:5px;
	margin: auto;
	text-align:center; 
	font-weight:bold; 
	width:99%;
}

/* Error Mensage */
.boxError 	{background-color: #EBCCCC; border-color:#990000; border-style: solid; border-width: 1px;
			font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; font-weight:normal; color: #990000;
}

/* Sucess Mensage */
.boxSucess 	{background-color: #D0E6D1; border-color:#0E6112; border-style: solid; border-width: 1px;
			font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; font-weight:normal; color: #0E6112;
}


