/* Styles for download confirmation pages */
html, body
	{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #1B1B1B;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	}

body
	{
	height: 100%;
	background: url(../img/page_bg.jpg) repeat-x fixed #F6FAFD;
	}
p
	{
	margin: 8px 0;
	}
#container	{
	width: 600px;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: white;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
#metalinks {	
	width: 580px;
	height: 9px;
	padding: 0 10px;
	background: #4D8FB9;
	color: white;
	}
#top
	{	
	background: url(../img/header_bg.gif) repeat-x;
	width: 600px;
	height: 80px;
	}
#logo
	{
	float: left;
	display: inline; 
	padding-top: 10px ;
	padding-left: 8px;
	text-align: center;
	}
/* CLAIM styles also in styles301.css - if you change here, change there! Used by global include inc/tagline.inc.php */	
#claim
	{
	float: left; 
	display: inline; 
	padding-top: 18px;
	padding-left: 10px;
	text-align: left;
	color: #19638B;
	background-color: transparent;
	}
	
#claim h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#claim a:link, #claim a:visited, #claim a:hover, #claim a:visited {
	background-color: inherit;
	color: #19638B;
	text-decoration: none;
}
	
#sitelnk
	{
	padding-top: 38px;
	padding-right: 10px;
	float: right; 
	display: inline;
	font-style: italic;
	font-size: 12px;	
	}
#sitelnk a,	#orghead a:link, #orghead a:visited {
	background-color: transparent;
	color: #19638B;
	text-decoration: none;
	border-bottom: 1px dotted #19638B;
}
#sitelnk a:hover {
	background-color: transparent;
	color: #5A9CC8;
	text-decoration: none;
	border-bottom: 1px dotted #5A9CC8;	
}	
#content {
	margin: 36px 4em;
}

#content h1 {
	font-size: 200%;
	font-weight: bold;
	background: inherit;
	color: #777;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content div.dt {
	margin: 3px 0 18px 0;
	background: transparent;
	color: #002E42;
	text-align: center;
	}
#content #snag {
	margin: 12px 2em;
	padding: 6px 1em;
	background-color: #ABCAE5;
	color: #19638B;
	font-weight: bold;
	border: 1px solid #4D8FB9;
}	
#content ul, #content ol {
	margin: 0 3em;
}
#content ul li, #content ol li {
	margin-bottom: 6px;
}
.ra {
	text-align: right;
}
/* Button link style */
#content div.btnLink a,
#content div.btnLink a:link,
#content div.btnLink a:visited,
#content div.btnLink a:hover {
	background-color: #EEEEEE;
	color: #0000CD;	
	font-weight: bold;
	font-size: 105%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 10px 12px;	
	text-decoration: none;
}
#content div.btnLink a:hover {
	background-color: #EDEDED;
	color: #191970;
	border-color: #333;
}
#content div.btnLink p {
	text-align: center; 
	margin: 32px 0;
}

.regnote {
	text-align: center; 
	font-style: italic; 
	margin-bottom: 18px;
}
#footer 
	{
	background-color: transparent;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	margin: 20px;
	padding-bottom: 20px;
	}	
	
.proItal, .almItal, .trackwikiItal, .requirementsItal  {
			font-style: italic;
		}
	
		.pro, .proItal {
			background-color: inherit;
			color: #4BAA0C;
		}
		
		.ALM, .almItal {
			background-color: inherit;
			color: #FF9624;
		}	
		
		.trackwiki, trackwikiItal {
			background-color: inherit;
			color: #00ADEE;
		}
		
		.requirements, requirementsItal {
			background-color: inherit;
			color: #E8212F;
		}
