body {
	margin:0;
	background:#fff;
	color:#46494D;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
	text-align:left;
}
h1, h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 20pt;
	border-bottom: 1px solid #888;
}
h2 {
	font-size: 16pt;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* kavalinux edit */
a { 
	color:#0F75A9;
	text-decoration:none;
}

a:hover {
	color:#46494D;
}

h3, h4 {
	margin-bottom:0;
	color:#27a;
	text-align:left;
}

h4, h4 a {
        margin: 20px 0 10px 0;
	/*margin-bottom:0;*/
	text-align:left;
	text-decoration:none; 
}

h3 {font-size:1.6em;}
h4 {font-size:2em;}

img {
	border:0;
}

#wrapper {
	margin:0 2%;
	padding-right:230px;
}

#content{
	float:left;
	width:96%;
	border-right:230px solid #eee;
	margin-right:-230px;
	padding:20px 4% 1px 0;
}

/* Header */
#header {
	margin:0;
	padding:2em 0;
	height:8.2em;
	background:#ffffff;
}

#headertitle {
	float:left;
	position:absolute;
	top:0.5em;
	left:1%;
}
#headertitle h3 {
	margin:0;
}
#headertitle h3 a {
	background:transparent;
	color:#fff;
}
#headertitle h3 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
}

/* Top navigation */
#navbar {
/*	border-bottom:2.6em solid #7b4e90;*/
	border-bottom:2.6em solid #e4662b;
	background:#7b4e90;
	height: 2.6em;
	margin: 0px;
	padding: -1px ;
}

#nav {
	margin:0 1.4%;
	padding: 0.6em;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#fff;
	font-size:1.2em;
	display: block;
	font-weight: bold;
	padding: 0.2em;
}

#current, #nav a:hover {
	background: #e88c03;
	color: #fff;
	display: inline-table;
	text-decoration: none;
	padding: 0.2em;
}

#nav li {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
/*	background: #165279;*/
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover {
/*	background: #1793D1;*/
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.4em;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/* kavalinux edit done */

#mirror-summary td.name a {
	text-decoration: none;
	color: blue;
}
#mirror-summary td.name a:hover {
	text-decoration: underline;
}
#mirror-summary td.name span.other {
	font-size: 10px;
}

#mirror-status table,
#mirror-summary table,
#mirror-size table {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
}

#mirror-status table th,
#mirror-summary table th,
#mirror-size table th {
	padding: 2px 20px;
}
#mirror-status table td,
#mirror-summary table td {
	padding: 5px 20px 5px 10px;
	text-align: center;
}
#mirror-size table td {
	padding: 5px 20px 5px 10px;
	text-align: right;
}
#mirror-summary table tr td.date,
#mirror-status table tr td.date {
	font-size: 8pt;
	padding: 2px 20px;
}
#mirror-summary table td.name {
	padding-left: 0px;
	text-align: left;
}
#mirror-status table td.name,
#mirror-size table td.name {
	padding-right: 50px;
	text-align: left;
}
#mirror-summary table td.age,
#mirror-status table td.age {
	text-align: left;
}
#mirror-status table tr th,
#mirror-summary table.packages tr th,
#mirror-size table tr th {
	background: #ccc;
}
#mirror-status table,
#mirror-summary table,
#mirror-size table {
	border-collapse: collapse;
}
#mirror-summary table td, #mirror-summary table th,
#mirror-status table td, #mirror-status table th,
#mirror-size table th {
	border: 1px solid #888;
	border-width: 1px 0 1px 0;
}
#mirror-status table td.name, #mirror-status table td.status,
#mirror-summary table td.name, #mirror-summary table td.age {
	border-right: 1px dotted #888;
}
#mirror-summary td.unknown,
#mirror-status td.unknown {
	background: #ddd;
}
#mirror-summary td.inprogress,
#mirror-status td.inprogress {
	background: #afa;
}
#mirror-summary td.fail,
#mirror-status td.fail {
	background: #faa;
}
#mirror-summary td.never,
#mirror-status td.never {
	background: #faa;
}
#mirror-summary td.old,
#mirror-status td.old {
	background: #ffa;
}
#mirror-summary td.outdated,
#mirror-status td.outdated {
	background: #faa;
}
#mirror-summary td.size {
	text-align: right;
	padding-left: 30px;
}

#mirror-summary table.overview {
	margin-bottom: 20px;
}
#mirror-summary table.overview th {
	padding-left: 10px;
}
#mirror-summary table.overview th,
#mirror-summary table.overview td {
	text-align: left;
}

#mirror-summary table tr td img {
	vertical-align: middle;
}
#mirror-summary table td.icon {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}
.legend {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}
.legend img {
	vertical-align: middle;
}
.legend p span {
	margin-right: 10px;
}


#footer {
	border-top: 1px solid #888;
	margin-top: 50px;
	font-size: 10pt;
	font-family: verdana, helvetica, sans-serif;
	height: 20px;
}
#generated {
	float: left;
	margin: 0px;
}
#sedot {
	float: right;
	margin: 0px;
}

#reports {
	background: #eee;
}
#reports ul {
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}
#reports ul li {
	display: inline;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}
#reports ul li a {
	text-decoration: none;
	color: black;
	padding: 2px 5px;
}
#reports ul li a:hover {
	background: #ccc;
}



