/* CSS Document */

.BUS
{
	background-image:	url(BUS.gif);
	background-repeat:	no-repeat;
	width:	100%;
	height:	100px;
}
.BUS_IMTT
{
	height:		40px;
	position:	absolute;
	margin-top:	30px;
	margin-left:30px;
	Zdisplay:	none;
}
.BUSTail
{
	background-image: url(bustail.gif);
	background-repeat: repeat-x;
}


body {
	background-color: #deefcd;
}

.ContentPane
{
	background-color: #f6feee;
	/*border-right: solid 1px black;*/
	/*border-top: solid 1px red;*/
	border-bottom: solid 1px black;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #487210;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:	Tahoma, Arial, Helvetica;
    font-size:		12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:600;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #487210;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #487210;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #487210;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #76CC00;
}

A:link  {
    font-size: 12px;
    font-weight:600;
    text-decoration:    none;
    color:  #487210;
}

A:visited   {
    text-decoration:    none;
    color:  #487210;
}

A:active    {
    text-decoration:    none;
    color:  #487210;
}

A:hover {
    text-decoration:    underline;
    color:  #76CC00;
}

H1{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  22px;
    font-weight:    bold;
    color: #487210;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #487210;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.LeftPane
{
  border: solid 1x green;
  border-bottom: none 0x transparent;
  background-color: #b7caa4;
  height: 100%;
}

.MainMenu_MenuContainer {
	border-bottom: transparent 5px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: transparent 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 25;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
	padding-right: 25px;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	border-left: transparent 1px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 1px solid; 
	text-align: center; 
	width: 3; 
	height: 25;
	background-color: lightgreen;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	background-color: transparetn; 
	border-bottom: transparent 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: transparent 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 5px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: green; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow 
{
	display:none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
	background-color: #333333;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

ol {
text-transform: none;
text-decoration: none;
list-style-position: outside;
margin: 2px;
}
