/*
CSS File for Throw Distance Calculator
cal_menu.html
aspct169/cal_menu.html
aspct43/cal_menu.html
11/12/03
10.05.25
25/04/2011
25/05/2011
*/

body {
	background-color: #ffffff; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	font-family: sans-serif;	
	}

h1 { 
	color: #999999; 
	font-size: 130%; 
	text-align: center; 
	}

h2 {
	color: #999999; 
	font-size: small; 
	text-align: center; 
	}

img {
	border: none;
	width: 260px;
	height: 120px;
}

table {
	margin: auto;
	}

td { 
	text-align: center; 
	padding: 0px 20px 0px 20px;
	}

select {
/*	font-size: 20px;*/
	width: 272px;
}

select.lensselector {
	width: 160px;
	}

hr {
   border-width: 1px 0px 0px 0px; 
   border-style: solid; 
   border-color: black; 
   height: 1px; 
	}


.centering {
	width: 640px;
	margin: auto; 
	}
	
.note {
	font-size: small; 
	}

.notemenu {
	font-size: small; 
	margin-top: 20pt;
	margin-bottom: 20pt;
	}

.version {
	font-size: small; 
	text-align: center;
	}

.selectmenu	{
	margin-top: 10pt;
	margin-bottom: 10pt;
	}

.selectmenuprev	{
	text-align: center;
	margin-top: 10pt;
	margin-bottom: 10pt;
	}


/* cal_menu.html - top ===== */ 

.aspct169 {
	width: 280px;
	float: left;
	margin-left: 30px;
}

.aspct43 {
	width: 280px;
	float: left;
}

.clear {
	clear:left;
	width:100%;
}