body 
{
	font-size: 16px; /* resetting 1.0em */
	background: #272a2f;
	color: #999;
	font-family: "Open Sans Condensed","Helvetica Neue","helvetica",sans;
}

#applications ul 
{
	
}

#applications h1, #applications h2, #applications h3, #applications h4
{
	padding 0px;
	margin: 2px;
}

#applications p
{
	margin-top: 2px;
}

#applications h2
{
	font-size: 1.1em;
}

#applications h3
{
	font-size: 1.0em;
}

#applications h4
{
	font-size: 1.0em;
	font-weight: bold;
}

#applications ul
{
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -0.5em;
	list-style: square;
}

#applications ul li
{
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.version 
{
	color: #dadada;
}

.date
{
	color: #232729#B0C0C7;
}

.downloadbtn
{
	margin-top: 10px;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	border: 1px dashed #484F5C;
	width: 120px;
	background: #0B0C0E;
	height: 20px;
}

.downloadbtn:hover
{
	cursor: pointer;
	background: #C7CCD8;
	border:  1px dashed #0B0C0E;
	color: #0B0C0E;
}

.downloadbtn a {	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.downloadbtn:hover a, #downloadbtn:hover a:hover{
	color: #0B0C0E;
}

.downloadbtn:active
{
	background: #650F02;
	border:  1px dashed #0B0C0E;
	color: #EFEFEF;
}

.application
{
	width: 460px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #444;
}

div#licencetxt {
	font-size:  0.8em;	
}
