
.realtable-stop
{
   border-collapse:	collapse;
   border-spacing:		0px;
   width: 100%;
}

.realtable-stop tr th,.realtable-stop tr td
{
    text-transform: 	uppercase;
    color: 				Black;
    font-weight:		bold;
    font-family:		Verdana;
    padding:			1px;  
}

.realtable-stop tr th
{
    background-color:	#00517d;
    border:2px solid #fff;
    color:#ffffff;
    height:20px;
}
.realtable-stop tr th.cur_time
{
	width:40px;
	padding:4px;
}
.realtable-stop tr td.dzien
{
	text-align:right;
}

.realtable-header 
{
    border-bottom:10px solid	#00517d;
}
.realtable-header tr th
{
    border-collapse:	collapse;
    border-spacing:		0px;
    border:2px solid	#00517d;
    color:#ffffff;
    padding:			2px;
    font-family:		Verdana;
    font-weight:		bold;
    font-size:			1.0em;
    background-color:	#00517d;
	text-align:left;
} 
.realtable-header tr th.veh
{
    width:24px;
    border-left:0px;
}
.realtable-header tr th.route
{
	width:      40px;
	text-align:  right;
	font-weight: bold;
}
.realtable-header tr th.dir
{
	width:200px;
}
.realtable-header tr th.time
{
	text-align:right; 
	width:40px;
}

.realtable
{
    behavior:url('../htc/csshover.htc');
    width:		 	100%;
    margin:			0px 0px 0px 0px;
    border-collapse:separate;
    border-spacing: 1px 1px  ;
    caption-side: bottom;
    empty-cells: hide;
    table-layout:auto;
}
.realtable tr td
{
    margin:			0px 0px 0px 0px;
    font-family:	Verdana;
    font-weight:	normal;
    font-size:       0.9em;
    text-align:     left;
}
.realtable-header tr td.veh
{
    width:26px;
}

.realtable tr td.route
{
	font-weight: bold;
	width:       50px;
	text-align:center;
}
.realtable tr td.dir
{
	width:206px;
}
.realtable tr td.time
{
	text-align:right; 
}

.selectedItem
{
    font-weight:bold;
    border:2px solid red;
}

.red_font
{
color: red;
}
.green_font
{
color: green;
}
.td_color
{
	color:Black;
}


.blink 
{
color: 				red;
display:inline;
} 
.back_col_1 {
background-color: #f9f9f9;
color:#000000;
}

.back_col_2 {
background-color: #f0f1f9;
color:#000000;
}

