#mttiapp H1 { color:#376483;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif ; font-size:22px; }
#mttiapp H2 { color:black;font-weight: bold;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:18px; }
#mttiapp H3 { font-weight: bold;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:14px; }
#mttiapp H4 { color:#c00;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:14px; }
#mttiapp p { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
#mttiapp td { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
#mttiapp ul { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px; }


.MenuTD {
	background-image: url("sidebar-bg.gif");
	background-repeat: repeat-x;
	background-color: #85CDFF;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font: 14px;
	font-family:'trebuchet ms',helvetica,sans-serif;
	line-height: 1.4;
}



#cms-breadcrumb {
	padding-left: 5px;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb a {
	color: #ccc;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb a:hover {
	color: yellow;
}


#cms-search {
}

#cms-date {
	text-align: right;
}

.ndimg  img {
	border: 0px;
}

a.newstitle:link {
	color:#ccc;
}

a.newstitle:visited {
	color:#ccc;
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	height: 20;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-top: 1px solid #376483;
	border-bottom: 1px solid #376483;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_SubMenu {
	background-color:#376483;
	border: 1px solid black;
/* 	border-top: 1px solid #376483;
	border-bottom: 1px solid #376483; */
}

.MainMenu_MenuBreak {
	border-top: 1px solid #376483;
	border-bottom: 1px solid #376483;
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	color: yellow;
	font-family: "Trebuchet MS", Tahoma, Verdana,  Arial, sans-serif;
	font-size: 16px;
	border-top: 1px solid #376483;
	border-bottom: 1px solid #376483;
	font-weight: normal;
	height: 20;
}

.MainMenu_MenuArrow {
	border-top: 1px solid #376483;
	border-bottom: 1px solid #376483;
}

.MainMenu_RootMenuArrow {
}



