﻿.ContentTitle
{
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 25px;
}
.ItemTitle
{
	font-weight: bold;
	font-size: 100%;
}
.FieldHeder
{
	font-weight: bold;
	font-size: 100%;
	vertical-align: text-top;
}


.SelectionBox
{
	border: solid 1px black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	width: 100%;
}
.SelectionBoxLabel
{
	font-weight: bold;
}

.DropDownListItemImportant
{
	background-color: #c6d9fc;
	font-weight: bold;
	color: #193a65;
}
.mapPopupMenu
{
	background-color: #193a65;
	color: White;
	z-index: 989; /* importante */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
	font-weight: normal;
	height: auto;
}
.error
{
	background-color: Red;
	color: white;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-top: 5px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.messageConfirm
{
	color: Red;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-top: 5px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}



.mapMsTerminusLabel
{
	position: relative;
	left: -100px;
	top: -10px;
	width: 200px;
	font-size: 8pt;
	background-color: white;
	text-align: center;
	border-style: solid;
	border-width: 1px;
}
.mapMsBusstopLabel
{
	position: relative;
	top: -26px;
	left: 2px;
	width: 18px;
	text-align: center;
	font-size: 6pt;
	font-weight: bold;
}
.mapMsPathLabel
{
	font-size: 8pt;
	background-color: white;
	text-align: center;
	border-style: solid;
	border-width: 1px;
}


/* timetable */
.TimetableDayTitle
{
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #CCCCCC;
	font-size: 95%;
	text-align: center;
	font-weight: bold;
	height: 70px;
}
.TimetableCurrentDay
{
	border: solid 1px gray;
	margin-bottom: 5px;
	background-color: #efefbb;
}
.TimetableDay
{
	border: solid 1px gray;
	margin-bottom: 5px;
}
.TimetableTransit
{
	text-align: center;
	font-size: 11pt;
}




/* grids */
.gwHeader
{
	background-color: #0692c9;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 95%;
}
.gwRow
{
}
.gwAlternatingRow
{
	background-color: #dff7ff;
}
A.gwRow, A.gwAlternatingRow
{
	color: #000000;
}
.gwSeletedRow
{
	background-color: #f5ec9d;
}
.gwFooter
{
	background-color: #0692c9;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 5px;
}
A.gwFooter:hover, A.gwFooter:link, A.gwFooter:active, A.gwFooter:visited
{
	color: #FFFFFF;
}

.gwEmptyRow
{
}
A.gwSeletedRow:hover, A.gwSeletedRow:link, A.gwSeletedRow:active, A.gwSeletedRow:visited
{
	background-color: #f5ec9d;
}

