body {
}
h1,h2,h3,h4,h5,h6 {

}
h4 {
	background: #fafdfd;
	color: #7ab800;
}
ul li {
	list-style-image: url(../images/listMarkerXbrl.gif);
}
hr {
	margin: 1em 10px;
	color: #e5e5e5;
}
ol li {
	padding: 0 0 10px 0;
}


#overview h2, #overview h3 {
	color:black;
}
.buyButton{
	background: #911e64 url('/images/uniGrade.png');;
}
.buyButton:active, .buyButton:hover{
	background: #911e64 url('/images/uniGrade.png');
	background-position: 50% 50%;
}
a.BUTTON_ixbrl {
	background: #9ABC3C;
	margin-bottom: 20px;
	text-align: center;
	padding: 6px 20px 6px 20px;
	cursor: pointer;
	color: black;
	font-weight: 400;
	font-size:14px;
	text-decoration:none;
	margin-left:10px;
}
a.BUTTON_ixbrl:hover {
	background: #8BAC31;
}


table.form tbody th {
    border: none;
    border-top: 5px solid #e5e5e5;
    background-color:#7ab800;
	color: #fff;
	padding:5px;
}
table.form tbody td
{
	vertical-align: top;
	padding: 5px;
}
table.cool, table.form
{
	width:656px;
	border-collapse:collapse;
	margin: 10px;
}
table.cool tbody td
{
	vertical-align:middle;
	border-top: solid 1px #FFF;
    background-color: #f4f4f4;
}
table.cool tbody th
{
	border-top: solid 1px #FFF;
    background-color: #f4f4f4;
    text-align:left;
	font-size:smaller;
}
table.cool tbody tr.odd td
{
	background-color:#cecece;
}
table.cool tbody tr.even td
{
	background-color:#f4f4f4;
}
table.cool tbody.sectionHeading td
{
	background-color:#fff;
	padding-top: 16px;
	font-size: 16px;
}
table.cool tbody.sectionFooter td
{
	background-color:#7ab800;
	color: #007a87;
	font-weight: bold;
	padding:5px;
	margin: 5px 0;
}
table.cool .colDivider
{
	border-right: solid black 1px;
}
table.cool thead tr
{
	border-top: 5px solid #e5e5e5;
}
table.cool thead th, table.cool tfoot th
{
	background-color:#f4f4f4;
	color: #000000;
	padding:5px;
	margin: 5px 0;
	border: none;

}
table.cool tfoot th
{
	color: #007a87;
}
table.cool th, table.cool td
{
    padding:5px;
}
table.cool th a
{
    color: #007a87;
}
table.cool tr.pager td
{
	border:none;
}
table.cool tr.pager td
{
	text-align:center;
}
/* checks and checkHeading classes used in table at top of login menu (left side of page)
	similar style settings are in xbrl.css, but with different colours. */
table.checks
{
	display: block;
	width: 240px;
	color:black;
	margin:10px 10px 10px 0;
}
table.checks td
{
	color: black;
	font-weight: bold;
	padding-right: 15px;
}
table.checks th.checkHeading
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	padding-left: 8px;
}

#xbrlMenu{
	background:#f4f4f4;
	width:240px;
	margin-top:12px;

}
#xbrlMenu p {
	font-size:14px;
	padding:10px 0 10px 10px;
	margin:0;

}
#xbrlMenu h2{
	background: #f4f4f4;
	color:black;
	padding:10px 10px;
	font-size:18px;
	text-align:left;
	margin:0;



}
.xbrlMenuButton{
	background-color: #F4F4F4;
	border-top:2px solid #FFF;
	text-align:left;
	font-size:14px;
	color:black;
	padding: 10px 15px 10px 15px;
}
.xbrlMenuButton:hover, .xbrlMenuButton:active {
	background: #C3C3C3;
}
.xbrlButton {
	text-align:left;
	font-size:14px;
	color:white;
	padding: 10px;
}
a.xbrl-link {
	color:#7AA600;
	text-decoration:underline;
}
a:hover.xbrl-link {
	color:#7AA600;
	text-decoration:none;

}
ul li {
list-style-image: none;
}
.right_info li {
list-style-image: url(/images/tickFeaturesIxbrl.png);
}
#minimumSpec li{
	list-style-image: url(/images/squareBulletXBRL.gif);
}
.iXBRLPopUpButton {
	width: 230px;
	background: #9988BC;
	text-align: center;
	padding: 9px 0 9px 0;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	color: black;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.iXBRLPopUpButton:hover {
	color:black;
	background:#8E7BB7;
}

@media print {
	.noPrint, #nav, #sidebar, #clearheader {
		display: none;
	}
	#centrecontent, #content {
		width:auto;
		float:none;
	}
	#wrapper {
		position:static;
		width:auto;
	}
	body {
		background:none;
	}
	#header {
		position:static;
		width:auto;
		height:auto;
	}
}
