﻿A:link {text-decoration: none; }
A:visited {text-decoration: none; }
A:active {text-decoration: none ; }
A:hover {text-decoration: underline;}

body 
{
	font-family: Verdana;
	font-size: x-small;
	color: White;
}

td
{
	font-family: Verdana;
	font-size: x-small;
	color: White;
}

/* Label default */
.LabelDefault
{
	font-family: Verdana;
	font-size: x-small;
	color: White;
}

.LabelBlack
{
	font-family: Verdana;
	font-size: x-small;
	color: Black;
}

.LabelCinza
{
	font-family: Verdana;
	font-size: x-small;
	color: Gray;
}

.LabelRodape
{
	font-family: Verdana;
	font-size: 9px;
	color: #bdbdbf;
}

.LabelTitulo
{
	font-family: Verdana;
	font-size: x-small;
	color: #f6f6ff;
}

.LabelCinzaBold
{
	font-family: Verdana;
	font-size: x-small;
	color: Gray;
	font-weight: bolder;
}

.LabelLaranjaBold
{
	font-family: Verdana;
	font-size: small;
	color: #f16821;
	font-weight: bolder;
}

.LabelLaranja
{
	font-family: Verdana;
	font-size: x-small;
	color: #f16821;
}

/* TextBox Default */
.TextBoxDefault
{
	border-bottom: #f6f6ff 1px solid; 
	border-right: #f6f6ff 1px solid;
    border-top: #f6f6ff 1px solid; 
    font-size: 10px; 
    border-left: #f6f6ff 1px solid;
	color: gray; 
	font-family: Verdana;
	width: 100px; 
}

/* TextAreaDefault */
.TextAreaDefault
{
	border-bottom: #f6f6ff 1px solid; 
	border-right: #f6f6ff 1px solid;
    border-top: #f6f6ff 1px solid; 
    font-size: 10px; 
    border-left: #f6f6ff 1px solid;
	color: gray; 
	font-family: Verdana;
}

/* RadioButton Default */
.RadioButtonDefault
{
	border-bottom: #f6f6ff 1px solid; 
	border-right: #f6f6ff 1px solid;
    border-top: #f6f6ff 1px solid; 
    font-size: 6px; 
    border-left: #f6f6ff 1px solid;
	color: gray; 
	font-family: Verdana;
	width: 150px;
}

/* Botao Default */
.ButtonDefault
{
	border-bottom: #f6f6ff 1px solid; 
	border-right: #f6f6ff 1px solid;
    border-top: #f6f6ff 1px solid; 
    font-size: 10px; 
    border-left: #f6f6ff 1px solid;
	color: gray; 
	font-family: Verdana;
	width: 50px; 
}

/* ButtonSalvar */
.ButtonSalvar
{
	border-bottom: #f6f6ff 1px solid; 
	border-right: #f6f6ff 1px solid;
    border-top: #f6f6ff 1px solid; 
    font-size: 9px; 
    border-left: #f6f6ff 1px solid;
	color: gray; 
	font-family: Verdana;
	width: 30px; 
}

/* ButtonCancelar */
.ButtonCancelar
{
	border-bottom: #f6f6ff 1px solid; 
	border-right: #f6f6ff 1px solid;
    border-top: #f6f6ff 1px solid; 
    font-size: 9px; 
    border-left: #f6f6ff 1px solid;
	color: gray; 
	font-family: Verdana;
	width: 44px;
}

/* DropDownDefault Default */
.DropDownDefault
{
	border-bottom: #f6f6ff 1px solid; 
	border-right: #f6f6ff 1px solid;
    border-top: #f6f6ff 1px solid; 
    font-size: 10px; 
    border-left: #f6f6ff 1px solid;
	color: gray; 
	font-family: Verdana;
	width: 150px; 
}

/* Tabela Default */
table.TableDefault 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 9px;
color: #fff;
width: 475px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.TableDefault td 
{background-color: #f6f6ff;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.TableDefault td.tdDefault
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;} 

table.TableDefault td.tdCinza
{background-color: #bdbdbf;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;} 

table.TableDefault td.tdFooter
{background-color: #bdbdbf;
color: #fff;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;}

/* Tabela Lista Pedidos */ 
table.TableLista 
{text-align: right;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 9px;
color: #f16821;
width: 610px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.TableLista td 
{background-color: #f6f6ff;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.TableLista td.tdDefault
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;} 

table.TableLista td.tdObservacao
{background-color: #f6f6ff;
color: #fff;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;} 

table.TableLista td.tdCinza
{background-color: #bdbdbf;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;
width:20px;

} 

table.TableLista td.tdFooter
{background-color: #bdbdbf;
color: #fff;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;}
