/* Stylesheet for EDI Pros
   Created by Belay Development
   LC - 6/1/2006  */

/* GENERAL */

	* {
		/* padding: 0px;
		margin: 0px;
		border: 0px; */
		font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
		font-size: 7.5pt;
		line-height: 1.2em;
	}
	
	a img {	border: 0px; }
	
	body {background: #ACACAC; margin: 0;}
	
	h1 {
		font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
		font-size: 11pt;
		color: black;
		font-weight: bold;
		margin-bottom: 10px; 
	}

	
	p {margin-bottom: 1em;}
	
/* LAYOUT */

table#wrapper {
	width: 770px;
	background: #ffffff;
}


table#wrapper td.right_edge {
	background-image: url(../media/brdr_right.gif); 
	background-repeat: repeat-y;
}

table#wrapper td.bottom_edge {
	background-image: url(../media/brdr_bottom.gif); 
	background-repeat: repeat-x;
}

table#wrapper td.corner_edge {
	background-image: url(../media/brdr_corner.gif); 
	background-repeat: no-repeat;
}

/* LINKS */
	
	a:link { text-decoration: none; color: black; }
	a:visited { text-decoration: none; color: black; }
	a:hover { text-decoration: underline; color: black; }
	a:active { text-decoration: none; color: black; }
	
/* FORMS */

	form {margin: 0; padding: 0;}
	
	label {
		color: black;
	}
	
	input.txt {
		background: white ! important;
		height: 17px;
		margin-right: 10px;
		border-left: 1px solid #CECECE;
		border-right: 1px solid #CECECE;
		border-bottom: 1px solid #CECECE;
		border-top: 1px solid #8F8F8F;
	}

	input.txterr {
		background: yellow ! important;
		height: 17px;
		margin-right: 10px;
		border-left: 1px solid #CECECE;
		border-right: 1px solid #CECECE;
		border-bottom: 1px solid #CECECE;
		border-top: 1px solid #8F8F8F;
	}

	
/* TOP NAVIGATION */

td.topnav {
	background-image: url(../media/dot_v.gif); 
	background-position: left; 
	background-repeat: repeat-y;
	padding-left: 2px;
}

td.stripes {
	background-image: url(../media/bg_stripes.jpg);
	background-repeat: repeat-y;
}

/* FOOTER */

td.footer {
	background-color: #D02034;
	background-image: url(../media/bg_footer.jpg);
	background-repeat: no-repeat;	
	padding: 0px 10px 0px 20px;
}

td.footer table.footer_text td {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	font-family: 'Tahoma', Verdana, Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: .06em;
	padding: 0px;
}

td.footer table.footer_text td a {font-size: 7pt; color: #ffffff; text-decoration: none;}
td.footer table.footer_text  td a:hover {color: #000000;}

td.footer table.footer_text td.copyright {font-size: 7pt;  font-weight:normal;}

/* INTERNAL PAGE */

td.prod_title {
	background-color: #D02034;
	background-image: url(../media/bg_title_internal.gif);
	background-repeat: repeat-y;
}

td.title {
	background-color: #D1D0D0;
	background-image: url(../media/bg_title_gray.jpg);
	background-repeat: repeat-y;
}

/* PAGE CONTENT */

#home td.page_content {
	vertical-align: top;
	padding: 55px 25px 25px 25px;	
	background-color: #ffffff;
	background-image: url(../media/bg_home.jpg);
	background-repeat: no-repeat;
}
	
#home td.page_content p.first_graf {
	padding-right: 125px;
}

#home td.page_content p.second_graf {
	padding-right: 200px;
}

#internal td.page_content {
	vertical-align: top;
	height: 350px;
	width: 623px;
	padding: 25px 125px 35px 22px;	
	background-color: #ffffff;
	background-image: url(../media/bg_internal.jpg);
	background-repeat: repeat-y;
}
#internal td.page_content_clip {
	vertical-align: top;
	width: 623px;
	padding: 25px 125px 35px 22px;	
	background-color: #ffffff;
	background-image: url(../media/bg_internal.jpg);
	background-repeat: repeat-y;
}

table.home_info td {
	vertical-align: top;
	padding: 10px 15px 15px 20px;
	background-color: #CAC9C9;
	background-repeat: repeat-y;
}

	table.home_info td.sup {background-image: url(../media/bg_home_sup.gif);}
	table.home_info td.auto {background-image: url(../media/bg_home_auto.gif);}
	table.home_info td.mail {background-image: url(../media/bg_home_mail.gif);}
	
	
	
	