﻿/* table style */
table.ig-busstop
{
	border:solid 1px #abb079;
}

/* header cell style */
.ig-busstop th
{
    color:#696e2f;
	border-right-color:#abb079;
	border-bottom-color:#abb079;
    background:#e1e5b2 url(ig_img/busstop.gif) repeat-x;
}  

/* cell styles */
.ig-busstop td
{
    border-bottom-color:#f0f2da;	
    border-right-color:#f0f2da;	
}

/* mouseover row style */
.ig-busstop .row-over 
{ 
	background-color:#f0f2da;
}

/* mouse select row style */
.ig-busstop .row-select 
{ 
	color:#fff;
	background-color:#abb079;
}


/* table style */
table.ig-afternoon
{
	border:solid 1px #dbd795;
}

/* header cell style */
.ig-afternoon th
{
    color:#613913;
	border-right-color:#dbd795;
	border-bottom-color:#dbd795;
    background:url(ig_img/afternoon.gif) repeat-x;
}  

/* cell styles */
.ig-afternoon td
{
    border-bottom-color:#e5e4cf;	
    border-right-color:#e5e4cf;	
}

/* mouseover row style */
.ig-afternoon .row-over 
{ 
	background-color:#e5e4cf;
}

/* mouseover row style */
.ig-afternoon .row-select 
{ 
	background-color:#dbd795;
}



/* table style */
table.ig-classic
{
	font-family:arial,sans-serif;
	border:solid 1px #7aa5d6;
}

/* header cell style */
.ig-classic th
{
    color:#3366cc;
	border-right-color:#7aa5d6;
	border-bottom-color:#7aa5d6;
    background:#e5ecf9;
}  

/* cell styles */
.ig-classic td
{
    border-bottom-color:#e5ecf9;	
    border-right-color:#e5ecf9;	
}

/* mouseover row style */
.ig-classic .row-over 
{ 
	background-color:#e5ecf9;
}

/* mouse select row style */
.ig-classic .row-select 
{ 
	background-color:#7aa5d6;
	color:#fff;
}

/* table style */
table.ig
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	width:700px;
}

/* common cell styles */
.ig th, .ig td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.ig th
{
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:2px;
    font-weight:bold;
    text-align:center;    
}  

/* cell styles */
.ig td
{
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}

/* table style */
table.ig-night
{
	border:solid 1px #ad9e87;
}

/* header cell style */
.ig-night th
{
	border-right-color:#ad9e87;
	border-bottom-color:#ad9e87;
    background:#e1d6c7 url(ig_img/night.gif) repeat-x;
    color:#59483f;
}  

/* cell styles */
.ig-night td
{
    border-bottom-color:#f2e8da;	
    border-right-color:#f2e8da;	
}

/* mouseover row style */
.ig-night .row-over 
{ 
	background-color:#f2e8da;
}

/* select row style */
.ig-night .row-select
{
	background-color:#ad9e87;
	color:#fff;
}

/* table style */
table.ig-summer
{
	border:solid 1px #84a360;
}

/* header cell style */
.ig-summer th
{
    color:#376f18;
	border-right-color:#84a360;
	border-bottom-color:#84a360;
    background:#b0d781 url(img/summer.gif) repeat-x;
}  

/* cell styles */
.ig-summer td
{
    color:#000;
    border-bottom-color:#e7f2da;	
    border-right-color:#e7f2da;	
}

/* mouseover row style */
.ig-summer .row-over 
{ 
	background-color:#e7f2da;
}

/* mouse selectrow style */
.ig-summer .row-select 
{ 
	color:#fff;
	background-color:#84a360;
}

