@charset "utf-8";

/* ------ Alternating Row Colors ------ */

td.RowOne {
        background-color: #ececec;
}

td.RowTwo {
        background-color: #ffffff;
}

/* ------ Dtag Attack ------ */

.logotext {
	background-image:url(/images/hdogtag.png);
	background-repeat:no-repeat;
       background-position: center;
	height:92px;
        position:relative;
}

.logotext .text {
	position:absolute;
	color: #000000;
	font-family:Verdana, Times New Roman, Times, serif;
        font-size: 10px;
	left:508px;
	top:22px;
	line-height: 15px;
        text-align: left;
}

.logotext  .text span {
	display:block;
}

.logotext  .text a {
	padding-right:10px;
	color: #000000;
}

.logotext  .text a:hover {
	color:#000000;
	text-decoration: none;
}

/* ------ Dtag View ------ */

.vdtag {
	background-image:url(/images/hdogtag.png);
	background-repeat:no-repeat;
        background-position: center;
	height:92px;
        position:relative;
}

.vdtag .vdtagt {
	position:absolute;
	color: #000000;
	font-family:Verdana, Times New Roman, Times, serif;
        font-size: 10px;
	left:100px;
	top:22px;
	line-height: 15px;
        text-align: left;
}

.vdtag  .vdtagt span {
	display:block;
}

.vdtag  .vdtagt a {
	padding-right:10px;
	color: #000000;
}

.vdtag  .vdtagt a:hover {
	color:#000000;
	text-decoration: none;
}