﻿body 
{
	margin: 0px;
	border: 0px;
	background: black;
	font-family: Arial;
}

.TopWhite
{
	font-size: 9pt;
	color: White;
	font-weight:normal;
}

.font
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.NewsHeadline
{
	font-size: 8.5pt;
}

a:link.NewsHeadline{
	color: #ffffff;
	text-decoration:none;
}

a:visited.NewsHeadline{
	color: #ffffff;
	text-decoration:none;
}

a:active.NewsHeadline{
	color: #ffffff;
	text-decoration:none;
}

a:hover.NewsHeadline{
	color:#ffffff;
	text-decoration:underline;
}

a:link.RHClass{
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a:visited.RHClass{
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a:active.RHClass{
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a:hover.RHClass{
	font-size:11px;
	color:#777777;
	text-decoration:underline;
}

a:link
{
	font-weight:bold;
	color: #51A6D4;
	text-decoration:none;
}

a:visited{
	font-weight:bold;
	color: #51A6D4;
	text-decoration:none;
}

a:active{
	font-weight:bold;
	color: #51A6D4;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	color:#A1A1A1;
	text-decoration:underline;
}

.PTName
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}

.warning
{
	color: #ff6633;
	background-color: #FFFFCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: #ffcc33 1px solid;
	border-top: #ffcc33 1px solid;
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 5px;
	border-left: #ffcc33 1px solid;
	border-bottom: #ffcc33 1px solid;
}

.happy
{
	background-color: #33cc66;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: #ffcc33 1px solid;
	border-top: #ffcc33 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: #ffcc33 1px solid;
	border-bottom: #ffcc33 1px solid;
	margin-left:10px;
	margin-right:10px;
}

.error
{
	color: red;
	background-color: #fff4f0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: #ff0000 1px solid;
	border-top: #ff0000 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:10px;
	border-left: #ff0000 1px solid;
	border-bottom: #ff0000 1px solid;
	margin-left:10px;
}

.title
{
	font-weight:bold;
	font-size:12pt; 
}

.gvHead
{
	background: black;
	color: White;
	text-align: left;
}
.gvAlt
{
	background:white;
	color:Black;
}
.gvRow
{
	background:#CCD9E1;
	color:Black;
}
.RHClasses
{
	font-size:11px;
	color:Black;
}





 #ticker-container {
        position:relative;
        overflow:hidden;
        width: 168px;
        height: 200px;
        background-color: ;
        background-repeat: repeat;
        padding: 2px;
        border:  dotted ;
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }
	#dhtmltooltip{
		position: absolute;
		width: 150px;
		border: 2px solid black;
		padding: 2px;
		background-color: Olive;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}
