/*
	software.css
	styles for alien_dvr_software.html
*/

div.aliensf {
	border: 1px solid #000000;
	padding: 5px;
	width: 350px;
	margin: 0 auto 5px;
}

div.aliensf h3 {
	margin: 0;
	font-size: 100%;
}

div.aliensf p.download {
	float: left;
	background: url(../images/download.png) no-repeat right 50%;
	margin: 7px 0;
	padding: 5px 33px 5px 0;
}

div.aliensf p.sfdesc {
	margin-left: 120px;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.aliensf p.sfdesc span.playernotice {
	font-style: italic;
}

div.bottomsf {
	border-top: none;
}

* html div.bottomsf {
	width: 266px;
}

#mobilecompat {
	margin: 10px;
}

#mobilecompat table thead tr{
	background-color: #25314B;
	color: #FFFFFF;
}

#mobilecompat table tbody tr th {
	vertical-align:  middle;
	font-weight: bold;
	background-color: #FFFFFF;
}

#mobilecompat table tbody tr td, #mobilecompat table tbody tr th {
	border: 1px solid #cccccc;
	border-top: none;
}

#mobilecompat table tbody tr td {
	padding: 2px 5px;
	border-left: none;
}

#mobilecompat table tfoot tr td {
	font-size: 80%;
}