﻿* {
	margin:0px; 
	padding:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
}

.result_title
{
     padding:0px;
     color:#008fd4;
     
}
.lyric_preview
{
    padding:0px;
    /*color:#afafaf;*/
    color:black;
}

body {
	/*background-color:#e5e5e5;*/
	/*background-image:url(/images/body_bkg.gif);*/
	background-repeat:repeat-x;
}

.main_table
{
    border:solid 1px black;
    border-bottom:solid 2px #000000;
    
}

img {
	border:0px;
}


/*table*/
.myTablestyle 
{
	font-family: arial;
	font-size: small;
	border:0px;
	/*border: solid 1px #7f7f7f;*/
}

.altrowstyle 
{
    /*background-color: #edf5ff;*/
}

th 
{
    /*background: url(http://www.predictad.com/images/table/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;*/
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    /*vertical-align: bottom;*/
    vertical-align: middle;
    
}  

.headerstyle th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
}    

.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
    background-color: #edf5ff;
    padding:0px;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td 
{
    padding: 4px 10px 4px 10px;
    /*border-right: solid 1px #cbcbcb;*/
}

.headerstyle .sortascheader 
{
    background: url(http://www.predictad.com/images/table/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url(http://www.predictad.com/images/table/dt-arrow-up.png) no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url(http://www.predictad.com/images/table/sprite.png) repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url(http://www.predictad.com/images/table/dt-arrow-dn.png) no-repeat right 50%;
} 

/*pager style*/
.pagerstyle{
    color:#444444;
    /*background-color:#e5e5e5;*/
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select{
    font-size:x-small;
}  
.previous{
    background:transparent url(Img/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url(Img/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  
.gotopage{
    font-size:x-small;
    width:20px;
}
.tdUnderLine
{
    border-bottom:solid 1px;
    padding-bottom:5px;
}
.tdUnderNoLine
{
    padding-top:5px;
}
.tdUpperLine
{
    border-top:solid 1px;
    padding-top:5px;
}


.navStepsIn 
{	
	color:#586C7C;
	/*font-size:1.2em;*/
	font-weight:bold
	
}
.navStepsOut 
{
	/*background-color:Transparent;*/
	color:#CDD3D7; 
	
}
.stepHeaderStyle
{
	/*color:#969696;*/
    color:#586C7C;
	
}