.printonly { DISPLAY: none }

@media Print 
{
	.dontprint { DISPLAY: none }
	.printonly { DISPLAY: inline }
}

body
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	background-image: url("/img/background.gif");
}
A:link
{
	font-size: 10px;
	color: #696969;
	font-family: Verdana;
	text-decoration: none;
}
A:hover
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	text-decoration: underline;
}
A
{	font-size: 10px;
	color: #696969;
	font-family: Verdana;
	text-decoration: none;
}

.status
{
	font-size: xx-small;
	color: red;
	font-family: Verdana;
	text-decoration: none;
}

.dropbox
{
	font-size: xx-small;
	font-family: Verdana;
}

.textfield
{
	font-size: xx-small;
	font-family: Verdana;
}
.botaonormal
{
	font-weight: bold;
	font-size: xx-small;
	color: dimgray;
	font-family: Verdana;
	height: 19px;
	background-color: WhiteSmoke;
}
.button
{
	font-weight: bold;
	font-size: xx-small;
	color: dimgray;
	font-family: Verdana;
	height: 19px;
	background-color: WhiteSmoke;
}
.GeneralLabel
{
	font-weight: bold;
	font-size: x-small;
	color: #cc0000;
	font-family: Verdana;
}
.Imagem
{
	height: 50px;
	width: 50px;
}

.PastaActual
{
	font: bold xx-small Verdana, Arial, sans-serif;
	color: #f5f5f5;
	border-bottom: #dcdcdc 1px solid;
	background-color: lightgrey;
}

.Grid_General
{
	font: bold xx-small Verdana, Arial, sans-serif;
	color: #f5f5f5;
	background-color: lightgrey;
}

.Grid_Item
{
	font: xx-small Verdana, Arial, sans-serif;
}

.Grid_Header
{
	font-weight: bold;
	color: black;
	background-color: white;
}

.Grid_Header_Thin
{

	font: bold xx-small Verdana;
	background-color: #ffffff;
}

.Grid_AlternatingItem
{
	font: xx-small Verdana;
	color: black;
	background-color: white;
}

.Grid_SelectedItem
{
	font: xx-small Verdana, Arial, sans-serif;
	color: black;
	background-color: lightgrey;
}
HR
{
	background-color: gainsboro;
}

.tblfolders
{
	BORDER-RIGHT: #dcdcdc 1px dashed; BORDER-TOP: #dcdcdc 1px dashed; BORDER-LEFT: #dcdcdc 1px dashed; BORDER-BOTTOM: #dcdcdc 1px dashed;
}

.textEditor
{
	font-size: xx-small;
	font-family: Verdana;
	width:958px;
}

.BarraTituloFundo {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url(/images/Fundo_titulo.gif);
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

.listView {
	border: 1px solid #9E9E9E;
}