<html>
<head>
	<title>Untitled</title>
</head>
<body>/* CSS Document */ body { text-align:center; background-color: #F2F2F2; width: 100%; } .page { padding-bottom: 0px; margin-top: 16px; } /* background/border colors for the selected tab */ .TabBg { } .LeftPane { border-right: #6E001D 1px solid; } .ContentPane { } .RightPane { border-left: #6E001D 1px solid; } .curr_row { background: #fff; border-bottom: 2px solid #6E001D; } .controlpanel { width: 100%; background-color: #EAEAEA; border-top: solid #6E001D 2px; border-left: solid #6E001D 2px; border-right: solid #6E001D 2px; border-bottom: solid #6E001D 0px; } .BottomPane { border-top: #6E001D 2px solid; } .TopPane { border-bottom: #6E001D 2px solid; } .Vertical_Top_Line { border-top: #cccccc 2px solid; border-bottom: #6E001D 2px solid; } /* text style for the selected tab */ .SelectedTab { font-weight: normal; font-size: 9pt; color: #000000; font-family: ""; text-decoration: none; vertical-align: bottom; } /* hyperlink style for the selected tab */ A.SelectedTab:link { text-decoration: none; color:#FFFFFF; border: none; font-weight: bold; } A.SelectedTab:visited { text-decoration: none; color:#ffffff; margin-top: 3px; margin-right: 6px; margin-bottom: 3px; margin-left: 6px; border: 1px none; padding-top: 3px; padding-right: 6px; padding-bottom: 3px; padding-left: 6px; font-weight: bold; } A.SelectedTab:active { text-decoration: none; color:#555555; border: none; font-weight: bold; } A.SelectedTab:hover { text-decoration: none; color:#555555; border: none; font-weight: bold; } /* hyperlink style for the unselected tabs */ .OtherTabs { color: #000000; font-family: "Tahoma", "Arial", "Helvetica"; font-weight: bold; } A.OtherTabs:link { text-decoration: none; color: #FFF; font-weight: bold; } A.OtherTabs:visited { text-decoration: none; color: #FFF; font-weight: bold; } A.OtherTabs:active { text-decoration: underline; font-weight: bold; color: #fff; } A.OtherTabs:hover { text-decoration: underline; font-weight: bold; color:#FFFFFF; } .Login { } A.Login:link { color: #FFFFFF; font-size: 12px; font-weight: normal; text-decoration: none; } A.Login:visited { color: #FFFFFF; font-size: 12px; font-weight: normal; text-decoration: none; } A.Login:active { color: #FFFFFF; font-size: 12px; font-weight: normal; text-decoration: none; } A.Login:hover { color: #FFFFFF; font-size: 12px; font-weight: normal; text-decoration: underline; } /* GENERAL */ /* style for module titles */ .Head { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #333333; } /* style of item titles on edit and admin pages */ .SubHead { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #333333; } /* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ .SubSubHead { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: red; } /* text style used for most text rendered by modules */ .Normal { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; } /* 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; } .NormalRed { font-family: Tahoma, Arial, Helvetica; font-size: 12px; color: #ff0000 } .NormalBold { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold } /* text style for buttons and link buttons used in the portal admin pages */ .CommandButton { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; } /* hyperlink style for buttons and link buttons used in the portal admin pages */ A.CommandButton:link { text-decoration: none; color: #2960C6; } A.CommandButton:visited { text-decoration: none; color: #2960C6; } A.CommandButton:active { text-decoration: none; color: #2960C6; } A.CommandButton:hover { text-decoration: none; color: #ff0000; } /* GENERIC */ H1 { font-family: Tahoma, Arial, Helvetica; font-size: 20px; font-weight: normal; color: #666644; } H2 { font-family: Tahoma, Arial, Helvetica; font-size: 15px; font-weight: normal; color: #666644; } H3 { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: normal; color: #2960C6; } H4 { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: normal; color: #2960C6; } H5, DT { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #2960C6; } H6 { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #2960C6; } TFOOT, THEAD { font-family: Tahoma, Arial, Helvetica; font-size: 12px; color: #2960C6; } TH { vertical-align: baseline; font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: bold; color: #2960C6; } A:link { color: #6E001D; font-weight: normal; } A:visited { color: #6E001D; font-weight: normal; } A:active { color: #6E001D; font-weight: normal; text-decoration: none; } A:hover { color: #FF9900; font-weight: normal; text-decoration: underline; } .box { margin-top: 31px; margin-right: 10px; } SMALL { font-size: 8px; } BIG { font-size: 14px; } BLOCKQUOTE, PRE { font-family: Lucida Console, monospace; } UL LI { list-style-type: square ; } UL LI LI { list-style-type: disc; } UL LI LI LI { list-style-type: circle; } OL LI { list-style-type: decimal; } OL OL LI { list-style-type: lower-alpha; } OL OL OL LI { list-style-type: lower-roman; } HR { color: #666; height:1pt; text-align:left } .Copyright { color: #fff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 10px; font-weight: bold; } .Privacy { color: #fff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 10px; font-weight: normal; } A.Privacy:link { color: #fff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 10px; font-weight: normal; } A.Privacy:visited { color: #fff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 10px; font-weight: normal; } A.Privacy:active { color: #fff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 10px; font-weight: normal; } A.Privacy:hover { color: #6E001D; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 10px; font-weight: normal; } /* MODULE-SPECIFIC */ /* text style for reading messages in Discussion */ .Message { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; font-size: 11px; background-color: #8DC2F9} /* style of item titles by Announcements and events */ .ItemTitle { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #2960C6; } /* Menu-Styles */ /* Module Title Menu */ .ModuleTitle_MenuContainer { border-bottom: blue 0px solid; border-left: blue 0px solid; border-top: blue 0px solid; border-right: blue 0px solid; } .ModuleTitle_MenuBar { cursor: pointer; height:16px; background-color: Transparent; } .ModuleTitle_MenuItem { cursor: pointer; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal; border-left: white 0px solid; border-bottom: white 1px solid; border-top: white 1px solid; border-right: white 0px solid; background-color: Transparent; } .ModuleTitle_MenuIcon { cursor: pointer; background-color: #EEEEEE; border-left: #EEEEEE 1px solid; border-bottom: #EEEEEE 1px solid; border-top: #EEEEEE 1px solid; text-align: center; width: 15px; height: 21px; } .ModuleTitle_SubMenu { z-index: 1000; cursor: pointer; background-color: #FFFFFF; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-bottom: #FFFFFF 0px solid; border-left: #FFFFFF 0px solid; border-top: #FFFFFF 0px solid; border-right: #FFFFFF 0px solid; } .ModuleTitle_MenuBreak { border-bottom: #EEEEEE 1px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 1px solid; border-right: #EEEEEE 0px solid; background-color: #EEEEEE; height: 1px; } .ModuleTitle_MenuItemSel { cursor: pointer; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal; background-color: #eeeeee; } .ModuleTitle_MenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; border-right: #FFFFFF 1px solid; border-bottom: #FFFFFF 1px solid; border-top: #FFFFFF 0px solid; } .ModuleTitle_RootMenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; } .BreadCrumbLeft { color:#6E001D; text-decoration: none; font-size: 11px; padding-left: 14px; background: url(icon.gif) no-repeat left; } .BreadCrumb { color:#6E001D; text-decoration: none; font-size: 11px; } A.BreadCrumb:link { color: #6E001D; text-decoration: underline; font-size: 11px; } A.BreadCrumb:visited { color: #6E001D; text-decoration: underline; font-size: 11px; } A.BreadCrumb:active { color: #6E001D; text-decoration: underline; font-size: 11px; } A.BreadCrumb:hover { color: #6E001D; text-decoration: none; font-size: 11px; } .BreadcrumbSeparator { color: #666; } /* Menu CSS */ .MainMenu_MenuContainer { HEIGHT: 31px; border: none; } .MainMenu_MenuBar { HEIGHT: 31px; background: url(menu_bg.gif) repeat-x bottom; } /*sub menu items*/ .MainMenu_MenuItem { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #fff; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-TOP: 0px; PADDING-BOTTOM: 0px; border-left: 0px solid #A10039; border-bottom: 1px solid #A10039; border-top: 1px solid #A10039; border-right: 0px solid #A10039; FONT-FAMILY: "Tahoma"; vertical-align: middle; height: 20px; } .MainMenu_MenuItemSel { FONT-WEIGHT: normal; FONT-SIZE: 11px; background-color: #fff; COLOR: #000; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-TOP: 0px; PADDING-BOTTOM: 0px; border-left: 0px solid #A10039; border-bottom: 1px solid #A10039; border-top: 1px solid #A10039; border-right: 0px solid #A10039; FONT-FAMILY: "Tahoma"; text-decoration: none; vertical-align: middle; height: 20px; } .MainMenu_MenuIcon { PADDING-RIGHT: 0px; PADDING-LEFT: 6px; PADDING-BOTTOM: 3px; WIDTH: 0px; BACKGROUND-COLOR: #A10039; PADDING-TOP: 0px; HEIGHT: 20px; border-left: 1px solid #003366; border-top: 0px solid #003366; border-bottom: 1px solid #003366; border-right: 1px none; DISPLAY: none; } .MainMenu_SubMenu { Z-INDEX: 1000; BACKGROUND-color: #A10039; FILTER:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; CURSOR: hand; PADDING: 2px 4px; BORDER: 1px solid #6E001D; } .MainMenu_MenuBreak { width: auto; border: 0; } .MainMenu_MenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; border-right: 0px solid #A10039; border-bottom: 0px solid #A10039; border-top: 0px solid #A10039; border-left-color: #A10039; text-align: right; } .MainMenu_RootMenuArrow { } .MainMenu_LeftOff{ PADDING-LEFT: 6px; BACKGROUND: url(tab_left_off.gif) no-repeat right; HEIGHT: 31px; } .MainMenu_LeftOn{ PADDING-LEFT: 6px; BACKGROUND: url(tab_left_on.gif) no-repeat right; HEIGHT: 31px; } .MainMenu_RightOff { PADDING-LEFT: 6px; BACKGROUND: url(tab_right_off.gif) no-repeat left; HEIGHT: 31px; } .MainMenu_RightOn { PADDING-LEFT: 6px; BACKGROUND: url(tab_right_on.gif) no-repeat left; HEIGHT: 31px; } .MainMenu_Normal { BACKGROUND: url(tab_bg_off.gif) repeat-x 50%; HEIGHT: 31px; color: #fff; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .MainMenu_Selected{ background: url(tab_bg_on.gif) repeat-x 50%; HEIGHT: 31px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .MainMenu_BreadcrumbActive { BACKGROUND: url(tab_bg_on.gif) scroll repeat-x 50%; HEIGHT: 31px; color: #fff; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .MainMenu_Active{ BACKGROUND: url(tab_bg_on.gif) repeat-x 50%; HEIGHT: 31px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px; } td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; } .curr { color: #6E001D; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: 10px; width: 210px; } .MenuBg { BACKGROUND: url(menu_bg.gif) repeat-x 50% bottom; height: 31px; } .SearchLeft { padding-left: 20px; padding-top: 2px; padding-bottom: 2px; } .Search { padding-right: 0px; } A.Search:link { color: #999999; text-decoration: none; } A.Search:hover { color: #6E001D; text-decoration: underline; } A.Search:active { color: #999999; text-decoration: none; } A.Search:visited { color: #999999; text-decoration: none; } </body>
</html>
