body {
background-color: #fff;
color: #333;
}

 .container{
   /* background: #fff url('../images/bg_container.jpg') repeat-x;
    -moz-border-radius: 1em; */
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    border: 1px solid #eee;
/*    width: 940px;*/
} 

.title{
    border: none;
}

.headert{
	color: #0E4A81;
}

.placeholder{
    background-color: #ffffff;
    border-collapse:collapse;
}

h3{
    display: inline;
    font-size: 13px;
    font-weight: normal;
}

td{
    border: #c3c3c3 1px solid;
}

#header{
    background: #c8c8c8 url('../images/bg_tb_head.jpg') repeat-x;
    height: 35px;
    padding: 10px;
    color: #56536e;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.archivecss{
	display: none;
}
	
.arch{
    padding: 4px;
    padding-left: 10px;
}

.os{
    padding: 4px;
    padding-left: 10px;
}

.distro{
    padding: 4px;
    padding-left: 10px;
}

.version {
    padding: 5px;
    padding-left: 10px;
}

.info {
    padding: 2px;
    padding-left: 10px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
}
.info a:link, .info a:visited, .info a:hover {
	color: #db6037;
	font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.licol1 {
    float: left;
    width: 100%;
    height: 250px;
    overflow: auto;
    background-color:#ffffff;
}

.licol2 {
    float: left;
    width: 100%;
    height: 250px;
    overflow: auto;
    background-color:#ffffff;
}

.licol3 {
    float: left;
    width: 100%;
    height: 250px;
    overflow: auto;
    background-color:#ffffff;
}

.licol4 {
    float: left;
    width: 100%;
    height: 250px;
    overflow: auto;
    background-color:#ffffff;
}

.licol5{
    float: left;
    width: 100%;
    height: 250px;
    overflow: auto;
    background-color:#ffffff;
}

.version:hover{
background-color: #ececec;
}

.distro:hover{
background-color: #ececec;
}

.os:hover{
background-color: #ececec;
}

.arch:hover{
background-color: #ececec;
}

.tooltip {
	display:none;
	background:transparent url('../images/black_arrow.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

button.btn_clear {
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size:2em; 
	text-align: center; 
	background: transparent url('..images/btn_clear.jpg') no-repeat right -140px; 
}

#log {
	padding: 5px;
}
	#log a:link, #log a:visited {
		color: #db6037;
	}

#divider {
	border-bottom:1px solid #ccc;
	clear:both;
	margin-bottom: 1.6em;
}

.startover{
  text-decoration : none;
}

.startover:Visited{
   color: blue;
}

.startover:hover{
  text-decoration : underline;
}

/** Rounded Corners **/

#liquid-round {
width:70%;
margin:0px auto;
background:#fff url('..images/rounded_corners/leftside.gif') repeat-y left top;
}
.top {
width:100%;
height:20px;
background: url('..images/rounded_corners/top.gif') no-repeat left top;
border: solid 1px green;
}
.top span {
display:block;
position:relative;
height:20px;
background: url('..images/rounded_corners/top-right.gif') no-repeat right top;
}
.center-content {
position:relative;
background: url('..images/rounded_corners/rightside.gif') repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url('..images/rounded_corners/bottom.gif') no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url('..images/rounded_corners/bottom-right.gif') no-repeat right top;
}

#button { 
	border: 1px solid #56536e; 
	padding: 5px 15px; 
	background-color:#d9d7e2; 
	margin: 0px;
	-moz-border-radius: 4px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #56536e;
	text-align: center;
}
	
#button a:link, #button a:visited { 
	color: #757193;
	text-decoration: none;
}
	
#button a:hover { 
	color: #000;
	text-decoration: none;
}	
	
