BODY
{
		FONT-SIZE: 10pt;
		BACKGROUND-IMAGE: url(/images/cnvbkgnd.jpg);
		COLOR: #2a3175;
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica;
		BACKGROUND-COLOR: #ffffff
}
.footer
{
		FONT-SIZE: 8pt
}
.menu
{
		FONT-SIZE: 10pt;
		CURSOR: pointer;
	
		TEXT-DECORATION: none
}



.updated
{
		FONT-SIZE: 12pt
}
BODY H3
{
		FONT-WEIGHT: bold;
		FONT-SIZE: 12pt;
		
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica
}
BODY H2
{
		FONT-WEIGHT: 600;
		FONT-SIZE: 14pt;
		
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica
}
BODY H1
{
		FONT-WEIGHT: bold;
		FONT-SIZE: 16pt;
		
}
.rev
{
		COLOR: #ffffff;
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica;
		BACKGROUND-COLOR: #6633cc
}
BODY P
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica
}
.proglist
{
		FONT-SIZE: 9pt;
		
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica
}
BODY UL
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica
}
BODY TD
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica
}
BODY LI
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica
}
P
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Helvetica, Geneva
}
H1
{
		FONT-WEIGHT: bold;
		FONT-SIZE: 16pt;
		
		FONT-FAMILY: Verdana, Arial, Helvetica, Geneva
}
H2
{
		FONT-WEIGHT: 600;
		FONT-SIZE: 14pt;
		
		FONT-FAMILY: Verdana, Arial, Helvetica, Geneva
}
LI
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Helvetica, Geneva
}
UL
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Helvetica, Geneva
}
TD
{
		FONT-SIZE: 10pt;
		
		FONT-FAMILY: Verdana, Arial, Helvetica, Geneva
}
A, A:VISITED, A:ACTIVE
{
		TEXT-DECORATION: none;
		font-weight: bold;
		/*COLOR: #1d094a;*/
		color: #4450bd;
}
A.menu {
	
}
.menu:hover {
	COLOR: #142324;
}

.unem, A.unem
{
		FONT-SIZE: 8pt;
		CURSOR: pointer;
		COLOR: #ffffff;
		BACKGROUND-COLOR: #3a45a7;
		TEXT-DECORATION: none
}
A.unem {
	background-color: transparent;
}
.unem:hover {
	text-decoration: underline;
	color: white;
	BACKGROUND-COLOR: #142324;
}

H3
{
		FONT-WEIGHT: bold;
		FONT-SIZE: 12pt;
		
		FONT-FAMILY: Verdana, Arial, Helvetica, Geneva
}
.errmsg
{
		BORDER-RIGHT: #ff0000 thin solid;
		BORDER-TOP: #ff0000 thin solid;
		FONT-SIZE: 10pt;
		BORDER-LEFT: #ff0000 thin solid;
		COLOR: #ff0000;
		BORDER-BOTTOM: #ff0000 thin solid;
		FONT-FAMILY: Verdana, Arial, Geneva, Helvetica;
		TEXT-ALIGN: center
}
.note
{
		FONT-SIZE: 8pt
}
blockquote p {
	display: inline;
}
blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}
blockquote p:first-child:before, blockquote p:first-child:after {
display: block;
font-size: 80px;
position: absolute;
color: #7a7a7a;
}
blockquote p:first-child:before {
content: "\201C";
left: -7px;
top: -25px;
}
blockquote p:first-child:after {
content: "\201D";
right: 10px;
bottom: -10px;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
text-align: right;
}
blockquote cite:before {
content: "\2014 \2009";
}

.center {
	text-align: center;
}


.powerbox {
	text-align:center;
	background: #073371;
	color: #00c2ff;
	font-weight: bold;
	border: 4px   inset white;
	margin-bottom: 6px;
	padding: 8px;

	
}

div.powerbox p, div.powerbox a {
	color: white;
}

.powersale {
	text-align:center;
	/*cursor: pointer;*/
	background: #710707;
	color: white;
	font-weight: bold;
	border: 8px   inset white;
	margin-bottom: 6px;
}

#topad {
	
	border: none;
	border-top: 1px solid #ccc;
	background: #710707;
	background-size: contain;
	margin:0;
	padding: 4px 6px 8px;
	font-size: 14px;
	font-size: 1.167rem;
	vertical-align: middle;
	font-family: Courier New, monospaced;
	text-align: center;
	color: #fffb5a;
	text-shadow: 1px 1px 2px #555;
	
	cursor: pointer;
	position: fixed;
	
	width: 100%;
	height: auto;
	top: 0;
	left: 0;

	border-bottom: 1px solid white;
		box-shadow: #f0f1e3 0 2px 2px;
}

body {
	padding-top: 3.5rem;
}
#topad :hover {
	color: white;
}

.powersale p {
	color: white;
}
#topad.powersale:hover {
	background: green !important;
	color: white;
}

#discourse {
	padding: 4px;
	margin: 2px 4px;
	position: fixed;
	border: 1px inset white;
	
	right: 0;
	bottom: 0;
	background: #afa44e;
	
	
}
/*#discourse a {
	background: url(https://discourse.karenware.com/karenware/karenware-powertools-community-logo.png) center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 203px;
	height: 50px;
	text-indent: -9999px;]
}

#discourse:hover {
	background: white;
}

@media(max-width: 880px) {
		#discourse a {
			background: url( https://discourse.karenware.com/karenware/karenware-powertools-community-icon.png );
			background-size: contain;
			background-repeat: no-repeat;
			width: 32px;
			height: 32px;
			
		}
}*/
a:hover { color: #1d094a; text-decoration: underline; cursor: pointer; }

code {
	color: white;
		/* display: block; */
		background-color: #333333;
		padding: 0 4px;
		border: 1px solid #afa44e;
		border-radius: 6px;
}
