/* CSS Document */
* {
	font-size:100%;
	/*margin:0;
	padding:0;
	list-style: none;
	border: 0;*/
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font: 80%/1.4em Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
}
/** Back bar **/
.back1 {
	background-image: url(images/nycc-1new.gif);
}
/** Back search **/
.back2 {
	background-image: url(images/bus-info1.gif);
	background-color: #35A174;
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 4px;
}
/** Menu Bar **/
table td.menubar{
	background-color: #8B0655;
	padding: 8px 10px 10px 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8.5em;
	font-weight: bold;
}
/** Main Text**/
/*
td,tr,p,div {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: .9em;
  color: #333333;
}
*/
/** Text **/
.text-white {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .9em;
}
.text-grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: .8em;
	font-weight: normal;
}
/** Headers **/

.header1-orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #DB893A;
	padding: 10px 0px 2px 0px;
	font-size: 1.1em;
	font-weight: bold;
}
.header1-blue{
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 1.1em;
	font-weight: bold;
}
.header2-green{
	font-family: Arial, Helvetica, sans-serif;
	color: #35A174;
	font-size: 1em;
	font-weight: bold;
}
.header1-white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 15px;
}
/** drops **/
.drop-f1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #3366cc;
	background: #ffffff;
	width:100%;
}
a.links1, a.links1:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0053A0;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a.links1:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #35A174;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a.links2, a.links2:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #35A174;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
a.links2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #480048;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
a.links3, a.links3:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
a.links3:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
.form { 
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #0066cc;
}
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
table.venue-tables {
  width: 440px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
.venue-c1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	text-align: center;
	background: #BA277E;
	padding:2px;
}
.venue-c2 {
	background: #EAD4E1;
}
.venue-c3 {
	background: #FEF4FA;
}
.logo{
	height: 75px;
	background-image: url(images/nycc-logo.gif);
}
.required {
	color:#CC0000;
}
#school select {
	width: 100%;
}
#route select {
	width: 100%;
}
