.ExpressShipBlue
{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #003399;
}
.ExpressShipRed
{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #CC3333;
}
.signin_label
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.signin_textbox
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 10px;
	border-left: #a9a9a9 1px solid;
	color: #000000;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}
.signin_buttons
{
	border-right: #a9a9a9 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: #a9a9a9 1px solid;
	font-size: 10px;
	margin-left: 0px;
	border-left: #a9a9a9 1px solid;
	color: dimgray;
	margin-right: 0px;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #f5f5f5;
}
.signin_buttons_hover
{
	border-right: #00008b 1px solid;
	padding-right: 2px;
	border-top: #00008b 1px solid;
	padding-left: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	margin-left: 0px;
	border-left: #00008b 1px solid;
	color: #00008b;
	margin-right: 0px;
	padding-top: 2px;
	border-bottom: #00008b 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}
.menu_left_item
{
	padding-right: 5px;
	background-position: right center;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	color: #00008b;
	padding-top: 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	height: 29px;
	text-align: left;
}
.menu_left_item_selected
{
	padding-right: 5px;
	background-position: right center;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 5px;
	cursor: pointer;
	color: dodgerblue;
	padding-top: 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	height: 29px;
	text-align: left;
}

a.menu_links:visited
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #00008b;
	text-decoration: none;
}
a.menu_links:active
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #00008b;
	text-decoration: none;
}
a.menu_links:hover
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: dodgerblue;
	text-decoration: none;
}
a.menu_links:link
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	color: #00008b;
	text-decoration: none;
}


a.usermenu:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #f0e68c;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}
a.usermenu:active
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #f0e68c;
	text-decoration: none;
}
a.usermenu:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ffd700;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
a.usermenu:link
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	color: #f0e68c;
	text-decoration: none;
}
A.rsslink:link
{
	text-decoration: underline;
	color: #003399;
}
A.rsslink:visited
{
	text-decoration: underline;
	color: #003399;
}
A.rsslink:active
{
	text-decoration: underline;
	color: #003399;
}
A.rsslink:hover
{
	color: #0033ff;
	text-decoration: none;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}
/* background color for the content part of the pages */
BODY
{
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #e6e6fa;
	text-align: center;
}

/* background/border colors for the selected tab */
.TabBg
{
}
.LeftPane
{
	background-position: top;
	background-repeat: no-repeat;
}
.ContentPane
{
	padding: 5px;
	padding-top: 10px;
	background-position: top;
	background-repeat: repeat-x;
}
.RightPane
{
	padding-top: 5px;
	background-position: top;
	background-repeat: no-repeat;
}
/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}
A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}
A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}
A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}
/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}
A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}
A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}
A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #243B4D;
	text-decoration: underline;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: black;
}
/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #243B4D;
}
/* ADDED: extra spacing between lines */
.NormalSpaced
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #243B4D;
	line-height: 18px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.normal_textbox
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 10px;
	border-left: #6699cc 1px solid;
	color: #000000;
	border-bottom: #6699cc 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}

