﻿.rit
{
	float: left;
	width: 533px;
	border: 1px solid #cccccc;
}

.rindex_title
{
	float: left;
	width: 533px;
	height: 21px;
	background-image: url(../../Images/Warrants/index_bg.gif);
	background-repeat: repeat-x;
}

.rindex_title img
{
	padding-right: 5px;
}

.rindex_title_text
{
	float: left;
	width: 100px;
	padding-top: 3px;
	padding-left: 3px;
	font: bold 12px arial;
	color: #ffffff;
}

.rindex_title_table
{
	float: left;
	width: 533px;
	background-color: #ffffff;
	font: normal 12px arial;
	color: #000000;
}

/*table index row style (left)*/
.ris_content
{
	width: 533px;
	border: 0px;
	float: left;
	margin: 0;
}


.ris_content table tr.blue
{
	background: #e3f2fa;
	height: 16px;
	line-height: 15.5px;
	color: #004a66;
}


.ris_content table tr td.dlwcode
{
	padding-left: 3px;
	text-align: left;
	width: 60px;
	padding-bottom:3px;
	padding-top:3px;
}

.ris_content table tr td.dlwprice
{
	text-align: center;
	width: 67px;
	padding-bottom:3px;
	padding-top:3px;
	
}

.ris_content table tr td.dlwday
{
	text-align: center;
	width: 105px;
	padding-bottom:3px;
	padding-top:3px;
}

.ris_content table tr td.dlwdate
{
	padding-right: 3px;
	padding-bottom:3px;
	padding-top:3px;
	text-align: right;
	width: 75px;
}

/**table hyperlink**/
a.tablelink
{
	text-decoration: none;
	color: #009cc3;
}

a:hover.tablelink
{
	text-decoration: none;
	color: #00ccff;
}



/**Font color**/
.textpink
{
	color: #e3568b;
}
.textblue
{
	color: #5692e3;
}
.textdgreen
{
	color: #009cc3;
}


/*color*/
.pos
{
	color: #090;
}
.neg
{
	color: #C00;
}
.unc
{
	color: #666;
}

