body, span, div, td {
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}

body {
  background-color: #ffffff;
  background-image: url(bg.jpg);
  background-position: center;
  background-repeat: repeat-y;
}

a, a.visited {
  color: #0860a8;
  text-decoration: none;
}

a:hover{
  color: #333333;
  text-decoration: underline;
}

a.nav {
  font-size: 11px;
  line-height: 15px;
}

a.header_link {
  color: #0989f1;
  font-weight: bold;
}

a.header_link_active {
  color: #cce2f4;
  font-weight: bold;
}

h1 { 
  font-family: Arial, Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: 0860a8;
  letter-spacing: -0.25px;
}

h2 { 
    font-family: Arial, Helvetica;
  font-size: 15px;
  font-weight: bold;
  color: #555555;
  letter-spacing: -0.25px;
}

li {
  margin-left: -24px;
}

.dropdown {
  font-family: Arial, Helvetica;
  font-size: 10px;
}

.searchbox {
  font-family: Arial, Helvetica;
  font-size: 10px;
  color: #999999;
}

.searchbtn {
  font-family: Arial, Helvetica;
  color: #ffffff;
  background-color: #0860a8;
  padding: 1px 3px 1px 3px;
}

.main_content {
	width:600px;
  padding-left: 15px;
  padding-right: 17px;
}

.mini_title {
  font-weight: bold;
  color: #666666;
  margin-bottom: 15px;
}

.headerbar {
  width: 800px;
  height: 108px;
  background-image: url(header_bg.jpg);
  color: #c0c0c0;
  font-size: 12px;
  padding-top: 74px;
  padding-right: 30px;
}

.sidebar {
  padding: 5px 12px 12px 12px;
  background-image: url(sidebar_bg.jpg);
  background-repeat: no-repeat;
  font-size: 10px;
  line-height: 16px;
	width:170px;
}

.subsection {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
	font-weight:bold;
	font-size:11px;
}

.nav_box {
  padding: 3px;
  background-color: #ffffff;
  border-bottom: solid #e0e0e0 1px;
}

.fake_nav_box {
  font-size: 11px;
  line-height: 15px;
  color: #0860a8;
  padding: 3px;
  background-color: #ffffff;
  border-bottom: solid #e0e0e0 1px;
  border-top: solid #e0e0e0 1px;
}

.nav_box_active {
  padding: 3px;
  background-color: #f0f0f0;
  border-bottom: solid #e0e0e0 1px;
}

.nav_off {
  width: 5px;
  background-color: #f0f0f0;
}

.nav_on {
  width: 5px;
  background-color: #0860a8;
}

.tooltip {
	position:absolute;
	display:none;
	background-color: #f0f0f0;
	font-size: 11px;
	line-height: 16px;
	border: solid 1px black;
	padding-left: 4px;
	padding-right: 4px;
	cursor: default;
}

.news_date {
	font-weight: bold;
	font-size: 11px;
	color: #0860a8;
}

.news_summary {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	cursor:default;
	margin-bottom: 6px;
}

.news_summary img {
	cursor: default;
	top: 3px;
	left: 2px;
	position: relative;
}

.news_contents {
	position:absolute;
	display:none;
	border:1px solid #666666;
	background-color:white;
	margin:0px;
	font-size: 11px;
	width:170px;
	z-index: 1;
	padding-left: 2px;
	padding-right: 2px;
}

.news_contents_inline {
	background-color:white;
	margin:0px;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 10px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	list-style: url('bullet.png');
}

.updated {
	margin-top: 5px;
	padding-top: 8px;
	border-top: 1px solid #f0f0f0;
	color: #666666;
	text-align:center;
  	font-size: 9px;
	line-height: 16px;
}

.copyright {
	margin-top: 50px;
	padding-top: 8px;
	border-top: 1px solid #d0d0d0;
	color: #666666;
	text-align:center;
  	font-size: 9px;
	line-height: 16px;
}

a.external,
a[href ^="http://"] {
	background: url(link.png) center right no-repeat;
	padding-right: 13px;
}

a[href ^="ftp://"] {
	background: url(link.png) center right no-repeat;
	padding-right: 13px;
}

a[href ^="http://www.intellinuxwireless.org"] {
	padding-right: 0px;
	background: none;
}

.package a {
	padding-right: 0px;
	background: none;
}

.code {
	font-size:8pt;
	font-family:courier;
	border: solid black 1px;
	background: #f4f4ff;
	padding:5px;
	margin:10px;
}

.email {
	font-size:8pt;
	font-family:courier;
	border: solid black 1px;
	background: #f4f4f5;
	padding:5px;
	margin:10px;
}

.release_heading {
	font-weight: bold;
	font-size: 11px;
	color: #0860a8;
}

.release_date {
	padding-left: 3px;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
}

.release_url {
	padding-left: 3px;
	font-size: 11px;
	color: #0860a8;
}

.faq_section {
  font-family: Arial, Helvetica;
  font-size: 15px;
  font-weight: normal;
  color: #555555;
  letter-spacing: -0.25px;
	cursor: default;
}

.faq_section img {
	top: -2px;
	position: relative;
	margin-right: 4px;
}
	
.faq {
	padding-left: 1em;
	color: #0860a8;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: -1em;
	font-weight: normal;
}

.faq div {
	text-indent: -1em;
	padding-top: 3px;
	padding-left: 1em;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.faq li {
	text-indent: 0em;
}

.faq p {
	text-indent: 0em;
}

div.note {
	border: 1px solid  #e0e0e0;
	background: #f0f0f0;
	padding: 5px;
}

table.packages {
	padding: 0px;
	margin: 0px;
}

td.distro_header {
	font-weight: bold;
}

td.package_header {
	text-align: center;
	font-weight: bold;
}

td.distro {
	border-top: 1px solid #e0e0e0;
	vertical-align: top;
}

td.package {
	text-align: center;
	border-top: 1px solid #e0e0e0;
	vertical-align: top;
}


.quote {
        margin:3px;
        float:right;
        width:160px;
        border:1px solid #f0f0f0;
        background: url(quote_start.png) left top no-repeat;
        padding-left: 16px;
        padding-top: 3px;
}

.quote_text {
        padding-bottom: 3px;
        padding-right: 16px;
        font-style: italic;
        text-align: center;
        background: url(quote_end.png) right bottom no-repeat;
}

.quote_author {
        padding-right:15px;
        text-align: right;
}

