html {
    height: 100%;
}
body {
    /*height: 100%;*/
    margin: 0;
    font: 12px Arial,Helvetica,sans-serif;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}
/*H1 STYLES*/
h1 {
	font-family:Tahoma;
	font-size:16px;
	color:#fff;
	/*font-weight: bold;*/
	padding-top: 10px;
}
h2 {
	font-family:Tahoma;
	font-size:14px;
	color:#fff;
	/*font-weight: bold;*/
	padding-top: 5px;
}
h3 {
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	/*font-weight: bold;*/
	padding-top: 5px;
}


/*LINKS GERAIS*/
/*a{ 
	color:#006699; 
	text-decoration:undeline;
}
a:hover{ 
	color:#AEBCCA;
	text-decoration:none;
}
a:active{ 
	color:#AEBCCA; 
	text-decoration:none;
}*/

a:link {
	font-family: Verdana;
	font-size: 17px;
	color:#D80073;
	text-decoration:none;
}
a:visited {
	font-family: Verdana;
	font-size: 17px;
	color:#D80073;
	text-decoration:none;
}
a:hover {
	font-family: Verdana;
	font-size: 17px;
	color:#000;
	text-decoration:none;
}

a:active {
	font-family: Verdana;
	font-size: 17px;
	color:#D80073;
	text-decoration:none;
}
td
{
height:40px;
/*vertical-align:middle;*/
}






#tdorder{
	height:40px;
	vertical-align:middle;
	border-bottom-style: solid;
	border-bottom-color: purple; 
	border-bottom-width: 1px; 
}
#thorder{
	height:40px;
	vertical-align:middle;
	font: 12px "Tahoma",sans-serif;
	font-weight:bold;
	border-top-style: solid;
	border-top-color: purple; 
	border-top-width: 1px;
	border-bottom-style: double; 
	border-bottom-color: purple; 
	border-bottom-width: thick;
}

/*IMAGEM E LINK PARA FORM DE INTRODUÇÃO DE PRODUTO*/
#addprodform{
	float:right;
	width:28px;
	height:28px;
	background-image:url(images/icons/addprodform.png);
	background-repeat:no-repeat;
	display: block;
}
#linkaddform{
	display:block;
	width:28px;
	height:28px;
}

/*STYLES INPUT FORM*/
input[type=text], textarea, select
{
    background-color: #F9D0EE;
    border: 2px solid #929292;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    padding: 6px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #000;
}
input[type="button"]
{
    background-color: #D80073;
    border: 2px solid #929292;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    font-family:Arial,Helvetica,sans-serif;
    /*font-size: 18px;*/
    color: #fff;
	width:125px;
	height:40px;
	/*margin-left:35px;*/
	display:block;
}
input[type="SUBMIT"]
{
    background-color: #D80073;
    border: 2px solid #929292;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    font-family:Arial,Helvetica,sans-serif;
    /*font-size: 18px;*/
    color: #fff;
	width:125px;
	height:40px;
	/*margin-left:35px;*/
	display:block;
}
.DropStyles{
    background-color: #F9D0EE;
    border: 2px solid #929292;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
    width: 250px;
}





hr {
        border: 1px dashed #A4C400;
       /*background-color: #A4C400;*/
       margin : 1em 0;
       }



/*STYLE TO CHECKBOX*/
input[type=checkbox] {
  font-size: 16px;
  position: relative;
  border: 1px solid #262626;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 1em;
  height: 1em;
  vertical-align: text-top;
  background: -webkit-linear-gradient(
    top, rgba(255,255,255,0.4), rgba(255,255,255,0.1)
  );
  -webkit-appearance: none;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.1),
                      inset 0 0 1px rgba(255,255,255, 0.4);
  -webkit-border-radius: 3px;
}

input[type=checkbox]:active {
  background: -webkit-linear-gradient(
    top, rgba(255,255,255,0.05), rgba(255,255,255,0.2)
  );
}

input[type=checkbox]:checked::after {
  position: absolute;
  content: '';
  left: 15%;
  top: -10%;
  height: 40%;
  width: 90%;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-box-shadow: -1px 1px 0 rgba(0,0,0,0.8);
  -webkit-transform: rotate(-45deg);
}
















