@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/body-gradient.png); background-repeat:repeat-x;
	background-color: #616161;
	padding:0px;
	margin:0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #434343;
	font-size: 10px;
}
.tableCells {
	background-image: url(../Working%20Files/baclground.jpg);
}

.contentCell {
	padding:20px;
	padding-bottom:100px;
	font-size:12px;
}

.contentCell, .contentCell a {
	color:#434343;
}

.contentCell a:hover {
	background-color:#C1D82F;
}

.contentCell h1
{
	font-size:18px;
	font-weight:900;
}

.contentCell h2
{
	font-size:16px;
	font-weight:900;
	color:#c1d82f;
}

.ContentTitle {
	font-size:18px;
	font-weight:900;
}

.ContentTitleGreen {
	font-size:18px;
	font-weight:900;
}

.nuverusLightGreen  {
	color:#C1D82F;
}

.nuverusLightGreenBg  {
	background-color:#C1D82F;
}

.subNavVert {
	padding:8px;
}
.subNavVert a {
	text-decoration:none;
	color:grey;
}

.subNavVert:hover {
	background-color:#BDD22B; 
	padding:6px; 
	color:white;
}
.subNavVert a:hover {
	background-color:#BDD22B; 
	padding:6px;  
	color:white;
}

.subNav {
	width:100%;
	background-color:#BDD22B;
	text-align:right;
}




.subNav a {
	text-decoration:none;
	color:white;
}

.subNav a:hover {
	text-decoration:none;
	color:#585858;
}


.subNav .TitleCell {
	font-weight:bold;
	background-color:#BDD22B;
	text-align:right;
	
}

.subNav .MenuCell {
	white-space:nowrap;
	background-color:#BDD22B;
	width:auto;
	text-align:right;
	border:1px solid black;
}

.header {}
.header a {
	text-decoration:none;
	color:#D8D8D8;
}
.header a:hover {
	text-decoration:none;
	color:#D8D8D8;
		background-color:#BDD22B;
		color:black;
}

.tableListItems h1
{
	font-size:14px;

}
.tableListItems h2
{
	font-size:12px;
	color:black;

}
.tableListItemsCellBorder
{
	border:1px solid black;
	background-color:#F7F7F7;
}



table.calendar, table.calendar td {
	border: 1px solid #888;
}

table.calendar td {
	padding:5px;
	margin:5px;
}

table.calendar td:hover {
	background-color:#FFFFD2
}

ul {
	padding-left:40px;
}
li {
	padding-bottom: 10px;
}

.NuVerusEnergyNav
{
	background-color: #B92025;
	padding: 8px;
	color: #F7F7F7;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: 12px;	
}
.NuVerusEnergyNav a
{
	color:white;
	text-decoration:none;
}
.NuVerusEnergyNav a:hover
{
	color:white;
	text-decoration:none;
	background-color:#9B2427;
	color:yellow;
}

