body  {
	font-weight: normal;
	font-size:   xx-small;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 14px;
	color: #000000;
	background-color: #ffffff;
	margin-top:  5px;
    margin-left:  5px;
    margin-right:  0px;
}

.timingTime{

}

.noneTiming{
background-color:#eeeeee;
}

.background{
background-color:#C8C8C8;

}

.background2{
background-color:#C8C8C8;
}

.background3{
background-color:#C8C8C8;
}

.noneTiming2{
background-color:#eeeeee;
}

.noneTiming4{
background-color:#eeeeee;
}

body.training
{
	background-color: #8DCAF5;
}

body.emcc
{
	background-color: #D4DFCE;
}

h3  
{
	font-size: x-small;
}

hr
{
	color : #383838;
}

th
{
	font-weight: bold;
	font-size:   x-small;
	font-family: Verdana, Helvetica, sans-serif;
	color:       #ffffff;
	background-color: #383838;
	text-align: left;
}

th.space
{
	background-color: #FFFFFF;
}

td
{
	font-weight: normal;
	font-size:   xx-small;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 14px;
}

td.caption, td.radiobox, td.checkbox  
{
	font-weight: bold;
}


select
{
	font-weight: normal;
	font-size:   95%;
	font-family: Verdana, Helvetica, sans-serif;	
	z-index:-1;
}

input{
	font-weight: normal;
	font-size:   95%;
	font-family: Verdana, Helvetica, sans-serif;	
}

select.stop, input.name  {
	width: 425px;
}

input.nameVia
{
	width: 250px;
}

select.dateInput  
{
	width: 200px;
}

input.time  
{
	width: 40px;
}

.breadwhite
{
    font-size: x-small;
    color: #ffffff;
    line-height: 14px;
    font-family: Verdana, Helvetica, sans-serif;
}
.heading
{
    font-weight: normal;
    font-size: x-small;
    color: #000000;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

a.pageButton
{
	font-weight: 	 bold;
	font-size:	 x-small;
	text-decoration: none;
	color: 		 #FFFFFF;
	padding: 	 5px;
	border: 	 1px outset;
	text-align: 	 center;
	background-color:#009900;
}

a.listSelection1
{
	font-weight: 	 bold;
	font-size:	 x-small;
	text-decoration: none;
	color: 		 #000000;
	text-align: 	 center;
	background-color:#E4E4E4;
}

a.listSelection2
{
	font-weight: 	 bold;
	font-size:	 x-small;
	text-decoration: none;
	color: 		 #000000;
	text-align: 	 center;
	background-color:#FFFFFF;
}

td.listSelection1, td.listSelection2
{
	font-weight: 	 bold;
	font-size:	 x-small;
	text-decoration: none;
	color: 		 #000000;
}

.button  
{
	width: 90px;
	background-color: #C0C0C0;
	border: 1px outset;
}

.button:active, .button:visited, .button:link, .button:hover  
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: center;
}

.smallbutton
{
	font-weight: 	 bold;
	font-size:	 xx-small;
	text-decoration: none;
	color: 		 #FFFFFF;
	background-color:#353C57;
	padding: 	 2px;
	border: 	 1px outset;
	text-align: 	 center;
}

.smallbutton:hover,
.smallbutton:active
{
	background-color:#353C91;
}


.biggreenbutton
{
	background-color:#005000;
}

.bigbluebutton
{
	background-color:#0000CC;
}

.bigbluebutton:hover
{
	background-color:#07f;
} 

.bigredbutton
{
	background-color:#990000;
}

.bigyellowbutton
{
	background-color:#DA850C;
}

.biggreenbutton, .bigredbutton, .bigyellowbutton, .bigbluebutton
{
	font-weight: 	 bold;
	font-size:	 x-small;
	text-decoration: none;
	color: 		 #FFFFFF;
	padding: 	 2px;
	border: 	 1px outset;
	text-align: 	 center;
}

TR.Message
{
	background-color: #FF0000;
}

.Messagetext{
	font: bold x-small Arial; 
	color:#FFFFFF;
 }
  	 
  	 
  	 *[class="Messagetext"]
  	 {
  	         font: bold x-small Verdana,Helvetica,sans-serif; 
  	         color:#FFFFFF;
  	 }

*[class="Messagetext"]
{
	font: bold x-small Verdana,Helvetica,sans-serif; 
	color:#FFFFFF;
}


.smallbuttonundertitle  
{
	width: 100%;
	margin: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

a.addInfoLink:LINK, a.addInfoLink:VISITED {
	color:  #ff0000;
	font-size   : 10px;
    font-weight : normal;
}

.overlay{
	background: #000000;
	color: #ffffff;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.overlayContentBox {
	clear:both;
	height:auto;
	margin:auto;
	padding:2em;
	position:absolute;
	text-align:left;
	width:640px;
	z-index:3000;
	background-color:#FFFFFF;
}

.surveyLink{
	text-decoration: underline;
	font-weight:bold;
	cursor:pointer;
}

.late {
    color: red;
}

.onTime {
    color: #2ab02f;
    text-align: center;
}

.early {
    text-align: left;
    color: #2ab02f;
}

.ontimetext {
    margin-left: 14px;
}

.modeMonitor {
    float: right;
    margin: 0 1em 0 0;
}

.realtimeMode,
.scheduledMode {
    font-weight: bold;
}

.realtimeMode {
    color: #0000CC;
}

.scheduledMode {
    color: #005000;
}

table.depToolTip{
    border: none;
    width:255px;
}

table.depToolTip th{
    text-align: left;
    background-color:#E5E5E5;
    color:#000000
}

form{
    display:inline;
}
