﻿body
{
	font-size: 10pt;
	font-family:Arial;
	background-image: url(image/mfg-bkgd.jpg);
	background-repeat: repeat-x;
}

h3 {
	color: #1862cf;
}


.signon
{
	border-right: #6699cc thin solid;
	border-top: #6699cc thin solid;
	border-left: #6699cc thin solid;
	border-bottom: #6699cc thin solid;
	left: 100px;
	position: relative;
	top: 100px;
}

.smalllink
{
	font-size: 10pt;
	color: #333399;
	font-family: Tahoma;
}

.errmsg
{
	font-size: 10pt;
	font-family: Tahoma;
	color: red;
}

.pageheader
{
	background-color: #f8f8ff;
	margin-bottom: 2px;
	border-bottom: gainsboro thin solid;
}

.bluesidebkgd {
	background-color: #ebf0f6;
}
.grayborder {
	border: 1px solid #CCCCCC;
}

.logoborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ebf0f6;
	font-weight: bold;
	color: #8cc24a;
	font-size: 16pt;
	font-family: "Courier New", Courier, monospace;
}

.bluetxtbx
{
	border-right: SteelBlue 1px solid;
	border-top: SteelBlue 1px solid;
	border-left: SteelBlue 1px solid;
	border-bottom: SteelBlue 1px solid;
}

.msgBold
{
	font-size: 10pt;
	font-family: Tahoma;
	color: #4682b4;
	font-weight: bold;
}	
.oldmsgBold
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;	
	color: #1862cf;
}

.greentableborder {
	border: 1px solid #8cc24a;
}
.greencontacts {
	font-weight: bold;
	color: #8cc24a;
}
.rfqname {
	font-size: 15px;
	font-weight: bold;
	color: #1862cf;
}
.oldupdates
{
	font-size: 10pt;
	font-family: Tahoma;
	color: #1862cf;
}

.rfqnumber {
	font-size: 12px;
	color: #999999;
}
.smalltext
{
	font-size: 9pt;
	text-decoration: none;
}
.greentitle {
	font-size: 15px;
	font-weight: bold;
	color: #8cc24a;
}

a
{
	color: #1862cf;

}


a:hover
{
	color:Navy;

}

a:visited
{
	color: #1862cf;

}
a:active
{
	color: #1862cf;

}

.test
{
	color: #0033cc; text-decoration: underline;	cursor: hand;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter:alpha(opacity=70);
	opacity:0.7;

			
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color:white;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
