﻿html
{
	overflow:scroll;
}
body 
{   
    background-color:#000;
    font-family: 76% verdana, helvetica, arial, sans-serif;
    font-family: Verdana; 
	font-size: 12px;
	line-height:1.5;
    text-align:center;
    height:100%;
    height:auto;
    margin-top: 0px;
    padding:0px;
    margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6
{
	/*color:#BA0000; - 186*/
	/*color:#C80000; - 200*/
	color:#E80000;/* - 232*/
	/*color:#FF0000; - 255*/
	text-align:left;
}

h1
{
	font-size:170%;
	font-weight:bold;
	padding:5px 5px 0px 0px;
}
h2
{
	font-size:125%;
	font-weight:bold;
	padding:5px 5px 0px 0px;
}
h3
{
	font-size:100%;
	font-weight:bold;
	padding:5px 5px 0px 0px;
}
p
{
	padding:2px 2px 2px 0px;
	text-align:left;
}

p a:link
{
    color: blue;
    text-decoration: none;
}

p a:visited
{
    color: blue;
    text-decoration: none;
}

p a:hover
{
    color: blue;
    text-decoration: underline;
}
/*********************************************/
/* Page layout. ******************************/
/*********************************************/

div#dv_wrapper
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div#dv_header
{
    width: 800px;
    height: 110px; 
    background-image:url(../images/header255_0_0.gif);
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    background-color:#fff;
}

div#dv_container
{
    width: 800px;
    background-color:#fff;    
}

div#dv_footer
{
    width: 800px;
    height: 104px;
    background-image:url(../images/footer255_0_0.gif);
    background-position: top left;
    background-repeat: no-repeat;
    clear: both;
}

/********************************/
/* LIST STYLES ******************/
/********************************/

ul
{
    list-style-type: none;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}

li
{
    margin-bottom: 15px;
}
    
/********************************/
/* LINK STYLES ******************/
/********************************/

.gridviewrow
{
	background-color:#fff;
}

.gridviewrow a:link
{
	  color: #000;
    text-decoration: none;
}
.gridviewrow a:visited
{
    color: #000;
    text-decoration: none;
}
.gridviewrow a:hover
{
    color: #000;
    text-decoration: underline;
}
.gridviewrow p
{
    padding:2px;
    text-align:center;
}

.gridviewheader
{
	background-color:#000;
	color:red;
	height:20px;
}
.gridviewheader a:link
{
	color: red;
    text-decoration: none;
}
.gridviewheader a:visited
{
    color: red;
    text-decoration: none;
}
.gridviewheader a:hover
{
    color: red;
    text-decoration: underline;
}

.menu a:link
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.menu a:visited
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.menu a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.menu
{
    /*background-color: #BA0000; - 186 */
    /*background-color: #C80000; - 200 */
    background-color: #E80000;/* - 232 */
    /*background-color: #FF0000; - 255 */    
    background-image: url(../images/menu_bg232_0_0.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 179px;
    vertical-align:top;
    text-align:right;
    padding:0px;
    }

.content
{
	padding:0px 5px 5px 8px; 
	vertical-align:top;
	text-align:center;
	width:600px;
	float:left;
	}
	
	.flag
	{
		vertical-align:middle;
		font-family:arial;
		font-size:11px;
	}
	
/********************************/
/* BORDERS FOR DEBUGGING LAYOUT */
/********************************/

/*div#dv_wrapper  {border: 1px solid red;}*/
/*div#dv_header {border: 1px solid pink;}*/
/*div#dv_container {border: 1px solid black;}*/
/*div#dv_leftCol {border: 1px solid magenta;}*/
/*div#dv_main {border: 1px solid purple;}*/
/*div#dv_rightCol {border: 1px solid green;}*/
/*div#dv_footer {border: 1px solid blue;}*/
/*div#dv_middleCol {{border: 1px solid green;}*/



/********************************/

.trackinfo
{	
text-align:left; background-color:#DCDCDC; color:#000; padding:2px;
}

.stdTitle
{
	font-size:18px;
	color:Blue;
}

.stdTitle a
{
	color:Blue;
}

.stdTitle a:link
{
	color:Blue;
}
.stdTitle a:visited
{
	color:Blue;
} 
.stdTitle a:active
{
	color:Blue;
}
.stdTitle a:hover
{
	text-decoration:underline;
}

.searchLinks
{
}

.searchLinks a
{
	color:Blue;
}

.searchLinks a:link
{
	color:Blue;
}
.searchLinks a:visited
{
	color:Blue;
} 
.searchLinks a:active
{
	color:Blue;
}
.searchLinks a:hover
{
	text-decoration:underline;
}
.info
{
    font-size:10px;
    color:#666;
}