body							{ margin: 0 0 0 0; background: url('images/fall2005_underconstruction.jpg') no-repeat top left; background-color: #514034; }
a.mailto:link, a.mailto:visited	{ background-color: #fff; color: #514034; font-size: 10px; text-decoration: none; font-family:tahoma;}
a.mailto:hover					{ background-color: #E77013; color: #fff; font-size: 10px; text-decoration: none; }

td.login a.skinObject:link, td.login a.skinObject:visited	{ color: #514034;}
td.login a.skinObject:hover									{ color: white;}


/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #514034; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	padding: 2px 10px 3px 5px;
	border: none;
}

.MainMenu_MenuItemSel {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent;
	color: #fff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: normal;
	padding: 2px 10px 3px 5px;
	border: none;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 100; 
	cursor: pointer; 
	cursor: hand;
	background: #6c6c6c; 
	filter: none;
	border: 0px solid #fff;
	margin-top: 2px;
	padding: 0px;
}

.MainMenu_MenuBreak {
	border-bottom: #666 1px solid; 
	border-right: #666 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 0px solid; 
	border-bottom: #505052 0px solid; 
	border-top: #505052 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: transparent;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #666;
	cursor: pointer; 
	cursor: hand; 
	font-family: tahoma; 
	font-size: 10px; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	background: transparent;
	border: 0;
	/*display: none;*/
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #666;
	margin-top: 5px;
	padding: 0px 1px 1px 1px;
	filter: none;
	border: 0;
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #000;
	font-family: tahoma; 
	font-size: 10px; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #ccc;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #6E92A8;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #6E92A8;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #000;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border: 1px solid #878787;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #999;
}

a.CommandButton:hover {
	color: #999;
	padding: 1px 5px 2px 6px;
	border: 1px solid #878787;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #666;
}

a.Normal:link, a.Normal:visited {
	color: #6E92A8;
	background-color: transparent;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #6E92A8;
	background-color: transparent;	
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


a:link, a:visited {
	color: #6E92A8;
	background-color: transparent;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #6E92A8;
	background-color: transparent;	
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


.Head {
	font-family: tahoma, arial;
	font-size: 18px;
	color: #6E92A8;
	background: transparent;
	padding-bottom: 10px;
}


.NormalRed {
	color: #D08D00;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

