.notscreen {
	display: none;
	visibility: hidden;
}

* {
	position: relative;
}
img {
	border: 0;
}
.accessible {
	display: none;
}

body {
	padding: 0;
	margin: 0;
	font: 62.5% Helvetica, Arial, Sans-Serif;
	color: #000;
	text-align: center; /* hack for IE */
	background-color: #fff;
}

/********************/
/* Layout Styles    */
/********************/
#page {
	width: 940px; /* 640 + 10 + 290 */
	margin: 0 auto;
	font-size: 1.3em;
	text-align: left; /* should be in body, but need to hack for IE to centre */
}

#head {
	color: #666;
	font-style: bold;
	background-color: #fff;
	font-size: 25px;
	padding: 25px 25px 0px 25px;
	margin: 0 0 10px 0;
}
#head span {
	font-size: 10px;
}
#head #headnav {
	height: 25px;
	font-size: 12px;
	vertical-align: bottom;
}
#head #headnav ul, #head #headnav li {
	background-color: black;
	list-style: none;
	padding: 0px;
	margin: 0;
	float: right;
}

#middle {
	clear:both;
}

#content {
	margin-bottom: 10px;
	float: left;
	width: 640px;
	padding: 0;
}

#side {
	float: right;
	width: 290px;
}

#side .onecolumn,
#side .columnleft,
#side .columnright {
	margin-bottom:10px;
}

#side .columnleft,
#side .columnright {
	width: 144px;
	padding: 0px;
}

#side .onecolumn {
	clear: both;
	background-color: #f0f0f0;
	width: 100%;
}
#side .onecolumn .title {
	font-size: 16px;
	font-weight: bold;
	background-color: #e3e3e3;
	color: #333;
	height: 16px;
	padding: 7px 10px 7px 10px;
	margin: 0 0 10px 0;
}

#side .twocolumns {
	clear: both;
}
#side .columnleft {
	background-color: #f0f0f0;
	float: left;
}
#side .columnright {
	background-color: #f0f0f0;
	float: right;
}
#side .columnleft .title,
#side .columnright .title {
	font-size: 12px;
	font-weight: bold;
	background-color: #e3e3e3;
	color: #333;
	height: 12px;
	padding: 4px 10px 4px 10px;
	margin: 0 0 10px 0;
}

#side .onecolumn ul,
#side .columnleft ul,
#side .columnright ul {
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	list-style: none;
}
#side .onecolumn li,
#side .columnleft li,
#side .columnright li {
	margin-bottom: 3px;
}

/* side title colours */
/* one column */
#side .onecolumn .green {
	background: #00c800 url(images/grad_green_30.png) repeat-x;
}
#side .onecolumn .blue {
	background: #002098 url(images/grad_blue_30.png) repeat-x;
}
#side .onecolumn .orange {
	background: #ff5400 url(images/grad_orange_30.png) repeat-x;
}
#side .onecolumn .pink {
	background: #e100e1 url(images/grad_pink_30.png) repeat-x;
}
/* two column */
#side .columnleft .green,
#side .columnright .green {
	background: #00c800 url(images/grad_green_20.png) repeat-x;
}
#side .columnleft .blue,
#side .columnright .blue {
	background: #002098 url(images/grad_blue_20.png) repeat-x;
}
#side .columnleft .orange,
#side .columnright .orange {
	background: #ff5400 url(images/grad_orange_20.png) repeat-x;
}
#side .columnleft .pink,
#side .columnright .pink {
	background: #e100e1 url(images/grad_pink_20.png) repeat-x;
}

#side .green a {
	color: #00c800;
}
#side .blue a {
	color: #002098;
}
#side .orange a {
	color: #ff5400;
}
#side .pink a {
	color: #e100e1;
}

#side p {
	padding: 0 10px 10px 10px;
}

ul.horizontal {
}
ul.horizontal li {
	display: inline;
}

.small {
	font-size: x-small;
	font-weight: normal;
}

/********************/
/* Footer Styles    */
/********************/

#foot, #foot a {
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 10px 0 0 0;
	color: #999;
}

/********************/
/* Content Styles   */
/********************/

#content .post {
	background-color: #f0f0f0;
	margin: 0 0 10px 0;
}

#content .post h1 {
	font-size: 1.2em;
	background-color: #e3e3e3;
	color: #333;
	margin: 0;
	padding: 7px 15px 12px 15px;
}

#content .post p {
	margin: 0;
	padding: 3px 15px 10px 15px;	
}

#content .post .link {
	font-size: 0.8em;
	margin: 0;
	padding: 3px 15px 3px 15px;
	background-color: orange;
	color: #666;
}
#content .post .link a {
	text-decoration: none;
	color: #666;
}

.centre {
	text-align: center;
}

/********************/
/* Layout Styles    */
/********************/

table.comparison {
	width: 100%;
	padding: 20px;
}
table.comparison * {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
}
table.comparison .divider {
	border-bottom: 1px solid white;
}
table.comparison th {
	font-weight: normal;
}
table.comparison .app {
}
table.comparison .scr,
table.comparison .qr,
table.comparison .dm,
table.comparison .down {
	width: 16px;
}
table.comparison a {
	text-decoration: none;
	color: #000;
}
table.comparision a:hover {
	color: #ff5400;
}