
html {
	height: 100%;
}


body {
	background: #fff;
	margin: 0;
	height: 100%;
}


table, tr, td, p {
	font-family: arial, verdana, helvetica, sans-serif;
}


table.ControlPanel {background: #f6f6f6; border: 1px solid #ccc;}
td.master-pad {padding: 15px;}
td.mt-top {}
table.site-width {width: 760px;}
table.site-width-admin {width: 920px;}
table.site-width-full {width: 920px;}
td.logo-cell {padding: 0 0 10px 10px;}
td.reg-cell {text-align: right; padding: 0 10px 10px 0; color: #ccc; font-size: 12px;}
td.menu-cell {height: 42px;}
td.menu-cap-l {width: 12px; height: 42px; background: url(menu-cap-l.gif);}
td.menu-bg {background: url(menu-bg.gif) repeat-x;}
td.search-bg {background: url(menu-bg-dk.gif) repeat-x; width: 177px; padding: 0 20px 2px 10px;}
td.menu-cap-r {width: 12px; height: 42px; background: url(menu-cap-r.gif);}
td.breadcrumb-cell {padding: 0px 10px 0px 10px; color: #666; font-size: 12px; font-weight: bold;}
td.content-cell {padding: 5px 0px 5px 0px;}
td.content-banner {}
td.content-top {}
td.content-left {width: 25%; padding-right: 10px;}
td.content-center {}
td.content-right {width: 25%; padding-left: 10px;}
td.content-midleft {width: 33%; padding-right: 10px;}
td.content-midcenter {width: 33%;}
td.content-midright {width: 33%; padding-left: 10px;}
td.content-bottom {}
td.mt-bottom {height: 40px;}
table.footer-table {height: 32px;}
td.footer-cap-left {background: url(footer-cap-l.gif); width: 12px;}
td.footer-left {background: url(footer-bg.gif) repeat-x; padding: 0 0 4px 0; font-size: 11px;}
td.footer-right {background: url(footer-bg.gif) repeat-x; text-align: right; padding: 0 5px 4px 10px; color: #aaa; font-size: 11px;}
td.footer-cap-right {background: url(footer-cap-r.gif); width: 12px;}
td.breadcrumb-left {height: 15px; width: 415px; background: url(breadcrumb-left.gif) top left no-repeat; font-size: 1px;}
td.breadcrumb-center {height: 15px; background: url(breadcrumb-center.gif) top left repeat-x; font-size: 1px;}
td.breadcrumb-right {height: 15px; width: 415px; background: url(breadcrumb-right.gif) top right no-repeat; font-size: 1px;}


#canvas-blue a {color: #0074ab;}
#canvas-green a {color: #3c8e03;}
#canvas-orange a {color: #c96600;}

a:link, a:visited, a:active {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
	font-size: 12px;
}

a.LoginLink:hover {
    text-decoration: underline;
	font-size: 12px;
}

a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	font-size: 11px;
    text-decoration: none;
}
a.FooterLink:hover {
	font-size: 11px;
    text-decoration: underline;
}

a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
    text-decoration: none;
	font-weight: bold;
}

a.BreadcrumbLink:hover, .BreadcrumbLink {
    text-decoration: underline;
	font-weight: bold;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
    text-decoration: underline;
	color: #333;
	font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: none;
	color: #333;
	font-weight: bold;
}

a.Normal:link, a.Normal:visited, a.Normal:active {
	text-decoration: underline;
}

a.Normal:hover {
	text-decoration: none;
}


.CurrentDate {
	color: #333;
}

.CopyrightText {
	color: #333;
	font-size: 11px;
}

.SubHead    {
  	font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #222;
	padding: 0;
}

.Head {
  font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
  text-decoration: none;
  color: #222;
	font-weight: normal;
	white-space: nowrap;
}

.NormalRed {
	color: #900;
  font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold {
  font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222;
}

.Normal {
  font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}


select, input {
	color: #222;
	font-family: arial, verdana, helvetica, sans-serif;
}

.NormalTextBox {
	font-family: arial, verdana, helvetica, sans-serif;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

td.search-bg input {
	height: 20px;
}

.GoButton {
	margin-bottom: -0px;
	position: absolute;
}


.MainMenu_MenuContainer {
	background: url(menu-bg.gif) repeat-x top center transparent;
	margin: -1px 0px 0px 0px;
}
.MainMenu_MenuBar {
	cursor: hand;
	background: transparent;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	margin: -1px 0px 0px -2px;
	background-color: #f6f6f6;
	padding: 1px;
	border: 1px solid #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=1);
}
.MainMenu_MenuItem {
	font-family: arial, verdana, helvetica, sans-serif; 
	color: #666666;
	font-size: 12px;
	background: #f6f6f6;
	font-weight: normal;
	padding: 0 10px 0 10px;
	height: 20px;
	border: 0;
}
.MainMenu_MenuItemSel {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: hand;
	color: #444444;
	background: #dddddd;
	padding: 0 10px 0 10px;
	height: 20px;
	border: 0;
}
.MainMenu_Idle {
	color: #666666;
	background: url(menu-bg.gif) repeat-x top center transparent;
	padding: 0;
	font-weight: bold;
	height: 42px;
}
.MainMenu_Selected  {
	color: #222222;
	background: url(menu-bg.gif) repeat-x top center transparent;
	padding: 0;
	font-weight: bold;
	height: 42px;
}
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #ffffff;
	background: url(menu-on-b.gif) repeat-x top center transparent;
	padding: 0;
	font-weight: bold;
	height: 42px;
}

#canvas-green .MainMenu_Active, #canvas-green .MainMenu_BreadcrumbActive {
	background: url(menu-on-G.gif) repeat-x;
}

#canvas-orange .MainMenu_Active, #canvas-orange .MainMenu_BreadcrumbActive {
	background: url(menu-on-O.gif) repeat-x;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeparator {
	display: none;
}

.MainMenu_MenuBreak {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}



.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

.ModuleTitle_MenuItem {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #999;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}

.ModuleTitle_MenuItemSel {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}
