/* Generic styling */
body		{	
			font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 12px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #000000;
			height: 1px; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-weight: bold; 
			color: #2B64AC;
			font-size: 18px;}

h1.Home		{	font-size: 11px;
			text-transform: uppercase;
			color: #184782; }

h2, legend	{	font-family: Georgia, "New York", Times, serif;
			font-size: 13px;
			color: #2B64AC; }

h3		{	font-family: Georgia, "New York", Times, serif;
			font-size: 11px;
			color: #000000;}

h4, h5, h6	{	font-size: 10px; }


sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

td		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 12px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

dt.ApplicationsIndex
		{	clear:left; }


/* Generic styles for content cells */
.Content, #HomeContent, #Content, #HomeLeftColumn, .InternalContent
		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333; 
			background-color: #ffffff; }

#HomeContent td.Content, .Content
		{	background-image: url(/files/images/template/bg_crane.gif);
			background-position: bottom right;
			background-repeat: no-repeat;}

.Content
		{	background-image: url(/files/images/template/bg_wave.gif); }


#SearchForm	{	float: right;}

#HomeLeftColumn
		{	font-size: 11px;
			border-right: 1px #E9E9E9 solid;}

#Footer, #HomeFooter
		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; }

#HomeBanner, #HomeFooter
		{	background-color: #ffffff; }

#Footer	td, #HomeFooter td, #Footer td.Shadow
		{	font-size: 11px;
			color: #000000;
			background-color: #ffffff;
			background-image: url(/files/images/template/bottom_shadow.gif);
			background-position: bottom left;
			background-repeat: repeat-x;}

#Footer td.Shadow
		{	background-position: top left; }

#Footer td, #HomeFooterBG td
		{	background-color: #000000;
			color: #ffffff;
			background-image: none;}

#Products td, #Applications td
		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333; }

#Bread		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 11px; }

.Shadow		{	background-image: url(/files/images/template/top_shadow.gif);
			background-position: bottom left;
			background-repeat: repeat-x; }



/* For data tables */
table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999; }

table.Data td	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999; }


/* For application errors */
.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(images/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat; }


/* Navigation Styles */
#PriNav	td	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #ffffff;
			background-color: #2F66AC;
			border-right: #ffffff 1px solid;}

td#SubNav	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
			background-color: #E6EEFA; }


td#SubNav p a	{	background-image: url(/files/images/template/subnav_dev.gif);
			background-position: bottom center;
			background-repeat: no-repeat;}


/* All content links, or unstyled links */
a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #2B64AC; }

a:hover		{	text-decoration: none;
			color: #666666; }


/* Sub-navigation Links */
#SubNav a:link, #SubNav a:visited, #SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	display: block;
			text-decoration: none;
			background-color: #E6EEFA;
			color: #333333; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	background-color: #CEDFF9;
			background-image: url(/files/images/template/subnav_bg.gif);
			background-position: bottom left;
			background-repeat: repeat-x;}

#SubNav a:hover, #SubNav a.Sel:hover
		{	background-color: #7896C5;
			color: #ffffff;
			background-image: url(/files/images/template/subnav_dev_hover.gif);
			background-position: bottom center;
			background-repeat: no-repeat;}




/* Navigation Links */
#PriNav a	{	display: block; }

#PriNav a:link, #PriNav a:visited, #PriNav a:hover, #PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	text-decoration: none;
			color: #ffffff; }

#PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	background-color: #3B99D5; }

#PriNav a:hover, #PriNav a.Sel:hover
		{	color: #ffffff;
			background-color: #68B0DE; }

#PriNav a.Sel:hover
		{	color: #ffffff; }



#Products td a:link, #Products td a:visited, #Products td a:hover, #Applications td a:link, #Applications td a:visited, #Applications td a:hover
		{	text-decoration: underline;
			color: #000000; }

#Products td a:hover, #Applications td a:hover
		{	text-decoration: none;
			color: #2B64AC; }


/* Footer Links */
#Footer	a, #HomeFooter a
		{	color : #B5B5B5 ; }
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover, #HomeFooter a:link, #HomeFooter a:visited, #HomeFooter a:hover
		{	text-decoration: underline;
			color: #B5B5B5; }

#Footer a:hover, #HomeFooter a:hover
		{	text-decoration: none;
			color: #2C65AC; }

/* Breadcrumb Links */
#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #2B64AC; }

#Bread a:hover
		{	text-decoration: none;
			color: #666666; }
