/* CSS Document */

/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

a:link, a:visited {
	color: #FF6600; text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #FF6600;	text-decoration: none;
	font-weight: bold;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #333333;

}

h3, .componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #315d8e;
	line-height: 18px;
	margin: 0px 0px;
}

.componentheading {
  padding-top: 5px;
}

.contentheading {
  font-family: Arial, Helvetica, sans-serif;
  <!-- background: url(../images/bus_seperator_horiz.png) bottom left repeat-x; -->
  padding: 25px 25px 5px 5px;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	vertical-align: bottom;
	color: #FF6600;
	text-align: left;
	width: 100%;
}



.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.modifydate {
  height: 30px;
  vertical-align: bottom;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.createdate {
	height: 25px;
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	background: #cccccc;
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage_caption {

  font-size: 10px;
  color: #666666;
}

div.center {
  text-align: center;
}

table#main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

table.minimal  {
  border-collapse: collapse;
  margin:0;
  padding: 0;
}

table.minimal td {
  margin:0;
  padding: 0;
}

td.left_shadow {
  width: 17px;
  background: #cccccc
}

td.right_shadow {
  width: 17px;
  background: #cccccc
}

td.left_bot_shadow {
  width: 17px;
  height: 34px;
  background: #cccccc
}

td.right_bot_shadow {
  width: 17px;
  height: 34px;
  background: #cccccc
}

td.bottom {
  text-align: center;
  height: 34px;
  color: #000000;
  line-height: 30px;
  vertical-align: top;
  background: #CCCCCC
}



a.mainlevel:link, a.mainlevel:visited {
  display: block;
	background: #FFFFFF url(bus_menu_item_bg.png);
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 30px;
	text-indent: 25px;
	width: 194px;
}

a.mainlevel:hover {
	background-position: 0px -30px;
	text-decoration: none;
	font-weight: bold;
	color: #315d8e;
}

