/* CSS Document */

body
{
	background-color: #FFFFFF;
	color: #000000; 
	padding: 0; 
	margin: 0; 
}

a.productstyle:link
{
	color: #003399;
}

a.productstyle:visited
{
	color: #0066CC;
}

a.productstyle:active
{
	color: #990000;
}

.pagestyle
{
	margin-left: 7px;
}

.pagetitle
{
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
}

.pagesubtitle
{
        font-family: Times New Roman, Times, serif;
        font-size: 16px;
        font-weight: bold;
}

.pagecount
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

hr
{
	border: none;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

.userinfo
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
}

table.tableproducts
{
	border-collapse: collapse;
	border:1px solid #000000; 
}

table.order
{
        border-collapse: collapse;
        border:2px solid #000000;
}

tr.oddrow
{
	background-color: #E0E6F2;
}

tr.evenrow
{
	background-color: #FFFFFF;
}

th.headerproducts 
{
	margin:5px;
	padding: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	height: 30px;
	background-color:#FFFFFF;
	color:#000000;
	font-style: normal;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

th.slimheaderproducts
{
        margin:5px;
        padding: 2px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-top-color: #000000;
        border-top-width: 1px;
        height: 10px;
        background-color:#FFFFFF;
        color:#000000;
        font-style: normal;
        font-size: 12px;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif;
}

td.totaldata
{
	border-top-style: solid; 
	border-top-color: #000000;
	border-top-width: 1px;
	height: 30px;
}

td.headerorder
{
        margin:5px;
        padding: 2px;
        height: 10px;
        background-color:#EEEEEE;
        color:#000000;
        font-style: normal;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;

}

td.dataproducts 
{
	margin:5px; 	
	padding: 2px;
        border-top-style: solid;
        border-top-color: #889FCA;
        border-top-width: 1px;
	height: 30px;
	color:#000000;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td.slimdataproducts
{
        margin:5px;
        padding: 2px;
        border-top-style: solid;
        border-top-color: #889FCA;
        border-top-width: 1px;
        height: 10px;
        color:#000000;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

input.formtext
{
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

input.buttonstyle
{
        font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
        font-size: 12px;
	font-weight: bold;
        color: #FFFFFF;
        background-color: #003399;
	border-color: #FFFFFF;
	cursor: pointer;
}

a.buttonstyle
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
        color: #FFFFFF;
	text-decoration: none;
        background-color: #003399;
	padding: 1px 15px 1px 15px;
        border: 2px;
	border-style: outset;
        border-color: #FFFFFF;
}

a.buttonstyle:active
{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #003399;
        padding: 1px 15px 1px 15px;
        border: 2px;
        border-style: inset;
        border-color: #FFFFFF;
}

select
{
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

textarea
{
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

#noproducts
{
	width: 700px;
	text-align: center;
        font-family: Times New Roman, Times, serif;
        font-size: 22px;
        font-weight: bold;
}

p.custlogo
{
	width: 700px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 20px;
}

img.custlogo
{
	width: 300px;
	height: 75px;
}
