@charset "utf-8";
/* CSS Document */
body
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#7F7F7F;
}
.bannerSales
{
	background-image: url(../Images/Sales%20Request%20Banner.jpg);
}
.subbSales
{
	background-image: url(../Images/Sales%20Request%20subbg.jpg);
}
form
{
	width:550px;
	margin-top:35px;
	margin-left:15px;
	margin-bottom:10px;
}
label
{
	display:block;
	font-family:Arial, Courier, "Courier New", "MS Serif", "MS Sans Serif", Tahoma, "Times New Roman", Verdana;
	font-weight:bold;
	font-size:16px;
	width:200px;
	margin-left:15px;
	margin-bottom: 5px;
}
input#send
{
	margin-left: 75px;
}
input#send, input#clear
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
}

/*<--------------------------------------------------------------------------------------------------------------------------
														CLASSES
<---------------------------------------------------------------------------------------------------------------------------*/
.banner
{
	width: 750px;
	height: 175px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-image: url(../Images/Sales%20Request%20bg_title_PCNlogo.jpg);
}
.txtInput
{
	width:250px;
	margin-left:15px;
}
.p
{
	font-family:Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	font-weight: bold;
	text-indent: 4mm;
	text-align: justify;
}
.container
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../Images/vmenu_bg.jpg);
}
.subcontainer
{
	width: 575px;
	float: right;
	padding-bottom: 15px;
	background-repeat: no-repeat;	
	background-image: url(../Images/Sales%20Request%20lower_bg.jpg);
}
.vmenu 
{
	width: 175px;
	float: left;
	padding-bottom: 25px;
}
.li
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	text-align: justify;
	text-indent: 4mm;
	list-style-type: square;
}
.a:link
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 14px;
	text-align: justify;
	text-indent: 4mm;
	text-decoration: none;
	color: #002DFF;
	list-style-type: square;
}
.a:hover, .a:active
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	text-indent: 4mm;
	text-decoration: none;
	color: #719BFF;
	list-style-type: square;
}
.a:visited
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 14px;
	color: #000066;
	text-align: justify;
	text-indent: 4mm;
	text-decoration: none;
	list-style-type: square;
}
.menutitle
{
	width: 100%;
	height: 30px;
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	background-color: #F2F2F2;
}
.menusubtitle
{
	margin-top: 20px;
	margin-left: 20px;
	width: 65%;
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	font-weight: bold;
}
.submenuitems
{
	margin-top: 15px;
	margin-left: 20px;
	width: 75%;
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 14px;
	font-weight: bold;
}
#submit
{
	margin-left:15px;
}
.Main
{
}
.subbg
{
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-image: url(../Images/Sales%20Request%20subbg.jpg);
}
.instruction
{
	margin-top:10px;
	margin-left:15px;
	width:550px;
	height:75px;
}
h3
{
	font-family:Arial, Courier, "Courier New", "MS Serif", "MS Sans Serif", Tahoma, "Times New Roman", Verdana;
	font-weight:bold;
	font-size:14px;
}
.leyenda
{
	color:#FFE6E6;
}
.warning
{
	font-family:Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size:16px;
	font-weight:bold;
	color:#DF0000;
	margin-left:15px;
	text-indent: 4mm;
}
.passed
{
	font-family:Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size:16px;
	font-weight:bold;
	color:#B6FF48;
	margin-left:15px;
	text-indent: 4mm;
}