/* Tag Redefinitions */
body {
	background-color: #4E4E4E;
	margin-top: 0px;
	font-family: Arial Rounded MT Bold;
	font-size: 14px;
}
h1 {
	font-size: 30px;
	color: #000000;
	line-height: 0;
	text-align: left;
	margin-top: 20px;
	padding-top: 0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #E6E426;
	text-decoration: underline;
}
a img {
	border: 0;
}


/* Layout CSS */
.all {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.layout {
	width: 700px;
	height: 1px;
	margin: 0 auto;
	border: 0px solid white;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: black;
	text-align: left;
}
.layout td {
	border: 0px solid white;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}



/* Main Elements CSS */
.header {
	width: 900px;
	height: 200px;
	background-image: url('img/title_bg.gif');
	background-repeat: no-repeat;
	margin: 0 auto;
}
.navigation {
	width: 800px;
	height: 40px;
	background-color: black;
	/*margin-left: 50px;*/
}
.content {
	width: 445px;
	height: 100%;
	/*margin-left: 50px;*/
	padding-left: 50px;
	background-color: black;
}
.results {
	width: 252px;
	height: 100%;
	background-color: black;
	/*margin-right: 50px;*/
	border-left: 3px solid black;
	padding-right: 50px;
}
.units {
	width: 800px;
	/*margin-left: 50px;*/
	background-color: black;
}
.footer {
	width: 700px;
	/*margin-left: 50px;*/
	background-color: black;
	text-align: left;
	color: #353535;
	font-size: 12px;
	margin-left: 50px;
	padding-right: 50px;
}
.footer a {
	color: #353535;
}
.footer a:hover {
	color: #E6E426;
	text-decoration: underline;
}


/* Other Essential Classes */
.u {
	text-decoration: underline;
}
.off {
	 border-left: 20px solid #353535; 
	 border-right: 20px solid #353535; 
	 border-bottom: 20px solid #353535; 
}
.off a {
	color: #000000;
	text-decoration: none;
}
.off a:hover {
	color: #E6E426;
	text-decoration: none;
}
.on {
	 border-left: 20px solid #E6E426; 
	 border-right: 20px solid #E6E426; 
	 border-bottom: 20px solid #E6E426; 
}
.on a {
	color: #000000;
	text-decoration: none;
}
.on a:hover {
	color: #000000;
	text-decoration: underline;
}
.list th {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.list td {
	font-size: 14px;
	border: 0px solid #000000;
}
.device {
	text-align: left;
}
.data {
	border-collapse:collapse;
	width: 500px; 
	font-size: 14px; 
	border: 2px solid #000000;
	text-align: right;
}
.data tr th {
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
.data tr td {
	border-left: 2px solid #000000;
}


/* Rounded Edge Boxes CSS (yes they take an excessive amount of definition) */
img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}
.navbox {
	width: 700px;
	background-color: #353535;
	color: #000000;
	font-size: 24px;
	position: relative;
	left: 50px;
}
.navbox a {
	color: #000000;
	font-size: 24px;
	text-decoration: none;
	padding: 0px 30px;
}
.navbox a:hover {
	color: #E6E426;
	font-size: 24px;
	text-decoration: none;
}
.navtop {
	background: url('img/tr_nav.gif') no-repeat top right; 
	text-align: left;
}
.navbottom {
	background: url('img/br_nav.gif') no-repeat top right; 
	text-align: left;
}
.roundcont {
	background-color: #353535;
	border-top: 3px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	padding-bottom: 0px;
}
.roundtop { 
	background: url('img/tr.gif') no-repeat top right; 
	text-align: left;
}
.roundbottom {
	background: url('img/br.gif') no-repeat top right; 
	text-align: left;
}
.lightcont {
	background-color: #E6E426;
	border-top: 3px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	padding-bottom: 0px;
}
.lighttop { 
	background: url('img/tr_light.gif') no-repeat top right; 
	text-align: left;
}
.lightbottom {
	background: url('img/br_light.gif') no-repeat top right; 
	text-align: left;
}

/* CSS for ID's */
#maintext {
	height: 613px;
	padding-bottom: 1px;
}
#losetext {
	height: 280px;
	padding-bottom: 0px;
}
#wintext {
	height: 280px;
	padding-bottom: 0px;
}
#unitstext {
	font-size: 10px;
}
#unitstext a {
	font-style: italic;
}
#search {
	position: relative;
	z-index: 1000;
	top: 153px;
	right: -530px;
	width: 300px;
}
#tips {
	width: 700px;
	margin-left: 50px;
}
#ranks {
	width: 700px;
	margin-left: 50px;
}


 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
