/*the links for the header*/
a.link1:link {color:black; text-decoration: none; font-size:15; font-weight: bold; font-family: Tahoma }
a.link1:visited {color: black; text-decoration: none; font-size:15;font-weight: bold ; font-family: Tahoma}
a.link1:hover {color: red; text-decoration: underline	; font-size:15;font-weight: bold; font-family: Tahoma }
a.link1:active {color: black; text-decoration: none; font-size:15; font-weight: bold ; font-family: Tahoma} 
	
a.link2:link {color:black; text-decoration: none; font-size:13; font-weight: bold; font-family: Tahoma }
a.link2:visited {color: black; text-decoration: none; font-size:13;font-weight: bold ; font-family: Tahoma}
a.link2:hover {color: red; text-decoration: underline	; font-size:13;font-weight: bold; font-family: Tahoma }
a.link2:active {color: black; text-decoration: none; font-size:13; font-weight: bold ; font-family: Tahoma} 
	

/*the front links for the tools*/
a.link3:link {color:#000066; text-decoration: none; font-size:12; font-weight: bold; font-family: Arial} 
a.link3:visited {color:#000066; text-decoration: none; font-size:12;font-weight: bold ; font-family:  Arial}
a.link3:hover {color:red; text-decoration: underline; font-size:12;font-weight: bold; font-family:  Arial }
a.link3:active {color: #000066; text-decoration: none; font-size:12; font-weight: bold ; font-family:  Arial} 

/*the light blue links on the middle*/
a.link4:link {color:#0066FF; text-decoration: none; font-size:11; font-weight: bold; font-family: Arial} 
a.link4:visited {color:#0066FF; text-decoration: none; font-size:11;font-weight: bold ; font-family:  Arial}
a.link4:hover {color:red; text-decoration: underline; font-size:11;font-weight: bold; font-family:  Arial }
a.link4:active {color: #0066FF; text-decoration: none; font-size:11; font-weight: bold ; font-family:  Arial} 

/*the dark blue links on the middle*/	
a.link5:link {color:#000066; text-decoration: none; font-size:11; font-weight: bold; font-family: Tahoma}
a.link5:visited {color:#000066; text-decoration: none; font-size:11;font-weight: bold ; font-family:  Tahoma}
a.link5:hover {color:red; text-decoration: underline; font-size:11;font-weight: bold; font-family:  Tahoma }
a.link5:active {color:#000066; text-decoration: none; font-size:11; font-weight: bold ; font-family:  Tahoma} 

/*the links for the quickfixes on the main page*/
a.link6:link {color:#000066; text-decoration: none; font-size:11; font-family: Tahoma}
a.link6:visited {color:#000066; text-decoration: none; font-size:11; ; font-family:  Tahoma}
a.link6:hover {color:red; text-decoration: underline; font-size:11; font-family:  Tahoma }
a.link6:active {color:#000066; text-decoration: none; font-size:11; font-family:  Tahoma} 

a.link10:link { color:#444444; text-decoration: none; font-size:11;  font-family: Tahoma; font-weight:bold}
a.link10:visited { color:#444444;text-decoration: none; font-size:11; font-family: Tahoma; font-weight:bold}
a.link10:hover {color:red; text-decoration: none; font-size:11;font-family:  Tahoma; font-weight:bold }
a.link10:active {color:#444444; text-decoration: none; font-size:11;  font-family: Tahoma; font-weight:bold} 
	
a.link11:link { color:#000099; text-decoration: none; font-size:11;  font-family: Arial; font-weight:bold}
a.link11:visited { color:#000099;text-decoration: none; font-size:11; font-family:  Arial; font-weight:bold}
a.link11:hover {color:red; text-decoration: none; font-size:11;font-family:  Arial; font-weight:bold}
a.link11:active {color:#000099 text-decoration: none; font-size:11;  font-family:  Arial; font-weight:bold} 

a.link12:link { color:green; text-decoration: none; font-size:16;  font-family: Arial; font-weight:bold}
a.link12:visited { color:green;text-decoration: none; font-size:16; font-family:  Arial; font-weight:bold}
a.link12:hover {color:red; text-decoration: underline; font-size:16;font-family:  Arial; font-weight:bold}

a.link14:link { color:green; text-decoration: none; font-size:13;  font-family: Tahoma; font-weight:bold}
a.link14:visited { color:green;text-decoration: none; font-size:13; font-family:  Tahoma; font-weight:bold}
a.link14:hover {color:red; text-decoration: underline; font-size:13;font-family:  Tahoma; font-weight:bold}
/*menu navigation **************************************************************************************************/
div.nav2{
	position: absolute;
	left: auto;
	top: 90px;
	width:400;
    visibility: visible;
	}

div.nav{
	position: absolute;
	left: auto;
	top: 90px;
	height: 20px;
	visibility: visible;
}

input.hdr_text {
	background-color: #FFFF00;
	font-family: tahoma;
	font-size: 11px;
	width: 90px;
	height: 16px;
	text-indent: 4pt;
	margin: 0px;
	padding: 0px;
	border: 1px solid gray;
}
	
input.hdr_input{
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
	
	
/*header table style **************************************************************************************************/	
table.hdr {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
}
table.hdr th {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.hdr td {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
/*Editing controls********************************************************************************************/

input.edit_input{
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	text-indent: 0pt;

	}

/*steps/code*/
	table.steps{
		border: 1px dashed black;
		background-color: #FFFFCC;
		font-family: Tahoma;
		font-size: 11px;
		width: 90%;
		padding: 10px;
	}
table.batch{
		border: 1px dashed black;
		background-color: #CCFFCC;
		font-family: Tahoma;
		font-size: 12px;
		width: 70%;
		padding: 10px;
	}
	
