/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/*STYLE USED FOR TEXT IN VERTICAL MENU HAVE INCLUDED HEIGHT, THOUGH MIKE SAID NOT TO WORRY ABOUT LAYOUT */
.vmenu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2F4180;
	text-decoration: none;
	background-image: url(../Images/bg_menu.gif);
	background-repeat: repeat-x;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

/*STYLE USED FOR DEFAULT BACKGROUND OF ICONS IN VERTICAL MENU*/
.vmenu_icon_off {
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: #E2ECF9;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*STYLE FOR BACK TO TOP LINK IN TIP ARCHIVE*/
a.link_top:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0063BE;
	text-decoration: none;
}
a.link_top:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0063BE;
	text-decoration: none;
}
a.link_top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0063BE;
	text-decoration: none;
}


/*STYLE USED FOR BACKGROUND OF ICONS IN VERTICAL MENU ON HOVER AND WHEN SELECTED*/
.vmenu_icon_on {
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: #BBD2F1;
}

/*STYLE USED FOR MAIN TITLES*/
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2F4180;
}

/*STYLE USED FOR SUB TITLES*/
.text_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2F4180;
}


/*LARGE ORANGE TITLE USED TO DRAW ATTENTION TO TUTORIALS OR IMPORTANT ACTIONS*/
.text_title_orglg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FF6600;
}

/*GREY TEXT */
.text_title_gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

/* GREY TEXT IN ITALICS*/
.text_gr_italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

/*ORANGE TEXT IN ITALICS*/
.text_org_italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-style: italic;
}

/*COLUMN HEADINGS FOR MY ORDERS, INCLUDES PADDING ON LEFT AND RIGHT*/
.col_heading_orders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*STYLE FOR TEXT APPEARING IN "MY ORDER" COLUMNS, INCLUDES PADDING*/
.col_text_orders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*ORANGE TITLES FOR SIDE BARS*/
.text_title_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6600;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/*STYLES FOR SMALL TUTORIAL LINKS AND "BACK" LINKS*/
a.link_blue:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #2F4180;
	text-decoration: none;
	font-weight: bold;
}
a.link_blue:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #2F4180;
	text-decoration: none;
	font-weight: bold;
}
a.link_blue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.link_blue:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #2F4180;
	text-decoration: none;
}

/*BACKGOURND FOR FACEBOOK SIDE BAR, APPLIED AT TABLE TAG LEVEL*/
.bg_facebook {
	background-image: url(images/bg_facebook.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/*BLUE TEXT APPEARING IN FACEBOOK SIDE BAR*/
.fb_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2F4180;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/*SMALL ORANGE TEXT APPEARING IN FACEBOOK SIDE BAR*/
.fb_text_orgsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
                     font-weight: bold;
	color: #A52A2A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*LARGE ORANGE TEXT APPEARING IN FACEBOOK SIDE BAR*/
.fb_text_orglarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 115px;
	padding-left: 15px;
}


/*TOP BORDER FOR SIDE BAR*/
.border_sb_top {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*LEFT BORDER FOR SIDE BARS*/
.border_sb_left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*BOTTOM BORDER FOR SIDE BAR*/
.border_sb_bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*RIGHT BORDER FOR SIDE BAR*/
.border_sb_right {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*BACKGROUND FOR SIDE BARS WHICH USE A GRADIENT*/
.bg_sidebar {
	text-decoration: none;
	background-image: url(images/bg_sidebars.jpg);
	background-repeat: repeat-x;
	height: 32px;
	background-position: top;
}


/*THE FOLLOWING ARE SAMPLES WHICH KATHLEEN USED IN SIDE BAR EXAMPLES, 
MIKE SAID NOT TO WORRY ABOUT SPACING BUT AM SENDING SO THAT EXAMPLES WILL WORK FEEL FREE TO REMOVE*/

.sidebar_linkarea {
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.sidebar_icon_padding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.sidebar_fb_buttonarea {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.tip_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.tip_text_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.dropdown_items {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #666666;
      margin-left: 0px;
      margin-top: 10px;
      margin-left: 10px;
}

hr {
  border: 1;
  color: #999999
}




