.PrintPage {
	color: #9999cc;
	font-size: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
}

.TitleNoTheme {
	color: #708090;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}

.EntryRequiresApproval {
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #ff3300;
	border: dotted 2px #ffffcc;
	padding: 3px 3px 3px 3px;
	blocked: true;
}

A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: gray;
	text-decoration: none;
}

A:active {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.Error {
	font-weight: bold;
	font-size: 10px;
	color: #ff3300;
	font-family: Tahoma, Helvetica, sans-serif;
	blocked: true;
}

.HeadBg {
	background-color: #252732;
	blocked: true;
}

.HeadMenuBg {
	background-color: #252732; /*background-color: #333333;*/ /* #336699;*/
	blocked: true;
}

.rb_Body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-image: url(page_background.jpg);
	blocked: true;
}

.SignIn {
	background-color: #CC3300;
	border: solid 1px #000000;
	blocked: true; /* background-image: url(page_background.jpg); */
}

.ThinBorder {
	border: solid 1px #000000;
}

.Image {
	border: solid 1px #000000;
}

.NormalImage {
	border: solid 0px #000000;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all standard - user based pages */
.rb_DefaultLayoutDiv {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	blocked: true;
}

.rb_DefaultLayoutTable {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: solid 1px #111111;
	background-image: url(contentPane_background.jpg);
	blocked: true;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	blocked: true;
}

.rb_AlternateLayoutTable {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	background-image: url(leftPane_background.jpg);
	blocked: true;
}

/*  DESKtop PORTAL BANNER SETTINGS */

.rb_AlternatePortalHeader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	blocked: true;
}

.rb_DefaultPortalHeader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	blocked: true;
}

/*  DESKtop PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	blocked: true;
}

.rb_DefaultPortalFooter {
	font-size: 8px; /*height: 18px;*/
	color: #ffffff;
	background-color: #252732;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	blocked: true;
}

.rb_DefaultPortalFooter A {
	font-size: 10px;
}

.rb_DefaultPortalFooter A:link {
	color: #ffffff;
	text-decoration: none;
}

.rb_DefaultPortalFooter A:visited {
	color: #ffffff;
	text-decoration: none;
}

.rb_DefaultPortalFooter A:active {
	color: #708090;
	text-decoration: none;
}

.rb_DefaultPortalFooter A:hover {
	color: #9999cc;
	text-decoration: none;
}

.SiteTitle {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	color: #ffffff;
	padding-top: 30px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	blocked: true;
}
.TabBg {
	color: olive;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #0066cc;
	blocked: true;
}
.OtherTabsBg {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #0066cc;
	blocked: true;
}
.SelectedTab {
	font-size: 10px;
	color: lime;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #0066cc;
	blocked: true;
}
.OtherTabs {
	font-weight: normal;
	font-size: 10px;
	color: #993300;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #0066cc;
	text-decoration: none;
	blocked: true;
}
A.OtherTabs:link {
	color: #0066cc;
	text-decoration: none;
}
A.OtherTabs:visited {
	color: black;
	text-decoration: none;
}
A.OtherTabs:active {
	color: fuchsia;
	text-decoration: none;
}
A.OtherTabs:hover {
	color: #990000;
	text-decoration: none;
}
.SiteLink {
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	blocked: true;
}
.SiteLink A:link {
	color: #ffffff;
	text-decoration: none;
}
.SiteLink A:visited {
	color: #ffffff;
	text-decoration: none;
}
.SiteLink A:active {
	color: #ffffff;
	text-decoration: none;
}
.SiteLink A:hover {
	color: #0066cc;
	text-decoration: none;
}
.Accent {
	font-weight: bold;
	color: #0066cc;
}
.Message {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #0066cc;
}

.rb_PageKeyPhrase {
	blocked: true;
}

