@charset "utf-8";
/* CSS Document */

#heading1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	color: #555555;
	display: block;
}


.box {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	margin-top: 5px;
	background-image: url(../Images/boxTop.png);
	background-repeat: repeat-x;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 4px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #555555;
	display: block;


}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	display: inline-block;
	font-weight: bold;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	display: block;
	font-weight: bold;
}
.h5 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #ef3c41;
    FONT-STYLE: normal;
	font-weight: bold;
    FONT-FAMILY: Arial, Helvetica
}
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 3px;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4b4b4b;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	margin: 2px;
}

.img {
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 8px;
	padding-left: 8px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #F4F4F4;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
A.more:hover   {
	color:#ef3c41; 
}
A.text2:hover   {
	color:#ef3c41; 
}

.oddrow {
    	background-color: white;
   	font-size: 9pt;
}
.evenrow {
    	background-color: lightgrey;
	font-size: 9pt;
}


#UserPrompt { 
	position: relative;

	background-color: #F4F4F4;
	background-image: url(../Images/sideNavTop.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4b4b4b;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4b4b4b;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4b4b4b;

	width:700px; 

	z-index: 100
} 


.smalllabel,#smallformlabel {
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-style: normal;
    font-family: sans-serif;
}

.tblSubscriptions {
		background: #000000;
		color: #000000;
		font: 500 12px "Arial";
		width: 550px;
}

.trSubscriptionHeader {
		background: #808080;
		color: #FFFFFF;
		font: 600 11px "Arial";
}

.trSubscriptionRow1	{
		background: #D0D0D0;
}

.trSubscriptionRow2	{
		background: #FFFFFF;
}	