.normal_textbox_hover
{
	border-right: #dc143c 1px solid;
	border-top: #dc143c 1px solid;
	font-size: 10px;
	border-left: #dc143c 1px solid;
	color: #dc143c;
	border-bottom: #dc143c 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}
.NormalRedBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
}
.NormalRedBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
}
.NormalRed
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
}
.NormalGreenDarkBold
{
	font-weight: bold;
	font-size: 10px;
	color: #006600;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.NormalGreenDark
{
	font-weight: normal;
	font-size: 10px;
	color: #006600;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.NormalRedDarkBold
{
	font-weight: bold;
	font-size: 10px;
	color: #800000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.NormalRedDark
{
	font-weight: normal;
	font-size: 10px;
	color: #800000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.NormalBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #243B4D;
}

.NormalBlue
{
	font-weight: normal;
	font-size: 10px;
	color: #3333cc;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.NormalBlueBold
{
	font-weight: bold;
	font-size: 10px;
	color: #3333cc;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.NormalBlueDark
{
	font-weight: normal;
	font-size: 10px;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.NormalBlueDarkBold
{
	font-weight: bold;
	font-size: 10px;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.button_Base
{
	border-right: #a9a9a9 1px solid;
	font-size: 10px;
	color: dimgray;
	margin-right: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #f5f5f5;
}
.button_normal
{
	border-right: #a9a9a9 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: #a9a9a9 1px solid;
	font-size: 10px;
	margin-left: 0px;
	border-left: #a9a9a9 1px solid;
	color: dimgray;
	margin-right: 0px;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #f5f5f5;
}
.button_normal_hover
{
	border-right: #00008b 1px solid;
	padding-right: 2px;
	border-top: #00008b 1px solid;
	padding-left: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	margin-left: 0px;
	border-left: #00008b 1px solid;
	color: #00008b;
	margin-right: 0px;
	padding-top: 2px;
	border-bottom: #00008b 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}

.table_button_normal
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 10px;
	border-left: #a9a9a9 1px solid;
	cursor: hand;
	cursor: pointer;
	color: dimgray;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #f5f5f5;
}
.table_button_normal_hover
{
	border-right: #00008b 1px solid;
	border-top: #00008b 1px solid;
	font-size: 10px;
	border-left: #00008b 1px solid;
	cursor: hand;
	cursor: pointer;
	color: #00008b;
	border-bottom: #00008b 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}
A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}
/* GENERIC */
H1
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}
H2
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}
H3
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
H4
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
H5, DT
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
H6
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
TFOOT, THEAD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}
TH
{
	vertical-align: baseline;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
A:link
{
	text-decoration: underline;
	color: #BD0000;
}
A:visited
{
	text-decoration: underline;
	color: #BD0000;
}
A:active
{
	text-decoration: underline;
	color: #BD0000;
}
A:hover
{
	text-decoration: none;
	color: #FF0000;
}
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: dimgrey;
	height: 1pt;
	text-align: left;
}

/*___________________________________________________________________________________________*/
/* Main Menu */


.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	background-color: #334e85;
}
.MainMenu_MenuIcon
{
	vertical-align: middle;
	background-color: #e6e6fa;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
	background-color: #ffffff;
}
.MainMenu_MenuItemSel
{
	font-size: 10px;
	z-index: 1000;
	cursor: hand;
	cursor: pointer;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}
.MainMenu_SubMenu
{
	border-right: #334e85 1px solid;
	border-top: #334e85 1px solid;
	font-size: 10px;
	border-left: #334e85 1px solid;
	cursor: hand;
	cursor: pointer;
	border-bottom: #334e85 1px solid;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #ffffff;
	text-decoration: none;
}
.MainMenu_MenuBreak
{
	height: 0px;
}
.rootmenuitemcssclass
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #334e85;
	vertical-align: middle;
	text-decoration: none;
}
.rootmenuitemselected
{
	padding-left: 5px;
	cursor: pointer;
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	color: #87ceeb;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	vertical-align: middle;
	background-color: #334e85;
	text-decoration: none;
}
.rootmenuitembreadcrumb
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	cursor: hand;
	color: #87ceeb;
	font-style: normal;
	background-color: #334e85;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	vertical-align: middle;
	text-decoration: none;
}

.submenuitembreadcrumbcssclass
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
	color: #334e85;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.submenuitemactivecssclass
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
	color: #334e85;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}
.submenuitemselectedcssclass
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	cursor: pointer;
	color: #dc143c;
	background-color: #e6e6fa;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

/*___________________________________________________________________________________________*/

a.links_bottom:visited
{
	font-size: 10px;
	color: royalblue;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}
a.links_bottom:active
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: royalblue;
	text-decoration: none;
}
a.links_bottom:hover
{
	font-size: 10px;
	color: firebrick;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: underline;
}
a.links_bottom:link
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: royalblue;
	text-decoration: none;
}
.Copyright
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #333333;
}
a.DNNCopyright:visited
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
a.DNNCopyright:active
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
a.DNNCopyright:hover
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
}
a.DNNCopyright:link
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}