.ItemTitle {
	font-weight: bold;
	font-size: 10px;
	color: firebrick;
	font-family: Verdana, Helvetica, sans-serif;
}
.ItemDate {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
.Head {
	font-weight: bold;
	font-size: 14px;
	color: #708090;
	font-family: Verdana, Helvetica, sans-serif;
	blocked: true;
}
.SubHead {
	font-weight: normal;
	font-size: 10px;
	color: #9999cc;
	font-family: Verdana, Helvetica, sans-serif;
	blocked: true;
}
.leftPane .rightPane .TitleHead {
	background: #e8ecf0;
	border: 0px solid #3B97F5;
	padding: 5px 25px 5px 10px;
	color: #ffffff;
	font: normal 10px Verdana,Helvetica,sans-serif;
}

.TitleHead {
	background: #660000;
	border: 1px solid #cc6600;
	clear: right;
	color: #cc6600;
	font: normal 10px Arial,Helvetica,sans-serif;
	margin: 35px 0px 10px 0px;
	padding: 3px 10px;
}
.SubSubHead {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
.Normal {
	font-weight: normal;
	font-size: 10px;
	color: #cc9966; /*#cc6600;*/ /*#3B97F5;*/
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalLabel {
	font-weight: normal;
	font-size: 10px;
	color: #cc9966; /*#cc6600;*/ /*#3B97F5;*/
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalEdit {
	font-weight: normal;
	font-size: 10px;
	color: #9999cc; /*#3B97F5;*/
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalTextBox {
	font-weight: normal;
	font-size: 9px;
	border: solid 1px #000000;
	color: #ff9900;
	background-color: #330000;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalRed {
	font-weight: bold;
	font-size: 10px;
	color: #0066cc;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalBold {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalItalic {
	font-size: 10px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	border: solid 1px #000000;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
	font-size: 10px;
	background-color: #252732;
	margin: 5px;
	overflow: visible;
	color: #FFFFFF;
	line-height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	cursor: hand;
	blocked: true;
}

.CommandLink {
	border: solid 1px #000000;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
	font-size: 10px;
	background-color: #252732;
	margin: 5px;
	overflow: visible;
	color: #FFFFFF;
	line-height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	blocked: true;
}

Input.CommandButton {
	line-height: 10px;
	color: #FFFFFF;
	blocked: true;
}

.CommandButton A:link {
	color: #FFFFFF;
	text-decoration: underline;
	blocked: true;
}

.CommandButton A:visited {
	color: #000000;
	blocked: true;
}

.CommandButton A:active {
	color: #FFFFFF;
	blocked: true;
}

.CommandButton A:hover {
	color: #000000;
	text-decoration: none;
	blocked: true;
}

/*
A.CommandButton {
	color: #000000;
	border: solid 1px #000000;
	blocked: true;
}
*/

/*
A.CommandButton:link {
	color: #000000;
	text-decoration: none;
	blocked: true;
}

A.CommandButton:visited {
	color: #000000;
	blocked: true;
}

A.CommandButton:active {
	color: #FFFFFF;
	blocked: true;
}

A.CommandButton:hover {
	color: #000000;
	text-decoration: none;
	blocked: true;
}
*/
H1 {
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

H2 {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

H3 {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

H4 {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

H5 {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

H6 {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

DT {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

TFOOT {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	blocked: true;
}

THEAD {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	blocked: true;
}

TH {
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	blocked: true;
}

.TINY {
	font-size: 9px;
}

.SMALL {
	font-size: 10px;
}

.BIG {
	font-size: 14px;
}

.GIANT {
	font-size: 17px;
}

BLOCKQUOTE {
	font-family: Lucida Console, monospace;
	blocked: true;
}

PRE {
	font-family: Lucida Console, monospace;
	blocked: true;
}

UL LI {
	list-style-type: square;
	blocked: true;
}

UL LI LI {
	list-style-type: disc;
	blocked: true;
}

UL LI LI LI {
	list-style-type: circle;
	blocked: true;
}

OL LI {
	list-style-type: decimal;
	blocked: true;
}

OL OL LI {
	list-style-type: lower-alpha;
	blocked: true;
}

OL OL OL LI {
	list-style-type: lower-roman;
	blocked: true;
}

HR {
	color: #9999cc;
	height: 1pt;
	text-align: left;
	blocked: true;
}

.ArticleHead {
	font-weight: bold;
	font-size: 13px;
	color: #9999cc;
	font-family: Verdana, Helvetica, sans-serif;
}

.module {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #000000;
}

A.SiteLink {
	color: lightcyan;
	blocked: true;
}

.SiteLink A {
	color: #e1e1e1;
	blocked: true;
}

.SiteLink A:visited {
	color: #e1e1e1;
	blocked: true;
}

.leftPane {
	background-image: url(leftPane_background.jpg);
	border-right: solid 1px #000000;
	blocked: true;
}

.rightPane {
	background-image: url(rightPane_background.jpg);
	border-left: solid 1px #000000;
	color: #ffcc33;
	blocked: true;
}

.ContentPane {
	blocked: true;
	background-color: #666633;
}

.rightPane .normal {
	color: firebrick;
	blocked: true;
}

.rightPane TD {
	color: firebrick;
	blocked: true;
}
A.SelectedTab {
	font-weight: normal;
	font-size: 10px;
	color: black;
	blocked: true;
}
A.OtherTabs {
	font-size: 10px;
	color: green;
	blocked: true;
}
A.SelectedTab:hover {
	color: #990000;
	text-decoration: none;
	blocked: true;
}
.menu {
	color: fuchsia;
	background-color: royalblue;
	blocked: true;
}

.Menu {
	color: white;
	background-color: blue;
	blocked: true;
}

.rightPane A {
	color: #336699;
	text-decoration: none;
	blocked: true;
}

.rightPane A:visited {
	color: #336699;
	text-decoration: none;
	blocked: true;
}

.rightPane A:active {
	color: #336699;
	text-decoration: none;
	blocked: true;
}

.rightPane A:hover {
	color: #336699;
	text-decoration: underline;
	blocked: true;
}

.leftPane A:link {
	color: #FFFFFF;
	blocked: true;
}

.leftPane A:active {
	color: #336699;
	blocked: true;
}

.leftPane A:hover {
	color: #FFFFFF;
	text-decoration: none;
	blocked: true;
}

.leftPane A:visited {
	color: #FFFFFF;
	blocked: true;
}

.ContentPane A {
	color: #336699;
	text-decoration: underline;
	blocked: true;
}
.ContentPane A:visited {
	color: #336699;
	text-decoration: underline;
	blocked: true;
}
.ContentPane A:hover {
	color: #336699;
	text-decoration: underline;
	blocked: true;
}
.ContentPane A:active {
	color: #336699;
	text-decoration: underline;
	blocked: true;
}
.ContentPane A:link {
	color: fuchsia;
	blocked: true;
}

.LastModified {
	font-weight: normal;
	font-size: 10px;
	color: gray;
	line-height: 30px;
	font-family: Verdana, Helvetica, sans-serif VERTICAL-ALIGN: bottom;
	blocked: true;
}

/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback {
	background-color: #cccccc;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	blocked: true;
}

TD.edmenuStyle {
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
	blocked: true;
}

TD.edmenuEditor {
	blocked: true;
}

TD.edmenuHTML {
	text-align: right;
	width: 35px;
	blocked: true;
}

/* ================================
   Discussion
   ================================ */
.MessageTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: darkblue;
}

.MessageAuthor {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: darkgray;
}

.MessageBody {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

TR, TD {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11;
	font-weight: normal;
	blocked: true;
}

/* ================================
   Survey Module
   ================================ */
.SurveyQuestion {
	color: darkred;
	blocked: true;
}

.SurveyPanel {
	color: silver;
	background-color: silver;
	blocked: true;
}

.SurveyOption {
	color: black;
	blocked: true;
}

.SurveyButton {
	color: darkred;
	font-weight: bold;
	blocked: true;
}

/* =============================
   BreadCrumbs styles
   ============================= */
.bc_Row {
	padding-left: 57px;
	border: solid 1px #708090;
	background-color: #252732;
	blocked: true;
}

.bc_text {
	font-size: 9px;
	blocked: true;
}

.bc_Link, .bc_Link:link, .bc_Link:visited {
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #9999cc;
	blocked: true;
}

.bc_Link:hover {
	text-decoration: underline;
	blocked: true;
}

/* ============================= */

/* =============================
   SolpartNavigation menu styles
   ============================= */
.spm_MenuContainer {
	height: 14px;
	border-bottom: solid 0px Black;
	background-color: #252732;
	blocked: true;
}
.spm_MenuBar {
	height: 14px;
	background-color: #252732;
	blocked: true;
}
.spm_MenuBar TD {
	font-size: 10px;
	font-weight: normal;
	blocked: true;
}
.spm_SubMenu {
	z-index: 200;
	color: #9999cc;
	border: solid 1px #252732;
	blocked: true;
}
.spm_SubMenu TD {
	font-weight: normal;
	border: solid 1px #708090;
	background-color: #252732;
	blocked: true;
}
.spm_MenuBreak {
	blocked: true;
}
.spm_MenuItem {
	font-size: 8px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #252732;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	blocked: true;
}
.spm_MenuItem TD {
	font-size: 10px;
	border: solid 1px #252732; /* keep the cell border same color as background of menu item to avoid distortion */
	blocked: true;
}
.spm_MenuIcon {
	border: solid 0px silver;
	blocked: true;
}
.spm_MenuItemSel {
	font-size: 10px;
	color: #9999cc;
	blocked: true;
}
.spm_MenuItemSel TD {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #708090;
	cursor: pointer;
	cursor: hand;
	blocked: true;
}
.spm_MenuArrow {
	font-family: webdings;
	color: #708090;
	cursor: pointer;
	cursor: hand;
	blocked: true;
}
.spm_RootMenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
	blocked: true;
}
/* ================================ */


/* =================================   
   EventCalendar Module - static styles
   ================================= */
.CalendarTitle {
	font-size: 9px;
	color: #0066cc;
	border-top: solid 0px #696969;
	border-bottom: solid 0px #696969;
	border-left: solid 0px #696969;
	border-right: solid 0px #696969;
	background-color: #f5f5f5;
	blocked: true;
}

.CalendarNav {
	font-size: 9px;
	color: #0066cc;
	border-top: solid 0px #696969;
	border-bottom: solid 0px #696969;
	border-left: solid 0px #696969;
	border-right: solid 0px #696969;
	background-color: #f5f5f5;
	blocked: true;
}

.CalendarHeader {
	font-size: 9px;
	color: #0066cc;
	border-top: solid 0px #696969;
	border-bottom: solid 0px #696969;
	border-left: solid 0px #696969;
	border-right: solid 0px #696969;
	blocked: true;
}

.CalendarMonthItemCell {
	font-size: 9px;
	color: #0066cc;
	border: solid 1px #696969;
	background-color: #adff2f;
	blocked: true; /*background-color: #0066cc; */
}

.CalendarMonthItem {
	border: solid 0px #dda0dd;
	color: #556b2f;
	background-color: #adff2f;
	blocked: true;
}

.CalendarMonthDayIndicator {
	border: solid 1px #ffd700;
	background-color: #fffacd;
	width: 16px;
	blocked: true;
}

.CalendarMonthDay {
	font-size: 9px;
	color: #0066cc;
	border-top: solid 0px #696969;
	border-bottom: solid 0px #696969;
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	background-color: #808080;
	blocked: true;
}

.CalendarMonthCurrentDayTop {
	font-size: 9px;
	color: #0066cc;
	background-color: #ccffff;
	border-top: solid 1px #696969;
	border-bottom: solid 0px #696969;
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	blocked: true;
}

.CalendarMonthCurrentDay {
	font-size: 9px;
	background-color: #ccffff;
	border-top: solid 0px #696969;
	border-bottom: solid 1px #696969;
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	blocked: true;
}

.CalendarMonthDayTop {
	font-size: 9px;
	color: #0066cc;
	border-top: solid 1px #696969;
	border-bottom: solid 0px #696969;
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	blocked: true;
}

.CalendarAlternate, .CalendarMonthCurrentDayTop {
	font-size: 9px;
	color: #0066cc;
	blocked: true;
}

.CalendarContainer {
	font-size: 9px;
	color: blue;
	border: solid 1px #696969;
	blocked: true;
}

.CalendarDefault {
	font-size: 9px;
	color: #0066cc;
	border: solid 0px #696969;
	blocked: true;
}

.MonthDayInactiveTop {
	border-top: solid 1px #696969;
	border-bottom: solid 0px #696969;
	border-right: solid 0px #696969;
	border-left: solid 0px #696969;
	background-color: #696969;
	blocked: true;
}

.MonthDayInactive {
	border-top: solid 0px #696969;
	border-bottom: solid 1px #696969;
	border-right: solid 0px #696969;
	border-left: solid 0px #696969;
	background-color: #696969;
	blocked: true;
}

/* =================================   
   SimpleMenu Module - static styles   
   ================================= */
.sm_SimpleMenu {
	font-size: 9px;
	color: #0066cc;
	background-color: #0066cc;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	blocked: true;
}
.sm_SimpleMenu A:hover {
	font-size: 9px;
	color: #0066cc;
	text-decoration: none;
	blocked: true;
}
.sm_SelectedTab {
	font-size: 9px;
	color: #0066cc;
	font-weight: bold;
	background-color: dodgerblue;
	blocked: true;
}
.sm_OtherSubTabs {
	font-size: 9px;
	color: #0066cc;
	background-color: dodgerblue;
	blocked: true;
}
.sm_OtherSubTabsAlt {
	font-size: 9px;
	color: #0066cc;
	background-color: dodgerblue;
	blocked: true;
}
.sm_Header {
	font-size: 9px;
	color: #000000;
	border-bottom: black 2px solid;
	blocked: true;
}
.sm_Header A:link, .sm_Header A:visited {
	font-size: 9px;
	color: #000000;
	blocked: true;
}
.sm_Header A:hover {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	blocked: true;
}
.sm_Footer {
	font-size: 9px;
	color: #000000;
	border-top: black 2px solid;
	blocked: true;
}
/* ================================ */

/* =================================
   SimpleMenu Module - dhtml styles
   ================================= */
.sm_HWMenuItem {
	color: #ffffff;
	background-color: #252732;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #000000;
	border-collapse: collapse;
	blocked: true;
}

.sm_HWMenuHiItem {
	color: #ffffff;
	background-color: #708090;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #9999cc;
	border-collapse: collapse;
	blocked: true;
}

.sm_HWMenuSubItem {
	color: #ffffff;
	background-color: #252732;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #000000;
	border-collapse: collapse;
	blocked: true;
}

.sm_HWMenuHiSubItem {
	color: #ffffff;
	background-color: #708090;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #9999cc;
	border-collapse: collapse;
	blocked: true;
}
/* ================================ */

/* =================================
   SimpleMenu Module - SolpartStyles
   ================================= */
.sm_SPMenuContainer {
	height: 14px;
	border-bottom: solid 2px Black;
	blocked: true;
}

.sm_SPMenuBar {
	height: 14px;
	blocked: true;
}

.sm_SPMenuBar TD {
	font-size: 9px;
	font-weight: normal;
	blocked: true;
}

.sm_SPSubMenu {
	z-index: 200;
	border: solid 1px black;
	blocked: true;
}

.sm_SPSubMenu TD {
	font-weight: normal;
	blocked: true;
}

.sm_SPMenuBreak {
	blocked: true;
}

.sm_SPMenuItem {
	font-size: 9px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0066cc;
	cursor: pointer;
	cursor: hand;
	blocked: true;
}

.sm_SPMenuItem TD {
	font-size: 9px;
	blocked: true;
}

.sm_SPMenuIcon {
	border-left: solid 1px #0066cc;
	blocked: true;
}

.sm_SPMenuItemSel {
	font-size: 9px;
	blocked: true;
}

.sm_SPMenuItemSel TD {
	font-size: 9px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	cursor: hand;
	blocked: true;
}

.sm_SPMenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
	blocked: true;
}

.sm_SPRootMenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
	blocked: true;
}
/* ================================ */