.body
{
font-size: 20px;
font-family: arial;
}

#menu
{
width: 100%;
height: 35px;
background: #0000cc;
color: white;
font-family: arial;
font-size:20px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */ 
}

.submenu
{
width: 100%;
height: 30px;
background: #0000cc;
color: white;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */ 
}

.submenu span
{
	display:inline-block;
	width:200px;
	color: white;
	text-align:center;
	font-family: arial;
	text-decoration:none;
	position:relative;
	top:2px;
	border-right: #aaf 1px solid;
	cursor: pointer;
}

.submenu a
{
	color: white;
	text-align:center;
	font-family: arial;
	text-decoration: none;
}

#menu span
{
	display:inline-block;
	width:100px;
	color: white;
	text-align:center;
	font-family: arial;
	text-decoration:none;
	position:relative;
	top:2px;
	border-right: #aaf 1px solid;
	cursor: pointer;
}

#menu a
{
	color: white;
	text-align:center;
	font-family: arial;
	text-decoration: none;
}

#menu .menuform
{
	width: 320px;
}

#menu form
{
	display:inline;
}

.searchbox
{
-moz-border-radius: 15px;
border-radius: 15px;
position:relative;
top: -1px;
}

.button
{
	background:none;
	border:none;
	color: white;
	font-family: arial;
	font-size: 1em;
	cursor: pointer;
	background: #0d0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 2px;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}



td
{
	font-size: 20px;
	font-family: arial;
}

.bold
{
	font-weight: bold;
}

.error
{
	color: red;
}

#search_results
{
background: silver;
color: silver;
}

#search_results tr
{
background: #005;
color: white;
text-align:center;
padding:5px;
margin:5px;
}

#search_results td
{
margin-left: 5px;
padding-left: 5px;
padding-right: 5px;
}

#search_results a
{
color: white;
}

#search_results .even
{
	background: #008;
}

#search_results #thead
{
background: #gold;
color: black;
}

.heading
{
font-weight: 900;
font-size: 22px;
font-family: arial;
}

.bigheading
{
font-weight: 900;
font-size: 32px;
font-family: arial;
}

.bemidji
{
	color: green;
}

.it2bemidji
{
	color: goldenrod;
}

.GR
{
	color: purple;
}

.it2GR
{
	color: blue;
}

.bordered
{
	border: 2px dashed black;
}

.big
{
font-size: 30px;
}

#transit
{
width:400px;
height: 200px;
}

#program_name
{
	width: 300px;
}

#program_table td
{
	border: 1px black solid;
}

#program_table form
{
	display:inline;
}

#program_table #name
{
	height: 26px;
	width: 300px;
	position: relative;
	bottom: 2px;
}

.msg
{
	color: green;
}

.wide_input
{
	width: 300px;
}

textarea
{
	width: 600px;
	height: 120px;
}

.wide_textarea
{
	width: 600px;
	height: 120px;
}

#other_programs
{
	display:inline-block;
	width: 400px;
	font-size: 18px;
	border-bottom: 1px solid black;
}

.reformat
{
	font-family: arial;
	font-size: 22px;
}

.reformat span
{
	font-weight: bold;
}

#status td
{
	text-align:right;
}

#status .left
{
	text-align:left;
}

#status #thead
{
	font-weight: 900;
	color: white;
}

#thead td
{
	font-weight: 900;
	color: white;
}

#programs
{

}

.program_name
{
	display: inline-block;
	width: 185px;
	#font-weight: bold;
	font-size: 20px;
	font-family: arial;
}

.program_leader
{
	display: inline-block;
	width: 150px;
}

.break
{
	border-style: dashed;
}
